/*
 Theme Name:   Twenty Seventeen Child
 Description:  Twenty Seventeen Child Theme
 Author:       Workhorse
 Author URI:   https://www.workhorsemkt.com/
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Responsive, Cross browser support, Workhorse theme
 Text Domain:  twenty-seventeen-child
*/

/*Fonts*/

@font-face {
    font-family: 'DINEngschrift';
    src: url('../eot/dinengschriftd41d.eot#iefix') format('embedded-opentype'), url('../woff/dinengschrift.woff') format('woff'), url('../ttf/dinengschrift.ttf') format('truetype'), url('../svg/dinengschrift.svg#DINEngschrift') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('../eot/dinpro-regulard41d.eot#iefix') format('embedded-opentype'), url('../otf/dinpro-regular.otf') format('opentype'),
    url('../woff/dinpro-regular.woff') format('woff'), url('../ttf/dinpro-regular.ttf') format('truetype'), url('../svg/dinpro-regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('../eot/dinpro-boldd41d.eot#iefix') format('embedded-opentype'), url('../otf/dinpro-bold.otf') format('opentype'),
    url('../woff/dinpro-bold.woff') format('woff'), url('../ttf/dinpro-bold.ttf') format('truetype'), url('../svg/dinpro-bold.svg#DINPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('../eot/dinpro-mediumd41d.eot#iefix') format('embedded-opentype'), url('../otf/dinpro-medium.otf') format('opentype'),
    url('../woff/dinpro-medium.woff') format('woff'), url('../ttf/dinpro-medium.ttf') format('truetype'), url('../svg/dinpro-medium.svg#DINPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Fonts*/

/*****
    font-family: 'HeroicCondensedBook';
***/
body {
    font-family: 'DINPro-Regular';
    font-size: 18px;
    line-height: normal;
    color: #717271;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x:hidden;
}

img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
}

.clear {
    clear: both;
}

/*.supports-no-touch a[href^="tel"] {
    pointer-events: none;
}*/

.site-logo {
    width: 180px;
}

/****Utility Nav****/

.utility-nav {
    background: url(../jpg/utility-pattern.jpg);
    background-position: center center;
    background-repeat: repeat;
    padding: 0 15px;
}

.utility-nav .ytility-nav-inner .menu-utility-menu-container,
.container-header {
    max-width: 1480px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-header {
    position: relative;
}

.utility-nav .ytility-nav-inner ul {
    list-style: none;
    margin: 0;
    text-align: right;
}

.utility-nav .ytility-nav-inner ul li {
    display: inline-block;
    padding: 0 19px;
}

.utility-nav .ytility-nav-inner ul li:last-child {
    padding-right: 0;
}

.utility-nav .ytility-nav-inner ul li a {
    font-family: 'DINEngschrift';
    padding-top: 9px;
    padding-bottom: 9px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

/*****header****/

.navbar-header {
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.navbar-header h1 {
    margin: 0;
}

.navbar-header a {
    display: inline-block;
}

.siteHeader #menu-main-menu {
    margin: 0;
    padding: 0px;
    display: inline-block;
}

.siteHeader {
    background: #fff;
    position: relative;
}

.siteHeader:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 1;
    display: block;
    background: #f2e2da;
    content: "";
    z-index: 100;
}
body{
    scroll-padding-top: 89px;
}

/*
.siteHeader:hover:before,.siteHeader.fixed-header:before {
    opacity: 1;
}
*/

.siteHeader.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 1006;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.siteHeader .headerInner {
    position: relative;
    z-index: 1000;
}

.siteHeader .navbar-default {
    border: none !important;
    margin: 0 !important;
    background: none !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
}

.subpage-wrapper .subpage-left ul li .sub-menu {
    display: none;
}

/*.subpage-wrapper .subpage-left ul li.active .sub-menu,
.page-template-page-single-treatment .subpage-wrapper .subpage-left ul li .sub-menu {
    display: block;
}*/

.subpage-wrapper .subpage-left > ul > li > ul > li > ul.sub-sub-menu > li.active > a {
    background: #d3d3d3;
}

.subpage-wrapper .subpage-left ul li.active .sub-menu {
    display: block;
}

.subpage-wrapper .subpage-left > ul > li.hasChildren.open .sub-menu {
    display: block;
}

/*Thank You Page*/

.thank-you-section {
    text-align: center;
    padding: 80px 0;
}

.thank-you-section p {
    font-size: 22px;
}

@media (min-width:992px) {
    #menu-main-menu > li.dropdown > a {
        position: relative;
    }
    .subpage-wrapper .subpage-left {
        padding-bottom: 30px;
    }
    .fixed-header #menu-main-menu > li > a,
    .fixed-header #menu-main-menu > li.viva-tel > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .fixed-header #menu-main-menu li.viva-search > button {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .fixed-header .site-logo {
        width: 155px;
    }
    .fixed-header .navbar-header {
        padding-top: 5px;
        padding-bottom: 0;
    }
    #menu-main-menu > li.dropdown > a:before {
        opacity: 0;
        position: absolute;
        width: calc(100% - 50px);
        bottom: 0;
        height: 2px;
        left: 25px;
        background: #8d804d;
        content: "";
        display: block;
    }
    #menu-main-menu > li.dropdown > a:after {
        opacity: 0;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 9px solid #8d804d;
        position: absolute;
        bottom: -9px;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        display: block;
        z-index: 9999;
    }
    #menu-main-menu > li.dropdown.hovered:hover > a:after,
    #menu-main-menu > li.dropdown.hovered:hover > a:before {
        opacity: 1;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-special {
        float: right;
    }
    .siteHeader .main-site-menu ul.navbar-nav > li.dropdown > .dropdown-menu {
        display: none;
        /*opacity: 1;*/
        /*transition-delay: 0.5s;
        transition: all 0.2s;*/
        /*min-height: 0 !important;*/
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        background-color: #fff !important;
    }
    .siteHeader .main-site-menu ul.navbar-nav > li.dropdown.hovered > .dropdown-menu {
        box-shadow: 0px 3px 5px rgba(0,0,0,0.25), 0px 3px 5px rgba(0,0,0,0.1), 0px 3px 5px rgba(0,0,0,0.25) !important;
        transition: 0.1s;
    }
    .siteHeader .main-site-menu ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
        /*opacity: 1;*/
        padding: 40px 0 20px !important;
        /*min-height:400px !important;*/
        height: auto !important;
    }
    #menu-main-menu li .menu-caret,
    #menu-utility-menu li .menu-caret {
        display: none;
    }
    #menu-utility-menu li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    #menu-utility-menu li.dropdown .dropdown-menu {
        text-align: left;
        border: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        padding: 10px 0;
        min-width: 150px;
        z-index: 9999;
    }
    #menu-utility-menu li.dropdown .dropdown-menu li a {
        color: #523629;
        display: block;
        font-size: 18px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    #menu-utility-menu li.dropdown .dropdown-menu li a:hover {
        color: #8d804d;
    }
    #menu-utility-menu li.dropdown .dropdown-menu li {
        display: block;
        padding: 0;
    }
}

.siteHeader .main-site-menu ul.navbar-nav li .dropdown-menu .dropdown-menu {
    display: block;
}

.siteHeader .main-site-menu {
    float: right;
}

.siteHeader .search-bar {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    right: calc(0% + 25px);
    max-width: 290px;
    width: 100%;
}

.btn-viva-search {
  font-size: 0px;
  line-height: 0px;
  background-color: transparent;
  border: 0px;
  -webkit-appearance: none;
  background-image: url('../svg/search5e1f.svg');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  display: block;
  margin-top: 20px;
  filter: invert(20%) sepia(47%) saturate(469%) hue-rotate(335deg) brightness(91%) contrast(90%);
}

#searchsubmit.btn-viva-search {
    position: absolute;
  top: 10px;
  right: 8px;
  margin: 0px;
}

.mobile_search #searchsubmit.btn-viva-search {
  top: 7px;
  right: 20px;
}

.btn-viva-search:hover {
  filter: invert(50%) sepia(40%) saturate(399%) hue-rotate(10deg) brightness(91%) contrast(89%);
}

.fa-search.searchbar-open:before {
    content: "\f00d";
}

.search-bar input[type="text"] {
    padding: 0 35px 0 15px;
    height: 50px;
    color: #717271;
    font-family: 'DINPro-Regular';
    border: 2px solid #8d804d;
    width: 100%;
}

#menu-main-menu > li > a {
    font-size: 24px;
    font-family: 'DINEngschrift';
    color: #523629;
    font-weight: normal;
    padding: 30px 14px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 25px;
}

#menu-main-menu > li > a:hover {
    color: #8d804d;
}

/*main nav phone number*/

#menu-main-menu > li.viva-tel > a {
    padding: 30px 24px 15px;
    margin-left: 14px;
}

/*#menu-main-menu li.viva-tel {
    position: relative;
}
#menu-main-menu li.viva-tel:before,#menu-main-menu li.viva-tel:after {
    position: absolute;
    height: 32px;
    width: 2px;
    top: 50%;
    display: block;
    content: "";
    transform: translateY(-50%);
}
#menu-main-menu li.viva-tel:before {
    background: url(images/left-small-braces.png) no-repeat;
    left: 20px;
    background-size: contain;
}
#menu-main-menu li.viva-tel:after {
    background: url(images/right-small-braces.png) no-repeat;
    right: -5px;
    background-size: contain;
}*/

#menu-main-menu > li.viva-tel > a:before {
    content: "|";
    left: -2px;
    color: #523629 !important;
    position: absolute;
}

#menu-main-menu > li.viva-tel > a:after {
    content: "|";
    right: -2px;
    color: #523629 !important;
    position: absolute;
}

#menu-main-menu li a:hover,
#menu-footer-menu li a:hover {
    color: #8d804d;
}

.utility-nav .ytility-nav-inner ul li a:hover {
    color: #518da6;
}

#menu-main-menu > li:last-child > a {
    padding-right: 0;
}


#menu-main-menu li.viva-search a {
  padding: 0px;
}
#menu-main-menu li.viva-search button {
    margin: 28px 15px;
    margin-right: 0px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: transparent;
}

/*cart*/

#global-header-gccart {
    display: inline-block;
    padding-top: 33px;
    float: right;
    padding-left: 5px;
    padding-right: 10px;
}

#global-header-gccart a.shoppingCartGlobal {
    color: #523629;
    font-size: 24px;
}

/*header cart - on scroll*/

.fixed-header #global-header-gccart {
    padding-top: 20px;
}

/***mega menu**/

@media (min-width:992px) {
    #menu-main-menu li.item-has-mega-menu:hover > .dropdown-menu {
        border-top: 1px solid #f2e2da !important;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu {
        top: 100%;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: none;
        border: none;
        border-radius: 0px;
    }

    #menu-main-menu li.item-has-mega-menu.hovered > .dropdown-menu{
        /*padding: 40px 0 20px !important;*/
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li {
        display: inline-block;
        width: 25%;
        box-sizing: border-box;
        padding: 0 35px;
        margin-right: -4px;
        vertical-align: top;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.hide-child-item .dropdown-menu {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
    @media (min-width: 992px){
       #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li .dropdown-menu > li.hide-item{
            display: none;
        }  
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.hide-child-item {
        margin-bottom: 20px;
    }
    #menu-main-menu li.item-has-mega-menu.spa-treatment > .dropdown-menu > li {
        width: 100%;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu > a,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-special > a,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-span-treatments > a,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-book-online > a {
        display: none;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li > a {
        color: #523629;
        font-size: 30px;
        padding: 0 0 15px;
        font-family: 'HeroicCondensedBook';
        line-height: normal;
        margin-bottom: 15px;
        border-bottom: 1px solid #85754e;
    }
    #menu-main-menu li.item-has-mega-menu.spa-treatment > .dropdown-menu > li > a {
        border-bottom: none;
        color: #717271;
        font-size: 20px;
        font-family: 'DINEngschrift';
        padding: 0;
        line-height: normal;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li > a:hover {
        color: #8d804d;
        background: transparent;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background: transparent;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-two-column > .dropdown-menu {
      /*
        -webkit-columns: 120px 2;
        -moz-columns: 120px 2;
        columns: 120px 2;
      */
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu .dropdown-menu {
        position: relative;
        display: block;
        background: transparent;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 0;
        margin: 0;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu .dropdown-menu li a {
        color: #717271;
        font-size: 20px;
        font-family: 'DINEngschrift';
        padding: 0 0 15px;
        line-height: normal;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu .dropdown-menu li a:hover {
        color: #8d804d;
    }
    .callout-img-wrapper {
        position: relative;
    }
    .callout-img-wrapper img {
        width: 100%;
    }
    .callout-img-wrapper:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        left: 0;
        top: 0;
        display: block;
        content: "";
    }
    .callout-content h3 {
        margin: 0 0 10px;
        font-family: 'HeroicCondensedBook';
        font-size: 29px;
        color: #fff;
    }
    .callout-content a {
        color: #fff;
        padding: 0 12px;
        height: 32px;
        display: inline-block;
        font-family: 'DINEngschrift';
        font-size: 16px;
        line-height: 30px;
        border: 1px solid #fff;
    }
    .callout-content a:hover {
        border-color: #8d804d;
        background: #8d804d;
        color: #fff !important;
    }
    .callout-content {
        position: absolute;
        top: 50%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
        padding: 10px;
        z-index: 9;
    }
}

/*****Site Footer*****/

.site-footer {
    background: #493024;
    padding: 50px 0 68px;
    overflow: hidden;
}

.site-footer .footer-container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1290px;
    width: 100%;
}

#menu-footer-menu {
    padding: 0;
    text-align: center;
    margin: 0 -40px;
    list-style: none;
}

#menu-footer-menu li {
    display: inline-block;
    padding: 0 40px;
}

.footer-logo {
    height: 125px;
    width: 120px;
}

.footer-widget {
    color: #fff;
    text-align: center;
}

.footer-widget a {
    color: #fff;
}

.footer-menu {
    margin-bottom: 48px;
}

.footer-widget1 {
    text-align: left;
}

.footer-contact{
    margin-top: 20px;
}
.copyright-text {
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
.copyright-text a{
    color: #fff;
}

.footer-widget2 > .row{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.footer-widget3 {
    text-align: left;
}

.location-grid-inner {
    padding: 0 18px;
}

.site-footer .location-grid-inner{
    max-width: 220px;
    margin: auto;
}
/* media query for below 1200px */
@media (max-width: 1199px) {
    .site-footer .location-grid-inner{
        max-width: 250px;
    }
}

.footer-widget h3 {
    margin: 0 0 7px;
    padding-bottom: 5px;
    font-family: 'HeroicCondensedBook';
    border-bottom: 1px solid #fff;
}

.footer-widget2 h3 a {
    font-family: 'HeroicCondensedBook';
    font-size: 30px;
}

.footer-widget2 address p {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'DINEngschrift';
}

.footer-widget4 {
    padding-top: 5px;
}

#menu-footer-menu li a {
    color: #ffffff;
    font-family: 'DINEngschrift';
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.social-menu ul,
.quick-link-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-phone,
.site-footer .open-hours {
    font-family: 'DINEngschrift';
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}

.site-footer .open-hours {
    font-size: 20px;
    margin-bottom: 15px;
}

.quick-link-menu {
    display: inline-block;
}

.quick-link-menu ul li {
    display: inline-block;
    line-height: 1;
}

#menu-quick-link-menu {
    line-height: 1;
}

.quick-link-menu ul li a {
    font-size: 14px;
    font-family: 'DINEngschrift';
}

.site-footer .quick-link-menu ul#menu-quick-link-menu a:hover,
.site-footer .quick-link-menu ul#menu-quick-link-menu a {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.quick-link-menu ul li a:hover,
.footer-widget a:hover {
    color: #8d804d;
}

.social-menu ul li a {
    color: #8d804d;
    font-size: 24px;
    padding-right: 16px;
}

.social-menu ul li a,
.social-menu ul li {
    display: inline-block;
}

.social-menu ul li a svg {
    min-height: 18px;
}

.copy-text {
    font-family: 'DINEngschrift';
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.2;
    margin-bottom: 0;
    display: inline-block;
}

#menu-social-menu li a:hover {
    color: #4c8097;
}

/***Home Banner****/

.home-banner-section .container {
    max-width: 1180px;
    width: 100%;
}

.home-banner-section .home-banner-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.7% 0 7.8%;
    display: table;
    width: 100%;
}

.contentMiddle {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.contentMiddle .container {
    padding-top: 20px;
}

.home-banner-section h2, .home-banner-section h1 {
    color: #ffffff;
    font-family: 'HeroicCondensedBook';
    font-size: 84px;
    font-weight: 400;
    margin: 0;
    line-height: 0.94;
    text-transform: uppercase;
}

.home-banner-section h3 {
    color: #ffffff;
    font-family: 'DINPro-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.05;
    margin: 10px 0 0;
}

.cta-list a {
    padding: 0 29px;
    height: 45px;
    background: #4c8097;
    font-family: 'DINEngschrift';
    color: #fff;
    margin-right: 21px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    line-height: 46px;
}

.cta-list a:last-child {
    margin-right: 0;
}

.cta-list a:hover {
    background: #8d804d;
}

.home-banner-section {
    padding-bottom: 35px;
    background: url(../png/cust-hero-pattern.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.cta-list {
    margin-top: 35px;
}

/****for thress column section***/

.headline-copy-section {
    padding: 60px 0 78px;
}

.headline-copy-content h2 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 22px;

}

.headline-copy-content {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.headline-copy-content:before,
.headline-copy-content:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url(../png/left-braces.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 168px;
    display: block;
}

.headline-copy-content:before {
    background-image: url(../png/left-braces.png);
    left: 0px;
}

.headline-copy-content:after {
    background-image: url(../png/right-braces.png);
    right: 0px;
}

.headline-copy-section .container {
    max-width: 930px;
    width: 100%;
}

.headline-copy-content p {
    color: #717271;
    font-family: 'DINPro-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.three-column-images-section .container {
    max-width: 1200px;
    width: 100%;
}

.column-img-wrapper {
    position: relative;
}

.column-img-wrapper img {
    width: 100%;
}

.column-img-wrapper h3 {
    margin: 0;
    position: absolute;
    width: 100%;
    display: block;
    text-align: left;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 0;
    font-family: 'DINEngschrift';
    padding: 13px 20px;
    color: #fff;
    background: #5191aa;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    text-transform: uppercase;
}

.column-img-wrapper a h3 i {
    margin-left: 5px;
    font-size: 20px;
    display: inline-block;
}

.column-img-wrapper a:hover h3 {
    opacity: 1;
}

.three-column-images-section {
    padding-bottom: 57px;
}

/******For image and text*****/

.image-text-left {
    width: 43.25%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-text-left img {
    vertical-align: top;
    display: inline-block;
    opacity: 0;
}

.image-text-right {
    width: 56.75%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.image-text-right:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.34);
}

.image-text-content {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 40px 14.7%;
    position: relative;
    top: 50%;
}

.image-text-content h2 {
    margin: 0 0 10px;
    color: #fff;
    font-family: 'HeroicCondensedBook';
    font-size: 84px;
    font-weight: 400;
    text-transform: uppercase;
}

.image-text-content p {
    color: #ffffff;
    max-width: 500px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.666;
}

.image-text-content > a {
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-family: 'DINEngschrift';
    color: #fff;
    display: inline-block;
    padding: 0 37px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 24px;
    text-transform: uppercase;
}

.image-text-content a:hover {
    /*border-color: #8d804d;*/
    /*background: #8d804d;*/
    color: #fff !important;
}

/****For locations***/

.location-section .container {
    max-width: 1240px !important;
    width: 100%;
}

.location-section-inner {
    margin: 0 auto;
    position: relative;
    max-width: 1330px;
    padding: 70px 15px 0;
    border: 2px solid #84754d;
}

.location-section-inner:before {
    position: absolute;
    height: 2px;
    background: #84754d;
    display: block;
    content: "";
    left: 0;
    top: 12px;
    width: 100%;
}

.default-viva-page .location-section-inner h2 {
    text-align: center;
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 46px;
    font-weight: 400;
    padding: 0 55px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 99;
    background: #fff;
    margin: 0;
    text-transform: uppercase;
}
.location-section h2{
    text-align: center;
    color: #523629;
    font-family: 'HeroicCondensedBook';
    text-transform: uppercase;
    margin-top: 40px;
}

.location-section {
    padding: 97px 15px 80px;
}

.flexible-section.location-section {
    padding: 0 0 69px;
    margin-bottom: 84px;
    border-bottom: 1px solid #523629;
}

.location-archive .location-section .row {
    display: flex;
    flex-wrap: wrap;
}

.location-section .location-sec-grid {
    text-align: left;
    margin-bottom: 60px;
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.location-archive .location-section .location-sec-grid {
    display: flex;
    flex-direction: column;
}

.location-archive .location-section .location-sec-grid .loc-content {
    height: auto !important;
    margin-bottom: 20px;
}

.location-archive .location-section .location-sec-grid .place-detail {
    margin-top: auto;
}

section.location-section .location-section-inner .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.location-section .location-section-inner .row .location-sec-grid {
    display: flex;
    flex-direction: column;
}

section.location-section .location-section-inner .row .location-sec-grid .loc-content.eq-height {
    height: auto !important;
}

section.location-section .location-section-inner .row .location-sec-grid .grid-btn {
    margin: 30px 0 0;
}

.location-sec-grid h3 {
    font-family: 'HeroicCondensedBook' !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    margin: 37px 0 0 !important;
    color: #523629 !important;
    text-align: center;
    text-transform: uppercase;
}

.location-sec-grid h3 a {
    color: #523629 !important;
}

.location-sec-grid p {
    font-size: 16px !important;
    color: #717271 !important;
    margin: 16px 0 0 !important;
    line-height: 1.25 !important;
}

.location-section .location-sec-grid .grid-btn,
.book-now-btn {
    height: 45px;
    line-height: 46px;
    /*width: 117px;*/
    padding: 0 37px;
    text-align: center;
    color: #ffffff;
    font-family: 'DINEngschrift';
    font-size: 18px;
    font-weight: 400;
    background: #4c8098;
    display: inline-block;
    text-transform: uppercase;
    margin: 31px 0 0;
}

.location-section .location-sec-grid .grid-btn {
    margin: 50px 0 0;
}

.book-now-btn {
    padding: 0 25px;
    width: auto;
    color: #fff !important;
    font-family: 'DINEngschrift' !important;
    margin-top: 15px !important;
}

.location-section .location-sec-grid .grid-btn:hover,
.book-now-btn:hover {
    background: #8d804d;
}

.location-img-wrapper {
    text-align: center;
}

/***news-section***/

.news-section {
    padding: 104px 0;
    background-image: url(../png/news-bg-new.png);
    background-repeat: repeat;
    background-position: center;
}

.news-section .container {
    max-width: 1060px;
    width: 100%;
}

.news-post {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.news-post:last-child {
    margin-bottom: 0;
}

.news-post .news-left {
    display: table-cell;
    vertical-align: top;
    width: 39.805825242718446%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-post .news-left .news-img-wrapper img {
    opacity: 0;
}

.news-post .news-right {
    display: table-cell;
    vertical-align: top;
    width: 60.19417475728155%;
    background: #fff;
    padding: 20px 35px;
}

.news-right h3 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 8px;
}

.news-right h3 a {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 34px;
    font-weight: 400;
}

.news-right h4 {
    font-family: 'DINEngschrift';
    font-size: 16px;
    color: #717271;
    margin: 0 0 3px;
}

.news-right .post-date {
    color: #523629;
    font-family: 'DINEngschrift';
    font-size: 24px;
    line-height: 1.05;
    display: inline-block;
    margin-bottom: 12px;
}

.news-right p {
    font-family: 'DINEngschrift';
    font-size: 20px;
    line-height: 1.25;
    color: #717271;
    margin-bottom: 18px;
    font-weight: 400;
}

.news-right a.home-read-more {
    color: #4c8097;
    font-size: 24px;
    font-family: 'DINEngschrift';
    font-weight: 400;
    text-transform: uppercase;
}

.news-right a:hover {
    color: #8d804d;
}

/***special bar***/

.special-bar {
    /*background: url(images/special-bg.png) no-repeat;*/
    background-position: left center;
    background-size: cover;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

.special-bar .close-bar {
    position: absolute;
    top: -12px;
    right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    background: #8d804d;
    line-height: 23px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.special-bar .close-bar:hover {
    background: #523629;
}

.special-bar .container {
    max-width: 1170px;
    width: 100%;
    text-align: center;
}

.special-bar h3,
.special-bar a,
.special-bar p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #fff;
}

.special-bar h3 {
    color: #ffffff;
    font-family: 'HeroicCondensedBook';
    font-size: 61px;
    font-weight: 400;
}

.special-bar p {
    color: #ffffff;
    font-family: 'DINEngschrift';
    font-size: 27px;
    padding: 13px 40px 8px;
    font-weight: 400;
    text-transform: uppercase;
}

.special-bar p a:hover {
    color: #8d804d;
}

.special-bar a.view-more {
    height: 46px;
    line-height: 46px;
    font-family: 'DINEngschrift';
    font-size: 18px;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    font-weight: normal;
    padding: 0 40px;
}

.special-bar a.view-more:hover {
    background: #8d804d;
    border-color: #8d804d;
    color: #fff;
}

.bar {
    padding: 0 18px;
    font-size: 32px;
    vertical-align: top;
    font-weight: normal;
}

.special-bar {
    padding: 7px 0 5px;
}

/****search page***/

/***Search result***/

.NoResultSearchform form button[type="submit"] svg {
    display: none;
}

.SectonSearch.interior-subpage-section {
    padding: 60px 0;
}

.search-text-title h2,
.noSearchTitle h2 {
    font-size: 30px;
}

.search-text-title h1 {
    font-family: 'DINEngschrift';
    font-size: 46px;
    color: #523629;
    margin-bottom: 20px;
}

.noSearchTitle h1 {
    font-family: 'DINEngschrift';
    font-size: 34px;
    color: #523629;
    line-height: 1.231;
}

.search-text-title h2,
.noSearchTitle h2,
.result-title h4,
.result-title h4 a {
    margin: 0 0 20px;
}

.SectonSearch .ResultContainer {
    margin-bottom: 20px;
}

.result-title h4,
.result-title h4 a {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: 'DINPro-Regular';
    color: #8d804d;
}

.result-content a {
    font-size: 18px;
    font-weight: 600;
    color: #4c8097;
}

.result-content a:hover {
    color: #523629;
}

.search-query-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.72222;
}

.NoResultSearchform form label {
    font-size: 18px;
    line-height: 20px;
}

.NoResultSearchform form input[type="search"] {
    height: 35px;
    padding-left: 10px;
    padding-right: 50px;
    margin: 0 5px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #808083;
    margin-right: 0;
}

.NoResultSearchform form button[type="submit"] {
    height: 35px;
    width: 125px;
    padding: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #4c8097;
    text-decoration: none;
    font-weight: 700;
}

.NoResultSearchform form button[type="submit"]:hover {
    background-color: #8d804d;
}

.search-page-pagination .page-numbers {
    height: 30px;
    width: 30px;
    font-size: 16px;
    display: inline-block;
    background: #8d804d;
    line-height: 30px;
    color: #fff;
    margin: 0 1px 2px;
}

.search-page-pagination .page-numbers.current,
.search-page-pagination .page-numbers:hover {
    background: #4c8097;
    color: #fff;
}

/***404 page***/

.not-found {
    padding: 60px 0;
}

.big-text {
    font-size: 150px;
    line-height: 0.9;
    font-family: 'DINEngschrift';
    color: #523629;
}

.not-found-text h2 {
    margin: 5px 0 15px;
}

.not-found-text p {
    margin-bottom: 0;
}

.not-found-text p a {
    color: #4c8097;
}

.not-found-text p a:hover {
    color: #8d804d;
}

/****Home page signup section***/

.subscription-section {
    padding: 60px 0;
}

.subscription-section .container {
    max-width: 1170px;
    width: 100%;
}

.subscription-section #mc_embed_signup form {
    padding: 0;
}

.subscription-section #mc_embed_signup .mc-field-group {
    width: 100%;
    text-align: center;
    min-height: inherit;
    padding: 0;
}

.subscription-section #mc_embed_signup .mc-field-group label {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    padding: 0 32px;
    font-weight: 400;
}

.subscription-section #mc_embed_signup .mc-field-group input[type="email"] {
    display: inline-block;
    max-width: 330px;
    width: 100%;
    border: 1px solid #a0a0a0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0 20px;
    color: #717271;
    font-family: 'HeroicCondensedBook';
    font-size: 24px;
    font-weight: 400;
    text-indent: inherit;
    -webkit-appearance: none;
    vertical-align: middle;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
    margin: 20px 0;
}

.subscription-section #mc_embed_signup .mc-field-group input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #717271;
    font-family: 'HeroicCondensedBook';
    opacity: 1;
}

.subscription-section #mc_embed_signup .mc-field-group input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #717271;
    font-family: 'HeroicCondensedBook';
    opacity: 1;
}

.subscription-section #mc_embed_signup .mc-field-group input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #717271;
    font-family: 'HeroicCondensedBook';
    opacity: 1;
}

.subscription-section #mc_embed_signup .mc-field-group input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #717271;
    font-family: 'HeroicCondensedBook';
    opacity: 1;
}

.subscription-section #mc_embed_signup .mc-field-group input[type="submit"] {
    height: 42px;
    max-width: 99px;
    width: 100%;
    color: #fff;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 0 0 5px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #4c8097;
    font-family: 'DINEngschrift';
    font-size: 18px;
    border: none;
    font-weight: 400;
}

.subscription-section #mc_embed_signup .mc-field-group input[type="submit"]:hover {
    background: #8d804d;
}

/***Content grid - left subpage nav***/

.subpage-wrapper {
    display: table;
    width: 100%;
}

.subpage-right-inner {
    padding: 0 11.3% 24px 6.8%;
}


.subpage-wrapper .subpage-left {
    width: 28.75%;
    padding-top: 51px;
    display: table-cell;
    vertical-align: top;
    /*background: #ededed;*/
    background: #f4f1eb;
}

.page-id-8 .subpage-wrapper .subpage-left {
    padding-top: 65px;
}

.subpage-wrapper .subpage-right {
    width: 71.25%;
    display: table-cell;
    vertical-align: top;
}

.page-title {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.page-content {
    padding-bottom: 95px;
    margin-bottom: 78px;
    border-bottom: 1px solid #523629;
}

.page-content.remove-border {
    border-bottom: none;
    padding-bottom: 0;
}

.page-content p,
.featured-spa-content p {
    color: #717271;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.featured-spa-section {
    overflow: hidden;
}

.page-template-page-content-grid-leftsubpagenav .page-content h2,
.page-template-page-single-treatment .page-content h2 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 36px;
    font-weight: 400;
    margin: 30px 0 15px;
}

.page-template-page-content-grid-leftsubpagenav .page-content .table-responsive {
    padding-top: 7px;
}

.page-template-page-single-treatment .flexible-section .table-responsive {
    padding-top: 15px;
}

.page-template-page-content-grid-leftsubpagenav .page-content p,
.page-template-page-single-treatment .page-content p {
    margin: 0 0 20px;
}

.page-template-page-content-grid-leftsubpagenav .page-content p:last-of-type,
.page-template-page-single-treatment .page-content p:last-of-type {
    margin-bottom: 0;
}

.page-template-page-content-grid-leftsubpagenav.page-id-14 .page-content {
    padding-bottom: 0;
    border-bottom: none;
}

.page-template-page-single-treatment .page-content ul {
    padding: 15px 0 0 20px;
}

.page-template-page-single-treatment .page-content ul li {
    font-family: 'DINPro-Regular';
    font-size: 18px;
    margin-bottom: 10px;
    color: #717271;
    font-weight: 400;
}

.chemical-peel-help h2 {
    padding-top: 20px;
}

@media(min-width:577px) {
    .featured-spa-section .row {
        margin-right: -11px;
    }
}

.featured-spa-section h2 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.spa-package-grid-inner {
    padding: 6px;
    margin-bottom: 19px;
    border: 2px solid #84754d;
    overflow: hidden;
    position: relative;
}

.spa-package-grid-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    content: "";
    display: block;
}

.spa-package-grid-inner .spa-package-img-wrapper {
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.spa-package-grid-inner:hover .spa-package-img-wrapper {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-spa-content {
    margin-bottom: 80px;
}

.spa-package-grid {
    text-align: center;
    margin-bottom: 30px;
    margin-right: -4px;
    vertical-align: top;
    display: inline-block;
    float: none;
}
.grid-item-container{
    position: relative;
}

.spa-package-grid .spa-package-img-wrapper img {
    width: 100%;
    opacity: 0;
}

.spa-package-grid .spa-package-img-wrapper img.use_placeholder {
    opacity: 1;
}

.spa-package-grid .spa-package-img-wrapper {
    background-size: cover;
    background-position: center center;
}

.spa-package-grid h3 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.spa-package-grid h3 a {
    color: #523629;
}

.banner-spa {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    height: inherit !important;
    min-height: 210px !important;
    /*padding-bottom: 31.7% !important;*/
}

.banner-spa.tall_bannerImage {
    background-position: center center !important;
}

/*.tall_bannerImage{
    min-height: 800px !important;
}*/

.tall_bannerImage {
    min-height: auto !important;
    padding-bottom: 66.7% !important;
}

.cust-hero-spa {
    background-position: center bottom !important;
}

.spa-package-content {
    position: relative;
    padding: 0 5px;
}

.spa-package-content p {
    color: #523629;
    font-family: 'DINPro-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.125;
}

.spa-package-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#breadcrumbs a:hover {
    color: #8d804d;
}

.two-column-list h2,
.flexibe-text-section h2,
.viva-accordian-section h2,
.before-after-section h2,
.custom_background_color_section h2 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 18px;
}

.flexible-detail-section .time,
.flexible-detail-section .price {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 36px;
    font-weight: 400;
    display: block;
}

.flexible-detail-section .time {
    margin-bottom: 9px;
}

.two-column-list {
    padding-bottom: 69px;
    margin-bottom: 84px;
    border-bottom: 1px solid #523629;
}

.two-column-list ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-gap: 45px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 45px;
    /* Firefox */
    column-gap: 45px;
}

.flexibe-text-section ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.two-column-list ul li,
.flexibe-text-section ul li {
    font-family: 'DINPro-Regular';
    font-size: 18px;
    margin-bottom: 10px;
    color: #717271;
    font-weight: 400;
}

.remove-bottom-border {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.flexible-detail-section {
    padding-bottom: 79px;
    margin-bottom: 84px;
    border-bottom: 1px solid #523629;
}

.flexible-detail-section .cta-list {
    margin-top: 47px;
}

.flexibe-text-section {
    padding-bottom: 69px;
    margin-bottom: 84px;
    border-bottom: 1px solid #523629;
}

.viva-service-section h2 {
    margin-bottom: 42px;
}

.subpage-wrapper .subpage-left ul {
    padding: 0;
    list-style: none;
}

.subpage-wrapper .subpage-left > ul > li:first-child {
    padding-top: 0;
}

.subpage-wrapper .subpage-left > ul > li > a {
    color: #523629;
    padding: 9px 14.5%;
    font-family: 'DINEngschrift';
    font-size: 24px;
    text-transform: uppercase;
    display: block;
}

.subpage-wrapper .subpage-left > ul > li.active > a {
    background: #d3d3d3;
}

.subpage-wrapper .subpage-left > ul > li {
    padding: 22px 0 0;
}

.subpage-wrapper .subpage-left > ul > li.hasChildren {
    padding-bottom: 0;
}

.subpage-wrapper .subpage-left > ul > li > ul > li > a,
.subpage-wrapper .subpage-left > ul > li > ul > li > .disabled-link,
.subpage-wrapper .subpage-left > ul > li > ul > li > ul > li > a {
    color: #717271;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 18.5% 11px;
    display: block;
}

.subpage-wrapper .subpage-left > ul > li > ul > li > .disabled-link {
    color: #523629;
    text-transform: uppercase;
}

.subpage-wrapper .subpage-left > ul > li > .disabled-link {
    color: #717271;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 14.5% 11px;
    display: block;
}

.subpage-wrapper .subpage-left > ul > li > ul > li > ul > li > a {
    padding-left: 25%;
}

.subpage-wrapper .subpage-left > ul > li > ul > li {
    padding: 5px 0;
}

.subpage-wrapper .subpage-left > ul > li.firstChild > a:hover,
.subpage-wrapper .subpage-left > ul > li > ul > li.active > a,
.subpage-wrapper .subpage-left > ul > li > ul > li:hover > a,
.subpage-wrapper .subpage-left > ul > li > ul > li > ul > li:hover > a {
    background: #d3d3d3;
}

.flexible-detail-section .cta-list a {
    padding: 0 23px;
    height: 44px;
}

.flexible-call-out-section {
    padding: 15px !important;
    margin-top: 28px;
    border: 1px solid #84754d;
    margin-bottom: 84px;
}

.flexible-call-out-section-inner {
    padding: 15px 23px 20px;
    border: 1px solid #84754d;
}

.flexible-call-out-section-inner p {
    color: #523629;
    font-size: 18px;
    margin-bottom: 33px;
    margin-right: 0;
}

.flexible-call-out-section-inner p:last-of-type {
    margin-bottom: 0;
}

.flexible-call-out-section-inner p strong,
.faq-answer p strong,
.flexibe-text-section .flexible-text-content p strong {
    font-family: 'DINPro-Bold';
}

.page-template-page-single-treatment .page-content .flexible-text-content p {
    margin-bottom: 20px;
}
.default-viva-page .default-page-content p a,
.flexible-call-out-section-inner p a,
.flexibe-text-section .flexible-text-content p a,
.faq-answer p a,
.page-content p a,
.page-content h4 a,
.headline-copy-section p a,
.spa-package-content p a,
.container p a,
.viva-post-detail-content .viva-post-con p a {
    font-family: 'DINPro-Regular';
    text-decoration: underline;
    color: #717271;
}

a:hover,
a:hover a{
    text-decoration: none !important;
}
.default-viva-page .default-page-content p a:hover,
.spa-package-content p a:hover,
.flexible-call-out-section-inner p a:hover,
.flexibe-text-section .flexible-text-content p a:hover,
.faq-answer p a:hover,
.page-content p a:hover,
.page-content h4 a:hover,
.headline-copy-section p a:hover ,
.container p a:hover,
.viva-post-detail-content .viva-post-con p a:hover{
    color: #717271;
    text-decoration: none !important;
}
.home .image-text-section p a{
    color: #fff;
    text-decoration: underline;
}
.home .image-text-section p a:hover{
    color: #fff;
    text-decoration: none;
}
.faq-answer ul {
    padding: 7px 0 0 17px;
}
.cta-link {
    padding: 0 29px;
    height: 45px;
    background: #4c8097;
    font-family: 'DINEngschrift';
    color: #fff;
    margin-right: 21px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
}

.cta-link:hover {
    background: #8d804d;
    color: #fff;
}

.flexibe-text-section .cta-link {
    margin-top: 30px;
}

.viva-accordian-section {
    padding-bottom: 69px;
    /* margin-bottom: 84px; */
    /* border-bottom: 1px solid #523629; */
}

.custom_background_color_section {
    margin-bottom: 69px;
}
.custom_background_color_section .flexible-text-content{
    padding: 35px;
}

.viva-accordian-section1 {
    padding-top: 0;
}

.viva-accordian-section h2 {
    margin-bottom: 31px;
}

.accordian-listing {
    padding-bottom: 30px;
    border-bottom: 1px solid #523629;
}

.viva-accordian-section h3 {
    font-family: 'DINPro-Medium';
    font-size: 20px;
    color: #717271;
    border-top: 1px solid #523629;
    padding-top: 25px;
    cursor: pointer;
    margin: 30px 0 0;
    position: relative;
}

.viva-accordian-section h3:after {
    position: absolute;
    bottom: -5px;
    right: 38px;
    content: "\2039";
    color: #523528;
    display: block;
    font-size: 42px;
   /* font-family: "Font Awesome 5 Pro";*/
   transform: rotate(270deg);
}

.viva-accordian-section h3.ui-accordion-header-active:after {
    /*content: "\f0d8";*/
    transform: rotate(90deg);
}

/* .viva-accordian-section h3:hover,
.viva-accordian-section h3:focus {
    outline: 0 !important;
} */

.viva-accordian-section .accordian-listing h3:first-child {
    border-top: none;
    margin-top: 0;
}

.faq-answer {
    padding: 19px 60px 0 35px;
}

.faq-answer p {
    margin-bottom: 15px;
}

.faq-answer p:last-of-type {
    margin-bottom: 0;
}

.before-after-section h2 {
    margin-bottom: 30px;
}

.before-after-section .row .before-after-grid {
    margin-bottom: 30px;
}

.before-after-section h2 {
    margin-bottom: 44px;
}

.before-after-section {
    padding-bottom: 69px;
    margin-bottom: 84px;
    border-bottom: 1px solid #523629;
}

.container-faq {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-page .subpage-right {
    width: 100%;
    display: block;
}

.faq-page h1.page-title {
    margin-bottom: 50px;
}

.faq-page .viva-accordian-section h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.faq-page .subpage-right-inner {
    padding: 0;
}

.faq-page .page-content p {
    margin-bottom: 20px;
}

.faq-page .page-content p:last-of-type {
    margin-bottom: 0;
}

.cust-div-box h2 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 10px;
}

.home #mc_embed_signup div.response {
    margin: 0 auto;
    padding: 15px 0 0;
    float: none;
    width: 100%;
    text-align: center;
    color: #f00;
}

/*****general form****/

.viva-general-form {
    max-width: 635px;
    margin: 0 auto;
    padding: 60px 15px;
}

.viva-general-form .entry-header h1 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 17px;
}

.viva-general-form .before_join_list_form p {
    margin-bottom: 30px;
}

.ginput_container select,
.page-template-join-mailing-list .datefield span.subfield select,
.viva-general-form .mc-field-group input[type="text"],
.viva-general-form .mc-field-group input[type="email"],
.viva-general-form .mc-field-group input[type="number"] {
    width: 100%;
    height: 42px;
    border: 1px solid #838483;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0 15px;
}

.gform_body .ginput_container select {
    background: transparent;
    padding: 5px 30px 5px 7px !important;
    background-image: url(../png/vivdropdown.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-size: 12px;
}

.viva-general-form .mc-field-group input[type="number"] {
    -moz-appearance: textfield;
}

.viva-general-form .mc-field-group input[type="number"]::-webkit-inner-spin-button,
.viva-general-form .mc-field-group input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.viva-general-form input[type="submit"] {
    height: 44px;
    background: #4c8097;
    text-transform: uppercase;
    padding: 0 29px;
    color: #fff;
    font-family: 'DINEngschrift';
    font-size: 18px;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.viva-general-form input[type="submit"]:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background: #8d804d;
}

.viva-general-form .mc-field-group label {
    font-weight: normal;
    color: #717271;
    margin-bottom: 15px;
}

.viva-general-form .indicates-required {
    margin-bottom: 30px;
}

.viva-general-form .mc-field-group {
    margin-bottom: 42px;
}

.viva-general-form .after_join_list_form {
    margin-top: 45px;
}

.viva-general-form .after_join_list_form strong {
    font-weight: normal;
    font-family: 'DINPro-Bold';
}

.viva-general-form .mc-field-group.input-group strong {
    font-weight: normal;
    color: #717271;
    display: block;
    padding-bottom: 5px;
}

.viva-general-form .mc-field-group.input-group label {
    margin-bottom: 0;
}

.viva-general-form .mc-field-group.input-group ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.viva-general-form .mc-field-group.input-group ul li input[type="radio"] {
    display: none;
}

.viva-general-form .mc-field-group.input-group ul li input[type="radio"] + label {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.viva-general-form .mc-field-group.input-group ul li:last-child label {
    margin-bottom: 0 !important;
}

.viva-general-form .mc-field-group.input-group ul li input[type="radio"] + label:after {
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #717271;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    content: "";
}

.viva-general-form .mc-field-group.input-group ul li input[type="radio"]:checked + label:before {
    height: 10px;
    width: 10px;
    top: 50%;
    position: absolute;
    left: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #717271;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#mce-error-response {
    margin-top: 20px;
    color: red;
}

#mce-success-response {
    margin-top: 20px;
    color: green;
}

/***generic pages***/

.default-viva-page .container {
    max-width: 970px;
    width: 100%;
}

.default-viva-page .container.bookAppointment {
    max-width: 1360px;
}

.default-viva-page {
    padding-bottom: 60px;
}

.default-viva-page .default-page-content h2 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 36px;
    font-weight: 400;
    margin: 15px 0 18px;
    text-transform: uppercase;
}

.default-viva-page .default-page-content h3 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 28px;
    font-weight: 400;
    margin: 15px 0 18px;
    text-transform: uppercase;
}

.default-viva-page .default-page-content p {
    margin-bottom: 30px;
    color: #717271;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.default-viva-page .default-page-content p strong {
    font-family: 'DINPro-Bold';
}

.default-viva-page .default-page-content p:last-of-type {
    margin-bottom: 0;
}

.default-viva-page .default-page-content ul,
.default-viva-page .default-page-content ol {
    padding: 0 0 20px 70px;
    margin: 0;
}

.default-viva-page .default-page-content ul li,
.default-viva-page .default-page-content ol li {
    font-family: 'DINPro-Regular';
    font-size: 18px;
    margin-bottom: 10px;
    color: #717271;
    font-weight: 400;
}

.default-viva-page .default-page-content a {
    color: #4c8097;
}

.default-viva-page .default-page-content .heading {
    font-family: 'DINPro-Bold';
    color: #717271 !important;
}

.default-viva-page .default-page-content a:hover {
    color: #8d804d;
}

.signup-subtitle,
.ulRadio label {
    font-family: 'DINPro-Bold';
}

.banner-spa-pattern {
    padding-bottom: 36px;
}

.three-location-sec {
    padding-bottom: 30px;
    padding-top: 10px;
}

.three-location-sec .location-sec-grid {
    margin-bottom: 20px;
}

.three-location-sec .loc-content {
    margin-top: 13px;
}

.default-viva-page .location-sec-grid .grid-btn:hover {
    color: #fff;
}

.default-viva-page .location-section {
    padding: 0 15px 0;
}

.default-viva-page .location-section-inner h2 {
    font-size: 46px !important;
    margin: 0 !important;
}

.default-viva-page .location-section-inner {
    margin-top: 100px;
}

.default-viva-page .location-section-inner {
    margin-top: 70px;
}

.default-viva-page .default-page-content .gform_legacy_markup_wrapper ul {
    margin: 6px 0 !important;
    padding: 0 !important;
}

/****News and Tips****/

.viva-post-listing .container,
.viva-post-detail .container,
.locatin-detail-page .container {
    max-width: 1307px;
    width: 100%;
}

.viva-post {
    padding: 45px 0;
    border-bottom: 1px solid #523629;
}

.viva-post-content p {
    line-height: 1.5;
}

.viva-post:first-child {
    border-top: 1px solid #523629;
}

.viva-post .viva-post-left {
    float: left;
    width: 27.350427350427353%;
}

.viva-post .viva-post-right {
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
    width: 72.64957264957265%;
}

.viva-post .viva-post-left .viva-post-img {
    padding: 6px;
    border: 2px solid #84754d;
}

.viva-post .viva-post-left .viva-post-img .viva-post-img-inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.viva-post .viva-post-left .viva-post-img img {
    width: 100%;
}

.viva-post .viva-post-right h2 {
    color: #518ca5;
    font-size: 46px;
    font-family: 'HeroicCondensedBook';
    font-weight: normal;
    margin: -4px 0 0px;
    text-transform: uppercase;
}

.viva-post .viva-post-right h2 a {
    color: #518ca5;
}

.viva-post .viva-post-right h2 a:hover {
    color: #8d804d;
}

.viva-post-date {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 23px;
}

.read-more-share {
    padding-top: 10px;
}

.read-more-share a.read-more {
    display: inline-block;
    font-size: 18px;
    color: #518ca5;
    margin-right: 20px;
    font-family: 'DINEngschrift';
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
}

.read-more-share a.read-more:after {
    position: absolute;
    height: 15px;
    top: 3px;
    right: -4px;
    content: "";
    display: inline-block;
    background: #717271;
    width: 1px;
}

.read-more-share a:hover {
    color: #8d804d;
}

.read-more-share ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.read-more-share ul li {
    display: inline-block;
    font-size: 18px;
    font-family: 'DINEngschrift';
    color: #518ca5;
    text-transform: uppercase;
    position: relative;
}

.read-more-share ul li a i {
    position: relative;
    z-index: -1;
}

.read-more-share .addthis_sharing_toolbox {
    display: inline-block;
}

.read-more-share ul li .google_plusone_iframe_widget {
    position: absolute;
    visibility: hidden !important;
    opacity: 0;
    top: 0;
    overflow: hidden !important;
    left: 0;
    width: 40px !important;
}

.read-more-share ul li .google_plusone_iframe_widget > span {
    display: block;
}

.read-more-share ul li .google_plusone_iframe_widget > span > div {
    display: block !important;
    ;
    width: auto !important;
    height: 20px !important;
}

.read-more-share ul li .google_plusone_iframe_widget > span > div > iframe {
    display: block !important;
    ;
    width: auto !important;
    height: 20px !important;
}

.read-more-share ul li a {
    font-size: 18px;
    color: #518ca5;
    padding: 0 8px;
}

.viva-post-listing-wrapper {
    padding-bottom: 50px;
}

.viva-post-detail-content {
    max-width: 930px;
}

.viva-post-detail .page-title {
    margin-bottom: 0;
}

.viva-post-detail-inner {
    border-bottom: 1px solid #523629;
    margin-bottom: 25px;
    padding-bottom: 11px;
}

.viva-post-detail {
    padding-bottom: 71px;
}
.viva-post-detail-content .flexible-call-out-section {
    margin-bottom: 50px;
}
.viva-post-detail-content .viva-post-con h2,
.viva-post-detail-content .viva-post-con h2 a {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 46px;
    font-weight: 400;
}

.viva-post-detail-content .viva-post-con h2 {
    margin: 0 0 18px;
}

.viva-post-detail-content .viva-post-con h3 a,
.viva-post-detail-content .viva-post-con h3 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 26px;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
}

.viva-post-detail-content .viva-post-con h3 i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ff0000;
}

/*.viva-post-detail-content .viva-post-con p a {
    color: #518ca5;
    font-family: 'DINPro-Bold';
}

.viva-post-detail-content .viva-post-con p strong {
    font-family: 'DINPro-Bold';
}

.viva-post-detail-content .viva-post-con p a:hover {
    color: #8d804d;
}*/

.viva-post-detail-content .viva-post-con p a.custom-link {
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
    margin-bottom: 8px;
}

.viva-post-detail-content .alignleft {
    float: left;
    margin: 0 15px 15px 0 !important;
}

.viva-post-detail-content .alignright {
    float: right;
    margin: 0 0 15px 15px !important;
}

/***Locations pages***/

.location-archive .location-section {
    padding: 30px 0;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    min-width: 30px;
    height: 30px;
    background: #523629;
    margin: 5px !important;
    box-sizing: border-box;
    padding: 0 10px !important;
    border: none !important;
    color: #fff !important;
}

.wp-pagenavi {
    margin-top: 30px;
    text-align: center;
}

.wp-pagenavi > a:hover,
.wp-pagenavi > span:hover {
    background: #8d804d;
}

.wp-pagenavi > span.current {
    background: #8d804d;
    color: #FFF;
}

/*****location detail page****/

.map-section {
    padding-bottom: 94px;
    margin-bottom: 94px;
    border-bottom: 1px solid #523629;
}

.map-section .page-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

#locMap {
    height: 370px;
    width: 100%;
    position: relative;
}

#locMap iframe {
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width: 100%;
    height: 100%;
}

.map-sec-right {
    padding-top: 8px;
}

.parking-section {
    margin-top: 34px;
}

/*
.parking-instructions p {
    font-size: 16px;
    line-height: 1.4;
}
*/

.place-detail {
    margin: 4px 0 0;
    padding: 20px 0 0;
    list-style: none;
    line-height: 1.4;
}

.location-archive .place-detail {
    margin: 20px 0 0;
}

.place-detail li {
    /*display: inline-block; */
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin-right: 2px;
    padding-right: 8px;
}

.place-detail.place-detail-archive li {
    font-size: 16px !important;
}

/*.place-detail li:after {
    position: absolute;
    height: 12px;
    width: 1px;
    top: 2px;
    right: 0;
    background: #717271;
    display: block;
    content: "";
}*/

.place-detail li a.tellink {
    font-family: 'DINPro-Bold';
}

.place-detail li.email a,
.place-detail li a.tellink {
    color: #717271;
}

.place-detail li.email a:hover,
.place-detail li a.tellink:hover {
    color: #518da6;
}

.place-detail li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.place-detail li:last-child:after {
    display: none;
}

.parking-content .parking-instructions {
    margin-bottom: 30px;
}

.parking-content .parking-instructions h3 {
    margin-top: 0;
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 36px;
    font-weight: 400;
}

.parking-content .book-button {
    margin-top: 27px;
}

.parking-content .book-button a {
    margin-right: 0;
}

.telbutton .cta-list {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 50px;
}

.telbutton .cta-list a {
    margin-bottom: 0;
}

.hours-note {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    margin-bottom: 5px;
}

.holiday-hours {
    padding: 0;
    list-style: none;
    margin: 0;
}

.holiday-hours li {
    font-size: 14px;
}

.treament-section {
    padding-bottom: 85px;
    margin-bottom: 85px;
    border-bottom: 1px solid #523629;
}

.treament-section h2,
.gallery-section h2 {
    color: #523629;
    font-family: 'HeroicCondensedBook';
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 39px;
}

.gallery-section h2 {
    margin-bottom: 52px;
}

.gallery-section .gallerySecitonTitle h2 {
    margin-bottom: 30px;
}

.treament-section ul {
    margin: 0;
    padding: 0 0 0 17px;
    column-count: 3;
    -webkit-column-count: 3;
    column-fill: balance;
    -webkit-column-fill: balance;
    column-gap: 70px;
    -webkit-column-gap: 70px;
}

.treament-section ul li {
    font-family: 'DINPro-Regular';
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.locationGallery ul li {
    margin-bottom: 30px;
}

.locationGallery ul li a {
    padding: 6px;
    overflow: hidden;
    position: relative;
    border: 2px solid #85754e;
    display: block;
}

.locationGallery ul li a img {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    -ms-transform: scale(1);
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-wrapper:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.gallery-wrapper:before {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(rgba(47, 48, 50, 0.2), rgba(47, 48, 50, 0.7));
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    content: "";
    z-index: 99;
}

.gallery-wrapper:hover:before {
    opacity: 1;
    visibility: visible;
}

.gallery-section {
    padding-bottom: 37px;
}

.review-link {
    margin-top: 15px;
}

.review-link a {
    color: #518da6;
    font-size: 18px;
    font-family: 'DINPro-Bold';
}

.review-link a:hover {
    color: #8d804d;
}

.lg-actions .lg-icon {
    height: 47px;
    width: 47px;
    padding: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.lg-actions .lg-icon:before,
.lg-actions .lg-icon:after {
    display: none;
}

.lg-actions .lg-prev {
    background: url(../png/gallery-arrow-left.png) !important;
    background-size: cover !important;
}

.lg-actions .lg-next {
    background: url(../png/gallery-arrow-right.png) !important;
    background-size: cover !important;
}

.reviewModalContainer .modal-content {
    padding: 15px;
    background: none;
    box-shadow: none;
    border: none;
}

.modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.reviewModalContainer .modal-body {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.modal-close i {
    padding: 5px 8px 7px;
    background: #518da6;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

.modal-close i:hover {
    background: #8d804d;
}

.lg-toolbar.lg-group {
    opacity: 1;
}

.lg-download.lg-icon {
    display: none;
}

.lg-toolbar .lg-sub-html {
    position: relative;
    bottom: auto;
    display: inline-block;
    left: auto;
    right: auto;
    padding: 10px 0;
    background: transparent;
    font-size: 16px;
}

.lg-toolbar .lg-sub-html #lg-counter {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 0;
}

#lg-counter span {
    color: #fff;
}

.lg-toolbar .lg-icon {
    color: #fff;
    font-size: 16px;
}

.lg-toolbar .lg-close {
    width: auto;
    font-size: 20px;
    margin-right: -3px;
}

.lg-hide-items .lg-toolbar.lg-group {
    transform: none !important;
    -webkit-transform: none !important;
}

.lg-toolbar-wrapper {
    max-width: 1318px;
    margin: 0 auto;
    padding: 0 15px;
}

.parkingImage {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.lg-outer .lg-img-wrap {
    max-width: 1308px;
    margin: 0 auto;
}

/*gallery page*/

.gallery-page .gallery-section {
    margin-top: 47px;
}

.gallery-section .locationGallery {
    padding-bottom: 20px;
}

.gallery-section .locationGallery:last-child {
    padding-bottom: 0;
}

.page-template-page-gallery .lg-toolbar .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 50%;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 1080;
    width: 100%;
    max-width: 1308px;
    transform: translateX(-50%);
}

.page-template-page-gallery .lg-toolbar .lg-sub-html h4 {
    font-size: 16px;
}

.page-template-page-gallery .lg-toolbar .lg-sub-html p {
    font-size: 14px;
    line-height: 24px;
}

/*.captionText {
    background: #493024;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 15px 10px;
}*/

ul.gform_fields{
    padding: 0 !important;
}
.gform_wrapper {
    max-width: 620px !important;
    margin: 40px auto 0 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px !important;
}

.gform_wrapper.gravity-theme .gfield_label {    
    color: #717271 !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    border-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gsection_title {
    font-weight: 700;
}

.gform_wrapper.gravity-theme .gfield--type-choice .gfield_radio .gchoice,
.gform_wrapper.gravity-theme .gfield--type-choice .gfield_checkbox .gchoice {
    margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-left: 4px;
}

.gform_wrapper.gravity-theme .gfield_choice_all_toggle {
    height: 40px;
    background: #fff;
    text-transform: uppercase;
    padding: 0 25px;
    color: #4c8097;
    border: 1px solid #4c8097 !important;
    font-family: 'DINEngschrift';
    font-size: 16px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.gform_wrapper.gravity-theme .gfield_choice_all_toggle:hover {
    background: #4c8097;
    border: 1px solid #4c8097 !important;
    color: #fff;
}

.gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 42px !important;
}

.gform_wrapper ul.gform_fields li.gfield input.large,
.gform_wrapper ul.gform_fields li.gfield input.datepicker {
    height: 42px;
}

.gform_confirmation_wrapper {
    padding-top: 40px;
    text-align: center;
    font-size: 24px;
    color: green;
}

.default-viva-page .default-page-content ul.ulModifiedPadding {
    padding-left: 0;
    list-style: none;
}

/*forms*/

/*career form*/

li#field_2_10 {
    margin-bottom: 12px !important;
}

/*groups and parties form*/

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: -3px !important;
    margin-right: 5px !important;
}

/*about form*/

.gform_wrapper .gfield_html.gfield_no_follows_desc.location-info {
    margin-top: -38px;
}

.ui-datepicker-title select {
    color: #666;
}
/*=================
    18-12-2018
=================*/
ul.timePriceList {
    padding-left: 0;
    list-style: none;
    padding-top: 10px;
}    
ul.timePriceList li {
    line-height: 25px;
    font-size: 18px;
    padding-bottom: 5px;
}
ul.timePriceList li:last-child{padding-bottom: 0px;}
/*------- implemented the select to and styled the select box ------------*/
 span.select2-selection.select2-selection--single{
    height: 42px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
 }
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: #888 transparent transparent transparent !important;
}
span.select2-selection__arrow {
    height: 42px !important;
    right: 5px !important;
    z-index: 999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 7px 7px 0 7px !important;
    margin-left: -7px !important;
    margin-top: -3.5px
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
}
.page-template-join-mailing-list span.subfield:after{
    transform: translateY(-45%) !important;
}

/***For responsive***/

@media(min-width:1230px) {
    .map-sec-left {
        padding-right: 65px;
    }
    .service-grid {
        padding: 0 19px;
    }
    .three-column-images-section .row {
        margin: 0 -19px;
    }
    .before-after-section .row {
        margin: 0 -34px;
    }
    .before-after-section .row .before-after-grid {
        padding: 0 34px;
    }

}

@media(min-width:1200px) {
    .news-right p {
        padding-right: 30px;
    }
}

@media(min-width:768px) {

    .footer-widget-wrapper{
        display: flex;
        justify-content: center;
    }
    .footer-widget-wrapper > * {
        padding: 0 10px;
    }
    /*-------------------------------------
    Mega menu dropdown style updates
    -------------------    18-2018---------------*/
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu {
        padding-right: 100%;
        /*min-height: 280px;*/
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li {
        width: 26%;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-span-treatments,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-book-online,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-special,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu {
        position: absolute;
        right: 15px;
        top: 20px;
        width: 23% !important;
    }
}

@media(min-width: 1300px) {
    /*-------------------------------------
    Mega menu dropdown style updates
    -------------------    18-2018---------------*/
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu {
        padding-right: 100%;
        /*min-height: 330px;*/
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li {
        width: 26%;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-span-treatments,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-book-online,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-special,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu {
        position: absolute;
        right: 15px;
        top: 30px;
        width: 22% !important;
    }
}

@media(min-width:1480px) {
    #menu-main-menu li.item-has-mega-menu.hovered > .dropdown-menu {
        /*padding: 40px 45px 21px;*/
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu {
        /*min-height: 350px;*/
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-span-treatments,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-book-online,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu-special,
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-mega-menu {
        position: absolute;
        right: 30px;
        top: 35px;
        width: 23% !important;
    }
    .before-after-inner {
        padding-right: 20px;
    }
    .image-text-right {
        background-position: top center;
    }

    #menu-utility-menu {
        padding: 8px 15px 9px;
    }
}

@media(max-width:1479px) {
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-two-column > .dropdown-menu {
      /*
        -webkit-columns: 90px 2;
        -moz-columns: 90px 2;
        columns: 90px 2;
      */
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li {
        padding: 0 25px;
    }
   /* #menu-main-menu li.item-has-mega-menu > .dropdown-menu {
        padding: 40px 25px 21px;
    }*/
    /*.siteHeader .search-bar {
        right: 11%;
    }*/
}

@media (max-width:1300px) {
    .siteHeader .main-site-menu,
    .utility-nav .ytility-nav-inner {
        padding: 0;
    }

    #menu-main-menu > li > a {
        font-size: 22px;
    }
    #menu-main-menu > li:last-child > a {
        padding-right: 5px;
    }
    #menu-main-menu li.viva-tel::after {
        right: 0;
    }
    #menu-footer-menu li {
        padding: 0 30px;
    }
    #menu-footer-menu {
        margin: 0 -30px;
    }
}

@media (max-width:1199px) {
    #menu-main-menu > li.viva-tel > a:before {
        padding-right: 18px;
    }
    #menu-main-menu > li.viva-tel > a:after {
        padding-left: 18px;
    }
    #menu-main-menu li.viva-search button {
        margin: 38px 18px;
    }
    .btn-viva-search {
      background-size: 19px 19px;
    }
    .treament-section ul {
        column-gap: 40px;
        -webkit-column-gap: 40px;
    }
    .viva-post .viva-post-right {
        padding-left: 30px;
    }
    .viva-post .viva-post-left {
        width: 32%;
    }
    .viva-post .viva-post-right {
        width: 68%;
    }
    .subpage-wrapper .subpage-left > ul > li {
        padding: 10px 0;
    }
    .subpage-wrapper .subpage-left > ul > li > ul > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .spa-package-grid h3 {
        font-size: 30px;
    }
    .subpage-right-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-content {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
    #menu-main-menu > li > a {
        padding: 40px 12px;
        font-size: 19px;
    }
    #menu-main-menu > li.dropdown > a:before {
        width: calc(100% - 36px);
        left: 18px;
    }
    #menu-main-menu li.viva-tel::before {
        left: 12px;
    }
    .utility-nav .ytility-nav-inner ul li a {
        font-size: 16px;
    }
    #menu-footer-menu li {
        padding: 0 20px;
    }
    #menu-footer-menu {
        margin: 0px;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu {
        /*padding: 30px 15px 11px;*/
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li {
        padding: 0 22px;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu .dropdown-menu li a {
        padding-bottom: 10px;
    }
    .callout-img-wrapper {
        max-width: 220px;
        margin: 0 0 0 auto;
        width: 100%;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li.has-two-column > .dropdown-menu {
      /*
        -webkit-columns: 80px 2;
        -moz-columns: 80px 2;
        columns: 80px 2;
      */
    }
    .mega-callout-section {
        padding-top: 10px;
    }
    .special-bar {
        padding: 15px 0 20px;
    }
}

@media (max-width:980px) {
    .site-footer .open-hours {
        font-size: 18px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .site-footer .open-hours {
        font-size: 15px;
    }
}

@media(min-width:768px) {
    .special-offer-reward-section .flexible-text-content {
        max-width: 595px;
    }
    #menu-utility-menu .menu-caret {
        display: none;
    }
    #menu-utility-menu li.dropdown .dropdown-menu {
        text-align: left;
        border: none;
        border-radius: 0px;
        -wekit-border-radius: 0px;
        padding: 10px 0;
        min-width: 150px;
        display: block;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        background: #fff !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    #menu-utility-menu li.dropdown .dropdown-menu li a {
        color: #523629;
        display: block;
        font-size: 18px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    #menu-utility-menu li.dropdown .dropdown-menu li {
        display: block;
        padding: 0;
    }
    #menu-utility-menu li.dropdown .dropdown-menu li {
        padding: 0;
    }
    #menu-utility-menu li.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media(max-width:991px) {
    
    body{
        scroll-padding-top: 64px;
    }
    .blankmenuitem{display: none;}
    #menu-utility-menu li.dropdown .dropdown-menu {
        background: transparent;
    }
    .map-sec-right {
        padding-top: 40px;
    }
    .map-section,
    .treament-section {
        padding-bottom: 55px;
        margin-bottom: 55px;
    }
    .gallery-section h2,
    .treament-section h2 {
        margin-bottom: 30px;
    }
    .treament-section ul {
        column-count: 2;
        -webkit-column-count: 2;
    }
    .viva-post .viva-post-left {
        width: 35%;
    }
    .viva-post .viva-post-right {
        width: 65%;
    }
    .viva-post .viva-post-right h2 {
        font-size: 36px;
    }
    .default-viva-page .default-page-content ul {
        padding: 0 0 20px 40px;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: transparent;
    }
    #menu-main-menu > li.active > a,
    #menu-main-menu > li.active > .menu-caret,
    #menu-main-menu > li > ul > li.active > a,
    #menu-main-menu > li > ul > li.active > .menu-caret {
        color: #8d804d !important;
    }
    #menu-main-menu > li > ul > li > ul > li.active > a {
        color: #8d804d !important;
        font-weight: 700;
    }
    .viva-accordian-section h3::after {
        right: 5px;
    }
    .faq-answer {
        padding: 19px 35px 0 20px;
    }
    .featured-spa-content {
        max-width: 100%;
    }
    .page-content {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .featured-spa-content {
        margin-bottom: 50px;
    }
    .siteHeader #menu-main-menu {
        display: block;
    }
    .SectonSearch.interior-subpage-section {
        padding: 30px 0;
    }
    .search-text-title h1 {
        font-size: 36px;
    }
    .result-title h4,
    .result-title h4 a {
        font-size: 22px;
    }
    .result-title h4 a {
        margin-bottom: 7px;
    }
    .result-content p,
    .result-content a {
        font-size: 16px;
    }
    .special-bar p {
        display: block;
        padding: 10px;
        margin-bottom: 10px;
    }
    .footer-widget2 address p {
        font-size: 18px;
    }
    .footer-widget2 h3 a,
    .footer-widget2 h3 {
        font-size: 26px;
    }
    .location-grid-inner {
        padding: 0;
    }
    #menu-footer-menu li {
        padding: 0 13px;
    }
    #menu-footer-menu li a {
        font-size: 24px;
    }
    .menu-open .siteHeader {
        background: #ededed;
    }
    .siteHeader .main-site-menu {
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        background: #ededed;
        height: calc(100vh - 64px);
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        position: absolute;
    }
    .iphone .siteHeader .main-site-menu {
        height: calc(100vh - 177px);
    }
    .siteHeader #menu-main-menu{
        height: auto;
    }
    
    .container-header {
        padding: 0;
    }
    .home .navbar-header,
    .navbar-header {
        padding: 8px 15px;
        box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.25);

    }
    .siteHeader::before {
        display: none;
    }
    #menu-main-menu li {
        position: relative;
    }
    #menu-main-menu > li > a {
        padding: 0 15px;
        font-size: 30px;
        display: inline-block;
    }
    #menu-main-menu .menu-caret {
        width: 1px;
        height: 1px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 38px;
    }
    #menu-main-menu .menu-caret:before {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        background-color: #523529;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #menu-main-menu .menu-caret:after {
        content: "";
        width: 2px;
        height: 20px;
        position: absolute;
        background-color: #523529;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: height 0.15s ease-out;
    }
    #menu-main-menu .menu-caret.open:after {
        height: 0 !important;
    }

    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li > .menu-caret{
        top: 35px;
        right: 12px;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li > .menu-caret::before{
        width: 15px;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li > .menu-caret::after{
        height: 15px;
    }
    
    #menu-main-menu > li {
        padding: 25px 0;
        margin: 0 15px;
        border-bottom: 1px solid #523629;
    }
    #menu-main-menu li .dropdown-menu {
        display: none;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu {
        padding: 0;
        left: auto !important;
        width: auto !important;
        border: none;
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    #menu-main-menu li .dropdown-menu.submenu-open {
        display: block;
    }
    #menu-main-menu li.item-has-mega-menu .has-mega-menu,
    #menu-main-menu li.item-has-mega-menu .has-mega-menu-special,
    #menu-main-menu li.item-has-mega-menu .has-mega-menu-span-treatments,
    #menu-main-menu li.item-has-mega-menu .has-mega-menu-book-online {
        /*display: none;*/
            height: 0 !important;
            overflow: hidden !important;
            padding: 0 !important;
            margin-top: -20px;
    }
    .dropdown-menu {
        position: relative !important;
        float: none !important;
        top: auto !important;
        left: auto !important;
        box-shadow: none;
        border: none;
        -webkit-box-shadow: none;
        columns: inherit !important;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li {
        padding: 15px 0;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li > a {
        display: inline-block;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu {
        padding-top: 15px;
    }
    /*#menu-main-menu li > .dropdown-menu > li:last-child,
    #menu-main-menu li > .dropdown-menu > li#menu-item-76 {
        padding-bottom: 0;
    }*/
    #menu-main-menu li > .dropdown-menu > li:last-child{
        padding-bottom: 0;
    }
    #menu-main-menu li.item-has-mega-menu > .dropdown-menu > li > a {
        padding: 0px 15px 0 52px;
    }
    #menu-main-menu > li > .dropdown-menu > li > a {
        font-size: 24px;
        font-family: 'DINEngschrift';
        color: #523629;
        text-transform: uppercase;
    }
    #menu-main-menu > li > .dropdown-menu > li .dropdown-menu li a {
        color: #717271;
        white-space: inherit;
        font-size: 18px;
        padding: 0px 15px 20px 73px !important;
        font-family: 'DINPro-Regular';
    }

    #menu-main-menu > li > .dropdown-menu > li .dropdown-menu {
        background: transparent;
    }
    #menu-main-menu > li > .dropdown-menu > li .dropdown-menu li:last-child a {
        padding-bottom: 0 !important;
    }
    body.menu-open {
        overflow: hidden;
    }
    .navbar-header .navbar-toggle {
        padding: 0;
        border: none;
        margin: 0;
        background: none !important;
    }
    #nav-icon3 {
        width: 30px;
        height: 28px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
      }
      
      #nav-icon3 span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #523629;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }
      
      #nav-icon3 span:nth-child(1) {
        top: 0px;
      }
      
      #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 10px;
      }
      
      #nav-icon3 span:nth-child(4) {
        top: 20px;
      }
      
      #nav-icon3.menu-open span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
      }
      
      #nav-icon3.menu-open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      
      #nav-icon3.menu-open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      
      #nav-icon3.menu-open span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%;
      }
    .navbar-header h1 {
        line-height: 0;
    }
    .siteHeader .navbar {
        min-height: inherit;
    }
    .home-banner-section h2, .home-banner-section h1 {
        font-size: 64px;
    }

    .utility-nav .ytility-nav-inner ul li a {
        padding-top: 6px;
        padding-bottom: 7px;
    }
    .utility-nav .ytility-nav-inner ul li.viva-tel {
        padding-right: 4px;
    }
    .utility-nav .ytility-nav-inner ul li.viva-tel a {
        position: relative;
        font-size: 18px;
    }
    .utility-nav .ytility-nav-inner ul li.viva-tel a:before,
    .utility-nav .ytility-nav-inner ul li.viva-tel a:after {
        position: absolute;
        height: 24px;
        width: 2px;
        top: 50%;
        display: block;
        content: "";
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .utility-nav .ytility-nav-inner ul li.viva-tel a:before {
        background: url(../png/left-small-braces-white.png) no-repeat;
        background-size: auto auto;
        left: -6px;
        background-size: contain;
    }
    .utility-nav .ytility-nav-inner ul li.viva-tel a:after {
        background: url(../png/right-small-braces-white.png) no-repeat;
        background-size: auto auto;
        right: -5px;
        background-size: contain;
    }
    .image-text-content h2 {
        font-size: 84px;
    }
    .image-text-content p,
    .image-text-content a {
        font-size: 18px;
    }
    .image-text-content a {
        margin-top: 30px;
    }
    .image-text-content {
        padding: 20px 10% 30px;
    }
    .news-right p {
        font-size: 18px;
    }
    .news-right h3 {
        font-size: 36px;
    }
    .news-right .post-date {
        font-size: 22px;
    }
    .news-right a {
        font-size: 22px;
    }
    .news-section {
        padding: 57px 0 59px;
    }
    .bar {
        padding: 0 10px;
        font-size: 22px;
    }
    .special-bar h3 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .special-bar p {
        font-size: 20px;
    }
    .navbar + .search-bar {
        display: none !important;
    }
    #menu-main-menu .search-form-inner {
        max-width: 600px;
        width: 100%;
        position: relative;
    }
    #menu-main-menu .search-form-inner input[type="text"] {
        width: 100%;
        height: 42px;
        padding: 0 18px;
        font-family: 'DINEngschrift';
        border: 1px solid #523629;
        background: transparent;
        color: #523629;
        font-size: 20px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    #menu-main-menu > li.mobile_search {
        padding: 15px 0;
    }
    #menu-main-menu .search-form-inner input[type="text"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #523629;
        text-transform: uppercase;
        opacity: 1;
    }
    #menu-main-menu .search-form-inner input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #523629;
        text-transform: uppercase;
        opacity: 1;
    }
    #menu-main-menu .search-form-inner input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #523629;
        text-transform: uppercase;
        opacity: 1;
    }
    #menu-main-menu .search-form-inner input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #523629;
        text-transform: uppercase;
        opacity: 1;
    }
    
    .subscription-section #mc_embed_signup .mc-field-group label {
        display: block;
        padding: 0;
    }
    .subscription-section {
        padding: 57px 0 63px;
    }
    .subpage-right-inner {
        padding: 0 15px 15px;
    }
    .page-title {
        font-size: 62px;
    }
    .featured-spa-section h2,
    .page-title {
        font-size: 46px;
    }
    .flexible-detail-section .cta-list {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .flexibe-text-section {
        padding-bottom: 25px;
        margin-bottom: 33px;
    }
    .flexible-call-out-section-inner {
        padding: 15px;
    }
    .flexible-section.flexibe-text-section .cta-link {
        margin-bottom: 15px;
    }
    .before-after-section h2 {
        margin-bottom: 30px;
    }
    .flexible-section.before-after-section {
        padding-bottom: 5px;
    }
    .viva-accordian-section h2 {
        margin-bottom: 20px;
    }
    .page-template-page-single-treatment .flexible-section.viva-accordian-section {
        padding-bottom: 10px;
    }
    .faq-page h1.page-title {
        margin-bottom: 40px;
    }
    .faq-page .viva-accordian-section h2 {
        margin-bottom: 10px;
    }
    .social-menu ul li a {
        padding-right: 8px;
    }
    #global-header-gccart {
        padding-top: 0;
        padding-left: 5px;
        padding-right: 10px;
        position: absolute;
        z-index: 999;
        top: 31px;
        transform: translateY(-50%);
        right: 100px;
    }
    #global-header-gccart a.shoppingCartGlobal {
        font-size: 26px;
    }
    .fixed-header #global-header-gccart {
        padding-top: 0;
    }
}

@media (max-width:1024px) {
    #menu-main-menu > li.viva-tel > a {
        padding: 40px 18px 25px;
    }
    .tall_bannerImage {
        min-height: 500px !important;
    }
}
@media (max-width:1100px) {
    .site-logo {
        width: 158px;
    }
    #menu-main-menu > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width:840px) {
    .location-sec-grid h3 {
        font-size: 24px !important;
    }
    .gallery-page .gallery-section {
        margin-top: 30px;
    }
    .utility-nav .ytility-nav-inner ul li {
        padding: 0 8px;
    }
}

@media (max-width:992px) {
    .tall_bannerImage {
        min-height: 400px !important;
    }
}

@media (max-width:767px) {
    .review-link {
        margin-top: 30px;
    }
    .location-section .location-sec-grid {
        width: 100%;
    }
    .subpage-wrapper {
        display: block;
    }
    .page-template-page-single-treatment .flexible-section .table-responsive {
        padding-top: 0;
        border-top: none;
        margin-top: 25px;
    }
    .subpage-wrapper .subpage-right {
        width: 100%;
        display: block;
    }
    .treament-section ul {
        column-gap: 0px;
        -webkit-column-gap: 0px;
    }
    .lg-toolbar .lg-sub-html {
        padding: 12px 20px 10px 52px;
        display: block;
        word-wrap: break-word;
    }
    .lg-toolbar .lg-close {
        position: absolute;
        top: 0;
        right: 15px;
    }
    #lg-counter {
        top: 0;
        left: 15px;
        transform: none;
        -webkit-transform: none;
    }
    .lg-actions .lg-icon {
        height: 35px;
        width: 35px;
    }
    .reviewModalContainer .modal.fade .modal-dialog {
        margin: 0;
    }
    .parking-content .book-button {
        margin-top: 25px;
        padding: 0;
        margin-bottom: 30px;
    }
    .treament-section ul {
        column-count: 1;
        -webkit-column-count: 1;
    }
    .viva-post .viva-post-left {
        width: 40%;
    }
    .single .viva-post-date {
        display: block;
        text-align: center;
    }
    .page-template-page-news-tips .viva-post-date {
        text-align: left;
    }
    .viva-post-detail-content .viva-post-con h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .viva-post-detail-content .viva-post-con h2 a {
        font-size: 36px;
    }
    .viva-post-detail {
        padding-bottom: 50px;
    }
    .viva-post .viva-post-right {
        width: 60%;
        padding-left: 15px;
    }
    .three-location-sec .location-sec-grid h3 {
        margin-top: 25px;
    }
    .three-location-sec .location-sec-grid {
        margin-bottom: 30px;
    }
    .default-viva-page .default-page-content ul,
    .default-viva-page .default-page-content ol,
    .viva-post-detail-content .viva-post-con ul,
    .viva-post-detail-content .viva-post-con ol {
        padding: 0 0 20px 40px;
    }
    .default-viva-page .default-page-content ul li,
    .default-viva-page .default-page-content ol li,
    .viva-post-detail-content .viva-post-con ul li,
    .viva-post-detail-content .viva-post-con ol li {
        font-size: 18px;
    }
    #menu-footer-menu li.pl-custom {
        padding-left: 30px;
    }
    .location-img-wrapper {
        padding: 0 15px;
        text-align: center;
    }
    .faq-answer {
        padding: 19px 25px 0 15px;
    }
    .cust-spa-packages {
        margin-bottom: 35px;
    }
    .cust-spa-treatment h1 {
        font-size: 45px;
    }
    .image-text-content p {
        max-width: 100%;
    }
    .viva-general-form {
        padding: 30px 0;
    }
    .viva-general-form .entry-header h1 {
        font-size: 46px;
    }
    .viva-general-form .before_join_list_form p {
        margin-bottom: 20px;
    }
    .viva-general-form .indicates-required {
        margin-bottom: 20px;
    }
    .viva-general-form .mc-field-group {
        margin-bottom: 25px;
    }
    .after_join_list_form {
        margin-top: 20px;
    }
    .loc-content {
        height: inherit !important;
    }
    .loc-content,
    .location-archive .place-detail,
    .location-archive .contact-number {
        padding: 0 28px;
    }
    .page-id-6 .loc-content,
    .default-viva-page .loc-content {
        padding: 0;
    }
    .subscription-section #mc_embed_signup .mc-field-group input[type="email"] {
        height: 62px;
        padding: 0 16px;
        margin: 18px 0 24px;
        max-width: 100%;
    }
    .subscription-section #mc_embed_signup .mc-field-group input[type="submit"] {
        max-width: 100%;
        margin: 0;
        height: 62px;
        font-size: 18px;
    }
    .utility-nav .ytility-nav-inner .menu-utility-menu-container {
        padding: 0;
    }
    .special-bar h3 {
        font-size: 40px;
        margin-bottom: 0px;
    }
    .special-bar p {
        font-size: 16px;
        margin-bottom: 6px;
        padding: 6px;
    }
    .bar {
        font-size: 18px;
    }
    .special-bar a {
        font-size: 16px;
    }
    .social-menu ul li a {
        padding: 0 12px;
    }
    .news-right p {
        font-size: 18px;
        font-family: 'DINPro-Regular';
    }
    .news-right a {
        font-size: 24px;
    }
    .news-right h3 {
        font-size: 36px;
    }
    .news-right .post-date {
        font-size: 24px;
    }
    .utility-nav .ytility-nav-inner ul li {
        padding: 0;
    }
    .home-banner-section h2, .home-banner-section h1 {
        font-size: 45px;
    }
    .home-banner-section h3 {
        font-size: 20px;
        line-height: 1.321;
    }
    .home-banner-section .home-banner-inner {
        padding: 31px 0 60px;
    }
    .cta-list {
/*
        padding: 0 36px 55px;
        margin-top: 44px;
        position: relative;
        margin-bottom: 48px;
*/
    }
    .home .cta-list:after {
        position: relative;
        width: calc(100% - 72px);
        height: 2px;
        background: #523629;
        content: "";
        display: block;
        left: 36px;
        top: 0;
        margin-top: 42px;
    }
    .cta-list a {
        width: 100%;
        font-size: 18px;
        height: 62px;
        line-height: 64px;
    }
    .cta-list a:last-child {
        margin-bottom: 0;
    }
    
    .buy_gift_certificate{
        width: 100%;
        font-size: 18px;
        height: 62px;
        line-height: 64px;
        background: #4c8097;
        font-family: 'DINEngschrift' !important;
        color: #fff !important;
        text-align: center !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        text-decoration : none !important;
    }
    
    .headline-copy-content::before,
    .headline-copy-content::after {
        display: none;
    }
    .headline-copy-content {
        padding: 0;
    }
    .headline-copy-section {
        margin-bottom: 0;
        padding: 35px 0;
    }
    .headline-copy-content h2 {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 46px;
    }
    .headline-copy-content p {
        text-align: left;
        font-size: 18px;
        line-height: 1.5;
    }
    .three-column-images-section {
        overflow: hidden;
        padding-bottom: 4px;
    }
    .three-column-images-section .row {
        text-align: center;
    }
    .three-column-images-section .service-grid,
    .gallery-section .gallery-grid {
        float: none;
        margin-right: -4px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px;
    }
    .column-img-wrapper a h3 i {
        font-size: 17px;
    }
    .column-img-wrapper a h3{
        padding: 9px 20px;
        font-size: 16px;
        opacity: 1;
    }
    .image-text-right {
        float: none;
        text-align: center;
        width: 100%;
        padding: 95px 0 62px;
        height: inherit !important;
    }
    .image-text-content {
        padding: 0 15px;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .image-text-content a {
        max-width: 260px;
        width: 100%;
        /*height: 56px;*/
        /*line-height: 55px;*/
    }
    .default-viva-page .location-section-inner h2 {
        max-width: 220px;
        width: 100%;
        padding: 0 12px;
        font-size: 46px;
        top: -18px;
    }
    .location-section {
        padding: 53px 15px 48px;
    }
    .location-section-inner {
        padding: 55px 0;
    }
    .location-section .location-sec-grid:last-child {
        margin-bottom: 0;
    }
    .location-sec-grid p {
        font-size: 18px;
        margin: 13px 0 0;
    }
    .three-location-sec .book-now-btn {
        max-width: 310px;
        width: 100%;
        font-size: 18px;
        height: 62px;
        line-height: 64px;
        margin: 26px 0 0;
    }
    .location-section .location-sec-grid h3 > a {
        margin: 23px 0 0;
        font-size: 36px;
    }
    .location-section .location-sec-grid .grid-btn {
        max-width: 100%;
        width: 100%;
        height: 62px;
        line-height: 64px;
    }
    .news-listing {
        padding: 0 35px;
    }
    .news-right h3 {
        margin: 0 0 6px;
    }
    .news-right h4 {
        margin-bottom: 1px;
    }
    .news-post {
        display: block;
        max-width: 600px;
        margin: 0 auto 69px;
    }
    .news-post:last-child {
        margin-bottom: 0;
    }
    .news-post .news-left,
    .news-post .news-right {
        display: block;
        width: 100%;
    }
    .news-post .news-right {
        padding: 25px 20px;
    }
    #menu-footer-menu li.pl-custom {
        padding-left: 60px;
    }
    #menu-footer-menu {
        padding: 0 15px;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -moz-column-fill: balance;
        /* Firefox */
        column-fill: balance;
    }
    #menu-footer-menu li {
        display: block;
        padding: 0px;
    }
    #menu-footer-menu li a {
        padding: 18px 0px;
        display: inline-block;
    }
    .site-footer {
        padding: 30px 0 75px;
    }
    .location-grid-inner {
        max-width: 250px;
        margin: 0 auto;
    }
    .footer-widget1 {
        text-align: center;
    }
    .footer-widget2 h3 a,
    .footer-widget2 h3 {
        font-size: 35px;
    }
    .footer-widget2 address p {
        font-size: 20px;
        line-height: 1.44;
    }
    .footer-widget h3 {
        margin: 0 0 10px;
    }
    .footer-menu {
        margin-bottom: 38px;
    }
    .site-footer .location-grid {
        /* margin-bottom: 66px; */
        margin-bottom: 30px;
    }
    .footer-logo {
        width: 160px;
        height: 165px;
    }
    .social-menu ul li a svg {
        min-height: 24px;
    }
    .footer-widget1 {
        margin-top: 8px;
        margin-bottom: 40px;
    }
    .footer-widget h3 {
        padding-bottom: 9px;
    }
    .site-phone,
    .social-menu ul li a {
        font-size: 32px;
    }
    .copy-text {
        font-size: 20px;
        margin-top: 10px;
    }
    .quick-link-menu {
        margin-top: 8px;
    }
    .quick-link-menu ul li a {
        font-size: 20px;
        padding: 0 5px;
    }
    .page-title {
        font-size: 46px;
        text-align: left;
        margin: 24px 0 11px;
    }
    .thank-you-section .page-title {
        text-align: center;
    }
    .page-content p,
    .featured-spa-content p {
        font-size: 18px;
    }
    .page-content {
        margin-bottom: 39px;
        padding-bottom: 35px;
    }
    .featured-spa-section h2 {
        text-align: center;
        margin-bottom: 12px;
    }
    .featured-spa-content {
        margin-bottom: 35px;
    }
    .spa-package-grid p {
        font-size: 18px;
        line-height: 25px;
    }
    .spa-package-grid-inner {
        margin-bottom: 9px;
    }
    .featured-spa-section .row {
        text-align: center;
    }
    .viva-accordian-section h3 {
        font-size: 18px;
        padding-top: 22px;
        margin: 23px 0 0;
        padding-right: 15px;
    }
    .viva-accordian-section h3:after {
        font-size: 26px;
        right: 5px;
    }
    .faq-answer p {
        font-size: 16px;
    }
    .cust-div-box h2 {
        font-size: 26px;
    }
    .two-column-list ul {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    .two-column-list ul li,
    .flexibe-text-section ul li,
    .default-viva-page .default-page-content ul li,
    .page-template-page-single-treatment .page-content ul li {
        font-size: 18px;
    }
    .flexible-section h2 {
        font-size: 34px;
    }
    .flexible-section {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
    .flexible-detail-section .cta-list a {
        height: 62px;
    }
    .subscription-section #mc_embed_signup .mc-field-group label {
        font-size: 36px;
    }
    .subscription-section #mc_embed_signup .mc-field-group {
        padding: 0 15px;
    }
    .page-id-203 .flexible-detail-section.flexible-section {
        padding-bottom: 25px;
        margin-bottom: 10px;
    }
    .page-id-203 .flexible-detail-section .cta-list {
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .site-footer .open-hours {
        font-size: 20px;
    }
    .banner-spa.visible-xs {
        padding-bottom: 87.40vw !important;
        min-height: inherit !important;
    }
}

@media (max-width:576px) {
    .cust-div-box {
        float: none;
    }
    .cust-div-box,
    .cust-spa-treatment .cust-spa-packages p {
        text-align: center;
    }
    .cust-div-box p {
        text-align: left;
    }
    .cust-div-box .col-md-3 {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .cust-spa-treatment .cust-spa-packages p {
        padding: 10px 10px 0 10px;
        font-size: 18px;
        line-height: 1.5;
    }
    .gallery-section {
        text-align: center;
    }
    .three-column-images-section .service-grid,
    .gallery-section .gallery-grid {
        margin-right: 0;
        width: 100%;
        max-width: 420px;
        margin-bottom: 24px;
    }
    .before-after-grid {
        width: 100%;
        float: none;
        max-width: 434px;
        margin-left: auto;
        margin-right: auto;
    }
    .spa-package-grid {
        width: 100%;
        margin-right: 0;
        max-width: 420px;
        margin-bottom: 35px;
        padding: 0 35px;
    }
    .spa-package-content {
        padding: 0 15px;
    }
    .spa-package-grid h3 {
        height: inherit !important;
    }
    .viva-post .viva-post-right {
        width: 100%;
        padding-left: 0;
        float: none;
    }
    .viva-post .viva-post-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .viva-post {
        padding: 35px 0;
        border-bottom: 1px solid #523629;
        max-width: 400px;
        margin: 0 auto;
    }
    .viva-post-detail-content .alignleft,
    .viva-post-detail-content .alignright {
        float: none;
        text-align: center;
        margin: 15px auto !important;
        display: block;
    }
    .parking-content {
        width: 100%;
        float: none;
    }
    .parking-img {
        width: 100%;
        float: none;
        text-align: center;
    }
/*
    .parking-instructions p {
        font-size: 16px;
    }
*/

    .bar {
        padding: 0 4px;
    }
    .customPurchaseLinks {
        border: 2px solid #d9d4c5 !important;
        padding: 20px 35px 35px !important;
        display: inline-block !important;
    }
    .instantClassicColInner+.column-img-wrapper h3{
        text-align: center !important;
    }
    .custom_background_color_section .flexible-text-content {
        padding: 15px;
    }
}

@media(max-width:425px) {
    .telbutton {
        text-align: center;
    }
    
    .telbutton .cta-list {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
    .default-page-content img {
        width: 100%;
        margin: 15px 0;
    }
}

@media(max-width:410px) {
    .locationGallery ul li {
        width: 100%;
    }

    .flexible-section h2 {
        font-size: 32px;
    }
    .special-bar a {
        font-size: 14px;
    }
    .special-bar p {
        padding: 6px 0;
    }
    .copy-text,
    .quick-link-menu ul li a {
        font-size: 15px;
    }
}

@media(max-width:370px) {
    .spa-package-grid {
        padding: 0 15px;
    }
    .spa-package-content {
        padding: 0;
    }
    .headline-copy-content h2,
    .page-title,
    .featured-spa-section h2 {
        font-size: 40px;
    }
    .spa-package-grid h3,
    .news-right h3,
    .spa-package-grid h3,
    .subscription-section #mc_embed_signup .mc-field-group label {
        font-size: 30px;
    }
    .default-viva-page .location-section-inner h2 {
        font-size: 39px !important;
        max-width: 200px;
        top: -15px;
    }
    .news-listing {
        padding: 0;
    }
    .subscription-section #mc_embed_signup .mc-field-group {
        padding: 0;
    }
    .footer-widget2 h3 a,
    .footer-widget2 h3 {
        font-size: 38px;
    }
    .footer-widget2 address p {
        font-size: 25px;
    }
    #menu-footer-menu li a,
    .news-right a,
    .news-right .post-date {
        font-size: 20px;
    }
    .location-img-wrapper {
        padding: 0;
    }
    #menu-footer-menu {
        padding: 0;
    }
    .cust-spa-treatment .cust-spa-packages p {
        padding-left: 0;
        padding-right: 0;
    }
    .bar {
        padding: 0 2px;
    }
}

@media(max-width: 360px) {
    #global-header-gccart a.shoppingCartGlobal {
        font-size: 24px;
    }
    #global-header-gccart {
        right: 77px;
    }
    .siteHeader .navbar-header .navbar-toggle {
        margin: 10px 35px 10px 0 !important;
    }
}


@media(min-width: 767px) {

    .buy_gift_certificate{
        padding: 0 29px !important;
        height: 45px !important;
        background: #4c8097;
        font-family: 'DINEngschrift' !important;
        color: #fff !important;
        margin-right: 21px !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
        text-align: center !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        line-height: 46px !important;
        text-decoration : none !important;
        font-size: 18px !important;
    }

    .buy_gift_certificate:hover {
        background: #8d804d !important;
    }
    .spa-package-content .buy_gift_certificate{
        position: relative !important; 
    }
    .viva-service-section .buy_gift_certificate{
        margin-right: 0 !important;
    }
}


.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #4c8097;
}
/*============= 30-05-2019 ===========*/
@media(min-width: 992px) and (max-width: 1023px){
    .footer-widget2 h3 a{
        font-size: 25px;
    }
    .location-grid-inner{
        padding: 0px;
    }
}
@media(min-width: 1024px) and (max-width: 1199px){
    .footer-widget2 h3 a{
        font-size: 26px;
    }
    .location-grid-inner{
        padding: 0px;
    }
}
@media(min-width: 1200px){
    .location-grid-inner {
        padding: 0 5px;
    }
}
.location-hours {display:table;}
.day {display: table-row;}
.location-hours .day .from {}
.location-hours .day .from, .location-hours .day .to, .location-hours .day .to-text, .location-hours .day .dotw {display: table-cell; padding-top:2px; padding-bottom:2px;}

@media (min-width: 768px){
    .home-banner-section .home-banner-inner,
    .banner-spa{
        height: 510px !important;
        min-height: 510px !important;
        max-height: 510px !important;
        padding-top: 100px !important;
        padding-bottom: 0 !important;
    }
    .home .home-banner-section .home-banner-inner{
        padding: 0 !important;
    }
}

.three-up-banner {position: absolute; bottom: 17%; left: 0px; color: #fff; padding: 2% 4% 2% 3%; text-align: left !important;}
.three-up-headline {font-family: 'DINEngschrift'; font-weight: normal; padding: 0px; margin: 0px; font-size: 29px; line-height: 1em; }
.three-up-subheadline {padding: 0px; margin: 0px; font-family: 'DINEngschrift'; font-weight: normal; font-size: 16px; line-height: 1.1em;  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
@media(max-width: 1200px){
  .three-up-headline {font-size: 2.6vw;}
  .three-up-subheadline  {font-size: 1.5vw;}
}
@media(max-width: 767px){
  .three-up-headline {font-size: 3.8vw;}
  .three-up-subheadline  {font-size: 2.1vw;}
}
@media(max-width: 577px){
  .three-up-headline {font-size: 5.8vw;}
  .three-up-subheadline  {font-size: 3.2vw;}
}
.site-content-contain *{
    scroll-margin-top: 150px;
}
@media(max-width: 767px){
    .site-content-contain *{
        scroll-margin-top: 90px;
    }
}

/************* table of contents *********/
.table-of-contents{
    border: 2px solid transparent;
    margin-top:70px;
}
.toc-title{
    display: flex;
    align-items: center;
}
.toc-title .divider{
    border-bottom: 2px solid transparent;
    height: 0;
    flex: 1;
}
.toc-title h2{
    margin: 10px 20px !important;
}
.toc-content{
    margin: 10px 30px 20px;
    display: flex;
}
.toc-content ul,
.toc-content ol{
    margin: 0 20px 0 30px !important;
    padding: 0 !important;
    flex: 1;
    list-style: none;
}
.toc-content ul li::before{
    content: "•"; 
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
}
.toc-content ol li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.toc-content ol li span{
    width: 1.3em;
    margin-left: -1.3em;
    font-weight: bold;
    text-align: right;
    margin-right: 0.5em;
}
.toc-content.li-ol{
    counter-reset: li;
}
.toc-content li{
    margin-bottom: 20px;
}
.toc-content a{
    position: relative;
    padding-bottom: 3px;
}
.toc-content a::after{
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.toc-content a:hover::after{
    content: "";
}

@media(max-width: 767px){
    .toc-content{
        display: block;
        margin-bottom: 30px;
    }
    .toc-content ul,
    .toc-content ol{
        margin-left: 10px !important;
    }
}

.buy_gift_certificate.btn-solid{
    color: var(--cta-text) !important;
    background-color: var(--cta-bg) !important;
    border: medium none;
}

.buy_gift_certificate.btn-solid:hover{
    color: var(--cta-texthover) !important;
    background-color: var(--cta-bghover) !important;
}
.buy_gift_certificate.btn-ghost{
    color: var(--cta-text) !important;
    border: 2px solid var(--cta-border) !important;
    background-color: transparent !important;
}
.buy_gift_certificate.btn-ghost:hover{
    color: var(--cta-texthover) !important;
    border: 2px solid var(--cta-borderhover) !important;
    background-color: var(--cta-bghover) !important;
}


@media(max-width: 600px){
    p > img, p > img.alignleft, p > img.alignright{
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.viva-service-section.viva-location-offered h2{
    margin-bottom: 1rem;
    text-align: center;
    font-size: 30px;
}
.viva-service-section.viva-location-offered h3{
    font-size: 26px !important;
}
.viva-service-section.viva-location-offered .spa-package-content{
    font-size: 16px !important;
    line-height: 1.25 !important;
}
.gform_heading .gform_required_legend,
.sr-text,
.sr-text a {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.sr-text:focus,
.sr-text a:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
.wh-accessible-card{
    position: relative;
    cursor:pointer
}
.wh-accessible-card a{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 99999;
}
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

/* zenoti booking modal */
.zenoti-booking-modal .modal-dismiss {
    position: sticky;
    top: 25px;
    right: 5px;
    background-color: transparent !important;
    color: #503629;
    border-radius: 100%;
    border: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-left: auto;
    margin-right: -34px;
    margin-top: -34px;
}

.zenoti-booking-modal .modal-dismiss:hover {
    background-color: #37677a;
}

.zenoti-booking-modal .modal-dismiss:focus {
    outline: none;
}

.zenoti-booking-modal .modal-dialog {
    top: 50%;
    max-width: 518px;
    width: 90vw;
    margin: 0 auto;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

@media(max-width: 1199px) {
    .zenoti-booking-modal .modal-dialog {max-height: 70vh;}
}

@media(max-width: 991px) {
    .zenoti-booking-modal .modal-dialog {max-height: 60vh;}
}

@media(max-width: 767px) {
    .zenoti-booking-modal .modal-dialog {
        width: 90%;
    }

    .zenoti-booking-modal .modal-dismiss {
        top: 15px;
        right: 10px;
        width: 32px;
        height: 32px;
        margin-right: -20px;
    }
}

.zenoti-booking-modal.in .modal-dialog {
    transform: translate(0,-50%);
}

.zenoti-booking-modal .modal-sub-title {
    color: var(--zenoti-st-color, #7F7557);
    text-align: center;
    width: 100%;
    display: inline-block;
    font-family: 'DINPro-Regular';
    margin-bottom: 12px;
    font-size: var(--zenoti-st-font-size, 16px);
    line-height: 1.4;
}

.zenoti-booking-modal.modal {
    z-index: 999999;
}

.modal-body .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: normal;
    font-family: 'DINPro-Regular';
    color: var(--zenoti-fl-color, #7F7557);
    font-size: var(--zenoti-fl-font-size, 14px);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modal-body .form-group.form-group-dropdown {
    position: relative;
}

.modal-body .zenoti-booking-form .form-group.form-group-dropdown {
    margin-bottom: 16px;
}

.modal-body .zenoti-booking-form .form-group.form-group-dropdown:has(.error-message) {
    margin-bottom: 32px;
}

.modal-body .zenoti-booking-form .form-group.form-group-dropdown .error-message {
    position: absolute;
    bottom: -24px;
    left: 0;
    font-size: 18px;
    color: #8C191B;
}

.modal-body .form-group.form-group-dropdown .custom_arrow {
    position: absolute;
    right: 12px;
    bottom: 14px;
    color: #503629;
    font-size: 12px;
    pointer-events: none;
}
.modal-body .form-group.form-group-dropdown .custom_arrow svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.zenoti-booking-modal .modal-content {
    border: none;
    background: #FFFFFF;
    color: #503629;
    padding: 48px 48px 88px 48px;
    border-radius: 0px;
    position: relative;
}

.zenoti-booking-modal .modal-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background-image: url(../png/news-bg-new.png);
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    background-size: 130px;
}

.zenoti-booking-modal .modal-header {
    border-bottom: none;
}

.zenoti-booking-modal .modal-title {
    text-align: center;
    font-family: 'HeroicCondensedBook';
    font-size: var(--zenoti-t-font-size, 32px);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.1;
    color: var(--zenoti-t-color, #503629);
}

.zenoti-booking-modal .find-near-me-link svg {
    width: 20px;
    height: 20px;
}

.zenoti-booking-modal .find-near-me-link {
    float: right;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--zenoti-ll-font-size, 20px);
    line-height: 1.1;
    color: var(--zenoti-ll-color, #503629) !important;
    margin-top: 0px;
    font-family: 'HeroicCondensedBook';
    margin-bottom: 8px;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
}

.zenoti-booking-modal .find-near-me-link:hover {
    text-decoration: none !important;
}

.zenoti-booking-modal .find-near-me-link > span,
.zenoti-booking-modal .find-near-me-link > span > svg {
    display: block;
}

.zenoti-booking-modal #zenoti-location-address:not(:empty) {
    font-size: 14px;
    margin-top: -10px;
    line-height: 1.4;
}

.zenoti-booking-modal .form-control {
    border-radius: 0;
    padding: 7px 10px;
    height: inherit;
    font-size: var(--zenoti-fcl-font-size, 20px);
    line-height: 1.4;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    border-color: #a39779;
    color: var(--zenoti-fcl-color, #503629);
    font-family: 'HeroicCondensedBook';
    text-transform: uppercase;
}

.zenoti-booking-modal .form-control:focus {
    outline: auto !important;
}

.zenoti-booking-modal .modal-actions {
    margin-top: 30px;
}

.zenoti-booking-modal .modal-actions .btn {
    background-color: var(--zenoti-fb-bg-color, #503629);
    color: var(--zenoti-fb-color, #fff);
    width: 100%;
    border-radius: 0;
    font-family: 'DINEngschrift';
    font-size: var(--zenoti-fb-font-size, 18px);
    text-transform: uppercase;
    padding: 9px 30px 8px;
    line-height: 1.4;
}

.zenoti-booking-modal .modal-actions .btn:focus {
    outline: auto !important;
}

@media(max-width: 767px) {
    .zenoti-booking-modal .modal-title {
        font-size: var(--zenoti-t-mob-font-size, 24px);
    }
    
    .zenoti-booking-modal .modal-sub-title {
        font-size: var(--zenoti-st-mob-font-size, 16px);
    }
    
    .modal-body .form-group label {
        font-size: var(--zenoti-fl-mob-font-size, 16px);
    }

    .zenoti-booking-modal .modal-actions .btn {
        font-size: var(--zenoti-fb-mob-font-size, 16px);
    }
    
    .zenoti-booking-modal .modal-content {
        padding: 24px 35px 64px 30px;
    }

    .zenoti-booking-modal .find-near-me-link {
        margin-top: -3px;
    }

    .modal-body .form-group label {
        margin-bottom: 4px;
    }

    .zenoti-booking-modal .find-near-me-link {
        font-size: var(--zenoti-ll--mob-font-size, 16px);
    }

    .zenoti-booking-modal .form-control {
        font-size: var(--zenoti-fcl-mob-font-size, 16px);
        padding: 10px;
    }
}