/*
Theme Name: Elevate Wellness and Aesthetics - Child
Version: 1
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

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

:root {
    --eInk: #1d2b3d;
    --eCream: #f4efe4;
    --eSand: #ded0b8;
    --eShell: #f1ebdf;
    --ePaper: #fbf8f2;
    --eCard: #fdfaf4;
    --eBlue: #4a6a86;
    --eGold: #7d6229;
    --eGoldLight: #d9c493;
}

* {
    box-sizing: border-box;
}

#page {
    padding: 0;
}

body.main {
    color: var(--eInk);
}

.dmx-home h1,
.dmx-home h2,
.dmx-home h3,
.dmx-home h4,
.dmx-footer h3,
.dmx-visit h2 {
}

.dmx-wrap {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 32px;
}

.dmx-home {
    overflow-x: hidden;
}

[data-dmx-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}

[data-dmx-reveal].dmx-in {
    opacity: 1;
    transform: none;
}

[data-dmx-delay="1"] { transition-delay: .12s; }
[data-dmx-delay="2"] { transition-delay: .24s; }
[data-dmx-delay="3"] { transition-delay: .36s; }

@keyframes dmxRise {
    0% { opacity: 0; transform: translateY(26px); }
    100% { opacity: 1; transform: none; }
}

@keyframes dmxFade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes dmxZoom {
    0% { transform: scale(1.12); }
    100% { transform: none; }
}

/* Buttons and small type */
.dmx-eyebrow {
    display: block;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--eGold);
    margin-bottom: 14px;
}

.dmx-mono {
    display: block;
    font-family: ui-monospace, monospace;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--eGold);
}

a.btn.dmx-btn,
.dmx-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    background: var(--pColor, #16263c);
    background-image: none;
    border-radius: 0;
    color: var(--eCream) !important;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    transition: background .3s ease, transform .3s ease;
}

a.btn.dmx-btn:hover,
.dmx-btn:hover {
    background: #22385a;
    transform: translateY(-2px);
}

.dmx-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    border: 1px solid rgba(244,239,228,.5);
    color: var(--eCream) !important;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    transition: background .3s ease, transform .3s ease;
}

.dmx-btn-light:hover {
    background: rgba(244,239,228,.14);
    transform: translateY(-2px);
}

.dmx-btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 15px 30px;
    border-radius: 999px;
    background: rgba(158,178,196,.55);
    color: #fdfaf4 !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1;
    transition: background .35s ease, transform .35s ease;
}

.dmx-btn-pill:hover {
    background: rgba(158,178,196,.82);
    transform: translateY(-2px);
}

.dmx-btn-pill span {
    font-family: 'Jost', sans-serif;
    font-size: 13px;
}

/* Header */
header#site-header {
    position: relative;
    z-index: 999;
}

.dmx-header .main-head-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    animation: dmxFade 1.4s ease .3s both;
}

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

.dmx-topbar {
    background: transparent;
}

.dmx-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 30px;
}

.dmx-topbar-left,
.dmx-topbar-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

.dmx-topbar p,
.dmx-topbar a {
    margin: 0;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--eCream) !important;
}

.dmx-topbar i {
    margin-right: 8px;
    color: var(--eGoldLight);
}

div#regular-header * {
    color: var(--eCream);
}

div#header.dmx-navbar {
    background: transparent;
    padding: 0;
    float: none;
}

.dmx-navbar-inner {
    padding: 0 0 0 30px;
}

div#secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.dmx-navbar .logo-wrap {
    flex: 0 0 auto;
    padding: 10px 0;
    margin: 0;
    max-width: 240px;
    overflow: visible;
}

.dmx-navbar #logo {
    float: none !important;
    margin: 0;
}

.dmx-navbar #logo img {
    float: none;
    display: block;
    max-width: 190px;
    height: auto;
}

.dmx-navbar #logo.text-logo a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    color: var(--eCream);
    padding: 0 !important;
    line-height: 1;
    display: block;
}

.dmx-navbar .navigation {
    float: none;
    flex: 1 1 auto;
    background: transparent;
}

.dmx-navbar .navigation ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
}

.dmx-navbar .navigation ul.menu > li {
    position: relative;
    background: transparent !important;
}

.dmx-navbar .navigation ul.menu > li > a {
    position: relative;
    display: block;
    padding: 26px 0;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    letter-spacing: .01em;
    color: var(--eCream) !important;
}

.dmx-navbar .navigation ul.menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 1px;
    background: var(--eGoldLight);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.dmx-navbar .navigation ul.menu > li:hover > a:after,
.dmx-navbar .navigation ul.menu > li.current-menu-item > a:after,
.dmx-navbar .navigation ul.menu > li.current-menu-parent > a:after {
    transform: scaleX(1);
}

/* Desktop dropdowns */
.dmx-navbar .navigation ul.menu li.menu-item-has-children > a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--eCream);
    opacity: .8;
    vertical-align: middle;
    float: right;
    margin: 9px 0 0 8px;
    transition: transform .3s ease;
}

.dmx-navbar .navigation ul.menu li.menu-item-has-children:hover > a:before {
    transform: rotate(180deg);
}

.dmx-navbar .navigation ul.menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -22px;
    min-width: 252px;
    padding: 14px 0;
    background: var(--eCard) !important;
    box-shadow: 0 24px 50px rgba(16,29,47,.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s;
    display: block;
    border: 0;
}

.dmx-navbar .navigation ul.menu > li:hover > ul.sub-menu,
.dmx-navbar .navigation ul.menu li:focus-within > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.dmx-navbar .navigation ul.menu ul.sub-menu li {
    width: 100%;
    background: transparent !important;
}

.dmx-navbar .navigation ul.menu ul.sub-menu li a {
    display: block;
    padding: 11px 26px;
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .04em;
    color: #253346 !important;
    transition: background .25s ease, color .25s ease;
}

.dmx-navbar .navigation ul.menu ul.sub-menu li a:hover {
    background: var(--eShell);
    color: var(--eGold) !important;
}

.dmx-navbar .navigation ul.menu ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
}

.dmx-nav-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
}

.dmx-nav-phone {
    display: flex;
    align-items: center;
    padding: 18px 26px;
    background: rgba(255,255,255,.14);
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--eCream) !important;
    transition: background .3s ease;
}

.dmx-nav-phone:hover {
    background: rgba(255,255,255,.26);
}

#secondary-navigation .dmx-nav-book {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: var(--pColor, #16263c);
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--eCream) !important;
    transition: background .3s ease;
}

.dmx-nav-book:hover {
    background: #22385a;
}

html a#pull.toggle-mobile-menu {
    display: none;
    width: auto;
    margin: 0 0 0 6px !important;
    padding: 18px 22px;
    background: transparent !important;
    color: var(--eCream) !important;
    font-size: 22px;
}

/* Hero */
.dmx-hero {
    position: relative;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
    background: #0e1a29;
}

.dmx-hero .hide-las,
.dmx-hero .video_holder,
.dmx-hero .primary-ser-container,
.dmx-hero .primalider,
.dmx-hero .dm-slide-main {
    height: 100%;
}

.dmx-hero .video_holder:before {
    display: none;
}

.dmx-hero .video_holder video,
.dmx-hero .newCon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 50%;
    animation: dmxZoom 2.6s cubic-bezier(.2,.7,.2,1) both;
}

.dmx-hero .dm-slide-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmx-hero-scrim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(10,18,32,.62) 0%, rgba(10,18,32,.42) 45%, rgba(10,18,32,.72) 100%);
}

.dmx-hero .carousel-caption,
.dmx-hero .slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 960px;
    padding: 40px 24px;
    text-align: center;
    z-index: 3;
}

.dmx-hero-caption .dmx-eyebrow {
    color: rgba(244,239,228,.75);
    letter-spacing: .34em;
    margin-bottom: 18px;
    animation: dmxRise 1s cubic-bezier(.2,.7,.2,1) .35s both;
}

.dmx-hero-caption h2.slide-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(46px, 7.4vw, 96px);
    line-height: 1.04;
    font-weight: 400;
    color: #f2e6cd;
    margin: 0;
    animation: dmxRise 1.1s cubic-bezier(.2,.7,.2,1) .5s both;
}

.dmx-hero-caption .slide-content {
    max-width: 640px;
    margin: 20px auto 36px;
    animation: dmxRise 1.1s cubic-bezier(.2,.7,.2,1) .68s both;
}

.dmx-hero-caption .slide-content p {
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 300;
    color: rgba(244,239,228,.9);
    margin: 0;
    text-shadow: none !important;
}

.dmx-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    animation: dmxRise 1.1s cubic-bezier(.2,.7,.2,1) .84s both;
}

.dmx-hero-scroll {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    font-size: 11px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: rgba(244,239,228,.55);
    animation: dmxFade 1.4s ease 1.4s both;
}

/* Trust / stats band */
.dmx-trust {
    background: var(--eSand);
    padding: 118px 0;
    color: #2a3446;
}

.dmx-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: center;
}

.dmx-trust-intro p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0;
}

.dmx-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.dmx-trust-item {
    width: 160px;
    text-align: center;
}

.dmx-trust-ring {
    width: 112px;
    height: 112px;
    margin: 0 auto 14px;
    border-radius: 50%;
    border: 1px solid rgba(42,52,70,.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform .5s cubic-bezier(.2,.7,.2,1), border-color .5s ease;
}

.dmx-trust-item:hover .dmx-trust-ring {
    transform: translateY(-6px);
    border-color: rgba(42,52,70,.7);
}

.dmx-trust-ring strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 400;
}

.dmx-trust-ring small {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.dmx-trust-item p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

/* Split sections */
.dmx-section {
    padding: 118px 0;
}

.dmx-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 72px;
    align-items: center;
}

.dmx-split h1,
.dmx-split h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    margin: 0 0 22px;
}

.dmx-split p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #3c4859;
    margin: 0 0 18px;
}

.dmx-split img {
    display: block;
    width: 100%;
    height: auto;
}

.dmx-split-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.dmx-call {
    font-size: 15.5px;
    font-weight: 300;
}

.dmx-call a {
    color: var(--pColor, #16263c);
    border-bottom: 1px solid var(--eGoldLight);
}

/* Dark sections */
.dmx-dark {
    background: var(--pColor, #16263c);
    color: var(--eCream);
}

.dmx-dark h1,
.dmx-dark h2,
.dmx-dark h3 {
    color: var(--eCream);
}

.dmx-dark p {
    color: rgba(244,239,228,.85);
}

.dmx-dark .dmx-eyebrow {
    color: var(--eGoldLight);
}

.dmx-section-head {
    max-width: 780px;
    margin: 0 auto 62px;
    text-align: center;
}

.dmx-section-head h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    margin: 0 0 16px;
}

.dmx-section-head p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0;
}

/* Experience / promises */
.dmx-experience {
    background: var(--eBlue);
    color: var(--eCream);
    padding: 118px 0;
}

.dmx-experience-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 56px;
}

.dmx-experience h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.1;
    color: var(--eCream);
    margin: 0 0 20px;
}

.dmx-experience p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: var(--eCream);
}

.dmx-promise-list {
    display: grid;
    gap: 16px;
}

.dmx-promise {
    display: flex;
    gap: 18px;
    padding: 24px 26px;
    background: rgba(21,38,60,.55);
    transition: background .35s ease, transform .35s ease;
}

.dmx-promise:hover {
    background: rgba(21,38,60,.72);
    transform: translateX(6px);
}

.dmx-promise-mark {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(244,239,228,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.dmx-promise h3 {
    font-size: 24px;
    color: var(--eCream);
    margin: 0 0 6px;
}

.dmx-promise p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Services */
.dmx-services {
    padding: 118px 0;
    background: var(--ePaper);
}

.dmx-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 1px;
    background: rgba(29,43,61,.14);
}

.dmx-service {
    background: var(--ePaper);
    padding: 42px 34px 38px;
    transition: background .4s ease;
}

.dmx-service:hover {
    background: var(--eShell);
}

.dmx-service-index {
    font-family: ui-monospace, monospace;
    font-size: 11px;
    letter-spacing: .18em;
    color: var(--eGold);
    display: none;
}

.dmx-service-media {
    height: 350px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #e6ded0;
}

.dmx-service h3 {
    font-size: 27px;
    line-height: 1.2;
    margin: 14px 0 12px;
}

.dmx-service p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #4a5567;
    margin: 0 0 18px;
}

.dmx-service ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.dmx-service li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    font-weight: 300;
    color: #5b6675;
    margin: 0;
}

.dmx-service li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--eGoldLight);
    opacity: 1;
    padding: 0;
}

.dmx-service-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--eGold);
}

.dmx-service-link:after {
    content: "\2192";
    letter-spacing: 0;
}

/* Conditions */
.dmx-conditions {
    background: var(--eShell);
    padding: 118px 0;
}

.dmx-condition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 26px;
}

.dmx-condition {
    background: var(--eCard);
    padding: 34px 30px;
    transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}

.dmx-condition:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(29,43,61,.1);
}

.dmx-condition h3 {
    font-size: 23px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.dmx-condition p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #4a5567;
    margin: 0;
}

/* Team */
.dmx-team {
    padding: 118px 0;
}

.dmx-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 34px;
}

.dmx-team-member {
    text-align: center;
}

.dmx-team-photo {
    aspect-ratio: 3 / 4;
    margin-bottom: 18px;
    background-size: cover;
    background-position: 50% 20%;
    background-color: #1b2c42;
}

.dmx-team-member h3 {
    font-size: 22px;
    margin: 0 0 6px;
}

.dmx-team-member p {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .04em;
    color: rgba(244,239,228,.7);
    margin: 0;
}

/* Reviews */
.dmx-reviews {
    padding: 118px 0;
    background: var(--eCard);
}

.dmx-reviews-grid {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.dmx-reviews-intro h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    margin: 0 0 18px;
}

.dmx-reviews-intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    max-width: 380px;
}

.dmx-reviews .central-text-wrapper {
    padding: 0 12px;
}

.dmx-reviews .letter-wrap {
    background: var(--eShell);
    border-radius: 0;
    box-shadow: none;
    padding: 36px 32px;
    min-height: 320px;
}

.dmx-quote {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 62px;
    line-height: .6;
    color: var(--eGold);
    margin-bottom: 18px;
}

.dmx-reviews .central-test-content p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    margin: 0 0 14px;
}

.dmx-reviews .letter-wrap h4 {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-top: 1px solid rgba(29,43,61,.14);
    padding-top: 18px;
    margin: 22px 0 0;
    opacity: .75;
}

/* CTA */
.dmx-cta {
    background: var(--eSand);
}

.dmx-cta-band {
    position: relative;
    padding: 110px 32px;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
}

.dmx-cta-band.has-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16,29,47,.62);
}

.dmx-cta-copy,
.dmx-cta-actions {
    position: relative;
    z-index: 2;
}

.dmx-cta-copy {
    max-width: 700px;
    margin: 0 auto 30px;
}

.dmx-cta-copy h1,
.dmx-cta-copy h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1.06;
    margin: 0 0 18px;
}

.dmx-cta-copy p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.dmx-cta-band.has-image .dmx-cta-copy h1,
.dmx-cta-band.has-image .dmx-cta-copy h2,
.dmx-cta-band.has-image .dmx-cta-copy p {
    color: var(--eCream);
}

.dmx-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Visit */
.dmx-visit {
    padding: 118px 0;
    background: var(--eShell);
}

.dmx-visit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
}

.dmx-visit-map iframe {
    display: block;
    width: 100%;
    min-height: 460px;
    border: 0;
}

.dmx-visit-copy h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    margin: 0 0 18px;
}

.dmx-visit-copy > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.78;
    max-width: 540px;
    margin: 0 0 30px;
}

.dmx-visit-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(29,43,61,.14);
    margin-bottom: 30px;
}

.dmx-visit-card {
    background: var(--eCard);
    padding: 26px 24px;
}

.dmx-visit-card .dmx-mono {
    margin-bottom: 12px;
}

.dmx-visit-card a {
    font-size: 16px;
    line-height: 1.55;
    color: var(--eInk);
}

.dmx-visit-card a:hover {
    color: var(--eGold);
}

.dmx-hours p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0 0 4px;
}

.dmx-visit-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dmx-call-link {
    font-size: 16px;
    color: var(--pColor, #16263c);
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(29,43,61,.25);
}

/* Footer */
footer#site-footer.dmx-footer {
    margin: 0;
    background: var(--sColor, #101d2f);
}

.dmx-footer .copyrights {
    padding: 84px 0 40px;
    text-align: left;
}

.dmx-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 44px;
}

.dmx-footer-brand img {
    display: block;
    max-width: 200px;
    height: auto;
    margin-bottom: 18px;
}

.dmx-footer-brand p {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(244,239,228,.7);
    max-width: 300px;
}

.dmx-footer h3 {
    font-size: 20px;
    color: var(--eCream);
    margin: 0 0 16px;
}

.dmx-footer p,
.dmx-footer li,
.dmx-footer .dmx-hours p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(244,239,228,.78);
}

.dmx-footer a {
    color: rgba(244,239,228,.78);
}

.dmx-footer a:hover {
    color: var(--eGoldLight);
}

.dmx-footer-address {
    display: block;
    margin-bottom: 14px;
    line-height: 1.6;
}

.dmx-footer-phone {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--eCream) !important;
}

.dmx-footer-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.dmx-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid rgba(244,239,228,.16);
}

.dmx-footer-bottom p {
    font-size: 12.5px;
    letter-spacing: .04em;
    color: rgba(244,239,228,.55);
    margin: 0;
}

footer#site-footer.dmx-footer * {
    color: #fff;
}

footer#site-footer.dmx-footer .social-icons a {
    color: var(--eCream);
    background: rgba(244,239,228,.12);
}

/* Mobile CTA bar */
.mobile_cta_buttons.mobile-btn p a {
    color: #fff;
    display: block;
    padding: 12px 20px;
}

/* Responsive */
@media screen and (max-width: 1200px) {
    .dmx-navbar .navigation ul.menu {
        gap: 16px;
    }

    .dmx-navbar .navigation ul.menu > li > a {
        font-size: 19px;
    }
}

@media screen and (max-width: 1024px) {
    .dmx-trust-grid,
    .dmx-split,
    .dmx-experience-grid,
    .dmx-reviews-grid,
    .dmx-visit-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .dmx-section,
    .dmx-trust,
    .dmx-experience,
    .dmx-services,
    .dmx-conditions,
    .dmx-team,
    .dmx-reviews,
    .dmx-visit {
        padding: 76px 0;
    }
}

@media screen and (max-width: 880px) {
    html a#pull.toggle-mobile-menu {
        display: block;
    }

    .dmx-navbar .navigation.mobile-menu-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(420px, 88vw);
        height: 100vh !important;
        z-index: 9999;
        padding: 84px 26px 40px;
        background: var(--pColor, #16263c);
        overflow-y: auto;
    }

    .dmx-navbar .navigation ul.menu {
        display: block;
    }

    .dmx-navbar .navigation ul.menu > li {
        border-bottom: 1px solid rgba(244,239,228,.14);
    }

    .dmx-navbar .navigation ul.menu > li > a {
        padding: 18px 2px;
        font-size: 23px;
    }

    .dmx-navbar .navigation ul.menu > li > a:after {
        display: none;
    }

    .dmx-navbar .navigation ul.menu li.menu-item-has-children > a:before {
        display: none;
    }

    .dmx-navbar .navigation ul.menu ul.sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: 0;
        padding: 0 0 12px;
        background: transparent !important;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
    }

    .dmx-navbar .navigation ul.menu li.dmx-open > ul.sub-menu {
        max-height: 620px;
    }

    .dmx-navbar .navigation ul.menu ul.sub-menu li a {
        padding: 10px 2px 10px 16px;
        color: rgba(244,239,228,.72) !important;
    }

    .dmx-navbar .navigation ul.menu ul.sub-menu li a:hover {
        background: transparent;
        color: var(--eGoldLight) !important;
    }

    .dmx-sub-toggle {
        position: absolute;
        top: 14px;
        right: 4px;
        width: 34px;
        height: 34px;
        background: none;
        border: 0;
        cursor: pointer;
    }

    .dmx-sub-toggle:before,
    .dmx-sub-toggle:after {
        content: "";
        position: absolute;
        background: var(--eGoldLight);
        transition: transform .3s ease;
    }

    .dmx-sub-toggle:before {
        top: 16px;
        left: 10px;
        width: 14px;
        height: 1px;
    }

    .dmx-sub-toggle:after {
        top: 9px;
        left: 16px;
        width: 1px;
        height: 15px;
    }

    li.dmx-open > .dmx-sub-toggle:after {
        transform: scaleY(0);
    }

    .dmx-nav-book {
        display: none;
    }

    .dmx-nav-phone {
        padding: 16px 18px;
        font-size: 18px;
    }

    .dmx-topbar-right {
        display: none;
    }

    .dmx-topbar-inner {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .dmx-wrap {
        padding: 0 22px;
    }

    .dmx-visit-cards {
        grid-template-columns: 1fr;
    }

    .dmx-cta-band {
        padding: 70px 22px;
    }

    .dmx-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .dmx-hero-actions .dmx-btn-pill,
    .dmx-hero-actions .dmx-btn-light {
        justify-content: center;
    }

    .dmx-footer .copyrights {
        padding: 60px 0 34px;
    }

    .dmx-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    [data-dmx-reveal],
    .dmx-hero-caption .dmx-eyebrow,
    .dmx-hero-caption h2.slide-title,
    .dmx-hero-caption .slide-content,
    .dmx-hero-actions,
    .dmx-hero-scroll,
    .dmx-hero .video_holder video,
    .dmx-hero .newCon,
    .dmx-header .main-head-wrap {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

#secondary-navigation .dmx-nav-book a {
}

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