/* ************** */
/* Variables */
/* ************** */
:root {
  --primary-color:#926956;
  --primary-color-rgb: 146, 105, 86;
  --secondary-color: #436754;
  --secondary-color-rgb: 67, 103, 84;
  --brand-white: #FFFCFA;
  --bg-primary: #EEE9E5;
  --bg-primary-rgb: 238, 233, 229;
  --brand-brown: #4E2C2B;
  --nav-hover: #F2EBE7;
}

.text-primary {
  color: var(--primary-color);
}

/* ************** */
/* Fonts Styles */
/* ************** */
/* ************** */
/* Default Styles */
/* ************** */
/* General */
/* For fixed headers*/
p, td, div, label, input, textarea {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 300;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 300;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
}

label {
  font-weight: normal;
}

/* edge to edge */
/* Panels */
.home div#elizabeth p em {
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35.52px;
}

div#team {
  padding: 0;
  background-size: cover !important;
  height: 100%;
  position: relative;
}
div#team .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
div#team .container h1 {
  text-align: center;
}
@media (min-width: 992px) {
  div#team .container .text-panel-item {
    left: auto;
    margin: 0 auto;
    float: none;
    width: 50%;
  }
}
div#team .container .text-panel-item p {
  text-align: center;
}
div#team:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(var(--secondary-color-rgb), 0.7);
}

div#elizabeth:not(.home #elizabeth) {
  position: relative;
}
div#elizabeth:not(.home #elizabeth):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(var(--primary-color-rgb), 0.7);
}

#second-intro {
  padding: 40px 0;
}
@media (min-width: 992px) {
  #second-intro {
    padding: 80px 0;
  }
}

.two-column-content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .two-column-content {
    flex-direction: column;
    text-align: center;
  }
}
.two-column-content {
  gap: 64px;
}
.two-column-content div, .two-column-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  color: black;
}
.two-column-content p {
  margin-bottom: 32px;
}
.two-column-content p:empty {
  display: none;
}
.two-column-content .left-column em {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35.52px;
  color: var(--brand-brown);
  display: block;
  margin-bottom: 32px;
}

/* Full Width Image */
/* Text Panels */
/* Contact Form */
span.wpcf7-not-valid-tip {
  color: #980F20;
  background-color: #f2dede;
  border-color: #eed3d7;
  border-width: 0 1px 1px;
  border-style: solid;
  padding: 3px 12px;
}

.wpcf7 .wpcf7-validation-errors, #tribe-events #message.error {
  display: block;
  color: #980F20;
  background-color: #f2dede;
  border-color: #eed3d7;
  margin: 0 0 10px;
  padding: 10px;
}

.wpcf7 div.wpcf7-mail-sent-ok, #message.success {
  display: block;
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin: 0 0 10px;
  padding: 10px;
}

/* ********************* */
/* Form/Button Overrides */
/* ********************* */
input, select, textarea, .label {
  border-radius: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-default.contact-button {
  border-color: #ccc;
  width: 250px;
  border-radius: 4px !important;
  margin-bottom: 20px;
  margin-top: 10px;
}

a:hover, a:focus {
  text-decoration: none !important;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  padding: 6px 12px;
  transition: all 0.3s ease-in;
}

.btn-default {
  color: var(--secondary-color);
  border-color: transparent;
  background-color: var(--brand-white);
}

.btn-primary {
  color: white;
  border-color: transparent;
  background-color: var(--secondary-color);
}
.btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--brand-brown);
}

.wpcf7-form textarea, .wpcf7-form .wpcf7-text {
  background: none;
  border-width: 2px;
}

.text-panel-item.text-area.col-xs-12 .btn.btn-md.btn-default {
  border-color: #ccc;
}

/* ************* */
/* Site Specific */
/* ************* */
/* Type */
/* body */
html, body {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  body {
    padding-top: 65px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 100px;
  }
}

.logo-text {
  font-family: "Roboto", sans-serif;
  font-size: 33px;
  font-weight: 300;
  text-transform: uppercase;
}

/* Header / Nav */
div#top-nav {
  background-color: var(--primary-color);
  height: 100px;
  border-bottom: 0;
  margin-bottom: 0;
}
body.admin-bar div#top-nav {
  top: 32px !important;
}
div#top-nav li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--brand-white);
  line-height: 20px;
}
div#top-nav li a:hover {
  filter: brightness(90%);
}
div#top-nav li.active a {
  color: white;
}

div#top-nav .row {
  padding-top: 18px;
}

#site-brand span {
  position: absolute;
  left: -1000px;
  top: -1000px;
  font-size: 0;
}

div#full-nav {
  float: right;
  margin-top: 8px;
}

div#top-nav .row .col-sm-2 button {
  margin-top: 15px;
  float: right;
}

div#top-nav .row .col-sm-2 button {
  position: relative;
}

.btn-default .fa-2x {
  font-size: 15px;
  line-height: 19px;
}

.btn-default i.fa.fa-2x.fa-phone {
  margin-right: 5px;
}

#top-nav li a:hover, #top-nav li.active a, #top-nav li.current-menu-parent a, #top-nav li.current-post-parent a, #top-nav li.current-post-ancestor a, .footer-class ~ a:hover {
  background-color: transparent;
}

.bottom-footer li a:hover {
  color: #918f8e;
}

.footer-container:not(#footer-map) {
  position: relative;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .footer-container:not(#footer-map) {
    padding-top: 80px;
  }
}

#two-col-class:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* //background-image: url('../img/color-line.jpg'); */
}

.home #top-image .container.container-height {
  /* display: table; */
  padding-bottom: 50%;
  position: relative;
}

.home #top-image .text-panel-heading.col-xs-12 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}

.home .post-link.overlay .post-link_icon {
  border: 1px solid #f2dede;
  border-radius: 50%;
  line-height: 75px;
  vertical-align: middle;
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
}

/* Footer */
/*footer add facility img*/
#footer-contact-fullwidth-image h1 {
  display: none;
}

#footer-contact-fullwidth-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer-contact-fullwidth-image p {
  padding: 0;
  margin: 0;
}

#footer-contact-fullwidth-image .text-panel-item {
  padding: 0;
}

footer {
  background-color: white;
}
footer .footer-container .text-panel-item {
  padding-top: 20px;
  padding-bottom: 64px;
}
footer .footer-container .text-panel-item p {
  margin-bottom: 0;
}

.footer-container .container-fluid {
  padding: 0;
}

.footer-container .container-fluid .text-panel-item {
  background-color: rgba(67, 103, 84, 0.75);
}

.footer-container ~ .container {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .footer-container ~ .container {
    padding-bottom: 80px;
  }
}

.footer-container .container-fluid h1,
.footer-container .container-fluid p {
  color: #fff;
}

footer .image-wrapper {
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  footer .image-wrapper {
    padding-bottom: 24px;
  }
}
footer .image-wrapper {
  text-align: center;
}

footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 h1, footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 h6, footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 p, footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 section.btn-container {
  padding-left: 10%;
  padding-right: 10%;
}
footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 16px;
}
footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 p {
  margin: 32px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.86px;
}
footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 section.btn-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 section.btn-container a {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 section.btn-container a i {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 14px;
  margin-right: 6px;
}
footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 section.btn-container br {
  display: none;
}

.bottom-footer {
  background-color: var(--brand-white);
  padding: 32px 0;
}
.bottom-footer .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .bottom-footer .row {
    flex-direction: column;
  }
}
.bottom-footer .row {
  align-items: center;
}
.bottom-footer .row span.copyright {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  color: var(--secondary-color);
}
.bottom-footer .row .green {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .bottom-footer .row .green {
    margin-top: 10px;
  }
}
.bottom-footer .row .green #menu-footer-menu {
  display: flex;
  gap: 32px;
  align-items: center;
}
.bottom-footer .row .green a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px;
  color: var(--secondary-color);
}

/* Introduction */
div#top-image {
  height: 0;
  padding: 0;
  position: relative;
  padding-bottom: 48%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}

.home #top-image {
  padding-bottom: 35.69%;
}

div#wrap .container-fluid {
  padding: 0;
}

.container-fluid .row {
  padding: 0;
  margin: 0;
}

footer h1,
#top-panel h1,
#second-panel h1 {
  text-align: center;
}

.home #top-panel h1 {
  margin-bottom: 20px;
}

div#top-panel, div#second-panel {
  padding: 5% 0;
}

.home div#top-panel .text-panel-item.text-area {
  padding: 0 10%;
}

div#top-panel p, div#second-panel p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: center;
}

.home #top-panel p {
  font-weight: 400;
}

div#marketing-promo {
  background-position: left center !important;
  min-height: 540px;
  display: flex;
}
div#marketing-promo .container-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
div#marketing-promo .container-box > .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  div#marketing-promo .container-box > .row {
    justify-content: center;
  }
}
div#marketing-promo .container-box > .row {
  display: flex;
}
div#marketing-promo .container-box > .row > .text-panel-item {
  width: 60%;
}
div#marketing-promo .container-box em {
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 46.2px;
  margin-bottom: 36px;
  display: block;
}

.home div#elizabeth {
  min-height: 800px;
  background-position: right center !important;
}

.home div#elizabeth .text-panel-heading {
  padding-top: 5%;
}

div#elizabeth p {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
  color: #000;
}

div#elizabeth h1,
.text-primary-darker {
  color: var(--brand-brown);
}

.image-wrapper img {
  width: 100%;
  height: auto;
}

/*#services .content {
    display: none;
}*/
div#services .col-sm-4 {
  padding: 0;
}

div#elizabeth .container,
div#two-col-class .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home div#elizabeth .container {
  padding-top: 0;
  padding-bottom: 0;
}

div#title h1 {
  text-align: center;
  padding: 10px 0 60px;
}

#second-grid {
  padding-bottom: 30px;
  position: relative;
}

div#second-grid .image-wrapper img,
footer .image-wrapper img {
  width: auto;
  height: auto;
}

div#second-grid .col-sm-4,
footer .col-sm-4 {
  text-align: center;
}

#second-grid .col-sm-4 {
  position: relative;
  top: -55px;
  left: 0;
}

#second-grid p,
footer p {
  color: #000;
}

footer p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 0;
}

#second-grid p:nth-child(1),
#second-grid h2 {
  color: var(--primary-color);
}

#two-col-class h1 {
  color: var(--primary-color);
  padding: 0 0 30px;
  text-align: center;
}

#two-col-class p,
#two-col-class li {
  color: #000;
}

div#two-col-class {
  position: relative;
}

#services .image-wrapper {
  height: 400px;
}

#services .content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  height: 100%;
}

#services .content:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(137, 93, 77, 0.41);
}

#services .content a { /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
  transform-origin: center-top;
}

#services .content a:hover {
  height: 160px; /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
  overflow: hidden;
}

#services .image-wrapper .content .overlay {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  color: #fff !important;
  margin-top: -128px;
  padding: 0 5px;
}

#services .image-wrapper:hover .content .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  opacity: 0.9;
}

#services .image-wrapper:hover .content img,
#services .image-wrapper .content .post-link_icon {
  width: 75px;
  height: 75px;
  margin-top: 20px;
}

#services .content h3 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin: 16px 0;
  line-height: 35.52px;
}

#services .content p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

div#second-grid h3 {
  color: var(--primary-color);
  font-weight: 300;
  margin-bottom: 20px;
}

div#two-col-class p {
  margin-bottom: 15px;
}

.page-template-default .content-panel h1 {
  color: var(--primary-color);
}

.page-template-default .content-panel p,
.page-template-default .content-panel label {
  color: #000;
}

.page-template-default .content-panel {
  margin-top: 100px;
  padding-bottom: 30px;
}

/* Contact */
/* Category */
/*other pages*/
div#top-panel, div#second-panel {
  position: relative;
}

div#second-panel:before {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -75px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  border-radius: 50%;
}

div#top-panel .first-letter {
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -75px;
  border-radius: 50%;
  background-color: #fff;
}

div#top-panel .first-letter .first-letter_icon {
  border: var(--primary-color) 1px solid;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary-color);
  text-align: center;
  line-height: 75px;
  font-weight: 300;
  vertical-align: middle;
  font-size: 48px;
}

.home div#top-panel .first-letter {
  display: none;
}

.gynaecology div#second-panel h1 {
  color: var(--primary-color);
}
.gynaecology div#second-panel:before {
  background-image: url("../img/infertility-icon-new.svg");
}

div#second-grid .image-wrapper img {
  border-radius: 50%;
}

/* *********** */
/* Custom Misc */
/* *********** */
/* columns of same height styles */
.container-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}

.row-height {
  display: table-row;
}

.col-height {
  display: table-cell;
  float: none;
}

@media (min-width: 768px) {
  .container-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-height {
    display: table-row;
  }
  .col-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .containe-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-height {
    display: table-row;
  }
  .col-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-height {
    display: table-row;
  }
  .col-height {
    display: table-cell;
    float: none;
  }
}
/* ********** */
/* Responsive */
/* ********** */
@media (max-width: 1200px) {
  div#top-nav .row .col-sm-2 button {
    display: none;
  }
  div#top-nav .row .col-sm-3 {
    width: 30%;
  }
  #site-brand {
    margin-top: 10px;
  }
  #site-brand img {
    width: 100%;
    height: auto;
  }
  div#elizabeth:not(.home div#elizabeth) p {
    font-size: 16px;
    line-height: 23px;
    padding: 5px 0;
    color: #fff;
  }
  div#elizabeth:not(.home div#elizabeth) h1 {
    color: #fff;
  }
  .home div#elizabeth {
    background-image: none !important;
    text-align: center;
    height: auto;
    min-height: unset;
  }
  .home div#elizabeth .text-panel-item {
    width: auto;
  }
  #home-doctor-image-mobile {
    min-height: 450px;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #services .content {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #services .image-wrapper {
    background-position-x: 70% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #site-brand {
    margin-top: 10px;
  }
  #site-brand img {
    width: 100%;
    height: auto;
  }
  #top-nav li a {
    padding: 15px 10px;
  }
  div#elizabeth p {
    font-size: 16px;
    line-height: 23px;
    padding: 5px 0;
  }
  #services .image-wrapper {
    background-position-x: 70% !important;
  }
  .post-link.overlay {
    margin-top: -95px;
  }
  #services .content:before {
    display: none;
  }
  .content a button {
    display: block;
    text-align: center;
  }
  #services .content a { /* For Safari 3.1 to 6.0 */
    transition: none;
    transform-origin: center-top;
  }
  #services .content a:hover {
    height: 160px; /* For Safari 3.1 to 6.0 */
    transition: none;
    overflow: hidden;
  }
  #services .image-wrapper .content h3 {
    display: none;
  }
  #services .image-wrapper .content a button {
    display: block;
    margin: 10px auto;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }
  #services .image-wrapper .content .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    opacity: 0.9;
  }
  #services .image-wrapper:hover .content img,
  #services .image-wrapper .content .post-link_icon {
    width: 75px;
    height: 75px;
    margin-top: 20px;
  }
  #services .image-wrapper .content .overlay {
    margin-top: -134px;
  }
}
@media (max-width: 991px) {
  div#top-nav .row .col-sm-2 button {
    display: none;
  }
  #services .image-wrapper:hover .content:before {
    display: none;
  }
  .content a button {
    display: block;
    text-align: center;
  }
  #services .content a { /* For Safari 3.1 to 6.0 */
    transition: none;
    transform-origin: center-top;
  }
  #services .content a:hover {
    height: 160px; /* For Safari 3.1 to 6.0 */
    transition: none;
    overflow: hidden;
  }
  #services .image-wrapper .content h3 {
    display: none;
  }
  #services .image-wrapper .content a button {
    display: block;
    margin: 10px auto;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }
  #services .image-wrapper .content .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    opacity: 0.9;
  }
  #services .image-wrapper:hover .content img,
  #services .image-wrapper .content .post-link_icon {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  div#top-panel .first-letter, div#second-panel:before {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -50px;
    background-size: 75px 75px;
  }
  div#top-panel .first-letter .first-letter_icon {
    width: 80%;
    height: 80%;
  }
  .home div#top-panel .first-letter {
    display: none;
  }
  #services .image-wrapper .content .overlay {
    margin-top: -133px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #site-brand {
    margin-top: 7px;
  }
  #site-brand img {
    width: 100%;
    height: auto;
  }
  #top-nav li a {
    font-size: 13px;
    padding: 15px 7px;
  }
  div#top-nav .row .col-sm-2 button {
    display: none;
  }
  .home div#elizabeth {
    background-position: 75% center !important;
  }
  #services .image-wrapper .content .post-link_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #footer-nav li a {
    font-size: 14px;
  }
  #services .content:before {
    display: none;
  }
  .content a button {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  .home div#elizabeth {
    background-position: 95% center !important;
  }
  .home #top-panel p {
    font-size: 16px;
  }
  .home #top-panel p strong {
    font-weight: 400 !important;
  }
  .home #elizabeth:before,
  .home #team:before {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .home div#elizabeth .text-panel-heading,
  .home div#team .text-panel-heading {
    padding-left: 0;
  }
  #services .image-wrapper {
    height: 200px;
  }
  #services .image-wrapper .content .post-link_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #site-brand img {
    width: 290px;
    height: auto;
  }
  #services .image-wrapper .content p {
    padding: 0 15px;
  }
  #top-image {
    margin-top: 65px;
  }
  .home div#top-panel .text-panel-item.text-area {
    padding: 0;
  }
  div#top-panel .first-letter, div#second-panel:before {
    width: 75px;
    height: 75px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -35px;
    background-size: 35px 35px;
  }
  div#top-panel .first-letter .first-letter_icon {
    width: 50%;
    height: 50%;
    font-size: 24px;
    line-height: 37.5px;
  }
  div#elizabeth .container, div#two-col-class .container {
    padding: 0 15px;
  }
  div#two-col-class {
    padding-bottom: 20px;
  }
  .footer-container .text-panel-item.text-area.col-sm-12 {
    padding: 0 15px 20px;
  }
  .container-fluid.bottom-footer .col-sm-6 {
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  #footer-nav li a {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .bottom-footer .green a:last-child {
    float: none;
  }
  #services .content:before {
    display: none;
  }
  .content a button {
    display: block;
    text-align: center;
  }
  #services .image-wrapper .content .overlay {
    margin-top: -100px;
  }
}
@media (max-width: 480px) {
  #mobile-header .navbar-toggle {
    margin-right: 0;
  }
  #menu-primary-menu > li > a {
    padding-left: 0;
  }
  div#team p,
  div#team h1 {
    text-align: left !important;
  }
  #site-brand img {
    width: 200px;
    height: auto;
  }
  footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 p a.btn {
    width: 100%;
  }
  footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 p a.btn:first-child {
    float: none;
    margin-bottom: 10px;
  }
  footer .text-panel-item.text-area.col-sm-6.col-sm-offset-6 p a.btn:nth-child(2) {
    float: none;
  }
  #services .image-wrapper {
    height: 230px;
  }
  #services .image-wrapper .content .overlay {
    margin-top: -105px;
  }
  #home-doctor-image-mobile {
    background-size: cover;
  }
  body.urodynamics div#team .text-panel-item h3 {
    text-align: left !important;
  }
}
#mobile-header {
  display: none;
}
#mobile-header .navbar-toggle {
  display: none;
}

#desk-header {
  display: block;
}

@media (max-width: 1399px) {
  #mobile-header {
    display: block;
    width: 100%;
    padding-left: 30px;
  }
  #mobile-header .navbar-toggle {
    display: block;
    background-color: var(--bg-primary);
  }
  #mobile-header .navbar-toggle .icon-bar {
    background-color: var(--primary-color);
  }
  #desk-header .col-sm-3, #desk-header .col-sm-2 {
    display: none;
  }
  #desk-header .col-sm-7 {
    width: 100%;
  }
  #desk-header .col-sm-7 #full-nav {
    display: none !important;
    height: 0 !important;
    float: left;
    overflow: hidden !important;
  }
  div#top-nav .row {
    padding: 0;
    height: 1px;
  }
  #site-brand {
    padding-left: 0;
  }
  div#top-nav {
    height: 65px;
    margin-bottom: 0;
  }
  .navbar-toggle {
    margin-top: 17px;
  }
  #desk-header .col-sm-7 div#full-nav.collapsing,
  #desk-header .col-sm-7 div#full-nav.collapse.in {
    width: 100%;
    border-color: transparent;
    background-color: var(--primary-color);
    border-top: none;
    box-shadow: none;
    display: block !important;
    height: 280px !important;
  }
  #menu-primary-menu > li {
    float: none;
    position: relative;
    display: block;
  }
  #top-nav .container-fluid {
    background-color: var(--primary-color);
  }
  #top-nav li a:hover, #top-nav li.active a, #top-nav li.current-menu-parent a, #top-nav li.current-post-parent a, #top-nav li.current-post-ancestor a, .footer-class ~ a:hover {
    color: white;
  }
}
#whitesection {
  padding-top: 20px;
}

/* IE */
html.ie8 #introduction .content-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}/*# sourceMappingURL=site.css.map */