/*
Theme Name:     Doctors of Northcote
Description: 	Doctors of Northcote Custom Theme
Author:         Christom Web Design
Author URI:     http://www.christom.com.au/
Version:        1.0.0
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,400,500,600");
/**********************************************/
/*                   GLOBAL                   */
/**********************************************/
@font-face {
  font-family: 'Laila-Medium';
  src: url("assets/fonts/Laila-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Laila-Medium.woff") format("woff"), url("assets/fonts/Laila-Medium.ttf") format("truetype"), url("assets/fonts/Laila-Medium.svg#Laila-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

html {overflow-x:hidden!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
body{
	overflow-x:hidden!important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.trans {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.desktop {
  display: none; }
  @media screen and (min-width: 1024px) {
    .desktop {
      display: block; } }

.mobile {
  display: block; }
  @media screen and (min-width: 1024px) {
    .mobile {
      display: none; } }

.smaller-screen {
  display: none; }
  @media screen and (min-width: 768px) {
    .smaller-screen {
      display: block; } }

.desktopInline {
  display: none; }
  @media screen and (min-width: 1024px) {
    .desktopInline {
      display: inline; } }

.mobileInline {
  display: inline; }
  @media screen and (min-width: 1024px) {
    .mobileInline {
      display: none; } }

@media screen and (max-width: 768px) {
  .col.bordered {
    padding-left: 0 !important;
    border-left: none !important; } }

.col {
  float: left; }
  @media screen and (max-width: 768px) {
    .col {
      margin-bottom: 1em; } }
  .col.bordered {
    padding-left: 2em;
    border-left: 1px solid #e4e4e4; }
  .col.x4 {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .col.x4 {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .col.x4 {
        width: 25%; } }
  .col.x2 {
    width: 100%;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      .col.x2 {
        width: 50%;
        padding-right: 2em; } }
  .col.x33 {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .col.x33 {
        width: 33%;
        padding: 0 1.25em; } }
    .col.x33:nth-child(3n+2) {
      border-left: 1px solid #f1f1f1;
      border-right: 1px solid #f1f1f1; }
      @media screen and (max-width: 768px) {
        .col.x33:nth-child(3n+2) {
          border-left: 0;
          border-right: 0; } }
  .col.x25 {
    width: 23.5%;
    margin-right: 1.5%; }
    @media screen and (max-width: 768px) {
      .col.x25 {
        width: 100%;
        margin-right: 0; } }
  .col.x30 {
    width: 28.5%;
    margin-right: 1.5%; }
    @media screen and (max-width: 768px) {
      .col.x30 {
        width: 100%; } }
  .col.x70 {
    width: 70%; }
    @media screen and (max-width: 768px) {
      .col.x70 {
        width: 100%; } }
  .col.x75 {
    width: 75%; }
    @media screen and (max-width: 768px) {
      .col.x75 {
        width: 100%; } }
  .col.x40 {
    width: 40%;
    padding-right: 1em; }
    @media screen and (max-width: 768px) {
      .col.x40 {
        width: 100%;
        padding-right: 0; } }
  .col.x60 {
    width: 60%;
    padding-right: 6em; }
    @media screen and (max-width: 768px) {
      .col.x60 {
        width: 100%;
        padding-right: 0; } }

.content-block {
  display: inline-block;
  padding: 0 1em; }
  .content-block strong {
    font-family: 'Laila-Medium';
    font-size: 1.475em; }

.btn {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-style: italic;
  padding: 0 15px; }
  .btn:hover {
    text-decoration: none; }
  .btn.mainBtn {
    background: #ff6b00;
    color: #fff;
    border-right: 5px solid #ffb739; }
    .btn.mainBtn:hover {
      background: #ffb739;
      border-right: 5px solid #ff6b00; }

img {
  max-width: 100%; }
  @media screen and (min-width: 1160px) {
    img {
      max-width: initial; } }

.trans {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/**********************************************/
/*                   TYPOGRAPHY               */
/**********************************************/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.5em; }

a {
  color: #ff6b00;
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: underline; }

h2,  .entry-title {
  font-family: 'Laila-Medium';
  font-weight: normal;
  font-size: 1.75em; }

/**********************************************/
/*                   MAIN                     */
/**********************************************/
.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto; }
  @media screen and (min-width: 1160px) {
    .container {
      width: 1160px;
      padding: 0; } }

/**********************************************/
/*                   HEADER                   */
/**********************************************/
#topbar {
  background: #f1f1f1;
  height: 32px;
  border-bottom: 1px solid #e4e4e4;
  text-align: right; }
  @media screen and (min-width: 768px) {
    #topbar {
      height: 57px; } }

  @media screen and (max-width: 568px) {
    #topbar a.topbtn.book {
      display: none;
    }
  }

  #topbar .topbtn {
    display: inline-block;
    text-decoration: none;
    padding: 0 33px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    padding: 0 12px; }
    @media screen and (min-width: 768px) {
      #topbar .topbtn {
        font-size: 19px;
        height: 57px;
        line-height: 57px;
        padding: 0 33px; } }
    #topbar .topbtn .fa {
      font-size: 20px;
      height: 20px;
      vertical-align: middle;
      margin-right: 0; }
      @media screen and (min-width: 768px) {
        #topbar .topbtn .fa {
          height: 26px;
          line-height: 26px; } }
      @media screen and (min-width: 1024px) {
        #topbar .topbtn .fa {
          margin-right: 10px; } }
    #topbar .topbtn.phone {
      background-color: #070b10; }
      #topbar .topbtn.phone .fa {
        color: #ff6b00; }
      #topbar .topbtn.phone:hover {
        background-color: #ff6b00; }
        #topbar .topbtn.phone:hover .fa {
          color: #070b10; }
    #topbar .topbtn.book {
      background-color: #ff6b00; }
      #topbar .topbtn.book:hover {
        background-color: #070b10;
        color: #fff; }

.site-header {
  position: relative;
  height: 72px;
  border-bottom: 1px solid #e4e4e4; }
  .site-header .site-branding {
    display: inline-block;
    position: absolute;
    top: -32px;
    z-index: 9999;
    width: 153px; }
    @media screen and (min-width: 768px) {
      .site-header .site-branding {
        width: auto;
        top: -57px; } }
    @media screen and (max-width: 568px) {
      .site-header .site-branding {
        /*top: 0;*/
      }
    }


    .site-header .site-branding h1.site-title {
      margin: 0;
      line-height: 0; }
      .site-header .site-branding h1.site-title a {
        display: inline-block; }
        .site-header .site-branding h1.site-title a:after {
          content: '';
          display: block;
          height: 4px;
          background: #ff6700;
          width: 100%; }
        .site-header .site-branding h1.site-title a img {
          border-left: 1px solid #e4e4e4;
          border-right: 1px solid #e4e4e4; }
  .site-header .menu-main-menu-container {
    display: inline-block;
    margin-left: 178px;
    padding-left: 30px;
    display: none; }
    @media screen and (min-width: 1024px) {
      .site-header .menu-main-menu-container {
        display: inline-block; 
        float: right;} }
    .site-header .menu-main-menu-container #menu-main-menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-header .menu-main-menu-container #menu-main-menu li.current-menu-item a {
        color: #ff6700;
        border-bottom: 1px solid #ff6700; }
      .site-header .menu-main-menu-container #menu-main-menu > li {
		  position: relative;
        display: inline-block;
        float: left; }
        .site-header .menu-main-menu-container #menu-main-menu > li a {
          text-decoration: none;
          text-transform: lowercase;
          color: #070b10; }
        .site-header .menu-main-menu-container #menu-main-menu > li > a {
          display: block;
          margin: 0 15px;
          height: 72px;
          line-height: 72px; }
        .site-header .menu-main-menu-container #menu-main-menu > li:hover > a {
          color: #ff6700;
          border-bottom: 1px solid #ff6700; }
        .site-header .menu-main-menu-container #menu-main-menu > li ul {
          position: absolute;
		left: -15%;
          list-style: none;
          padding: 0;
          margin: 0;
          width: 222px;
          z-index: 99999;
          background: #fff;
          display: none; }
          .site-header .menu-main-menu-container #menu-main-menu > li ul li {
            border-top: 1px solid #e4e4e4; }
            .site-header .menu-main-menu-container #menu-main-menu > li ul li a {
              display: block;
              line-height: 1em;
              padding: 17px 0 17px 30px; }
              .site-header .menu-main-menu-container #menu-main-menu > li ul li a:hover {
                background: #070b10;
                color: #fff; }

/**********************************************/
/*                   NAVIGATION               */
/**********************************************/
.slicknav_menu {
  background: none;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .slicknav_menu {
      display: none; } }
  .slicknav_menu .slicknav_btn {
    position: absolute;
    right: 23px;
    background: none;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    margin: 1.75em 0 0 0;
    padding: 0; }
    .slicknav_menu .slicknav_btn .slicknav_icon-bar {
      background-color: #ff6b00;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .slicknav_menu .slicknav_nav {
    position: absolute;
    background: #ff6b00;
    z-index: 3;
    top: 72px;
    width: 100%;
    left: -0px; }
    .slicknav_menu .slicknav_nav .sf-menu {
      margin: 50px 0 20px; }
      .slicknav_menu .slicknav_nav .sf-menu li a:hover {
        text-decoration: none; }

/**********************************************/
/*                   SOCIAL MEDIA             */
/**********************************************/
/**********************************************/
/*                   HOME                     */
/**********************************************/
.home .breadcrumbs {
  display: none; }

#flexslider-container {
  background: #fff6ee;
  font-size: 1rem;
  overflow: hidden; }
  #flexslider-container .flexslider {
    margin: 0;
    border: 0; }
    #flexslider-container .flexslider .slides li {
      position: relative !important; }
      #flexslider-container .flexslider .slides li .slider-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%; }
        #flexslider-container .flexslider .slides li .slider-overlay .flex-caption {
          color: #fff;
          width: 600px;
          background: rgba(255, 107, 0, 0.75);
          padding: 1.5em;
          border: 1px solid #fff;
          position: absolute;
          bottom: 3em; }
          @media screen and (max-width: 1160px) {
            #flexslider-container .flexslider .slides li .slider-overlay .flex-caption {
              font-size: 0.75rem; } }
          #flexslider-container .flexslider .slides li .slider-overlay .flex-caption h3 {
            font-family: 'Laila-Medium';
            display: inline-block;
            padding-bottom: 0.5em;
            border-bottom: 1px solid #fff;
            margin-bottom: 0; }
  #flexslider-container .slider-desktop {
    display: none; }
    @media screen and (min-width: 768px) {
      #flexslider-container .slider-desktop {
        display: block; } }
  #flexslider-container .slider-mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      #flexslider-container .slider-mobile {
        display: none; } }
    #flexslider-container .slider-mobile .slides li {
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important;
      height: 30vh; }

/**********************************************/
/*                   PAGE                     */
/**********************************************/
.breadcrumbs {
  margin: 30px 0;
  text-transform: lowercase; }

.section-row h2, .entry-title {
  position: relative; }
  .section-row h2:before, .entry-title:before {
    content: '';
    top: -19px;
    width: 80px;
    height: 4px;
    background: #fff; }

.section-row.sec-content.centered, .entry-title {
  text-align: center;
}

.fee_block {
  display: inline-block; 
  border: 1px solid #e4e4e4;
  padding-top: 41px; 
  position: relative;
}
  .fee_block.x2 {
    width: 29.91379310344828%; /* 347 / 1160 */
    min-width: 273px;
    margin-left: 2.586206896551724%;
    margin-right: 2.586206896551724%;
    margin-bottom: 1em; }

  .fee_block.x4 {
    width: 24.39655172413793%; /* 283 / 1160 */
    width: 273px;
    margin: 0 4px 1em;
  }

  .fee_block .conc_text {
  display: none !important;
  }

  .fee_block.concession .conc_text {
    display: block !important;
  }

  .fee_block ul {
    display: inline-block;
    margin-top: 0;
  }

  .fee_block ul:before {
    content: '';
    height: 1px;
    width: 135px;
    display: inline-block;
    background: #e4e4e4;
    margin-bottom: 6px;
  }

  .fee_block span.topBorder {
    display: block;
    background: #ff6700;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
  }

  .fee_block span.conc_text {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: #ffb739;
    height: 37px;
    line-height: 37px;
    position: absolute;
    top: 4px;
    width: 100%;
  }

  .fee_block h3 {
    font-size: 26px;
  }

  .fee_block p {
    line-height: 2em;
  }

.section-row.sec-content, article.type-page {
  padding: 46px 0; }
  
  .section-row.sec-content h2:before, .entry-title:before {
    position: relative;
    background: #ffb739;
    display: block;
    margin: 0 auto; }
  .section-row.sec-content h3 {
    font-family: 'Laila-Medium';
    font-size: 1.470em; }
  .section-row.sec-content hr {
    border: none;
    height: 1px;
    background: #f1f1f1; }
  .section-row.sec-content ol {
    padding: 0;
    list-style-type: none; }
    .section-row.sec-content ol li {
      counter-increment: step-counter; }
      .section-row.sec-content ol li strong {
        width: 260px;
        display: inline-block;
        font-weight: 100; }
      .section-row.sec-content ol li:before {
        content: counter(step-counter) ". ";
        color: #ffb739;
        width: 20px;
        display: inline-block;
        text-align: right;
        padding-right: 5px; }
  .section-row.sec-content ul {
    padding: 0;
    list-style-type: none; }
    .section-row.sec-content ul li {
      position: relative;
      padding-left: 1.35em;
      margin: 0.75em 0; }
      .section-row.sec-content ul li:before {
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0;
        color: #ff6b00; }
      .section-row.sec-content ul li ul li:before {
        content: "-"; }
  .section-row.sec-content .centeredList {
    text-align: center;
    line-height: 1em; }
    .section-row.sec-content .centeredList .fa {
      color: #ff6b00;
      margin-right: 1em; }
  .section-row.sec-content .doctors-wrap {
    padding-top: 46px; }
    .section-row.sec-content .doctors-wrap .doctors-item {
      margin: 0 0.604% 70px;
      width: 23.707%; 
      min-height: 531px;}
      @media screen and (max-width: 768px) {
        .section-row.sec-content .doctors-wrap .doctors-item {
          width: 32%; } }
      @media screen and (max-width: 600px) {
        .section-row.sec-content .doctors-wrap .doctors-item {
          width: 48.79%; } }
      @media screen and (max-width: 360px) {
        .section-row.sec-content .doctors-wrap .doctors-item {
          width: 100%;
          margin: 0 auto 1em;
          text-align: center; } }
      .section-row.sec-content .doctors-wrap .doctors-item h3 a {
        text-decoration: none;
        color: #000; }
  .section-row.sec-content .doctor-block.single {
    width: 275px; }
  .section-row.sec-content .doctor-single-desc {
    float: left;
    width: 59.60098522167487%;
    /* 483.96 / 812 */
    padding-right: 1em; }
  .section-row.sec-content .doctor-block {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 3.120em; }
  .section-row.sec-content .doctor-block:nth-child(4n+1) {
clear:left;
}
    .section-row.sec-content .doctor-block img {
      max-width: 100%;
      height: auto; }
    .section-row.sec-content .doctor-block h3 {
      position: relative;
      min-height: 63px;
      font-family: 'Laila-Medium';
      margin-bottom: 0.25em; }
      .section-row.sec-content .doctor-block h3:before {
        content: '';
        position: absolute;
        top: -11px;
        width: 80px;
        height: 4px;
        background: #ffb739; }
    .section-row.sec-content .doctor-block p {
      margin-top: 0;
      min-height: 50px; }

.section-row.subs-block {
  background: #262626;
  color: #fff; }
  .section-row.subs-block h2:before {
    position: absolute;
    left: 2px;
    background: #fff; }

.acf-map {
  width: 100%;
  height: 54.527vh; }

/**********************************************/
/*                   INDEX                    */
/**********************************************/
.sec-content.error404 {
  background: #ff6b00;
  color: #fff !important;
  text-align: center;
  padding: 25vh 0; }

/**********************************************/
/*                   PLUGINS                  */
/**********************************************/
#mc4wp-form-1 {
  padding: 0 9.053%;
  margin-top: 2.5em; }
  @media screen and (max-width: 1024px) {
    #mc4wp-form-1 {
      margin-top: 1.5em; } }
  #mc4wp-form-1 .mc4wp-form-fields input {
    height: 50px;
    line-height: 50px;
    padding: 0 17px;
    border: 0;
    outline: none; }
  #mc4wp-form-1 .mc4wp-form-fields input[type="email"] {
    width: 61.91228070175439%;
    margin-right: 2.631578947368421%;
    border: 1px solid #fff; }
    @media screen and (max-width: 1024px) {
      #mc4wp-form-1 .mc4wp-form-fields input[type="email"] {
        width: 100%;
        margin-bottom: 1em; } }
  #mc4wp-form-1 .mc4wp-form-fields input[type="submit"] {
    width: 170px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    background: #ff6b00;
    border-right: 8px solid #ffb739;
    cursor: pointer;
    font-style: italic; }
    @media screen and (max-width: 1024px) {
      #mc4wp-form-1 .mc4wp-form-fields input[type="submit"] {
        width: 100%; } }
    #mc4wp-form-1 .mc4wp-form-fields input[type="submit"]:hover {
      background: #ffb739;
      border-right: 8px solid #ff6b00; }

#gform_wrapper_1 li.gfield {
  margin: 0 !important;
  padding: 4px 8px; }
  #gform_wrapper_1 li.gfield .gfield_label {
    display: none; }
  #gform_wrapper_1 li.gfield input, #gform_wrapper_1 li.gfield textarea {
    font-weight: 100 !important;
    border: none;
    background: #e4e4e4;
    outline: none;
    padding: 10px; }
  #gform_wrapper_1 li.gfield textarea {
    height: 160px; }

#gform_wrapper_1 .gform_footer {
  padding: 0;
  text-align: center; }
  #gform_wrapper_1 .gform_footer #gform_submit_button_1 {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-style: italic;
    padding: 0 15px;
    background: #ff6b00;
    color: #fff;
    border-right: 5px solid #ffb739 !important;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer; }
    #gform_wrapper_1 .gform_footer #gform_submit_button_1:hover {
      background: #ffb739;
      border-right: 5px solid #ff6b00 !important; }

/**********************************************/
/*                   CUSTOM                   */
/**********************************************/
.home-first-section {
  padding: 0 !important;
margin-bottom:30px;
}
  .home-first-section .x33 {
    padding: 46px 1.35em 92px !important;
    position: relative; }
    .home-first-section .x33 .btn.mainBtn {
      position: absolute;
      bottom: 50px;
      left: 32%; }
      @media screen and (max-width: 768px) {
        .home-first-section .x33 .btn.mainBtn {
          position: relative;
          bottom: auto;
          left: auto; } }


/**********************************************/
/*  custom tables for fees                 */
/**********************************************/
table {
	border-collapse: collapse;
}
.table-responsive {
	overflow-x:auto;
}
.table-responsive table, table.table-responsive {
	width: 100%;
}
table th, table td {
	padding: 5px 15px;
}
table th, table .header-cell {
	text-align: left;
}
table td {
	border-left: 1px solid #E4E4E4;
}
table td.header-cell { border-left: none; }
table td.line-top, table th.line-top { border-top: 1px solid #FEB739; }
b, strong {
	font-weight: bold;
}
table h1, table h2, table h3, table h4 {
	font-family: 'Laila-Medium';
	font-weight: 400;
}
table h2 {
	text-transform: none;
}
table h1 small, table h2 small {
	font-size: 18px;
	line-height: 18px;
}
.orange-background {
	background-color: #FEB739;
}
.gray-background {
	background-color: #E4E4E4;
}
.lightgray-background {
	background-color: #F8F8F8;
}

/**********************************************/
/*                   SIDEBAR                  */
/**********************************************/
/**********************************************/
/*                   FOOTER                   */
/**********************************************/
.site-footer {
  color: #f1f1f1; }
  .site-footer .site-info {
    background: #1e2024;
    padding: 36px 0; }
    .site-footer .site-info .f1 {
      width: 30.17241379310345%;
      /* 350 / 1160 */
      padding-right: 2.75em; }
      @media screen and (max-width: 768px) {
        .site-footer .site-info .f1 {
          width: 50%;
          margin-bottom: 1em; } }
      @media screen and (max-width: 360px) {
        .site-footer .site-info .f1 {
          width: 100%; } }
    .site-footer .site-info .f2 {
      width: 18.96551724137931%;
      /* 220 / 1160 */ }
      @media screen and (max-width: 768px) {
        .site-footer .site-info .f2 {
          width: 50%;
          margin-bottom: 1em; } }
      @media screen and (max-width: 360px) {
        .site-footer .site-info .f2 {
          width: 100%; } }
    .site-footer .site-info .f3 {
      width: 26.72413793103448%;
      /* 310 / 1160 */
      padding-right: 2.75em; }
      @media screen and (max-width: 768px) {
        .site-footer .site-info .f3 {
          width: 50%;
          margin-bottom: 1em;
          padding-right: 0; } }
      @media screen and (max-width: 360px) {
        .site-footer .site-info .f3 {
          width: 100%; } }
    .site-footer .site-info .f4 {
      width: 24.13793103448276%;
      /* 280 / 1160 */ }
      @media screen and (max-width: 768px) {
        .site-footer .site-info .f4 {
          width: 50%;
          margin-bottom: 1em; } }
      @media screen and (max-width: 360px) {
        .site-footer .site-info .f4 {
          width: 100%; } }
    .site-footer .site-info .widget h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.059em;
      font-weight: 500; }
    .site-footer .site-info .widget ul {
      padding: 0;
      list-style: none; }
  .site-footer .site-copy {
    background: #11151b;
    padding: 6px 0;
    text-align: center;
    font-size: 15px; }

@media screen and (max-width: 480px) {
  #topbar a:last-child {
    display: none;
  }

  .mobile-top {
    display: inline !important;
  }
}

.mobile-top {
  display: none;
}

.mobile-top .topbtn {
  display: inline-block;
  text-decoration: none;
  padding: 0 33px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  width: 100%;
  text-align: center;
}

.mobile-top .topbtn.book {
  background-color: #ff6b00;
}

.mobile-top .topbtn.book:hover {
  background-color: #070b10;
  color: #fff;
}

.flex-direction-nav a, .flex-direction-nav a:before {
  color: #ff6b00;
  line-height: initial;
}

.archive h2.page-title,
.blog h2.page-title {
  text-align: center;
}

.archive article.post,
.blog article.post {
  width: 31.33%;
  float: left;
  margin: 1%;

}

@media screen and (max-width: 1023px) {
  .archive article.post,
  .blog article.post {
    width: 48%;
  }
}

@media screen and (max-width: 567px) {
  .archive article.post,
  .blog article.post {
    width: 98%;
  }

  .archive article.post .post-thumb img,
  .blog article.post .post-thumb img {
    width: 100%;
  }
}

.archive article.post .post-content,
.archive article.post .post-thumb,
.blog article.post .post-content,
.blog article.post .post-thumb {
  display: block;
}

.archive article.post .post-thumb,
.blog article.post .post-thumb {
  display: block;
  line-height: 0;
}

.archive article.post .post-thumb img,
.blog article.post .post-thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.archive article.post .post-content,
.blog article.post .post-content {
  background: #fff6f0;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}

.navigation {
  text-align: center;
  margin-top: 2em;
}

.navigation h2 {
  display: none;
}

.navigation .nav-links .page-numbers {
  padding: 5px 10px;
  background: #1e2024;
  color: #fff;
  text-decoration: none;
}

.navigation .nav-links .page-numbers.current,
.navigation .nav-links .page-numbers:hover {
  background: #ff6b00;
}

.cat-link a {
    font-size: 13px;
    font-weight: normal;
    text-transform: lowercase;
    color: #fdcb9e;
}

#categories-3 {
  text-align: right;
  padding-right: 1%;
}

#categories-3 h2 {
  display: none;
}

#categories-3 label {
  text-transform: uppercase;
  font-size: 13px;
  padding-right: 10px;
}

#categories-3 select {
  background: #fef5ef;
  border: 0;
  padding: 10px;
  color: #999;
}

.single .x75 {
  padding-right: 2em;
}

.x25 .widgettitle {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background: #fb6717;
  color: #fff;
  padding: 5px 10px;
}

.x25 .widgettitle:before {
  display: none !important;
}

.single-banner {
  background-size: cover !important;
  height: 50vh;
}

.byline {
  display: none;
}

.single .entry-title {
  font-weight: normal;
}

/***UPDATE 2020 ***/

.tab-module {
  font-family: 'Montserrat', sans-serif;
  border-top: 1px solid #FEB739;
}

.tab-module .x25 {
  width: 25%;
  margin-right: 0;
}

.tab-module .tab-select button {
  border-left: 1px solid #feb739;
  border-right: none;
  border-top: 1px solid #feb739;
  border-bottom: 1px solid #feb739;
  background: #fff;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  /*margin-bottom: 1px;*/
  position: relative;
}

.tab-module .tab-select button:not(:last-child) {
  border-bottom: none !important;
}

.tab-module .tab-select button.active,
.tab-module .tab-select button:hover {
  background: #FEB739;
  color: #fff;
}

.tab-module .tab-select button.active:after,
.tab-module .tab-select button:hover:after{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #feb639;
  position: absolute;
  top: 2px;
  right: -10px;
}

.tab-module .tab-select button h1 {
  margin: 0;
  font-family: 'Laila-Medium';
  font-weight: 400;
}

.tab-module .tab-select button h1:before {
  display: none !important;
}

.tablinks h1:before {
  display: none !important;
}

.tab-module .tab-select button p {
  margin: 0.75em 0 0;
  font-family: 'Laila-Medium';
}

.tab-module .tab-content {
  border-left: 1px solid #feb739;
}

.tab-module .tabcontent {
  display: none;
}

.tab-module #tab-1 {
  display: block;
}

.tab-module .tabcontent .tab-row-header div,
.tab-module .tabcontent .tab-row div {
  float: left;
  width: 33.33%;
}

.tab-module .tabcontent .tab-row-header div {
  padding: 10px;
}

.tab-module .tabcontent .tab-row-header div:not(:last-child),
.tab-module .tabcontent .tab-row div:not(:last-child) {
  border-right: 1px solid #E4E4E4;
}

.tab-module .tabcontent .tab-row-header div:last-child {
  background: #FEB739;
  color: #fff;
}

.tab-module .tabcontent .tab-row:nth-child(2n) div {
  background: #F8F8F8
}

.tab-module .tabcontent .tab-row div h2:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab-module .x25 {
    width: 100%;
    margin: 0;
  }

  .tab-module .tab-select button.active,
  .tab-module .tab-select button:hover {
    border-right: 0;
  }

  .tab-module .tab-content {
    border-left: 0;
  }

  .tab-module .tabcontent .tab-row-header {
    display: none;
  }

  .tab-module .tabcontent .tab-row div {
    width: 100%;
    float: none;
    padding: 10px;
  }

  .tab-module .tabcontent .tab-row div:not(:last-child) {
    border-right: 0;
  }

  .tab-module .tabcontent .tab-row div p {
    margin: 0;
  }

  .tab-module .tabcontent .tab-row div:before {
    font-family:'Montserrat', sans-serif;
    font-size:17px;
    font-weight: bold;
  }

  .tab-module .tabcontent .tab-row div:nth-child(2):before {
    content: "Consult Type";
  }

  .tab-module .tabcontent .tab-row div:nth-child(3):before {
    content: "Out of Pocket";
  }

  .tab-module .tabcontent .tab-row div:nth-child(4):before {
    content: "Consult Fee";
  }

  .tab-module .tabcontent .tab-row div:nth-child(5):before {
    content: "Out of Pocket";
    color: #FEB739;
  }
 }

.section-row h1 {
  font-family: 'Laila-Medium';
  font-weight: 400;
  font-size: 1.75em;
}

.section-row.sec-content h1:before {
  position: relative;
  background: #ffb739;
  display: block;
  margin: 0 auto;
}
.section-row h1:before {
  content: '';
  top: -19px;
  width: 80px;
  height: 4px;
  background: #fff;
}

.site-footer .sm-list li {
  float: left;
  margin-right: 10px;
}

/*Icon padding*/
.facilities_icon{
	padding:50px;
}

/***UPDATE***/

#menu-item-1082 ul {
  width: 500px !important;
  column-count: 2;
	column-gap: 0;
	left: -200% !important;
}

#menu-item-1082 ul li a {
  padding: 17px 30px !important;
	font-size: 14px;
}

@media(max-width:767px){
	#flexslider-container .slider-desktop{
		display:block;
	}
	#flexslider-container .slider-desktop.flexslider .slides img{
		height: 30vh;
	}
	#flexslider-container .slider-mobile{
		display:none;
	}
	#flexslider-container .flexslider .slides li .slider-overlay .flex-caption{
		width: 92%;
		margin-right: 48px;
	}
	.site-footer .site-info .container .col.f1,
	.site-footer .site-info .container .col.f2,
	.site-footer .site-info .container .col.f3,
	.site-footer .site-info .container .col.f4{
		width:100%;
		height:auto!important;
	}
}