/*
Theme Name: Navigate - Child
Version: 587
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

* {
    box-sizing: border-box;
}

@font-face {
  font-family: avoda;
  src: url("assets/avoda-webfont.woff"); 
}

@font-face {
  font-family: eyesome;
  src: url("assets/eyesome-script-webfont.woff"); 
}

#page {
    padding: 0px;
}

html a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 14px 34px;
    border: 1px solid var(--ff-cream);
    color: var(--ff-cream);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    transition: all .2s;
    width: fit-content;
    border-radius: 4px;
    background: var(--pColor) !important;
}

#header a.btn {
    padding: 10px 15px;
}

.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}
html #secondary-navigation > nav > ul > li:hover,html  #secondary-navigation > nav > ul > li.current-menu-item,html  #secondary-navigation > nav > ul li.current-menu-item,html #secondary-navigation > nav > ul > li.current-menu-parent {
    background: transparent !important;
}

html #secondary-navigation > nav > ul > li:hover > a,html  #secondary-navigation > nav > ul > li.current-menu-item > a,html  #secondary-navigation > nav > ul > li.current-menu-parent > a,html  #secondary-navigation > nav ul.sub-menu > li.current_page_item > a,html #secondary-navigation > nav > ul > li.current-menu-item > a {
    color: var(--pColor) !important;
}
.navigation ul ul{background: #fff !important;}
.sub-menu .current_page_item:before{opacity:0;}
@keyframes fadeInUpa {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpa {
    animation-name: fadeInUpa;
}

@keyframes fadeInLefta {
    0% {
        opacity: 0;
        transform: translate3d(-150px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLefta {
    animation-name: fadeInLefta;
}

/* Footer */
.copyrights {
    padding: 5vh 0px;
}

.copyrights p a {
    line-height: 1;
    display: inline-block;
}

.copyrights p {
    margin-bottom: 23px;
}

footer .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.dm-full.footer-creds p {
    margin-bottom: 0px;
}

footer#site-footer {
    margin: 0px;
}

.copyrights .dm-flex {
    align-items: inherit;
}

.copyrights .dm-half {
    padding: 0px;
}

.copyrights iframe {
    height: 100%;
}

a#move-to-top {
    width: 40px;
    height: 40px;
}

.copyrights .dm-full {
    text-align: center;
    padding: 20px 0px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.dm-col-3 {
    width: 40%;
}

.dm-col-3 span {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.dm-flex.dm-full {
    justify-content: space-between;
    margin-bottom: 50px;
}

.dm-flex.dm-full h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.dm-full.footer-contact-info img {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    float: none;
}

.logo-wrap {
    margin: 0px;
    float: none;
    overflow: visible;
}

.dm-full.footer-contact-info {
    margin-bottom: 50px;
}

.copyrights .dm-half:nth-child(1) {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
}

.footer-wrapper {
    max-width: 620px;
    margin-right: 0px;
    margin-left: auto;
    margin: 0px auto;
}

.dm-full.footer-creds p:nth-child(2) {
    margin: 0px;
}

.copyrights h3,.copyrights h4 {
    color: #fff;
}

.copyrights {
    text-align: left;
}

.copyrights .dm-flex {
    max-width: 1300px;
    margin: 0px auto 20px;
}

section.visit-us-today {
    padding: 10vh;
}

section.visit-us-today ifraME {
    border-radius: 0px 50px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 14%);
    display: block;
}

section.visit-us-today .dm-flex {
    gap: 35px;
}

section.visit-us-today .dm-half {
    flex: 1;
}

section.visit-us-today h2 {
    font-size: 40px;
}

section.visit-us-today .dm-half li:before {
    opacity: 0;
    padding: 0px;
}

section.visit-us-today ul {
    padding: 0px;
}

section.visit-us-today li {margin-bottom: 22px;padding-left: 40px;position: relative;}

section.visit-us-today i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: var(--pColor);
}

section.visit-us-today a {
    display: block;
    line-height: 1;
}

/* Blog Section */
section.dm-blog-posts {
    padding: 100px 0px;
    /* background-position: 50% 50%; */
    /* background-size: initial; */
    /* background-repeat: no-repeat; */
}

section.dm-blog-posts h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}

.dm-blog-image {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 9px;
    margin-bottom: 13px;
    position: absolute !important;!i;!;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.5;
}

.dm-blog-image p {
    font-size: 17px;
}

section.dm-blog-posts p {
    font-size: 16px;
    color: #000;
}

section.dm-blog-posts h3 {
    font-weight: bold;
}

section.dm-blog-posts .dm-flex {
    margin-top: 30px;
    align-items: inherit;
}

section.dm-blog-posts .dm-third:hover {
    background-color: #fff;
    box-shadow: 0 20px 30px -10px rgb(38 115 228 / 20%);
}

section.dm-blog-posts .dm-third {
    padding: 20px;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
    transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
}

section.dm-blog-posts .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}
section.dm-blog-posts .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

/* Services  */
.central-tab {
    flex: 1 1 16%;
    padding: 10px;
}

section.new-service-section .dm-half:nth-child(2),
section.n-s-section .dm-third:nth-child(2),
.central-tab:nth-child(2) {
    animation-delay: 0.2s;
}
section.new-service-section .dm-half:nth-child(3),
section.n-s-section .dm-third:nth-child(3),
.central-tab:nth-child(3) {
    animation-delay: 0.3s;
}
section.new-service-section .dm-half:nth-child(4),
.central-tab:nth-child(4) {
    animation-delay: 0.4s;
}
.central-tab:nth-child(5) {
    animation-delay: 0.5s;
}
.central-tab:nth-child(6) {
    animation-delay: 0.6s;
}
.central-tab:nth-child(7) {
    animation-delay: 0.7s;
}
 
.central-wrapper .central-tab img {
    border-radius: 10px;
}

.central-img-tabs {
    display: flex;
    justify-content: center;
    padding: 0px 15px;
    margin-top: -65px;
}

.central-img-tabs img {
    height: 140px !important;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    display: block;
}

.central-img-tabs h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.central-wrapper {
    background: #4e8abf;
    padding: 80px 0px 120px;
}

.central-wrapper .central-tab:nth-child(1) {
    display: block;
}

.central-wrapper .central-tab {
    display: none;
}

section.central-services .container-wide {
    max-width: 1300px;
    margin: 0px auto;
}

.central-img-tabs .central-tab-item > div {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.central-img-tabs .central-tab-item > div:hover {
    border-color: var(--aColor);
}

.central-tab-item.active-service-button > div {
    border-color: var(--aColor);
}

section.new-service-section {
    padding: 6vh 0px;
    background: #f5f5f552;
}

section.new-service-section h2 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 0px;
}

section.new-service-section .dm-half p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0px;
}

section.new-service-section h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

section.new-service-section .dm-half span {
    text-transform: uppercase;
    letter-spacing: 0px;
    background: var(--pColor);
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 4px;
    font-size: 17px;
    display: none;
}

section.new-service-section .dm-third {
    flex: 1 1 30%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    flex-basis: 300px;
}

section.new-service-section .dm-flex {
    align-items: inherit;
}

section.new-service-section .dm-third:hover {
    background-image: initial;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px -6px rgb(0 0 0 / 30%);
    transform: translateX(0px) translateY(-15px)!important;
}

/* Testimonials */
.main-head-wrap.header_fixed #regular-header {
}

.central-text-wrapper:nth-child(odd) .letter-wrap {background: var(--pColor);}

.dm-half-plus .slick-dots button {
    background: rgb(17 17 17 / 19%);
}

.letter-wrap img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scaleX(-1);
    max-width: 60px;
}

.central-text-wrapper {
    padding: 20px 10px;
}

section.classy-testimonials {
    padding: 7vh 0px 7vh;
    background: #ffffff;
    position: relative;
    background-size: 50%;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.dm-half-plus {
    display: block;
    flex: 1 1 66.66%;
    width: 66.66%;
}

.classy-testimonials-wrapper.dm-flex {
    max-width: 1300px;
    margin: 0px auto;
}

.classy-testimonials-wrapper.dm-flex strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    padding-right: 50px;
    display: block;
}

.letter-wrap {
    background-color: var(--aColor);
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 30%);
}

.letter-wrap p {
    font-size: 17px;
}

.letter-wrap h4 {
    font-size: 25px;
    border-top: 1px solid #000;
    padding-top: 10px;
}

section.central-testimonials {
    padding: 100px 0px;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}

.central-testimonials-wrapper {
    margin: 0px auto;
    width: 52%;
    margin-right: 0px;
    padding: 50px 0px 30px;
    position: relative;
}

.central-testimonials-wrapper .dm-half {
    width: 47.5vw;
    max-width: 650px;
}

.central-testimonials-wrapper strong {
    display: block;
    margin-bottom: 40px;
}

.central-testimonials-wrapper p {
    font-size: 24px;
}

.central-test-content {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.5;
}

.central-test-content + h4 {
}

section.central-services {
    margin-bottom: 80px;
}

section.central-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

section.central-testimonials * {
    color: #fff;
}

.central-testimonials-wrapper li:before {
    display: none;
}

.central-testimonials-wrapper .slick-dots {
    position: relative;
    bottom: 0px;
    text-align: left;
}

.central-testimonials-wrapper .slick-dots li button:before {
    opacity: 0.3 !important;
}

.central-testimonials-wrapper .slick-dots li button {
    opacity: 0.5;
}

.central-testimonials-wrapper .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.central-testimonials-wrapper {
    padding: 50px 0px 30px;
}

.central-tab-item {
    cursor: pointer;
}

/* Half Half  */
section.half-half-classy {
    padding: 10vh 0px;
    background: #f4f6f3;
}

section.half-half-classy img {
    border-radius: 50px 0px;
}

section.half-half-classy h2 {
    font-size: 41px;
}

section.half-half-classy p {
    font-weight: 300;
}

.main-head-wrap.header_fixed #header {
    background: rgb(0 0 0 / 43%);
}

/* CTA  */
.cta-content {
    border-radius: 45px 0 45px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    color: #fff;
}

.cta-carrier {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px auto;
    padding: 10vh 0px;
}

.cta-carrier h2 {
    font-size: 41px;
}

section.cta-classic {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

/* Welcome */
section.central-welcome {padding: 3vh 0px;}

section.central-welcome .container-wide {
}

section.central-welcome h2 {font-size: 50px;text-align: center;}

.central-welcome .central-image img {
    width: 100%;
    height: 100% !important;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 20%);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px 0px;
}
section.central-welcome .dm-flex {
}

.central-image {
    position: relative;
    height: 100%;
}

section.central-welcome .dm-half:nth-child(1) {flex: 1 1 55%;}

section.central-welcome .dm-half:nth-child(2) {
    flex: 1 1 45%;
    margin-top: -20px;
    max-width: 45%;
}

#site-header .container-wide {}

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

section.central-welcome h3 {
    color: #fff;
}


section.central-welcome blockquote {
    background: transparent;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-left: 2px solid var(--aColor);
    font-style: italic;
    opacity: 0.9;
}

section.central-welcome blockquote:after {
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    opacity: 0;
}

section.central-welcome blockquote p + p {
    font-weight: bold;
    font-size: 14px;
}

/* Mobile */
.mobile_cta_buttons.hide-d.mobile-btn p a {
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.mobile_cta_buttons.hide-d.mobile-btn p {
    text-align: center;
    margin-bottom: 10px;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons a {
    color: #fff;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    float: none;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons {
    background: transparent;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
}

.mobile_cta_buttons.hide-d.mobile-btn {
    padding: 20px 20px;
    display: none;
}

@media (min-width:  881px) {
    .main-head-wrap.header_fixed #regular-header {
        margin-top: -36px;
    }
    .mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons:before {
        display: none;
    }
}

/* Header */

@media (min-width: 881px) {
    div#header nav {
        width: auto;
        margin: 0px auto;
        margin-right: 0px;
    }
}


#secondary-navigation #logo a {
    font-weight: bold;
    font-size: 26px;
}

html #header #logo {
    float: none !important;
    display: block !important;
}

div#header {
    background: transparent;
    padding: 10px 0px;
    float: none;
}

.regular_header #secondary-navigation {
    float: none;
}

div#regular-header i {
    margin-right: 8px;
}

.main-head-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header-spacer {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 881px) {
    .header-spacer {
        min-height: 161px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

#logo {
    float: none !important;
}

#logo a {
    padding: 0px !important;
    float: none;
    display: block;
}

div#secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
}

#header .logo-wrap {
    padding: 0px;
    overflow: visible;
    max-width: 23%;
}

nav.navigation.clearfix #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#logo img {
    float: none;
    max-width: 300px;
}

ul#menu-main-menu a {
}

#secondary-navigation a {
    padding: 10px 15px;
}

div#regular-header {
    background: var(--pColor);
}

div#regular-header * {
    color: #fff;
}

div#regular-header .container-wide.dm-flex p {
    margin: 0px;
}

div#regular-header .container-wide {
    padding: 7px 15px;
    justify-content: flex-end;
}

.dm-third.social-header {
    text-align: right;
}

.dm-third.social-header a {
    margin-left: 10px;
}

.dm-third.address-header {
    text-align: center;
}

.dm-third.phone-header {
    text-align: left;
}

#regular-header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dm-full.footer-contact-info {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}


/* Video */
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    max-width: 1300px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: left;
    padding: 0px 15px;
}

.carousel-caption span {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.carousel-caption h2 p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 24px;
    max-width: 700px;
    opacity: 0.9;
    margin: 10px auto 20px;
    margin-left: 0px;
}

.video_holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 1;
    z-index: 1;
    background: #000;
    opacity: 0.5;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 50px;
    max-width: 720px;
    line-height: 1.2;
    margin-bottom: 25px;
}

html .video_holder {
    height: 85vh;
    width: 100%;
    min-height: 500px;
}

.carousel-caption a:hover {
    background: #000 !important;
}

.dm-slide-main .slide-caption p{text-shadow:1px 2px 2px #000!important;}
.dm-slide-main .slide-caption a, .central-wrapper h3, .central-wrapper p{color:#fff;}
html .slick-next{display:none;}

/* Responsive */
@media (max-width:  1300px) {
    .container-wide {
        padding: 0px 15px;
    }
}

@media (max-width: 1025px ) {
    .copyrights .dm-half {
        flex: 1 1 100%;
    }

    .copyrights .dm-half:nth-child(1) {
        order: 2;
    }

    .dm-full.footer-creds p {
        text-align: center;
    }

    .copyrights .dm-half iframe {
        height: 350px;
    }

    .central-welcome .central-image img {
        width:  100%;
    }

    .central-img-tabs img {
        height: 120px !important;
    }
}

@media (max-width: 991px) {
        html .dm-slide-main {    height: 250px !important;}
    html .dm-slide-main .slide-caption{bottom:10px;}
    html .dm-slide-main .slide-caption h2{font-size:26px!important;}
    html .dm-slide-main .slide-caption p {    font-size: 14px;}
    .mobile_cta_buttons.hide-d.mobile-btn {
        display: block;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .dm-blog-posts .dm-third {
        flex: 1 1 50%;
        flex-basis: 320px;
        max-width: 50%;
    }

    section.central-services {
        display: flex;
        flex-wrap: wrap;
    }

    section.central-services > .container-wide {
        order: 1;
    }

    .central-wrapper {
        order: 2;
        padding: 80px 0px;
    }

    .central-img-tabs {
        margin: 0px;
    }

    section.central-services {
        margin-bottom: 0px;
    }

    section.dm-blog-posts .dm-third {
        flex-basis: 320px;
    }
}
@media (max-width: 881px) {
    #page.homepage {
        padding: 0px !important;
    }
    html a#pull {
        width: auto;
        text-align: center;
        padding: 0px;
        color: #000 !important;
        background: transparent !important;
        font-size: 29px;
        position: relative;
        display: block;
        margin: 0px !important;
        margin-left: 15px !important;
    }

    html a#pull:after {position: relative;padding: 0px !important;left: 0px;right: 0px;top: 0px !important;color: #fff;}

    .regular_header #secondary-navigation {
        width: 100%;
        justify-content: space-between;
    }

    #header a.btn {
        margin: 0px auto;
        margin-right: 0px;
    }

    .dm-third.social-header {
        display: none;
    }

    nav.navigation.clearfix #menu-main-menu {
        margin: 0px !important;
    }
    #header .logo-wrap {
        max-width: initial;
    }

    .carousel-caption h2 p {
        display: none;
    }

    .carousel-caption {
        text-align: center;
    }

    section.central-welcome .container-wide {
        border: 0px;
        padding: 20px 10px;
    }

    section.central-welcome {
        padding: 5vh 0px;
    }

    .classy-testimonials-wrapper.dm-flex strong {
        padding: 0px;
        text-align: center;
        font-size: 40px;
    }

    .cta-carrier {
        padding: 10vh 0px;
    }

    .cta-content {
        width: 100%;
        padding: 0px 15px;
    }

    section.half-half-classy {
        padding: 5vh 0px;
    }

    section.visit-us-today {padding: 5vh 10px;}

    section.visit-us-today .dm-half {
        flex: 1 1 100%;
    }

    .dm-full.footer-creds p {
        width: 100%;
        text-align: center;
        flex: 1 1 100%;
        text-align: center !important;!i;!;
        justify-content: center;
    }

    .copyrights .dm-full {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    html .video_holder {
        max-height: 500px !important;
    }
    .header-spacer {
        height: 95px;
    }
    div#regular-header {
        display: none;
    }
    .dm-blog-posts .dm-third {
        flex-basis: 320px;
        max-width: 100%;
    }
    section.central-welcome .dm-half:nth-child(1) {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .central-tab {
        flex: 1 1 33.33%;
    }

    .central-img-tabs {
        flex-wrap: wrap;
    }
    .central-wrapper {
        padding: 50px 0px;
    }

    .central-wrapper .dm-half {
        flex: 1 1 100%;
    }

    .central-testimonials-wrapper {
        padding: 15px;
        width: 100%;
        text-align: center;
    }

    .central-testimonials-wrapper .dm-half {
        width: 100%;
        max-width: 100%;
    }
    .copyrights .dm-half:nth-child(1) {
        padding: 40px 0px;
    }
    .central-testimonials-wrapper .slick-dots {
        text-align: center;
    }
    .dm-col-3 {
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 640px) {
    div#header {
        padding: 10px 0px;
    }
    #header a.btn {
        display: none;
    }
}
@media (max-width: 540px) {
    footer .dm-full {
        padding: 0px 15px;
    }
    .dm-full.footer-contact-info img {
        width: 100%;
        max-width: 90%;
    }
    .central-tab {
        flex:  1 1 50%;
    }
    .carousel-caption h2 {
        font-size: 32px;
    }
    section.central-welcome h2 {
        font-size: 30px;
    }
    .central-img-tabs {
        padding: 0px;
    }
    .central-wrapper .dm-half {
        padding: 0px;
    }
}

/* MLoc */
.container-wide.dm-flex .dm-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container-wide.dm-flex .dm-full p {
    padding: 0px 5px !important;
    font-size: 14px !important;
}

.container-wide.dm-flex p:after {
    content: "-";
    position: relative;
    right: -3px;
}

.container-wide.dm-flex p:last-of-type:after {
    display: none;
}

.container-wide.dm-flex .dm-full p:nth-child(1) a {
    font-weight: bold;
}

div#regular-header * {
    color: #000;
}

.dm-half.social-header {
    display: flex;
    justify-content: flex-end;
}

.social-header .social-icons a {
    padding: 0px 5px;
}

.dm-half.social-header .dm-rate-us {
    padding: 10px 15px;
    background: var(--pColor);
    margin: 0px;
}

.dm-half.social-header > * {
    padding: 10px 15px;
}

.dm-half.social-header .dm-rate-us span {
    text-transform: uppercase;
    font-size: 18px;
}

.video-location {
    max-width: 1300px;
    position: absolute;
    bottom: 10%;
    z-index: 1;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
}

.video-location i {
    color: #F4F4EA;
}

.video-location a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}

#header .header-inline-appt a {
    font-size: 14px !important;
    color: #fff !important;!I;!;
}

section.home-icons {
    background-color: whitesmoke;
    padding: 11vh 0px;
    position: relative;
}

section.home-icons .dm-flex {
    align-items: inherit;
}

section.home-icons h4 {
    color: rgb(53, 52, 49);
    font-weight: bold;
    font-size: 26px;
}

section.home-icons h4:after {
    content: "";
    width: 100px;
    height: 2px;
    background: var(--pColor);
    display: block;
    margin: 15px 0px;
}

section.home-icons img {
    display: block;
    margin-bottom: 20px;
    max-width: 65px;
}

section.home-icons .dm-third {
    position: relative;
    padding-bottom: 55px;
}

section.home-icons a.btn {
    position: absolute;
    bottom: 0px;
    background: var(--pColor) !important;
}

section.home-icons .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}

section.home-icons .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

section.central-welcome h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dm-flix {
    padding: 20px;
    background: var(--sColor);
    border-radius: 20px;
    overflow: hidden;
}

.dm-flix .dm-half {order: inherit !important;!i;!;}

.dm-flix .dm-flex {
    align-items: center;
}

.dm-welcome-image img {
    display: block;
    max-width: 600px;
    margin: 0px auto;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.dm-welcome-image {
    position: relative;
    bottom: -20px;
}

.dm-welcome-content h3 {
    font-size: 40px;
    line-height: 1.2;
}

.dm-welcome-content p {
    color: #fff;
    font-size: 19px;
}

section.central-welcome h2 {
    margin-bottom: 0px;
    color: #000;
}

section.central-welcome .dm-full {
    padding-bottom: 80px;
}

.dm-welcome-image:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/2589185_314.png);
    position: absolute;
    bottom: -50px;
    right: -70px;
    height: 100%;
    width: 100%;
    background-size: contain;
    opacity: 0.1;
    filter: brightness(0) invert(1);
    transform: scaleX(-1);
}

section.new-service-section h2 + p {
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

section.new-service-section .dm-half:nth-child(1),section.new-service-section .dm-half:nth-child(4) {
    flex: 1 1 50%;
}

section.new-service-section .dm-half {
    flex: 1 1 40%;
    margin-bottom: 30px;
}

section.new-service-section a {
    height: 396px;
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: #0000000f;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.37);
}

section.new-service-section a > * {
    position: relative;
    z-index: 1;
    color: #fff;
}

section.new-service-section a:hover {
    transform: scale(1.05);
}

section.new-service-section h3:after {
    margin: 10px auto 0px;
    content: "";
    height: 2px;
    background: #fff;
    position: relative;
    display: block;
    width: 70px;
}

section.n-s-section {
    position: relative;
    padding: 5vh 0px 2vh;
    /* background: linear-gradient(180deg,var(--aColor) 0%,#fff 100.29%); */
    border-top: 1px solid var(--aColor);
}

section.n-s-section h2 {
    text-align: center;
    margin: 0px;
    font-size: 45px;
}

section.n-s-section h2 + p {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.n-s-section .dm-flex {
    align-items: inherit;
    padding-top: 20px;
}

.full-list {
    margin-top: 70px;
    text-align: center;
    position: relative;
}

.full-list:before {
    width: calc(50% - ( 314px / 2 ));
    left: 0px;
    height: 1px;
    background: var(--pColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.full-list:after {
    width: calc(50% - ( 314px / 2 ));
    right: 0px;
    height: 1px;
    background: var(--pColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.full-list .no-bg {
    border: 2px solid var(--pColor);
    background: transparent !important;!i;!;
    font-weight: bold !important;!i;!;
    font-size: 15px;
    color: #000 !important;!I;!;
}

section.n-s-section img {
    display: block;
}

section.classy-testimonials h2 {
    font-size: 45px;
    text-align: center;
}

section.classy-testimonials h2 + p {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 65px;
}

span.hiddenRest {
    display: none;
}

.new-wrap {
    background: linear-gradient(239deg,rgba(255,255,255,.9) 17.93%,rgba(255,255,255,.9) 81.51%) !important;
}

.new-text-wrapper {
    padding: 20px;
}

.testimonial-stars i {
    color: #d3b013;
}

.testimonial-stars i {
    margin-right: 2px;
}

.testimonial-stars {
    margin-bottom: 15px;
}

section.classy-testimonials .dm-flex + .dm-full {
    margin-bottom: 55px;
}

.name-f {
    height: 60px;
    width: 60px;
    background: var(--pColor);
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.inline-tex {
    display: flex;
    align-items: center;
}

.inline-tex h4 {
    margin-left: 15px;
    margin-bottom: 0px;
    color: #000;
    font-size: 19px;
}

.pp-testimonials-content {
    font-size: 16px;
}

span.read_more {
    font-weight: bold;
    cursor: pointer;
}

section.classy-testimonials:before {
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.9;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background: #fff;);
}

.copyrights {
    float: none;
}

.dm-full.footer-creds {
    position: relative;
    padding: 15px 0px;
}

.dm-full.footer-creds:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.4;
    top: 0px;
    left: 0px;
}

.dm-full.footer-creds * {
    color: #fff;
}

.bottom-footer {
}

.bottom-footer p {
    flex: 1 1 50%;
}

.bottom-footer p:nth-child(3) {
    flex: 1 1 100%;
    text-align: center;
}

.bottom-footer p:nth-child(2) {
    text-align: center;
}

.dm-full.footer-creds .container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0px 15px;
}

.dm-full.footer-creds a {
    font-weight: bold;
}

section.visit-us-block {
    padding: 7vh 0px;
}

.visit-us-flex {
    margin-bottom: 50px;
}

.visit-us-flex:last-of-type {
    margin: 0px;
}

.visit-us-flex.welcomeright .dm-half:nth-child(1) {
    order: 2;
}

.visit-us-flex {
    border: 2px solid var(--pColor);
    border-radius: 20px;
    overflow: hidden;
}

.visit-us-flex .dm-flex {
}

.visit-us-flex .dm-half:nth-child(2) {}

html .middle {
    padding: 50px;
}

.visit-us-flex img {
    display: block;
}

.middle h3 {
    color: #000;
    font-size: 30px;
    line-height: 1;
}

.middle h3:after {
    content: "";
    width: 80px;
    background: var(--sColor);
    display: block;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

html a.newbtn {
    margin: 0px;
    background: var(--pColor);
    color: #000;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}

section.visit-us-block li a {
    color: #000;
    font-weight: bold;
}

.visit-us-flex li:before {
    display: none;
}

.visit-us-flex li {
    list-style: disc;
}

.visit-us-flex:last-of-type li {
    list-style: none;
    padding-bottom: 11px;
}

.visit-us-flex:last-of-type ul {
    padding-left: 0px;
}

.visit-us-flex iframe,.visit-us-flex img {
    height: 350px !important;!i;!;
    object-fit: cover;
    width: 100%;
}

a.sticks {
    border: 0px;
    background: var(--pColor);
}

a.sticks:nth-child(2) {
    color: #fff;
    background: var(--sColor);
}

.wow {
    opacity: 0;
}

.wow.fadeInUp,.wow.fadeInUpa {
    opacity: 0;
    transform: translate3d(0,100%,0);
}

.wow.animated {
    animation-fill-mode: forwards !important;
}

@media (max-width: 880px) {
    .copyrights .dm-fourth {
        margin-bottom: 30px;
    }
    
    section.home-icons .dm-third {
        margin-bottom: 40px;
    }

    section.n-s-section h2 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    section.n-s-section .dm-third {
        margin-bottom: 30px;
    }

    section.classy-testimonials h2 {
        font-size: 35px;
        line-height: 1.2;
    }

    .visit-us-flex iframe, .visit-us-flex img {
        height: 300px !important;
    }
    section.new-service-section .dm-half {
        flex: 1 1 100%;
    }
}
.visit-us-flex iframe {
	border-radius: 10px;
}

div#regular-header * {
    color: #fff;
}

section.home-icons:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    background-color: #fff;
    left: 0px;
    opacity: 0.2;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

section.home-icons p {
    font-size: 21px;
}

html .wda_video_style .buttonToAuto {
    bottom: auto;
    text-align: right;
    top: 0px;
}

section.central-welcome h2 + h3 {
    text-align: center;
    color: var(--aColor);
    font-size: 34px;
}


.full-list .no-bg:hover {
    background: var(--pColor) !important;!I;!;
    color: #fff !important;!i;!;
}

section.central-welcome h4 {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
}

section.central-welcome .dm-flex .dm-flex {
    margin: 0px -15px;
}

section.central-welcome .dm-third img {
    height: 250px !important;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.37);
}

.home .header-spacer {
    display: none;
}

.dm-full {
    flex: 1 1 100%;
}

div#regular-header .container-wide > div {
    justify-content: flex-end;
}


section.n-s-section h3 {
    border-left: 3px solid var(--aColor);
    padding-left: 10px;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 30px;
}

section.n-s-section .dm-full:nth-child(odd) .dm-third {
    order: 2;
}

section.n-s-section p {
    font-weight: 300;
}

section.n-s-section .dm-third img {
    border-radius: 15px 15px 15px 15px;
    box-shadow: -5px 6px 14px -4px rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
}

section.n-s-section .dm-full {
    margin-bottom: 70px;
}


@media (min-width:881px) {
    li#menu-item-32 {
        display: none;
    }
}

@media (max-width: 880px) {
    section.central-welcome .dm-half:nth-child(2) {
        max-width: 100%;
    }
}

section.new-service-section a:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 33%, var(--pColor) 100%);
    opacity: 1;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

section.nav-icons {
    text-align: center;
}

section.nav-icons img {
    display: block;
    margin: 0px auto;
    max-width: 80px;
}

section.nav-icons span {
    text-transform: uppercase;
    color: #777;
    font-weight: 300;
    display: block;
}

section.nav-icons .dm-fourth {
    margin-bottom: 20px;
}

section.nav-icons {
    padding-bottom: 10px;
}

section#locations.full-section .container-wide {
    max-width: 100%;
    border-radius: 0px;
    padding: 0px;
}

.full-section .visit-us-flex {
    border-radius: 0px;
    border: 0px;
}

.full-section {
    padding: 5vh 15px !important;
}

.visit-us-flex .dm-flex h4 {font-size: 30px;font-weight: 300;}

.full-section .dm-flex {
    align-items: inherit;
}

.full-section .visit-us-flex .dm-fourth:nth-child(odd) {position: relative;}

.full-section .visit-us-flex .dm-fourth {
    padding: 50px 15px;
    position: relative;
}

.full-section .visit-us-flex .dm-fourth:before {
    right: 0px;
    height: 90%;
    background: #1578c121;
    content:"";
    position: absolute;
    width: 1px;
    top: 5%;
}

.cta-carrier {
    position: relative;
}

.cta-carrier:before {
    background-color: #00000073;
    opacity: 1;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.cta-content h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
}

.cta-carrier li input {
    height: 40px !important;
    border-radius: 50px;
    border-left: 3px solid var(--pColor);
}

.cta-carrier li textarea {
    border-radius: 50px;
    border-left: 3px solid var(--pColor);
}

.cta-carrier #field_2_6 input {
    height: auto !important;
}

.cta-carrier input[type="submit"] {
    background: var(--pColor);
    width: 200px !important;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0px auto !important;
    display: block !important;
}

.full-section .visit-us-flex .dm-fourth p {
    padding-left: 30px;
    position: relative;
}

.full-section .visit-us-flex .dm-fourth p i {
    position: absolute;
    left: 0px;
    top: 6px;
    color: var(--pColor);
}

section#locations h2 {
    text-align: center;
    font-size: 50px;
    margin: 0px;
}

.full-section .visit-us-flex .dm-fourth:last-of-type:before {
    opacity: 0;
}

.testimonial-stars i {
    line-height: 30px;
    width: 30px;
    background: var(--pColor);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

span.icon-bg img {
    max-width: 50px;
    margin: 0px auto;
    display: block;
}

.border-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0px auto;
}

.border-icon span:nth-child(1),.border-icon span:nth-child(3) {
    flex: 1 1 calc(50% - 50px);
    height: 1px;
    background: var(--pColor);
}

.border-icon span:nth-child(2) {
    flex: 1 1 100px;
}

.cta-carrier #field_2_6 a {
    font-weight: bold;
    color: #fff;
}

body:not(.home) header#site-header .main-head-wrap {
    background: #57575785;
}

@media (max-width: 880px) {
	section.central-welcome .dm-third {
		margin-bottom: 20px;
	}

	section.central-welcome .dm-full {
		padding-bottom: 0px;
	}

	section.n-s-section .dm-full .dm-third {
		order: inherit !important;
		flex: 1 1 100%;
	}

	section#locations .dm-fourth {
		flex: 1 1 50%;
	}

	.carousel-caption h2 {
		font-size: 36px;
		line-height: 1;
	}

	.video-location {
		bottom: 5%;
	}
	
	section.nav-icons .dm-fourth {
		flex: 1 1 50%;
	}

	section.nav-icons .dm-fourth img {
		max-width: 60px;
	}
}

@media (max-width: 540px) {
	section#locations .dm-fourth {
		flex: 1 1 100%;
	}
}

#site-header .container-wide {
	max-width: 1500px;
}

/* =========================================================================
   FOLIO & FLAME
   ========================================================================= */
:root {
  --ff-ink: #39362F;
  --ff-ink-soft: #2a2620;
  --ff-cream: #EADED0;
  --ff-sand: #e6ddc9;
  --ff-olive: #435949;
  --ff-olive-deep: #494b30;
  --ff-amber: #D97235;
  --ff-amber-deep: #9a6530;
  --ff-muted: #7D7866;
  --ff-hairline: rgba(29,26,23,.12);
}

body.ff-body { background: var(--ff-cream); color: var(--ff-ink); font-family: var(--ff-sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.ff-body img {display: block;max-width: 100%;}
body.ff-body a {text-decoration: none;letter-spacing: 0.5px;}
body.ff-body button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.ff-wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* NAV */
.ff-nav {position: sticky;top: 0;z-index: 50;background: var(--ff-olive);color: var(--ff-cream);border-bottom: 1px solid rgba(255,255,255,.06);}
.ff-nav-inner {display: flex;grid-template-columns: auto;align-items: center;gap: 24px;padding: 0px 15px;justify-content: center;max-width: 100%;position: relative;padding-right: 0px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.ff-logo a {font-family: var(--ff-serif);font-size: 22px;letter-spacing: .02em;display: inline-flex;align-items: center;gap: 10px;color: var(--ff-cream);display: block;}
.ff-logo .amp { font-style: italic; color: var(--ff-amber); font-weight: 400; }
.ff-logo-mark { width: 22px; height: 22px; border: 1px solid var(--ff-cream); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-family: var(--ff-serif); font-style: italic; }
.ff-logo img {width: auto;}
.ff-nav-links {display: flex;gap: 36px;justify-content: flex-start;flex: 1;margin: 0px auto;margin-left: 0px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.ff-nav-links ul, .ff-nav-links .ff-menu { display: flex; gap: 36px; list-style: none; margin: 0; padding: 0; }
.ff-nav-links a {font-size: 12px;text-transform: uppercase;color: rgba(243,236,223,.75);transition: color .2s;}
.ff-nav-links a:hover, .ff-nav-links li.current-menu-item > a, .ff-nav-links a.active { color: var(--ff-cream); }
.ff-nav-cta { justify-self: end; }
.ff-btn-ghost {border: 1px solid rgba(243,236,223,.35);padding: 10px 22px;font-size: 11px;letter-spacing: .22em;text-transform: uppercase;color: var(--ff-cream);transition: all .2s;display: inline-block;}
.ff-btn-ghost:hover { background: var(--ff-cream); color: var(--ff-ink); }
.ff-mobile-toggle { display: none; flex-direction: column; gap: 4px; padding: 6px; }
.ff-mobile-toggle span { width: 22px; height: 1.5px; background: var(--ff-cream); display: block; }

/* HERO */
.ff-hero {position: relative;min-height: 100vh;background: var(--ff-ink);color: var(--ff-cream);display: flex;align-items: center;justify-content: center;overflow: hidden;text-align: center;padding: 120px 32px 140px;}
.ff-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 40%, rgba(184,122,61,.22), transparent 55%), radial-gradient(ellipse at 70% 70%, rgba(91,93,60,.35), transparent 60%), linear-gradient(180deg, #15120f 0%, #241f1a 100%); }
.ff-hero-bg::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.02) 0 1px, transparent 1px 60px), repeating-linear-gradient(0deg, rgba(255,255,255,.02) 0 1px, transparent 1px 60px); mix-blend-mode: overlay; }
.ff-hero-bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 3px 3px; opacity: .4; }
.ff-hero-content { position: relative; max-width: 900px; }
.ff-eyebrow { font-size: 11px; letter-spacing: .45em; text-transform: uppercase; color: rgba(243,236,223,.65); margin-bottom: 28px; display: inline-flex; align-items: center; gap: 14px; }
.ff-eyebrow::before, .ff-eyebrow::after { content: ""; width: 28px; height: 1px; background: rgba(243,236,223,.4); }
.ff-display {font-size: clamp(56px, 9vw, 90px);line-height: 0.9;margin-bottom: 32px;font-weight: 300;max-width: 710px;margin: 0px auto;margin-bottom: 20px;text-transform: uppercase;}
.ff-display em { font-style: italic; font-weight: 300; color: var(--ff-amber); }
.ff-hero-sub {max-width: 560px;margin: 0px;color: #000;font-size: 15px;line-height: 1.7;}
.ff-btn-cream {display: inline-block;background: var(--aColor);color: var(--ff-ink);padding: 16px 40px;font-size: 11px;text-transform: uppercase;font-weight: 500;border-radius: 2px;transition: all .2s;color: #000000;font-family: 'Montserrat';}
.ff-btn-cream:hover { background: var(--ff-amber); color: var(--ff-cream); transform: translateY(-1px); }
.ff-hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: .35em; text-transform: uppercase; color: rgba(243,236,223,.5); font-family: var(--ff-mono); }

/* DIVIDER LABEL */
.ff-divider-label {text-align: center;font-size: 20px;color: #000;font-family: var(--ff-mono);display: flex;align-items: center;justify-content: center;gap: 18px;position: relative;z-index: 1;font-family: 'Montserrat';max-width: 1000px;margin: 0px auto 55px;}
.ff-divider-label::before, .ff-divider-label::after { content: ""; width: 40px; height: 1px; background: var(--ff-hairline); }

/* ABOUT */
.ff-about {padding: 0px 0px 0px;overflow: hidden;}
.ff-about-grid {display: grid;grid-template-columns: 1fr 1.15fr;gap: 80px;align-items: center;justify-content: space-between;}
.ff-about h2 {font-weight: 400;font-size: clamp(34px, 3.8vw, 60px);line-height: 1.05;letter-spacing: -.005em;margin-bottom: 20px;}
.ff-about h2 em { font-style: italic; font-weight: 300; color: var(--ff-amber); }
.ff-about p {color: #3a342c;margin-bottom: 20px;line-height: 1.75;}
.ff-btn-amber { display: inline-block; background: var(--ff-amber); color: var(--ff-cream); padding: 14px 34px; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; font-weight: 500; border-radius: 2px; transition: all .2s; margin-top: 16px; }
.ff-btn-amber:hover { background: var(--ff-amber-deep); transform: translateY(-1px); color: var(--ff-cream); }

.ff-mosaic {display: grid;grid-template-columns: 1fr 1fr;grid-template-rows: 260px 265px 245px;gap: 12px;}
.ff-mosaic .tile {background: var(--ff-sand);overflow: hidden;position: relative;background-size: cover !important;background-position: 50% 50% !important;}
.ff-mosaic .tile:nth-child(1) { grid-row: 1 / 3; }
.ff-mosaic .tile:nth-child(2) { grid-row: 1 / 2; }
.ff-mosaic .tile:nth-child(3) { grid-row: 2 / 4; }
.ff-mosaic .tile:nth-child(4) { grid-row: 3 / 4; }
.ff-mosaic .tile.t1 {/* background: linear-gradient(135deg, #9b8a6b, #7a6b52); */}
.ff-mosaic .tile.t2 { background: linear-gradient(160deg, #d8cfb8, #c2b695); }
.ff-mosaic .tile.t3 { background: linear-gradient(140deg, #524735, #2e2820); }
.ff-mosaic .tile.t4 { background: linear-gradient(135deg, #b89b74, #8a7656); }
.ff-mosaic .placeholder { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 14px; background-image: repeating-linear-gradient(135deg, rgba(29,26,23,.06) 0 1px, transparent 1px 9px); }
.ff-mosaic .placeholder .tag { font-family: var(--ff-mono); font-size: 9.5px; color: rgba(29,26,23,.55); letter-spacing: .1em; text-transform: uppercase; }
.ff-mosaic .tile.t1 .placeholder, .ff-mosaic .tile.t3 .placeholder { background-image: repeating-linear-gradient(135deg, rgba(243,236,223,.1) 0 1px, transparent 1px 9px); }
.ff-mosaic .tile.t1 .tag, .ff-mosaic .tile.t3 .tag { color: rgba(243,236,223,.7); }

/* MISSION */
.ff-mission {background: var(--ff-olive);color: var(--aColor);padding: 50px 0px;}
.ff-mission-grid {display: grid;grid-template-columns: 1.5fr 1.1fr;min-height: 560px;align-items: stretch;max-width: 1360px;margin: 0px auto;}
.ff-mission-img {background: linear-gradient(135deg, #3a3a28, #1f1f15);position: relative;min-height: 380px;order: 2;}
.ff-mission-img .placeholder { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 14px; background-image: repeating-linear-gradient(135deg, rgba(243,236,223,.08) 0 1px, transparent 1px 11px); }
.ff-mission-img .tag { font-family: var(--ff-mono); font-size: 9.5px; color: rgba(243,236,223,.55); letter-spacing: .1em; text-transform: uppercase; }
.ff-mission-text {padding: 80px 72px;display: flex;flex-direction: column;justify-content: center;}
.ff-mission-text .ff-eyebrow { color: rgba(243,236,223,.55); }
.ff-mission-text .ff-eyebrow::before, .ff-mission-text .ff-eyebrow::after { background: rgba(243,236,223,.3); }
.ff-mission-text h2 {font-weight: 400;font-size: clamp(32px, 3.6vw, 55px);line-height: 1.1;margin-bottom: 28px;letter-spacing: -.005em;color: var(--aColor);text-transform: uppercase;}
.ff-mission-text h2 em, .ff-mission-text h2 .big {font-style: italic;font-weight: 300;font-family: eyesome;text-transform: none;}
.ff-mission-text p {color: rgba(243,236,223,.78);margin-bottom: 16px;line-height: 1.75;}
.ff-btn-cream-outline {display: inline-block;margin-top: 10px;padding: 14px 34px;border: 1px solid var(--ff-cream);color: var(--ff-cream);font-size: 11px;text-transform: uppercase;font-weight: 500;border-radius: 2px;transition: all .2s;width: fit-content;border-radius: 4px;}
.ff-btn-cream-outline:hover { background: var(--ff-cream); color: var(--ff-olive-deep); }

/* MENU */
.ff-menu {color: var(--sColor);padding: 100px 0 120px;position: relative;}
.ff-menu::before {content: "";position: absolute;inset: 0;}
.ff-menu-head {text-align: center;margin-bottom: 40px;position: relative;}
.ff-menu-head .ff-divider-label { color: rgba(243,236,223,.55); }
.ff-menu-head .ff-divider-label::before, .ff-menu-head .ff-divider-label::after { background: rgba(243,236,223,.2); }
.ff-menu-head h2 {font-weight: 300;font-size: clamp(52px, 8vw, 90px);line-height: 1;letter-spacing: -.01em;color: var(--aColor);margin-top: 18px;}
.ff-menu-head h2 .the { display: block; font-style: italic; font-size: .45em; color: var(--ff-cream); margin-bottom: 4px; font-weight: 400; }

.ff-menu-grid {position: relative;display: grid;grid-template-columns: repeat(3, 1fr);gap: 24px;margin-top: 35px;}
.ff-course { border: 1px solid rgba(243,236,223,.14); padding: 40px 32px 36px; background: rgba(243,236,223,.02); transition: all .3s; display: flex; flex-direction: column; min-height: 400px; }
.ff-course:hover { background: rgba(243,236,223,.05); border-color: rgba(184,122,61,.4); transform: translateY(-4px); }
.ff-course-num { font-family: var(--ff-mono); font-size: 10px; color: var(--ff-amber); letter-spacing: .3em; margin-bottom: 24px; text-transform: uppercase; }
.ff-course h3 {font-weight: 400;font-size: 30px;line-height: 1.1;margin-bottom: 14px;color: var(--aColor);}
.ff-course h3 em { font-style: italic; color: var(--ff-amber); }
.ff-course .dots {font-family: var(--ff-mono);color: rgba(243,236,223,.3);margin: 5px 0 10px;letter-spacing: .3em;}
.ff-course p { color: rgba(243,236,223,.7); font-size: 14.5px; line-height: 1.7; margin-bottom: 20px; flex: 1; }
.ff-course .includes { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: rgba(243,236,223,.4); border-top: 1px solid rgba(243,236,223,.1); padding-top: 16px; }
.ff-course .includes b { color: var(--ff-cream); font-weight: 500; display: block; margin-top: 4px; font-family: var(--ff-sans); font-size: 12px; letter-spacing: normal; text-transform: none; }
.ff-course .price { font-family: var(--ff-serif); font-size: 22px; color: var(--ff-amber); margin-top: 18px; font-style: italic; }

/* RAVES */
.ff-raves { background: var(--ff-sand); padding: 110px 0; text-align: center; }
.ff-raves h2 {font-weight: 400;font-size: clamp(40px, 5vw, 64px);letter-spacing: .02em;margin: 0px;}
.ff-raves-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 48px;margin: 0 auto;}
.ff-rave {padding: 40px 12px;background: var(--sColor);color: #fff;border-radius: 10px;box-shadow: 0px 8px 15px #0000001c;}
.ff-rave .mark { font-family: var(--ff-serif); font-size: 52px; line-height: .5; color: var(--ff-amber); margin-bottom: 18px; display: block; }
.ff-rave p {font-size: 18px;line-height: 1.5;color: var(--ff-ink-soft);margin-bottom: 20px;font-weight: 400;font-family: 'avoda';}
.ff-rave cite { font-style: normal; font-size: 13px; color: var(--ff-muted); letter-spacing: .02em; }
.ff-rave cite em { font-style: italic; color: var(--ff-ink-soft); }

/* CONTACT */
.ff-contact { background: var(--ff-olive); color: var(--ff-cream); padding: 100px 0; }
.ff-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.ff-contact .ff-eyebrow { color: rgba(243,236,223,.55); }
.ff-contact h2 {font-weight: 400;font-size: clamp(40px, 5vw, 68px);line-height: 1;margin-bottom: 5px;letter-spacing: -.005em;color: var(--aColor);}
.ff-contact h2 em { font-style: italic; color: #e6c99a; }
.ff-contact p { color: rgba(243,236,223,.78); max-width: 380px; font-size: 15px; line-height: 1.75; }
.ff-contact-meta {font-family: var(--ff-mono);font-size: 11px;letter-spacing: .2em;text-transform: uppercase;color: rgba(243,236,223,.55);margin-top: 15px;display: flex;flex-direction: column;gap: 8px;}
.ff-contact-meta span { display: flex; gap: 14px; }
.ff-contact-meta b { color: var(--ff-cream); font-weight: 500; }
.ff-contact-meta a { color: inherit; }

.ff-form { display: grid; gap: 14px; }
.ff-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ff-form .field { background: rgba(243,236,223,.08); border: 1px solid rgba(243,236,223,.2); padding: 16px 18px; color: var(--ff-cream); font-family: var(--ff-sans); font-size: 14px; border-radius: 2px; transition: all .2s; width: 100%; }
.ff-form .field::placeholder { color: rgba(243,236,223,.5); }
.ff-form .field:focus { outline: none; border-color: var(--ff-amber); background: rgba(243,236,223,.12); }
.ff-form textarea.field { resize: vertical; min-height: 120px; }
.ff-form .submit { background: var(--ff-amber); color: var(--ff-cream); padding: 16px 28px; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; font-weight: 500; border-radius: 2px; transition: all .2s; justify-self: end; min-width: 200px; }
.ff-form .submit:hover { background: var(--ff-amber-deep); }

/* FOOTER */
.ff-footer { background: var(--ff-ink); color: var(--ff-cream); padding: 60px 0 40px; text-align: center; border-top: 1px solid rgba(243,236,223,.06); }
.ff-footer-logo { font-family: var(--ff-serif); font-size: 28px; margin-bottom: 14px; }
.ff-footer-logo .amp { color: var(--ff-amber); font-style: italic; font-weight: 300; }
.ff-footer-copy { font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: rgba(243,236,223,.4); margin-bottom: 14px; }
.ff-footer-links { font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: rgba(243,236,223,.5); margin-bottom: 36px; }
.ff-footer-links ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; }
.ff-footer-links a:hover { color: var(--ff-amber); }
.ff-footer-bottom {padding-top: 30px;border-top: 1px solid rgba(243,236,223,.08);font-size: 17px;color: rgba(243,236,223,.4);font-family: var(--ff-mono);letter-spacing: .15em;text-align: center;}
.ff-socials { display: flex; gap: 16px; }
.ff-socials a { width: 30px; height: 30px; border: 1px solid rgba(243,236,223,.25); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: all .2s; }
.ff-socials a:hover { background: var(--ff-amber); border-color: var(--ff-amber); }
.ff-socials img, .ff-socials svg { width: 12px; height: 12px; }

/* REVEAL */
.ff-home .reveal {opacity: 0;transform: translateY(24px);transition: opacity .9s ease, transform .9s ease;}
.ff-home .reveal.in {opacity: 1;transform: none;}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ff-nav-inner { grid-template-columns: 1fr auto; }
  .ff-nav-links { display: none; }
  .ff-mobile-toggle { display: inline-flex; }
  body.ff-nav-open .ff-nav-links { display: block; position: absolute; top: 72px; left: 0; right: 0; background: var(--ff-ink); padding: 24px; }
  body.ff-nav-open .ff-nav-links ul { flex-direction: column; gap: 18px; }
  .ff-about-grid, .ff-mission-grid, .ff-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .ff-mission-text { padding: 60px 32px; }
  .ff-menu-grid, .ff-raves-grid { grid-template-columns: 1fr; }
  .ff-form .row { grid-template-columns: 1fr; }
  .ff-footer-bottom { flex-direction: column; gap: 16px; }
}


ul.sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    background: var(--ff-amber);
    width: 200px;
    display: block;
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

ul#menu-main-menu > li {
    position: relative;
}

html .sub-menu.moveLeft {
    left: 0px;
    display: block;
}

html ul ul.wda-long-menu {
    background: var(--ff-amber);
    display: block;
}

.sub-menu li a {
    padding: 5px;
}

.sub-menu li {
    border-bottom: 1px solid #ffffff3d;
}

.sub-menu li:last-of-type {
    border: 0px;
}

ul#menu-main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-item-has-children > a:after {
    right: -11px;
}

.ff-nav-cta a {
    font-size: 10px;
    text-align: center;
    line-height: 1.1;
    background: var(--ff-cream);
    color: #000;
    padding: 22px 22px;
    letter-spacing: 1px;
}

.ff-hero-bg {
    background-image: url(/wp-content/uploads/2025/09/bg_image_2560width.png);
    background-size: 180%;
    background-position: 50% 50%;
}


html h1, html h2, html h4, html h3 {
    color: #000;
    font-family: avoda;
}

.ff-about-grid .ff-mosaic {
    transform: rotate(3deg) !important;
    margin: -20px auto;
    margin-right: 0px;
    width: 100%;
}

section#about .ff-wrap {
    max-width: 1340px;
    padding: 0px;
}

.ff-about-grid > div:nth-child(1) {
    max-width: 600px;
    margin: 0px auto;
}

.ff-logo {
    max-width: 250px;
    position: absolute;
    top: 70px;
    background: #fff;
    left: 13px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ff-wrap.ff-nav-inner.fixed-header .ff-logo {
    top: 3px;
    max-width: 150px;
    background: transparent;
}

.ff-wrap.ff-nav-inner.fixed-header nav {
    padding-left: 180px;
}

h2.ff-display em {
    font-family: eyesome;
    font-size: 60px;
    position: absolute;
    top: -45px;
    left: 107px;
    text-transform: none;
}


h2.ff-display h3 {
    color: #000;
}

.ff-hero-content h3 {
    color: #000;
    font-size: 33px;
}

.ff-hero-content {
    color: #000;
    font-size: 23px;
}

a.ff-btn-cream-outline.oraage {
    background: var(--pColor);
}

a.ff-btn-cream-outline {
}

body,p,a,ul,li {
    font-family: 'Montserrat';
}

section.ff-mission h3 {
    color: var(--aColor);
}


.ff-mission-grid h3 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

section.ff-mission .ff-btn-cream-outline {
    background: var(--pColor);
    border-color: var(--pColor);
}

section#services {
    background: var(--sColor);
}

section.ff-raves > div {
    max-width: 1340px;
    width: 100%;
}

.ff-menu-grid.wellnesa {
    grid-template-columns: repeat(4, 1fr);
}

.ff-menu-head.wellnes h2 {
    font-size: 50px;
}

.ff-menu-head.wellnes {
    padding-top: 50px;
}

.ff-menu-grid.wellnesa .dots {
    letter-spacing: 0px;
    margin: 0px;
}

.ff-menu-grid.wellnesa .ff-course {
    padding: 20px;
    min-height: 330px;
}

.ff-raves-grid {}

html .gform-footer.gform_footer input[type="submit"] {
    font-family: 'Montserrat';
    border-radius: 0px;
    color: #000;
    font-weight: 100;
    font-size: 15px;
    border-radius: 4px;
    width: 200px;
}

section#contact {}

section#contact .gform-body div input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid var(--aColor);
    color: var(--aColor);
    background: transparent;
}

section#contact .gform-body div textarea {
    border-radius: 4px;
    border: 1px solid var(--aColor);
    color: var(--aColor);
    background: transparent;
}

section#contact #field_2_6 input {
    width: auto;
    height: auto;
}

.ff-contact-grid iframe {
    display: block;
    border-radius: 10px;
    margin-top: 45px;
    filter: grayscale(1);
}

html {
    font-family: 'Montserrat';
}

section.ff-raves h2 + h3 {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -10px;
    margin-bottom: 20px;
    color: var(--pColor);
}

.ff-rave * {
    color: #fff !important;
}

.ff-rave:nth-child(1) {
    background: var(--aColor);
}

.ff-rave:nth-child(2) {
    background: var(--pColor);
}

.ff-rave:nth-child(1) * {
    color: #000 !important;
}

.ff-raves-grid + span {
    display: block;
    padding-top: 35px;
    font-style: italic;
}


.ff-footer-logo img {
    max-width: 300px !important;
    display: block;
    margin: 0px auto 20px;
}

footer#site-footer .social-icons a {
    font-size: 17px;
    background: var(--aColor);
}

footer#site-footer .social-icons {
    margin-bottom: 23px;
}

.ff-footer-credit p {
    margin-bottom: 5px;
}

p.gform_description {
    margin: 0px;
}

section.ff-raves {}

section.ff-cta {
    padding: 10vh 0px;
    position: relative;
    text-align: center;
}

section.ff-cta {
    background-image: url(/wp-content/uploads/2025/09/bg_image_2560width.png);
    background-size: 180%;
    background-position: 50% 50%;
}

article.article {
    background: transparent;
}

section.ff-cta h2 {
    font-size: 50px;
    margin: 0px;
}

section.ff-cta p {
    font-size: 25px;
    max-width: 1000px;
    margin: 0px auto 20px;
}

body:not(.home) .ff-logo {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 150px;
}

body:not(.home) .ff-wrap.ff-nav-inner.fixed-header nav {
    padding: 0px;
}

html section.page-header {
    background: var(--aColor) !important;
}

section.page-header h1 {
    color: #000 !important;
    font-size: 43px;
}
html .meetDoc {
    padding: 0px;
}

@media (max-width: 1300px) {
	.ff-raves h2 {
    	line-height: 1;
		margin-bottom: 20px;
	}
	.ff-hero-bg {
		background-size: 250%;
	}

	.ff-hero {min-height: initial;height: 1000px;}

	.ff-nav-cta a {
		padding: 13px 10px;
		letter-spacing: 0px;
		font-size: 13px;
		max-width: 200px;
	}
	
	.ff-about-grid > div:nth-child(1) {
		padding: 0px 30px;
	}

	.ff-logo {
		max-width: 200px;
	}

	.ff-nav-links ul, .ff-nav-links .ff-menu {
		gap: 20px;
	}

	ul#menu-main-menu > li > a {
		font-size: 13px;
	}
	.ff-mission {
		padding: 50px 30px;
	}

	.ff-mission-text {
		padding: 40px 20px;
	}
}

@media (max-width: 991px) {
	.ff-menu-grid.wellnesa {
		grid-template-columns: repeat(2, 1fr);
	}

	section#about {
		padding: 5vh 0px;
	}

	.ff-logo {
		position: relative;
		top: 0px;
		left: 0px;
		background: transparent;
		margin: 0px auto;
		margin-left: 0px;
	}

	.ff-nav-cta {
		display: none;
	}

	a#pull {
		width: 60px !important;
		text-align: center;
	}

	a#pull span {
		display: none;
	}

	h2.ff-display em {
		font-size: 50px;
		left: 50px;
	}

	.ff-course {
		min-height: inherit;
	}
}

@media (max-width: 640px) {
	.ff-hero-bg {
		background-size: 400%;
		background-position: 37% 100%;
	}

	.ff-display {
		max-width: 100%;
		font-size: 42px;
	}

	h2.ff-display em {
		font-size: 40px;
		left: 0px;
	}

	.ff-hero-content {
		font-size: 18px;
	}

	.ff-hero {
		height: 850px;
	}

	.ff-mission-text {
		padding: 20px;
	}

	.ff-mission-img {
		order: inherit;
	}

	.ff-menu-grid.wellnesa {
			grid-template-columns: repeat(1, 1fr);
		}

	.ff-mosaic {
		grid-template-rows: 160px 165px 145px;
	}

	.ff-wrap {
		padding: 0px 15px;
	}

	section.ff-raves h2 + h3 {
		line-height: 1;
	}
}

footer#site-footer a {
    color: var(--aColor) !important;
}

ul.sub-menu.wda-long-menu {
    left: 0px !important;
    right: auto !important;
    transform: none !important;
}