/*
Theme Name: Classy - 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: "ProximaNova";
  src: url("assets/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "ProximaNova";
  src: url("assets/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "ProximaNova";
  src: url("assets/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
}
*/

#page {
    padding: 0px;
}

a.btn {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: bold;
}

#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;
}

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 span {
    text-transform: uppercase;
    letter-spacing: 0px;
    background: var(--pColor);
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 4px;
    font-size: 17px;
}

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: 6vh 0px;
    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(255 255 255 / 95%);
}

/* CTA  */
.cta-content {
    border-radius: 45px 0 45px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

.cta-carrier {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px auto;
    height: 45vw;
}

.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: 55px;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 45%;position: relative;z-index: 1;}

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

#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: -51px;
    }
    .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: #fff;
    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: 200px;
}

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: 0px;
}

.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: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgb(0 0 0 / 53%) 100%);
}

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

html .video_holder {
    height: calc(100vh - 135px);
    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;}

    .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%;
    }

    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(--aColor);
    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: 30px;
}

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: 85px;
}

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;
    position: relative;
}

.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 60%;
}

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

section.new-service-section a {
    height: 396px;
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    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;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,.6);
}

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 0px 0px;
    content: "";
    height: 2px;
    background: #fff;
    position: relative;
    display: block;
    width: 70px;
}

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

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: 60px;
}

section.n-s-section .dm-third {
    box-shadow: 9px 12px 20px 0px rgba(186, 183, 182, .35);
    flex: 1 1 calc(33.33% - 30px);
    margin: 0px 15px;
    padding: 40px;
    border-radius: 20px;
    border-bottom: 4px solid var(--pColor);
    background: #fbfbfb;
}

section.n-s-section .dm-third p {
    line-height: 1.6;
}

section.n-s-section .dm-third h3 {
    color: #000;
    position: relative;
    font-weight: 700;
}

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

.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 {
    margin-bottom: 20px;
    display: block;
    max-width: 90px;
}

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;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 1px 10px #0000001f;
}

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

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

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

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

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 .testimonialname {
    margin-left: 15px;
    margin-bottom: 0px;
    color: #000;
    font-size: 19px;
    font-family: 'AR One Sans';
    line-height:1.4;
}

.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 {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

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

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

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;
    background: whitesmoke;
}

.visit-us-flex .dm-flex {
    margin: 0px -15px;
}

.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: 550px !important;!i;!;
    object-fit: cover;
}

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

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

.home .wow {
    opacity: 0;
}

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

.home .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: 400px !important;
    }
    section.new-service-section .dm-half {
        flex: 1 1 100%;
    }
}

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

section.home-icons:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    background-image: url(/wp-content/uploads/2025/04/marble.jpg);
    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;
}

footer .social-icons a:hover {
    background-color: var(--aColor);
}


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

section.central-welcome h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    opacity: 0.7;
}

@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.central-welcome .dm-flix:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/04/marble.jpg);
    top: 0px;
    left: 0px;
    opacity: 0.4;
    background-attachment: fixed;
}


section.classy-testimonials .slick-dots button {
    background: var(--aColor);
}

/* ==========================================================================
   Eagle'sWay home page
   ========================================================================== */

.ew-home {
    padding: 0;
}

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

#site-header.main-header {
    background: #fff;
    box-shadow: 0 2px 14px rgba(18,50,92,.08);
    border: 0;
}

.ew-home #site-header.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: transparent;
    box-shadow: none;
}

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

#header {
    background: transparent;
    border: 0;
}

#header .container-wide {
    padding: 25px 41px 0 39px;
}

#secondary-navigation.secondary-navigation {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 0;
}

.logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#logo {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#logo.image-logo img {
    display: block;
    max-width: 425px;
    width: auto;
    height: auto;
}

#logo.text-logo a {
    font-family: "Cormorant SC", serif;
    font-size: 54px;
    line-height: 1;
    letter-spacing: .005em;
    color: #12325c;
}

.ew-logo-tagline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 11px 0 0;
    font-family: "Cormorant SC", serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .13em;
    color: #bd8a2c;
    white-space: nowrap;
}

.ew-logo-tagline:before,
.ew-logo-tagline:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #c9a04a;
}

#secondary-navigation .menu {
    display: flex;
    align-items: center;
    gap: 45px;
    margin: 27px 0 0;
}

#secondary-navigation .menu > li {
    margin: 0;
    padding: 0;
}

#secondary-navigation .menu > li > a {
    display: block;
    padding-bottom: 9px;
    border-bottom: 2px solid transparent;
    font: 600 13.5px/1 Lato, sans-serif;
    letter-spacing: .045em;
    text-transform: uppercase;
    color: #12325c;
    white-space: nowrap;
    transition: color .25s ease, border-color .25s ease;
}

#secondary-navigation .menu > li > a:hover,
#secondary-navigation .menu > li.current-menu-item > a {
    color: #c08c2c;
    border-bottom-color: #c08c2c;
}

.ew-hero {
    position: relative;
    height: 623px;
    overflow: hidden;
    background: linear-gradient(180deg, #cfe2f2 0%, #e9eef2 46%, #f4e7ce 100%);
    background-size: cover;
    background-position: center;
}

.ew-hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.68) 30%, rgba(255,255,255,.14) 52%, rgba(255,255,255,0) 66%);
    pointer-events: none;
}

.ew-hero .container-wide {
    position: relative;
    height: 100%;
}

.ew-hero-copy {
    position: absolute;
    top: 192px;
    left: 139px;
    width: 640px;
}

.ew-hero-title {
    margin: 0;
    font-family: "Cormorant SC", serif;
    font-weight: 400;
    line-height: 1.1;
    white-space: nowrap;
}

.ew-hero-line-a,
.ew-hero-line-b {
    display: block;
}

.ew-hero-line-a {
    font-size: 78px;
    letter-spacing: .09em;
    color: #12325c;
}

.ew-hero-line-b {
    font-size: 73px;
    letter-spacing: .005em;
    color: #bd8a2c;
}

.ew-hero-inner {
    width: 472px;
}

.ew-ornament {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 11px;
}

.ew-ornament span {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(189,138,44,0), #c9a04a);
}

.ew-ornament span + i + span {
    background: linear-gradient(90deg, #c9a04a, rgba(189,138,44,0));
}

.ew-ornament i {
    width: 9px;
    height: 9px;
    background: #bd8a2c;
    transform: rotate(45deg);
}

.ew-hero-text {
    margin: 15px 0 0;
    text-align: center;
    font: 400 24px/1.42 Lato, sans-serif;
    color: #17335c;
}

.ew-hero-cta {
    margin-top: 25px;
    text-align: center;
}

.ew-btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 330px;
    height: 56px;
    border: 2px solid #c9a04a;
    border-radius: 28px;
    background: #12325c;
    color: #fff !important;
    font: 600 16px/1 Lato, sans-serif;
    letter-spacing: .09em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 10px 26px rgba(18,50,92,.28);
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.ew-btn-hero:hover {
    transform: translateY(-3px);
    background: #173d6e;
    box-shadow: 0 16px 34px rgba(18,50,92,.38);
}

.ew-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c9a04a;
    color: #12325c;
    font-size: 12px;
}

.ew-verse {
    background: #0b2043;
}

.ew-verse-grid {
    display: flex;
    min-height: 232px;
    padding: 16px 41px 0 77px;
}

.ew-verse-quote {
    display: flex;
    gap: 23px;
    width: 500px;
    padding-top: 3px;
}

.ew-verse-quote > i {
    margin-top: 6px;
    font-size: 38px;
    line-height: 1;
    color: #bd8a2c;
}

.ew-verse-quote p {
    margin: 0;
    font: italic 400 20px/1.6 "EB Garamond", serif;
    color: #eef2f8;
}

.ew-verse-ref {
    display: block;
    margin-top: 18px;
    font: 600 15px/1 Lato, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #c9a04a;
}

.ew-verse-rule {
    width: 1px;
    height: 196px;
    margin: 0 65px 0 20px;
    background: linear-gradient(180deg, rgba(201,160,74,0), rgba(201,160,74,.45), rgba(201,160,74,0));
}

.ew-verse-statement {
    display: flex;
    flex: 1;
    gap: 28px;
    align-items: flex-start;
}

.ew-verse-icon {
    flex: 0 0 135px;
    width: 135px;
    height: 135px;
    margin-top: 22px;
    border: 2px solid #c9a04a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: #c9a04a;
    animation: ewGlowRing 4.5s ease-in-out infinite;
}

.ew-verse-body h2 {
    margin: 0;
    font: 500 30px/1.3 "Cormorant SC", serif;
    letter-spacing: .015em;
    color: #c9a04a;
}

.ew-verse-body p {
    margin: 12px 0 0;
    max-width: 495px;
    font: 400 14px/1.5 Lato, sans-serif;
    color: #d6dfeb;
    text-wrap: pretty;
}

.ew-dimensions {
    background: #fbf7f0;
    padding: 10px 0 8px;
}

.ew-section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.ew-section-head h2 {
    margin: 0;
    flex: 0 0 auto;
    font: 500 43px/1 "Cormorant SC", serif;
    letter-spacing: .015em;
    color: #12325c;
    white-space: nowrap;
}

.ew-rule {
    flex: 0 0 127px;
    height: 1px;
    background: linear-gradient(90deg, rgba(201,160,74,0), #c9a04a);
}

.ew-section-head .ew-rule + h2 + .ew-rule {
    background: linear-gradient(90deg, #c9a04a, rgba(201,160,74,0));
}

.ew-section-intro {
    margin: 4px auto 0;
    max-width: 760px;
    text-align: center;
    font: 400 18px/1.4 Lato, sans-serif;
    color: #46586e;
}

.ew-dim-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 20px;
    width: 100%;
    max-width: 1248px;
    margin: 4px auto 0;
}

.ew-dim-card {
    display: flex;
    align-items: center;
    gap: 31px;
    min-height: 149px;
    padding: 0 22px 0 24px;
    background: #fff;
    border: 1px solid #ece7dc;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(18,50,92,.05);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.ew-dim-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(18,50,92,.13);
    border-color: #dfd4bd;
}

.ew-dim-icon {
    flex: 0 0 85px;
    width: 85px;
    height: 85px;
    margin-top: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

.ew-dim-body {
    flex: 1;
    min-width: 0;
    align-self: flex-start;
    padding-top: 26px;
}

.ew-dim-body h3 {
    margin: 0;
    font: 500 23px/1.1 "Cormorant SC", serif;
    letter-spacing: .02em;
    color: #12325c;
}

.ew-dim-body p {
    margin: 9px 0 0;
    font: 400 15px/1.45 Lato, sans-serif;
    color: #4a5b70;
}

.ew-learn {
    display: inline-block;
    margin-top: 5px;
    font: 600 13.5px/1 Lato, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #1a5aa0;
}

.ew-learn:hover {
    color: #c08c2c;
}

.ew-podcast {
    background: linear-gradient(180deg, #fff 0%, #fdf9f2 55%, #f7efe1 100%);
}

.ew-podcast-grid {
    display: flex;
    min-height: 345px;
    padding: 0 68px 0 21px;
}

.ew-podcast-intro {
    flex: 0 0 446px;
    display: flex;
    padding-top: 22px;
}

.ew-wave {
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    height: 302px;
}

.ew-wave span {
    display: block;
    width: 3px;
    border-radius: 2px;
    background: #c9a04a;
    animation: ewWave 1.5s ease-in-out infinite;
}

.ew-wave span:nth-child(1) { height: 44px; background: #d9bd85; animation-delay: 0s; }
.ew-wave span:nth-child(2) { height: 76px; animation-delay: .18s; }
.ew-wave span:nth-child(3) { height: 104px; background: #bd8a2c; animation-delay: .36s; }
.ew-wave span:nth-child(4) { height: 62px; animation-delay: .54s; }
.ew-wave span:nth-child(5) { height: 34px; background: #d9bd85; animation-delay: .72s; }

.ew-podcast-image {
    flex: 0 0 127px;
    margin-left: 3px;
}

.ew-podcast-image img {
    display: block;
    width: 127px;
    height: 302px;
    object-fit: contain;
}

.ew-podcast-copy {
    flex: 1;
    padding: 12px 0 0 4px;
}

.ew-podcast-copy h2 {
    margin: 0;
    font: 500 30px/1.1 "Cormorant SC", serif;
    letter-spacing: .015em;
    color: #12325c;
}

.ew-podcast-copy h2 span {
    color: #bd8a2c;
}

.ew-podcast-lines {
    margin: 19px 0 0;
    font: 400 16px/1.55 Lato, sans-serif;
    color: #3d4f66;
}

.ew-podcast-tagline {
    margin: 14px 0 0;
    max-width: 240px;
    font: italic 500 19px/1.45 "EB Garamond", serif;
    color: #12325c;
}

.ew-podcast-rule {
    flex: 0 0 1px;
    margin: 34px 0;
    background: linear-gradient(180deg, rgba(201,160,74,0), rgba(201,160,74,.4), rgba(201,160,74,0));
}

.ew-episodes {
    flex: 1;
    min-width: 0;
    padding: 21px 0 0 28px;
}

.ew-episodes-head {
    display: flex;
    align-items: center;
    gap: 22px;
}

.ew-episodes-head h2 {
    margin: 0;
    flex: 0 0 auto;
    font: 700 23px/1 Lato, sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #12325c;
    white-space: nowrap;
}

.ew-rule-flex {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #c9a04a, rgba(201,160,74,.25));
}

.ew-episodes-head a {
    flex: 0 0 auto;
    font: 600 14px/1 Lato, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #bd8a2c;
    white-space: nowrap;
}

.ew-episodes-head a:hover {
    color: #12325c;
}

.ew-ep-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    margin-top: 27px;
}

.ew-ep-card {
    position: relative;
    height: 246px;
    border-radius: 8px;
    overflow: hidden;
    background: #0b2043;
    box-shadow: 0 6px 18px rgba(18,50,92,.16);
    transition: transform .35s ease, box-shadow .35s ease;
}

.ew-ep-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(18,50,92,.3);
}

.ew-ep-art {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .55;
}

.ew-ep-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6,20,44,.74) 0%, rgba(6,20,44,.42) 42%, rgba(6,20,44,.9) 100%);
}

.ew-ep-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 74px;
    overflow: hidden;
    z-index: 3;
}

.ew-ep-ribbon span {
    position: absolute;
    top: 15px;
    left: -26px;
    width: 100px;
    height: 20px;
    transform: rotate(-45deg);
    background: linear-gradient(90deg, #d9b463, #bd8a2c);
    color: #0b2043;
    font: 900 11px/20px Lato, sans-serif;
    letter-spacing: .1em;
    text-align: center;
}

.ew-ep-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px 7px 10px;
}

.ew-ep-body h3 {
    margin: 0 5px;
    font: 600 17px/1.3 Lato, sans-serif;
    color: #fff;
    text-indent: 34px;
    text-wrap: pretty;
}

.ew-ep-guest {
    margin: auto 5px 0;
    font: 400 14px/1.3 Lato, sans-serif;
    color: #cfd9e6;
}

.ew-ep-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 40px;
    margin-top: 11px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    background: #123059;
    color: #fff !important;
    font: 600 13px/1 Lato, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: background .3s ease;
}

.ew-ep-btn:hover {
    background: #1b4483;
}

.ew-play-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #c9a04a;
    color: #0b2043;
    font-size: 9px;
}

.ew-about {
    background: #fff;
}

.ew-about-grid {
    display: flex;
    min-height: 305px;
    padding: 3px 41px 4px 31px;
}

.ew-about-portrait {
    flex: 0 0 200px;
}

.ew-about-portrait img {
    display: block;
    width: 200px;
    height: 297px;
    object-fit: cover;
    border-radius: 6px;
}

.ew-about-doctor {
    flex: 0 0 395px;
    padding: 1px 0 0 29px;
}

.ew-about-doctor h2 {
    margin: 0;
    font: 500 27px/1.1 "Cormorant SC", serif;
    letter-spacing: .015em;
    color: #12325c;
}

.ew-about-creds {
    margin: 9px 0 0;
    font: 600 13.5px/1.5 Lato, sans-serif;
    color: #bd8a2c;
}

.ew-check-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ew-check-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    font: 400 13px/1.2 Lato, sans-serif;
    color: #3d4f66;
}

.ew-check-list i {
    font-size: 14px;
    color: #c9a04a;
}

.ew-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 20px;
    margin-top: 17px;
    border-radius: 4px;
    color: #fff !important;
    font: 600 13px/1 Lato, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background .3s ease, transform .3s ease;
}

.ew-btn-navy {
    width: 281px;
    background: #12325c;
}

.ew-btn-navy:hover {
    background: #1b4483;
    transform: translateY(-2px);
}

.ew-btn-gold {
    background: #bd8a2c;
}

.ew-btn-gold:hover {
    background: #a8781f;
    transform: translateY(-2px);
}

.ew-btn-block {
    display: flex;
    width: 290px;
    margin-top: 8px;
    background: #c9a04a;
}

.ew-btn-block:hover {
    background: #bd8a2c;
}

.ew-about-col {
    flex: 0 0 360px;
    padding: 1px 30px 0 20px;
    border-left: 1px solid #ece7dc;
}

.ew-about-col.ew-connect {
    flex: 0 0 384px;
    padding: 1px 0 0 30px;
}

.ew-about-col h2 {
    margin: 0;
    font: 500 23px/1.1 "Cormorant SC", serif;
    letter-spacing: .02em;
    color: #12325c;
}

.ew-about-col h3 {
    margin: 12px 0 0;
    font: 500 23px/1.1 "Cormorant SC", serif;
    letter-spacing: .02em;
    color: #12325c;
}

.ew-about-text p {
    margin: 13px 0 0;
    font: 400 15px/1.6 Lato, sans-serif;
    color: #3d4f66;
}

.ew-connect-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 11px;
}

.ew-connect-links a {
    display: flex;
    align-items: center;
    gap: 11px;
    font: 400 14px/1 Lato, sans-serif;
    color: #1a5aa0;
}

.ew-connect-links a:hover {
    color: #c08c2c;
}

.ew-connect-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

.ew-support-text {
    margin: 7px 0 0;
    max-width: 290px;
    font: 400 13px/1.38 Lato, sans-serif;
    color: #3d4f66;
}

#site-footer {
    background: #0b2043;
}

.ew-footer-verse {
    background: #0b2043;
}

.ew-footer-verse .container-wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 41px 0 31px;
}

.ew-footer-quote {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ew-footer-quote i {
    font-size: 19px;
    color: #c9a04a;
}

.ew-footer-quote em {
    font: italic 400 16px/1 "EB Garamond", serif;
    color: #e8eef6;
    font-style: italic;
}

.ew-footer-quote strong {
    font: 600 15px/1 Lato, sans-serif;
    color: #c9a04a;
}

.ew-footer-site {
    display: flex;
    align-items: center;
    gap: 11px;
}

.ew-footer-site i {
    font-size: 16px;
    color: #c9a04a;
}

.ew-footer-site a {
    font: 600 16px/1 Lato, sans-serif;
    color: #c9a04a;
}

.ew-footer-site a:hover {
    color: #fff;
}

@keyframes ewFadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
}

@keyframes ewWave {
    0%, 100% { transform: scaleY(.35); }
    50%      { transform: scaleY(1); }
}

@keyframes ewGlowRing {
    0%, 100% { box-shadow: 0 0 0 0 rgba(201,160,74,.32); }
    50%      { box-shadow: 0 0 0 13px rgba(201,160,74,0); }
}

.ew-reveal.ew-in {
    animation: ewFadeUp .8s ease both;
}

@media (max-width: 1440px) {
    .ew-hero-copy {
        left: 6.5vw;
        top: 13.5vw;
    }
    .ew-hero-line-a { font-size: 5.4vw; }
    .ew-hero-line-b { font-size: 5.1vw; }
    .ew-hero-inner  { width: 33vw; }
    .ew-hero-text   { font-size: 1.7vw; }
}

@media (max-width: 1100px) {
    .ew-hero { height: auto; }
    .ew-hero .container-wide { height: auto; }
    .ew-hero-copy {
        position: static;
        width: auto;
        padding: 190px 24px 60px;
    }
    .ew-hero-title { white-space: normal; }
    .ew-hero-line-a { font-size: 56px; }
    .ew-hero-line-b { font-size: 52px; }
    .ew-hero-inner { width: 100%; max-width: 472px; }
    .ew-hero-text { font-size: 20px; }

    .ew-verse-grid { flex-wrap: wrap; padding: 34px 24px; }
    .ew-verse-quote { width: 100%; }
    .ew-verse-rule { display: none; }
    .ew-verse-statement { margin-top: 30px; }

    .ew-section-head h2 { font-size: 34px; white-space: normal; text-align: center; }
    .ew-rule { flex: 0 0 60px; }
    .ew-dim-grid { grid-template-columns: repeat(2, 1fr); padding: 0 24px; }

    .ew-podcast-grid { flex-wrap: wrap; padding: 34px 24px; }
    .ew-podcast-intro { flex: 1 1 100%; }
    .ew-podcast-rule { display: none; }
    .ew-episodes { flex: 1 1 100%; padding: 34px 0 0; }
    .ew-ep-grid { grid-template-columns: repeat(2, 1fr); }

    .ew-about-grid { flex-wrap: wrap; padding: 34px 24px; }
    .ew-about-portrait,
    .ew-about-doctor,
    .ew-about-col,
    .ew-about-col.ew-connect {
        flex: 1 1 100%;
        padding: 0;
        border-left: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 680px) {
    .ew-hero-line-a { font-size: 38px; letter-spacing: .05em; }
    .ew-hero-line-b { font-size: 36px; }
    .ew-btn-hero { width: 100%; max-width: 330px; }
    .ew-dim-grid { grid-template-columns: 1fr; }
    .ew-ep-grid { grid-template-columns: 1fr; }
    .ew-episodes-head { flex-wrap: wrap; }
    .ew-episodes-head h2 { white-space: normal; font-size: 20px; }
    .ew-wave { display: none; }
    .ew-btn-navy, .ew-btn-block { width: 100%; }
    .ew-footer-verse .container-wide { height: auto; flex-wrap: wrap; gap: 10px; padding: 16px 24px; }
    .ew-footer-quote { flex-wrap: wrap; }
}

.footer-creds {
    background: #0b2043;
    border-top: 1px solid rgba(201,160,74,.22);
}

.footer-creds .container {
    padding: 14px 15px;
    font: 400 12.5px/1.6 Lato, sans-serif;
    color: #8fa2bd;
    text-align: center;
}

.footer-creds a {
    color: #c9a04a;
}

@media (max-width: 1100px) {
    #header .container-wide {
        padding: 18px 24px;
    }
    #secondary-navigation.secondary-navigation {
        flex-wrap: wrap;
    }
    #logo.image-logo img {
        max-width: 300px;
    }
    #logo.text-logo a {
        font-size: 34px;
    }
    #secondary-navigation .menu {
        gap: 22px;
        margin-top: 16px;
    }
}
