/*
Theme Name: Medigate.online theme
Description: Medigate child theme for Salient
Author: Tonnie van Es
Author URI: https://www.kamaqe.com/
Template: salient
Version: 0.1
Domain Path: /languages
*/
body {
  color: #50494a;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body:not(.woocommerce-cart) .main-content table {
  margin-bottom: inherit;
}

#top nav ul li a {
  color: #50494a;
}

#header-outer[data-box-shadow=small] {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

#header-outer[data-lhe=animated_underline] header#top nav > ul > li:not([class*=button_]) > a:after {
  border-top: 3px solid #977b6c !important;
}

header#top nav > ul > li > a sup {
  line-height: 0;
}

#logo.no-image {
  display: block;
  background-image: url("/wp-content/themes/medigate-online/images/logo-retina.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  width: 200px !important;
  height: 40px;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
}

@media only screen and (min-width: 1000px) {
  #header-outer #logo, #header-outer .logo-spacing {
    margin: 15px 0 !important;
  }

  ul.buttons.sf-menu {
    display: none !important;
  }
}
.container-wrap, #header-space {
  background-color: #faf8f7 !important;
}

.row.heading-title.hentry {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.single .heading-title[data-header-style=default_minimal] {
  text-align: left;
}

/*h1 {*/
/*font-size: 36px;*/
/*font-weight: 300 !important;*/
/*letter-spacing: 0px !important;*/
/*}*/
/*h2 {*/
/*font-size: 26px;*/
/*font-weight: 300;*/
/*line-height: 34px !important;*/
/*}*/
/*h3 {*/
/*font-size: 17px;*/
/*font-weight: 600;*/
/*}*/
.em-composer input[type=text] {
  height: 38px !important;
  border-radius: 4px;
  background-color: #fff !important;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
}

.em-composer input[type=text]:focus {
  color: #977b6c !important;
}

.em-composer input[type=text], .em-composer select, .em-composer .form-row > textarea {
  border-radius: 4px;
  background-color: #fff !important;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #a5a0a0 !important;
  font-size: inherit !important;
}

.em-composer .form-row > textarea {
  padding: 8px 15px !important;
}

.em-composer input[type=text], .em-composer select {
  height: 42px !important;
}

.em-composer select {
  -webkit-appearance: none;
  padding: inherit;
  text-indent: 10px;
}

.em-composer select::before {
  line-height: 38px !important;
}

.em-composer input[type=text]:focus, .em-composer select:focus {
  color: #000 !important;
}

.em-composer label {
  line-height: 30px;
}

.em-composer input[type=radio] {
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 25px;
  border: 0;
}

.em-composer input[type=radio] + span {
  color: inherit !important;
  display: inline-block;
  padding-left: 32px;
}

.em-composer input[type=radio]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #a5a0a0 !important;
}

.em-composer input[type=radio]:checked:after {
  content: "";
  display: block;
  position: relative;
  margin-top: -17px;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #44add8;
}

.view-target {
  color: #a5a0a0 !important;
}

#slider {
  background-color: #44add8 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 5px !important;
  margin-left: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2), -1px 0px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
}

#slide-send {
  border: 1px solid #a5a0a0 !important;
  padding-right: 20px;
  overflow: hidden;
  border-radius: 5px !important;
  background-color: #eee !important;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset -1px -1px 2px 0px rgba(0, 0, 0, 0.05) !important;
}

.slide-text {
  padding-left: 20px;
  color: #9e9e9e !important;
}

#slide-send i[class*=fa-], #slide-send span[class*=fa-] {
  font-size: 23px !important;
  line-height: 33px;
}

#slide-send.disabled #slider {
  background-color: #a5a0a0 !important;
}

input + .slider {
  border: 1px solid #a5a0a0;
  background-color: #fff !important;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset -1px -1px 2px 0px rgba(0, 0, 0, 0.05) !important;
}

input:checked + .slider {
  background-color: #44add8 !important;
}

input:checked + .slider:before {
  background-color: #fff !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.slider:before {
  top: 3px;
  margin-left: -1px;
  background-color: #a5a0a0 !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
}

#slider.unlocked {
  width: 100% !important;
  margin-left: 0;
}

body:not(.material) header#top nav > ul > li:hover a {
  color: #977b6c !important;
}

header#top .sf-menu li ul {
  border-top-width: 0px !important;
  border-top-style: solid !important;
  padding: 0 !important;
  background-color: #977b6c !important;
}

header#top .sf-menu li ul li a, body[data-dropdown-style=minimal] #header-outer:not([data-format=left-header]) header#top nav > ul > li:not(.megamenu) ul a {
  background-color: #977b6c !important;
  color: #fff !important;
  padding: 13px;
}

body[data-dropdown-style=minimal] header#top .sf-menu li ul {
  background-color: transparent !important;
}

body[data-dropdown-style=minimal] header#top .sf-menu li ul {
  border-radius: 5px;
  background-color: #977b6c !important;
}
body[data-dropdown-style=minimal] header#top .sf-menu li ul:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  margin-top: -16px;
  margin-left: 20px;
  border: 8px solid transparent;
  border-bottom-color: #977b6c;
}
body[data-dropdown-style=minimal] header#top .sf-menu li ul li a {
  background-color: transparent !important;
}
body[data-dropdown-style=minimal] header#top .sf-menu li ul li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body[data-dropdown-style=minimal] header#top .sf-menu li ul li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

header#top .sf-menu li ul li a, body[data-dropdown-style=minimal] #header-outer:not([data-format=left-header]) header#top nav > ul > li:not(.megamenu) ul a:hover {
  background-color: #a99083 !important;
}

#header-outer #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a {
  background-color: transparent !important;
}

.nectar-button {
  margin: 0;
}

.nectar-button.see-through-2.outline {
  background-color: transparent !important;
  border: 1px solid #4f494a;
  color: #4f494a;
}

.slide-out-widget-area-toggle {
  display: none;
}

.small-print {
  font-size: 80%;
  line-height: 150%;
  color: #50494a !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

/**
 * Page menu
 */
.widget_nav_menu ul {
  margin: 0;
  width: 100%;
  display: inline-block !important;
}

.widget_nav_menu ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  float: left;
}

.widget_nav_menu ul li a {
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.045);
  color: #888;
}

.widget_nav_menu ul li.current_page_item a {
  background-color: #977b6c;
  color: #ffffff;
}

/**
 * wpDataTable
 */
body div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
  color: #44add8 !important;
}

body .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td,
body .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1,
body .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even:hover > td,
body .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1,
body .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled):not(.current),
tr.selected th, tr.selected td {
  background-color: rgba(68, 173, 255, 0.2) !important;
}

body .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
body .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #44add8 !important;
  border: solid 1px #44add8 !important;
  color: #ffffff !important;
}

.wpdt-c a {
  color: #1b87a8 !important;
}
.wpdt-c a:hover, .wpdt-c a:focus {
  color: #1b87a8 !important;
}

.column-view_online button {
  border: 0;
  background-color: transparent;
}

/**
 * Sent mail overview
 */
.status-viewed-online, .status-opened, .status-bounced, .status-sent, .status-clicked {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  letter-spacing: -0.5px;
  min-width: 90px;
  font-weight: 700;
}

.status-viewed-online, .status-opened {
  background-color: #43a4ff;
}

.status-bounced {
  background-color: #f4645f;
}

.status-sent {
  background-color: #b1b0ae;
}

.status-clicked {
  background-color: #64d19b;
}

.column-status, .column-clicks_compact, .column-personalised {
  text-align: center !important;
}

/**
 * Boxed content frame row
 */
.boxed-content-row {
  width: 100%;
  height: 100%;
}

.boxed-content-row > .col {
  display: block;
  padding: 25px 30px 30px 30px !important;
  max-width: 500px;
  margin-left: 50%;
  margin-top: 70px;
  transform: translatex(-50%);
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

/**
 * CF7 Forms
 */
/* Form validation */
.wpcf7 .wpcf7-response-output {
  background-color: #f4645f;
  color: #ffffff !important;
  font-weight: 400;
  line-height: 20px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius: 5px;
  padding: 12px 13px !important;
  border: 0 !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  float: left;
  width: 100%;
  background-color: #f4645f !important;
  color: #ffffff !important;
  box-shadow: none;
  border-radius: 5px;
  margin-top: 3px;
  padding: 8px 13px !important;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: -18px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top: 0px;
  border-bottom: 10px solid #f4645f;
  margin-left: 10px;
}

.inline-sup {
  line-height: 0;
  font-size: 80%;
}

/*# sourceMappingURL=style.css.map */
