/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* TYPOGRAPHY & HEADINGS *
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');*/

body{
    font: 300 18px/2.075 'Montserrat', sans-serif !important;
    color: #252525 !important;
}
.primary-font {
    font-family: 'Montserrat', sans-serif !important;
}
.blue{
    color: #1A4A5E !important;
}
.green{
    color: #8DC63F !important;
}
.dark-text p,
.dark-text {
    color: #252525 !important;
}
.bold, strong, b, a {
    font-family: 'Montserrat' !important;
}
/* cool list */
ul.cool-list {
    position: relative;
    margin:0;
    padding-left:40px;
}
ul.cool-list:before {
    content: '';
    position: absolute;
    display:block;
    width: 9px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #8DC63F;
}
::marker {
  color: #252525;
  font-size: .5em;
}
.border-top-green > .row-bg-wrap {
    border-top: 9px solid #8DC63F;
}
/* FOR FULL WIDTH CONTENT */
/* Add pin-right on left column if you don't want to span full width
   Add pin-left to right column if you don't want to span full width */
.wpb_row.vc_row-fluid.vc_row.inner_row.three-col-inner-content {
    padding: 40px 1%;
    max-width: 420px;
    margin:  0 auto;
}
@media screen and (min-width: 1425px){
    .pin-right {
        max-width: calc(1825px / 2);
        margin-left: auto !important;
        padding-right: 1% !important
    }
    .pin-right > div{
        padding-left: 90px !important;
    }
    .pin-left > div{
        padding-right: 90px !important;
    }
    .pin-right > div, .pull-right > div{
        padding-right: 90px !important;
    }
    .pin-left > div, .pull-left > div{
        padding-left: 90px !important;
    }
    .pin-left {
        max-width: calc(1825px / 2);
        margin-right: auto !important;
        padding-left: 1% !important;
    }
    .vc_col-sm-5 .pin-right,
    .pin-right.vc_col-sm-5{
        max-width: 705px;
    }
    .pin-left.vc_col-sm-5{
        max-width: 705px;
    }
}
@media screen and (min-width: 1600px){
    .pin-right.vc_col-sm-5 {
        padding-left: 90px !important;
        max-width: 625px;
    }
}
@media screen and (min-width: 1000px){
    .pin-right, .pull-right {
        display:flex!important;
        align-items:center;
        justify-content:flex-end!important;
    }
    .pin-right > div, .pull-right > div {
        padding-left: 90px;
        /* max-width: 850px; */
        width: 100%;
        padding-right: 2%;
    }
    .pin-left, .pull-left {
        display:flex!important;
        align-items:center;
        justify-content:flex-start!important;
    }
    .pin-left > div, .pull-left > div {
        /* padding-right: 90px; */
        /* max-width: 850px; */
        width: 100%;
        padding-left: 90px;
    }
    .wpb_row.vc_row-fluid.vc_row.inner_row.three-col-inner-content {
        padding: 75px 90px;
        max-width: 559px;
        margin:  0 auto;
    }
}
@media screen and (min-width: 691px) and (max-width: 999px) {
    .pin-left > div, .pull-left > div,
    .pin-right > div, .pull-right > div {
        max-width: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
  .wpb_row.vc_row-fluid.vc_row.inner_row.three-col-inner-content {
      padding: 60px 1%;
      max-width: 600px;
  }
}
@media screen and (max-width: 690px) {
    .pin-left > div, .pull-left > div,
    .pin-right > div, .pull-right > div {
        max-width: 320px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
  .wpb_row.vc_row-fluid.vc_row.inner_row.three-col-inner-content {
      padding: 40px 1%;
      max-width: 320px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  .pin-left > div,
  .pull-left > div,
  .pin-right > div,
  .pull-right > div {
    max-width: 420px;
  }
  .wpb_row.vc_row-fluid.vc_row.inner_row.three-col-inner-content {
      padding: 46px 1%;
      max-width: 420px;
  }
}


/* SET STANDARD SPACING FOR ALL ROWS */
/*.vc_row-fluid > .span_12 > .wpb_column { /* padding for all rows */
/* .vc_row-fluid > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper { padding for all columns */
body[data-bg-header="true"] .container-wrap, .container-wrap {
    padding-bottom: 0 !important;
}
.vc_row > .row_col_wrap_12 { /* padding for main rows */
    padding:60px 0;
}
.extra-padding > .col {
    padding-top:60px;
    padding-bottom:60px;
}
.extra-padding-bottom > .col, .extra-padding-bottom {
    padding-bottom:50px;
}
.extra-padding-top > .col, .extra-padding-top {
    padding-top:50px !important;
}
@media screen and (min-width:1000px){
    .vc_row > .row_col_wrap_12 { /* padding for main rows */
        padding: 120px 0;
    }
    .extra-padding-desktop > .col {
        padding-top: 180px;
        padding-bottom: 180px;
    }
    .vc_row-fluid > .span_12 .wpb_column.extra-padding-right {
        padding-right:80px;
    }
    .extra-padding-right-desktop{
      padding-right: 90px !important;
    }
    .ptb-40-d > .row_col_wrap_12 {
        padding: 80px 0;
    }
}
@media screen and (min-width:1425px){
    .extra-padding-right-desktop{
        padding-right: 129px !important;
    }
}
@media screen and (max-width:999px){
  .extra-padding-mobile > .col { 
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .extra-padding-bottom > .col, .extra-padding-bottom {
      padding-bottom: 40px;
  }
  .extra-padding-top-mobile > .col, .extra-padding-top-mobile {
      padding-top:48px !important;
  }
  .ptb-20-m > .row_col_wrap_12 {
      padding: 20px 0;
  }
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-padding, .no-padding .wpb_wrapper, .no-padding .row_col_wrap_12, .no-padding .vc_col-sm-6 {
    padding:0!important;
}
.no-padding-top, .no-padding-top .wpb_wrapper, .no-padding-top .row_col_wrap_12 {
    padding-top:0!important;
}
.no-padding-top-bottom, .no-padding-top-bottom .wpb_wrapper, .no-padding-top-bottom .row_col_wrap_12 {
    padding-top:0!important;
    padding-bottom:0!important;
}
.no-padding-bottom, .no-padding-bottom .wpb_wrapper, .no-padding-bottom .row_col_wrap_12 {
    padding-bottom:0!important;
}
.no-margin, .no-margin .wpb_wrapper {
    margin:0!important;
}

/* BUTTONS */
/* selector for both nectar buttons & gravity forms buttons */
body .nectar-button[data-color-override="false"], body[data-form-submit="regular"] .container-wrap input[type="submit"] {
    font-size: 18px !important;
    padding: 10px 50px !important;
}
body .nectar-button[data-color-override="false"]:hover, body[data-form-submit="regular"] .container-wrap input[type="submit"]:hover{
    opacity: 1;
}
.nectar-button[data-color-override="false"].regular-button,
body .nectar-button[data-color-override="false"], 
body.material .nectar-button.see-through.accent-color[data-color-override="false"], 
body[data-form-submit="regular"] .container-wrap input[type="submit"] {
    padding: 7px 5px !important;
    text-align: center;
    background: #8DC63F !important;
    border: 2.30233px solid #8DC63F !important;
    box-sizing: border-box;
    border-radius: 46.0465px !important;
    color: #fff !important;
    min-width: 262px;
    border: none;
    opacity: 1 !important;
    font: 500 18px/1.747 'Montserrat', sans-serif !important;
}
body.material .nectar-button.see-through.accent-color[data-color-override="false"]{
    background: #8DC63F !important;
    border: 2.30233px solid #fff !important;
}
body .nectar-button:after{
    content: "\f105";
    padding-left:10px;
    font-family: 'FontAwesome';
}
body .nectar-button[data-color-override="false"]:hover, 
body.material .nectar-button.see-through.accent-color[data-color-override="false"]:hover, 
body[data-form-submit="regular"] .container-wrap input[type="submit"]:hover{
    opacity: 1;
    background: #1a4a5e  !important;
    border: 2.30233px solid #1a4a5e !important;
}
/* booking banner */
.booking-banner{
    /* display: none; */
}
.booking-banner p {
    padding:  0 !important;
    color:#fff;
    font-weight: 700;
    font-size: 24px;
}
.booking-banner img {
    margin-bottom: -3px;
    padding-right: 5px;
}
/* HEADER NAVIGATION */

/* FOOTER */
#footer-outer{
  border-top: 9px solid #8DC63F;
}
#footer-outer #footer-widgets .widget h4{
  margin-bottom: 0 !important;
}

/* PADDING */
.ptb-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* HOME */

/* who we are */
.blue-angle-bg.wpb_row .row-bg{
    background-size: 40%;
}

/* our services */
.our-services .nectar-flickity.nectar-carousel[data-format="default"] .flickity-slider .cell {
    padding:0;
}
.our-services .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 0 !important;
    height: 100% !i;
}
.our-services .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:before{
    background: rgba(141, 198, 63, 0.7);
    border: 2px solid #FFFFFF;
    width: 59px;
    height: 59px;
}
.our-services .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next{
    width: 59px;
    height: 59px;
}
.our-services .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg{
    top: 20px;
    width: 22px;
    height: 22px;
}
.our-services .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous svg {
  left: 20px;
}
.our-services .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next svg {
  right: 16px;
  left: auto;
}
.our-services .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button .arrow{
    fill: #ffffff;
}
.our-services .nectar-flickity[data-controls*="arrows_overlaid"] .previous:after, 
.our-services .nectar-flickity[data-controls*="arrows_overlaid"] .next:after{
    display: none;
}
/* BOQABLE */
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details .bq-price-details span.bq-price,
.booqable-component .booqable-product-button-wrapper .bq-price-details span.bq-price{
  font-weight:400 !important;
}
.bq-ql-content p, .bq-ql-content a, .bq-ql-content h1, .bq-ql-content h2, .bq-ql-content h3, .bq-ql-content ol, .bq-ql-content ul{
  font-family: 'Montserrat', sans-serif !important;
  color: #252525;
}.bq-modal, .booqable-sidebar,.wjBAx :not(i), button,
.booqable-component .booqable-product-button-wrapper a.bq-button{
  font-family: 'Montserrat', sans-serif !important;
}
.booqable-component #booqable-launcher:hover {
    border-radius: 8px;
}
.booqable-component #booqable-launcher {
    border-radius: 50%;
}
.eZFexM  .DayPicker-Day--selected:not(.DayPicker-Day--from):not(.DayPicker-Day--to):not(.DayPicker-Day--outside).DayPicker-Day--disabled, .DayPicker-Day--disabled {
    background: #ccc;
    color: #000 !important;
}
.bq-sidebar-head div[class^="bq-branded Period"] {
    display:none;
}
/* sidebar */
.booqable-sidebar {
    padding:  0;
    background: transparent;
    border: 0;
}

.booqable-sidebar label,.booqable-sidebar h3 {
    text-transform: uppercase;
    height: auto;
    color: #252525;
    margin-bottom:  8px !important;
    font: 300 18px/2.075 'Montserrat', sans-serif !important;
}
.booqable-component #booqable-quickview-inner{
  color: #252525 !important;
  font-family: 'Montserrat', sans-serif !important;
  background: #F5F5F5;
  box-shadow: 0px 4.92616px 4.92616px rgb(0 0 0 / 25%) !important;
  border-radius: 12.3154px;
  min-width: 580px;
  max-width: 959px;
  min-height: 310px;
  max-height: 554px;
}
div[class^="Input-"], .cdOMcV .Select__control,.Select__control.css-yk16xz-control, .InputGroup-brEvfi.feKSeT.Div-dGPFLG.cnqMdh {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* HIDING PICK UP DATE */
.bq-modal i[class^="far fa-arrow-right fa-fw Icon-"],
.bq-modal div[class^="PickerBlock-"]:last-child,
.booqable-sidebar div[class^="PickerBlock-"]:last-child{
    display: none;
}
/* product box */
.booqable-product, .booqable-component .booqable-product{
  width: 100% !important;
  padding-top: 0;
}
.booqable-component .booqable-product-button-wrapper{
  /* width: 259px; */
}
.booqable-component .booqable-product-wrapper{
  max-width: 600px;
  width: 100%;
  color: #252525 !important;
}
.booqable-component .booqable-product-wrapper .booqable-product-inner{
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
}

.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details{
  height:  auto;
  padding: 20px 15px;
}
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details a.bq-button{
  border-radius: 70px;
  width: 45px;
  padding: 11px 0 0 10px;
  height: 45px;
}
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-product-title-wrapper.bq-has-prices,
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-product-name{
  font: 700 18px/1.4 'Montserrat', sans-serif !important;
  height: auto;
  color: #252525;
}

.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details a.bq-button i{
  font-size: 20px;
}

.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details .bq-price-details{
  font: 400 16px/1.57 'Montserrat', sans-serif !important;
  margin: 0;
  color: #252525;
}


/* product popup */
.booqable-component .booqable-product-detail-wrapper{
  padding: 50px 40px 0;
}
.booqable-component .booqable-product-button-wrapper input.bq-quantity,.booqable-component .booqable-product-button-wrapper select.bq-variation{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  height: 37px !important;
  border: 1.23154px solid #C4C4C4 !important;
}
.booqable-component .booqable-product-detail-wrapper .bq-product-name{
  margin: 0;
}
.booqable-component .booqable-product-button-wrapper .bq-price-details{
  font: 400 22px/1.57 'Montserrat', sans-serif !important;
}
.booqable-component .booqable-product-button-wrapper a.bq-button{
  background: #8DC63F;
  border: 1.61103px solid #8DC63F;
  box-sizing: border-box;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 32.2205px;
  padding: 9px 10px;
}
.booqable-component .booqable-product-button-wrapper a.bq-button:after {
    content: "\f105";
    padding-left: 10px;
    font-family: 'FontAwesome';
}
.booqable-component .booqable-product-detail-wrapper .bq-product-description.bq-ql-content{
  font: 400 18px/2.08 'Montserrat', sans-serif !important;
}

.bq-modal h2{
  font-size: 14px !important;
  font-weight:  600 !important;
}

.bq-modal label, .bq-modal h3{
  font-size: 18px !important;
  text-transform: capitalize;
}
.booqable-component .booqable-product-wrapper .booqable-product-inner span div {
    border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 534px){
  .booqable-component #booqable-quickview-inner {
      margin-top: 0px;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      overflow-y: auto;
  }
}
::-webkit-input-placeholder { /* Edge */
  color: #252525 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #252525 !important;
}
::placeholder {
  color: #252525 !important;
}
/* MEDIA QUERIES */
@media screen and (min-width: 1000px){
    .hide-desktop {
        display: none !important;
    }
    /* DESKTOP - TYPOGRAPHY & HEADINGS */
    h1, .h1 {
        font: 700 58px/1.219 'Montserrat', sans-serif !important;
    }
    h2, .h2 {
        font: 700 45px/1.219 'Montserrat', sans-serif !important;
    }
    h3, .h3 {
        font: 700 30px/1.29 'Montserrat', sans-serif !important;
    }
    h4, .h4, #footer-outer .widget h4, #sidebar h4 {
        font: 700 18px/2.075 'Montserrat', sans-serif !important;
    }
    h5, .h5 {
        font: 700 25px/2.075 'Montserrat', sans-serif !important;
    }
    .lrg-text{
        font: 700 20px/2.075 'Montserrat', sans-serif !important;
    }
    /* HEADER */
    #header-outer #logo img,
    #header-outer .logo-spacing img {
        height: 30px !important;
    }
    /* HEADER NAV */
    #top nav >ul >li >a, .pull-left-wrap > ul > li > a{
        text-transform: uppercase;
        opacity: 1 !important;
        font: 700 16px/2.075 'Montserrat', sans-serif !important;
    }
    body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_solid_color"] > a:before,
    #top nav >ul >li[class*="button_solid_color"] >a:before, 
    #header-outer.transparent #top nav >ul >li[class*="button_solid_color"] >a:before{
        background: #8DC63F !important;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 40px !important;
        height: 52px;
    }
    body.material #header-outer[data-has-buttons="no"][data-full-width="false"][data-format="default"] #top nav >.sf-menu >li[class*="button_"]:last-child a{
        min-width:198px;
        text-align: center;
    }
    body.material #header-outer[data-has-buttons="no"][data-full-width="false"][data-format="default"] #top nav >.sf-menu >li[class*="button_"]:last-child a:after{
        content: "\f105";
        padding-left: 10px;
        font-family: 'FontAwesome';
    }
    /* HOME */

    /* who we are */
    .blue-angle-bg.wpb_row .row-bg{
        background-size: unset;
        -webkit-background-size: unset;
    }
    /* map */
    .google-map .nectar-google-map {
      height: auto !important
    }
    .google-map .nectar-google-map:after {
      content: "";
      display: block;
      padding-bottom: 64.453125%;
    }
    /* FOOTER */
    #footer-widgets[data-cols="5"] .container .row >div:first-child{
        width:100%!important;
      max-width: 8000px;
      margin-bottom:20px;
    }
    #footer-outer .row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
    #footer-outer .col:last-child{
        margin-right:0 !important;
    }
    #footer-widgets[data-cols="5"] .container .row >div{
      width: 30% !important;
      flex: 1 0 auto;
    }
}
@media screen and (min-width: 1200px){
    /* HEADER */
    #header-outer #logo img,
    #header-outer .logo-spacing img {
        height: 50px !important;
    }
}
@media screen and (min-width: 1300px){
    /* DESKTOP - TYPOGRAPHY & HEADINGS */
    h1, .h1 {
        font: 700 67px/1.219 'Montserrat', sans-serif !important;
    }
    h2, .h2 {
        font: 700 50px/1.219 'Montserrat', sans-serif !important;
    }
    h3, .h3 {
        font: 700 34px/1.29 'Montserrat', sans-serif !important;
    }
    h5, .h5 {
        font: 700 28px/2.075 'Montserrat', sans-serif !important;
    }
    /* FOOTER */
    #footer-outer .row {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #footer-widgets[data-cols="5"] .container .row >div:first-child{
        margin-right: auto;
        max-width: 400px;
      margin-bottom:0px;
    }
    #footer-widgets[data-cols="5"] .container .row >div{
      width: 5% !important;
      flex: 1 0 auto;
      max-width: 220px;
    }

}
@media screen and (min-width: 1500px){
    /* HEADER */
    #header-outer #logo img,
    #header-outer .logo-spacing img {
        height: 70px !important;
    }
}
@media screen and (max-width: 999px){
    .text-center-m {
        text-align: center !important;
    }
    .text-left-m, .text-left-m .col.center {
        text-align: left !important;
    }
    .mobile-text-dark h1, .mobile-text-dark h2, .mobile-text-dark h3, .mobile-text-dark h4, .mobile-text-dark h5, .mobile-text-dark h6, .mobile-text-dark, .mobile-text-dark label, .mobile-text-dark p{
        color: #252525 !important;
    }
    .no-padding .pin-right, .no-padding .pin-left {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    /* booking banner */
    .booking-banner{
        margin-top: -12px !important;
        margin-bottom: 12px !important;
    }
    /* HEADER NAV */
    #header-outer #mobile-menu ul li a{
        font-size: 17px !important;
        font-weight: 500;
    }
    .slide-out-widget-area-toggle.mobile-icon a >span {
      width:  25px !important;
      height:  30px !important;
    }
    body #header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
    header#top .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
    header#top .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after{
      background-color: #ffffff !important;
      height: 3px !important;
      width: 25px !important;
    }
    body[data-slide-out-widget-area-style*="fullscreen"] #header-outer #top .menu-push-out .lines-button:after,
    body[data-slide-out-widget-area-style*="fullscreen"] #header-outer #top .menu-push-out .lines:before,
    body[data-slide-out-widget-area-style*="fullscreen"] #header-outer #top .menu-push-out .lines:after,
    body[data-slide-out-widget-area-style="simple"] #header-outer #top .menu-push-out .lines-button:after,
    body[data-slide-out-widget-area-style="simple"] #header-outer #top .menu-push-out .lines:before,
    body[data-slide-out-widget-area-style="simple"] #header-outer #top .menu-push-out .lines:after{
        transform: translateX(30px)!important;
    }
    body #header-outer .lines-button.x2{
      top: calc(50%) !important;
    }
    #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
      top: -9px !important;
    }
    body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before{
      top: 9px !important;
    }
    #mobile-menu .menu-items-wrap ul li:after{
        display: none !important;
    }
    #mobile-menu .menu-items-wrap ul li:before{
        background-color: rgba(255, 255, 255, 0.3) !important;
    }
    body #header-outer #mobile-menu .menu-items-wrap[data-has-secondary-text="false"] > ul:first-child{
        padding: 30px 0 40px !important;
    }
    #header-outer #mobile-menu .menu-items-wrap[data-has-secondary-text="false"] > ul:first-child > li:first-child:before {
      opacity: 0;
    }
    #header-outer #mobile-menu ul li a {
        padding: 10px 0;
        margin-left: 0 !important;
    }
    #header-outer #mobile-menu .menu-items-wrap > ul > li > a{
        font-weight: 500;
        font-size: 19px !important;
        text-transform:uppercase;
    }
    body #header-outer #mobile-menu:before {
        border-bottom: 6px solid #8dc640;
        top:-54px;
        z-index:-1;
        bottom: 0;
        height: calc(100% + 54px);
    }
    #header-outer #top .col.span_3{
          z-index: 1999 !important;
    }
    #header-outer #mobile-menu {
        x-index: 9
    }

    /* HOME */
    /* map */
    .google-map .nectar-google-map {
      height: 397px !important;
      max-height: 397px !important;
    }
    /* FOOTER */
}
@media screen and (min-width: 691px) and (max-width: 999px){
    /* TABLET - TYPOGRAPHY & HEADINGS */
    h1, .h1 {
        font: 700 67px/1.219 'Montserrat', sans-serif !important;
    }
    h2, .h2 {
        font: 700 50px/1.219 'Montserrat', sans-serif !important;
    }
    h3, .h3 {
        font: 700 30px/1.29 'Montserrat', sans-serif !important;
    }
    h4, .h4, #footer-outer .widget h4, #sidebar h4 {
        font: 700 18px/2.075 'Montserrat', sans-serif !important;
    }
    h5, .h5 {
        font: 700 25px/1.29 'Montserrat', sans-serif !important;
    }
    .hide-tablet{
        display: none !important;
    }
    /* make recent blog posts go 2 col on tablet */
    .blog-recent .col {
        width: 49%;
    }
}
@media screen and (max-width: 690px){
    /* MOBILE - TYPOGRAPHY & HEADINGS */
    h1, .h1 {
        font: 700 37px/1.219 'Montserrat', sans-serif !important;
    }
    h2, .h2 {
        font: 700 37px/1.219 'Montserrat', sans-serif !important;
    }
    h3, .h3 {
        font: 700 29px/1.29 'Montserrat', sans-serif !important;
    }
    h4, .h4, #footer-outer .widget h4, #sidebar h4 {
        font: 700 18px/2.075 'Montserrat', sans-serif !important;
    }
    h5, .h5 {
        font: 700 24px/1.29 'Montserrat', sans-serif !important;
    }
    .hide-mobile {
        display: none !important;
    }
    .mobile-text-left .center{
      text-align: left !important;
    }
    .vc_row > .row_col_wrap_12 {
        padding: 46px 0;
    }
    /* hero */
    body .full-height-hero,
    body .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: 650px  !important;
        margin-top: 54px;
    }
    /* MOBILE BACKGROUNDS */
    .hero .row-bg.using-image {
        background-image: url(/wp-content/uploads/2021/04/RS_Hero_MobileOption.jpg) !important;
    }
    /* BUTTONS */
    /* selector for both nectar buttons & gravity forms buttons */
    .nectar-button[data-color-override="false"].regular-button,
    body .nectar-button[data-color-override="false"],
    body.material .nectar-button.see-through.accent-color[data-color-override="false"],
    body[data-form-submit="regular"] .container-wrap input[type="submit"] {
        min-width: 172px;
    }
    .follow-btn {
        position: fixed;
        bottom: 0;
        display: block;
        left: 0;
        right: 0;
        text-align: center;
        background: #8dc640;
        z-index: 9999999999999;
    }
    .follow-btn-link{
        color: #fff;
        font-weight: 700;
        padding:  10px;
        display: block;
    }
    .follow-btn .follow-btn-link img{
        margin: 0 !important;
        display: inline-block;
        vertical-align: sub;
        padding-right:5px;
    }
    .follow-btn .follow-btn-link:after {
        content: "\f105";
        padding-left: 10px;
        font-family: 'FontAwesome';
    }
    /* FOOTER */
    #footer-outer {
      text-align: center
    }
}
