@charset "UTF-8";
/*
Theme Name: Get Refreshed
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: <a href="https://lorellereid.com" target="_blank">Lorelle Reid</a>
Author URI: https://contourcode.co
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/*==========================================
=            Colors & Variables            =
==========================================*/
@keyframes btn-glass-sweep {
  0% {
    transform: translateX(-135%);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  42% {
    transform: translateX(135%);
    opacity: 0.9;
  }
  100% {
    transform: translateX(135%);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
/*==========================================
=            Colors & Variables            =
==========================================*/
/* Accent */
/* Background */
/* Text */
:root {
  --primary: #C9A45A;
  --secondary: #A8843F;
  --accent: #E0C488;
  --color-alt: #4f8f5d;
  --bg: #0B0B0B;
  --bg-surface: #1A1A1A;
  --border: rgba(48,49,51,0.5);
  --border-gold:rgba(212, 175, 55, 0.2);
  --border-ghost: #2A2A2A;
  --fg: #F5F1E8;
  --fg-dark: #0B0B0B;
  --text-dim: rgba(255, 255, 255, 0.8);
  --white: #ffffff;
  --white2fade: rgba(241,241,241,.83);
  --white2fade2: rgba(241,241,241,.25);
  --white2fade3: rgba(241,241,241,.60);
  --black: #000000;
  --blackfade: rgba(0, 0, 0, .93);
  --error: #F28C8C;
  --error-dark: #F26D6D;
  --error-50: #f28c8c80;
  --error-60: #f28c8c99;
  --error-70: #f28c8cb3;
  --error-80: #f28c8ccc;
  --error-90: #f28c8ce6;
  --gradient-1: linear-gradient(132deg, $primary .00%, $secondary 100.00%);
}

::selection {
  color: var(--white, #ffffff);
  background: var(--secondary-darker, rgb(151.2, 118.8, 56.7));
}

.text-body {
  color: var(--text-body);
}

.text-title {
  color: var(--text-title);
}

.text-primary {
  color: var(--primary);
}

.icon-light, .single-treatment .data-field-icon {
  filter: brightness(0) saturate(100%) invert(94%) sepia(14%) saturate(387%) hue-rotate(314deg) brightness(105%) contrast(92%);
}

.shadow-subtle-glow, .page-treatments #index-treatment-hub hr,
.post-type-archive-treatment #index-treatment-hub hr,
.tax-treatment-category #index-treatment-hub hr {
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.25);
}

.bg-dark-gradient {
  background: linear-gradient(to right, #1a1a1a, #161616);
}

/*----------  Fluid Typography  ----------*/
/*----------  Font Face  ----------*/
/*----------  Link & Decoration  ----------*/
/*----------  Helpers  ----------*/
/*=============================================
=            FONT REGISTRATION               =
=============================================*/
@font-face {
  font-family: "Good Times";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/GoodTimes/GoodTimes-Light.woff2") format("woff2"), url("fonts/GoodTimes/GoodTimes-Light.woff") format("woff");
}
@font-face {
  font-family: "Good Times";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/GoodTimes/GoodTimes-LightItalic.woff2") format("woff2"), url("fonts/GoodTimes/GoodTimes-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Good Times";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/GoodTimes/GoodTimes-Regular.woff2") format("woff2"), url("fonts/GoodTimes/GoodTimes-Regular.woff") format("woff");
}
@font-face {
  font-family: "Good Times";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/GoodTimes/GoodTimes-Italic.woff2") format("woff2"), url("fonts/GoodTimes/GoodTimes-Italic.woff") format("woff");
}
@font-face {
  font-family: "Good Times";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/GoodTimes/GoodTimes-Bold.woff2") format("woff2"), url("fonts/GoodTimes/GoodTimes-Bold.woff") format("woff");
}
@font-face {
  font-family: "Good Times";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/GoodTimes/GoodTimes-BoldItalic.woff2") format("woff2"), url("fonts/GoodTimes/GoodTimes-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Satoshi-Variable";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("fonts/Satoshi/Satoshi-Variable.woff2") format("woff2"), url("fonts/Satoshi/Satoshi-Variable.woff") format("woff");
}
.serif {
  font-family: "Good Times", sans-serif;
}

.sans {
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif;
}

/*=============================================
=            FLUID TYPE VARIABLES            =
=============================================*/
:root {
  --lh-base: 1.65;
  --lh-display: 1.02;
  --lh-heading: 1.08;
  /* Line heights */
  --lh-loose: 1.75;
  --lh-tight: 1.2;
  --ls-display: .035em;
  /* Letter spacing */
  --ls-display-tight: .02em;
  --ls-display-wide: .05em;
  --ls-label: .08em;
  /* Fluid scale */
  --text-2xl: clamp(1.875rem, 1.6rem + 1.1vw, 2.5rem); /* 30 → 40 */
  --text-3xl: clamp(2.25rem, 2rem + .9vw, 3.25rem); /* 36 → 52 */
  --text-4xl: clamp(2.75rem, 2.2rem + 2vw, 4.5rem); /* 44 → 72 */
  --text-l: clamp(1.125rem, 1.05rem + .3vw, 1.375rem); /* 18 → 22 */
  --text-m: clamp(1rem, .95rem + .2vw, 1.125rem); /* 16 → 18 */
  --text-s: clamp(.875rem, .84rem + .16vw, 1rem); /* 14 → 16 */
  --text-xl: clamp(1.375rem, 1.2rem + .7vw, 1.875rem); /* 22 → 30 */
  --text-xs: clamp(.813rem, .79rem + .1vw, .rem); /* 13px → 14px */
}

/*=============================================
=            GLOBAL TYPOGRAPHY               =
=============================================*/
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: var(--text-body);
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif;
  font-size: var(--text-m);
  font-weight: 400;
  line-height: var(--lh-base);
}

/* Base body elements */
p,
li,
dd,
blockquote,
input,
textarea,
select,
button,
label {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

ul,
ol {
  padding-left: 1.2em;
  margin: 0 0 1.2em;
}
@media (min-width: 769px) {
  ul,
  ol {
    margin: 1.125em 0 1.2em 1.5em;
  }
}

li + li {
  margin-top: 0.35em;
}

/* Reading measure */
/* Luxury Heading Logic */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.testimonial-name {
  font-family: "Good Times", sans-serif;
  line-height: var(--lh-heading);
  letter-spacing: 0.15rem;
  letter-spacing: var(--ls-display);
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
  line-height: 1.2;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6 {
  margin-top: 1.5em;
}

h1,
.h1 {
  font-size: var(--text-3xl);
  font-weight: 300 !important;
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display-wide);
}

h2,
.h2 {
  font-size: var(--text-2xl);
  font-weight: 300 !important;
  line-height: 1.08;
  letter-spacing: 0.03em;
}

h3,
.h3 {
  font-size: var(--text-xl);
  line-height: 1.2;
  letter-spacing: 0.025em;
}

h4,
.h4 {
  font-size: var(--text-l);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-display-tight);
}

h5,
.h5 {
  font-size: var(--text-m);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-display-tight);
}

h6,
.h6 {
  margin: 0 0 1rem;
  color: var(--primary, #C9A45A);
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif !important;
  font-size: var(--text-m);
  font-weight: 600 !important;
  line-height: var(--lh-tight);
  line-height: 1.2;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}
h6.uncode-custom-navigation__title,
.h6.uncode-custom-navigation__title {
  margin-bottom: 0;
}

/* Hero / display utility */
.display-heading {
  font-family: "Good Times", sans-serif !important;
  font-weight: 300 !important;
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display-wide);
  text-transform: uppercase;
}

/* Small labels / overlines */
.eyebrow,
.label {
  font-family: "Good Times", sans-serif;
  font-size: var(--text-xs);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
}

.kicker,
.kicker p {
  display: inline-block;
  margin: 0 0 0.875rem;
  color: var(--accent, #E0C488);
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker--alt,
.kicker p--alt {
  color: var(--color-alt, #4f8f5d);
}

.kicker-accent,
.kicker-accent p {
  margin-bottom: 12px;
  color: var(--accent, #E0C488);
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topheader {
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif !important;
  font-size: var(--text-s) !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .text-lead,
  .text-lead > *,
  .nav-tabs .tab-excerpt.text-lead {
    font-size: var(--text-l);
  }
}

.t-entry-readmore.btn-container {
  display: inline;
  padding-right: 10px;
}

small,
figcaption {
  font-size: var(--text-xs);
}

.heading-text > p {
  font-family: unset;
}

/*=============================================
=            LINKS                           =
=============================================*/
a {
  color: inherit;
  transition: color 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

a:hover,
a:focus {
  color: var(--primary, #C9A45A);
}

.post-content p a,
.und-link {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 4px;
  color: var(--primary, #C9A45A);
  text-decoration-color: var(--fg, #F5F1E8);
}

.link {
  color: var(--primary, #C9A45A);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 0 var(--primary-20);
  transition: color 0.18s ease, box-shadow 0.18s ease;
}
.link:hover, .link:focus {
  color: var(--accent, var(--primary));
  box-shadow: 0 2px 0 var(--primary-40);
}

mark {
  color: var(--bg, #0B0B0B);
}

span.underline {
  text-decoration: underline  !important;
  text-decoration-thickness: 2px  !important;
  text-underline-offset: 10px  !important;
  color: var(--primary, #C9A45A)  !important;
  text-decoration-color: var(--accent, #E0C488)  !important;
}

.und-heading {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  text-decoration-color: var(--fg, #F5F1E8);
}

/*=============================================
=            REUSABLE UTILITIES              =
=============================================*/
/* Size Utilities */
.text-xs {
  font-size: var(--text-xs) !important;
}

.text-s {
  font-size: var(--text-s) !important;
}

.text-m {
  font-size: var(--text-m) !important;
}

.text-l {
  font-size: var(--text-l) !important;
}

.text-xl {
  font-size: var(--text-xl) !important;
}

.text-2xl {
  font-size: var(--text-2xl) !important;
}

.text-3xl {
  font-size: var(--text-3xl) !important;
}

.text-4xl {
  font-size: var(--text-4xl) !important;
}

/* Weight Helpers */
.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-light {
  font-weight: light !important;
}

.font-lighter {
  font-weight: lighter !important;
}

/* Text Modifiers */
.italic {
  font-style: italic !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.underline {
  text-decoration: underline !important;
}

.no-underline,
.no-underline a {
  text-decoration: none !important;
}

/* Alignment */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

ol {
  padding-left: 1.25rem;
  margin: 1.5rem 0;
}
ol li {
  padding-left: 0.25rem;
  margin-bottom: 0.5rem;
  color: #cdcdcd;
  line-height: 1.6;
}
ol li::marker {
  color: #c8a96a;
  font-size: 0.9em;
}

:root {
  --logo-size-lg: 100px;
  --logo-size-md: 75px;
  --logo-size-sm: 50px;
}

.social-icon:before {
  display: none !important;
}

#uncode-mobile-menu-block li a {
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif !important;
}

header#masthead li[role=menuitem].depth-0 {
  font-family: "Good Times", sans-serif;
}
header#masthead li[role=menuitem].depth-1 {
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif !important;
  line-height: 2;
}
header#masthead li[role=menuitem].current-menu-ancestor.current-menu-parent > a, header#masthead li[role=menuitem].current-menu-item > a {
  position: relative;
  text-decoration: underline  !important;
  text-decoration-thickness: 2px  !important;
  text-underline-offset: 5px  !important;
  color: var(--white, #ffffff)  !important;
  text-decoration-color: var(--primary, #C9A45A)  !important;
}
header#masthead li[role=menuitem].current-menu-ancestor.current-menu-parent > a i, header#masthead li[role=menuitem].current-menu-item > a i {
  position: absolute;
  right: 0;
}
header#masthead li[role=menuitem] .drop-menu {
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif !important;
}
header#masthead .btn--book {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  overflow: hidden;
  color: rgb(var(--gold-light-rgb));
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)), rgba(11, 11, 11, 0.42);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 -1px 0 rgba(var(--gold-rgb), 0.08) inset, 0 8px 24px rgba(0, 0, 0, 0.22), 0 0 12px rgba(var(--gold-rgb), 0.08);
  border: 1px solid rgba(var(--gold-rgb), 0.26);
  border-radius: 999px;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  backdrop-filter: blur(10px) saturate(115%);
  --gold-light-rgb: 247, 224, 168;
  --gold-rgb: 212, 175, 55;
  isolation: isolate;
}
header#masthead .btn--book::before {
  position: absolute;
  content: "";
  background: radial-gradient(120% 80% at 50% 0%, rgba(255, 255, 255, 0.14), transparent 48%), radial-gradient(120% 120% at 50% 100%, rgba(var(--gold-rgb), 0.08), transparent 60%);
  border-radius: inherit;
  opacity: 0.85;
  pointer-events: none;
  inset: 0;
  mix-blend-mode: screen;
}
header#masthead .btn--book::after {
  position: absolute;
  content: "";
  background: linear-gradient(110deg, transparent 0%, transparent 36%, rgba(255, 255, 255, 0.05) 45%, rgba(var(--gold-light-rgb), 0.35) 49%, rgba(255, 255, 255, 0.12) 52%, transparent 60%, transparent 100%);
  border-radius: inherit;
  transform: translateX(-135%);
  animation: btn-glass-sweep 7s ease-in-out infinite;
  opacity: 0.85;
  pointer-events: none;
  inset: -1px;
}
header#masthead .btn--book:hover, header#masthead .btn--book:focus-visible {
  color: rgb(255, 241, 196);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), rgba(11, 11, 11, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 -1px 0 rgba(var(--gold-rgb), 0.12) inset, 0 10px 28px rgba(0, 0, 0, 0.28), 0 0 18px rgba(var(--gold-rgb), 0.14);
  border-color: rgba(var(--gold-rgb), 0.42);
  transform: translateY(-1px);
}

#menu-main-menu-mobile .current-menu-item.current_page_item .unmenu-title > a {
  text-decoration: underline  !important;
  text-decoration-thickness: 1px  !important;
  text-underline-offset: 7px  !important;
  color: var(--primary, #C9A45A)  !important;
  text-decoration-color: var(--white, #ffffff)  !important;
}

#menu-item-13402 .btn-color-primary {
  color: var(--bg, #0B0B0B) !important;
}
#menu-item-13402 .btn-color-primary:hover {
  color: var(--fg, #F5F1E8) !important;
}

@media (min-width: 960px) {
  .menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner):not(.unmenu-inner-ul) {
    width: fit-content !important;
  }
  .font-size-submenu,
  .menu-horizontal ul ul a:not([data-icon]),
  .vmenu-container ul ul a:not([data-icon]),
  .menu-horizontal ul ul .unmenu-title:not(.font-size-title-custom):not(.font-size-custom > *),
  .vmenu-container ul ul .unmenu-title:not(.font-size-title-custom):not(.font-size-custom > *) {
    font-size: 14px;
  }
}
/* enable the code between these measures */
@media (min-width: 960px) and (max-width: 1300px) {
  /* reduce the padding around the logo */
  .col-lg-0 {
    padding: 27px 12px 27px 36px;
  }
  /* reduce the padding of the menu items */
  .menu-smart > li > a {
    padding: 0 2px !important;
  }
  /* reduce the menu letter spacing */
  .menu-container ul.menu-smart > li > a,
  .menu-container ul.menu-smart li.dropdown > a {
    letter-spacing: 0 !important;
  }
  /* reduce the dropdown arrows padding */
  .menu-smart i.fa-dropdown {
    padding: 0 0 0 2px;
  }
  /* reduce the first menu item padding */
  body[class*=hmenu-] .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
    margin: 0 0 0 0;
  }
}
.pagination > li .current,
.navigation > li .current,
.pagination > li .current:hover,
.navigation > li .current:hover,
.pagination > li .current:focus,
.navigation > li .current:focus {
  font-size: 13px;
  background-color: var(--primary, #C9A45A);
}

.row-navigation-content-block #row-unique-3 > div {
  padding: 30px;
}

.search-container-inner input {
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  border-bottom-color: var(--border-ghost);
}
.search-container-inner input::placeholder,
.search-container-inner input i::before,
.search-container-inner input .fa-search3:before {
  color: var(--text-dim);
}

.uncode_widget .search-container-inner i {
  color: var(--text-dim);
}

#footer {
  padding-top: 2em;
  margin-top: 0;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

@media (min-width: 769px) {
  #footer .widget-title.open,
  .footer .widget-title.open {
    display: none;
  }
}
#footer__contact h6,
.footer__contact h6 {
  font-size: 12px;
}
#footer__contact a,
.footer__contact a {
  color: var(--fg, #F5F1E8) !important;
}
@media (max-width: 768px) {
  #footer .divider-wrapper:nth-of-type(2),
  .footer .divider-wrapper:nth-of-type(2) {
    display: none;
    border-color: transparent !important;
  }
}
#footer--left-col h2,
.footer--left-col h2 {
  letter-spacing: 1px;
}

#footer-menu-small li a {
  font-size: 24px;
  line-height: normal;
  text-transform: capitalize;
}
#footer-menu-small li a:before {
  content: "\e87a";
}

#menu-legal-links a,
#menu-legal-links-1 a {
  font-weight: lighter;
  letter-spacing: 1px;
}

span.unmenu-inline-spacer + span {
  color: var(--border, rgba(48, 49, 51, 0.5));
}

@media (min-width: 570px) {
  .footer-lrtag br {
    display: none;
  }
}
.footer-lrtag p,
.footer-lrtag p a {
  font-size: var(--text-m) !important;
  font-size: 20px !important;
}
.footer-lrtag a {
  font-size: 18px !important;
}
@media (min-width: 1400px) {
  .footer-lrtag a {
    font-size: 20px !important;
  }
}

.widget-collapse-content ul.menu {
  padding-left: 0;
  margin-left: 0;
}

@media (max-width: 768px) {
  #footer-spc .h3 {
    font-size: 2rem;
  }
  #footer-spc .h5 {
    font-size: 1.5rem;
  }
}
#footer-spc .icon-media img {
  width: 132px;
  aspect-ratio: auto 132/74;
}
#footer-spc a.footer__phone {
  color: var(--accent, #E0C488) !important;
  font-size: var(--text-l) !important;
}
#footer-spc a.footer__email {
  font-size: var(--text-l) !important;
  text-decoration: underline  !important;
  text-decoration-thickness: 2px  !important;
  text-underline-offset: 5px  !important;
  color: var(--primary, #C9A45A)  !important;
}
#footer-spc li {
  margin: 0 0 8px;
}
#footer-spc a {
  color: var(--primary, #C9A45A) !important;
  line-height: 1.58824em;
  -webkit-font-smoothing: antialiased;
}
#footer-spc #menu-small-menu li {
  margin: 0 0 8px;
}
#footer-spc #menu-small-menu a {
  color: var(--primary, #C9A45A) !important;
  line-height: 1.58824em;
  -webkit-font-smoothing: antialiased;
}
#footer-spc.footer-1 address,
#footer-spc.footer-1 a {
  font-size: var(--text-m);
}
#footer-spc.footer-1 address {
  font-style: normal;
}
#footer-spc.footer-1 a {
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1365px) {
  #footer-spc.footer-1 .footer-row-2 .footer-menu-name-menu, #footer-spc.footer-1 .footer-row-3 .footer-menu-name-menu {
    display: block !important;
    margin-top: 0;
  }
  #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx {
    display: flex;
    flex-flow: row wrap;
    height: unset !important;
  }
  #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx > div, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx > div {
    flex: 1;
  }
  #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx .col-stay, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx .col-stay {
    flex-basis: 100%;
    width: fit-content;
  }
  #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx .col-contact, #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx .col-menu, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx .col-contact, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx .col-menu {
    margin-top: 2em;
  }
  #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx .col-contact .uncont, #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx .col-menu .uncont, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx .col-contact .uncont, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx .col-menu .uncont {
    text-align: left;
  }
  #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx .col-contact, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx .col-contact {
    margin-left: 0;
  }
  #footer-spc.footer-1 .footer-row-2 .row-child .row-innerx .col-menu, #footer-spc.footer-1 .footer-row-3 .row-child .row-innerx .col-menu {
    margin-left: 0;
  }
  #footer-spc.footer-1 .footer-row-3 .row-child .row-inner {
    align-items: center;
  }
  #footer-spc.footer-1 .footer-row-3 .footer-tag-lr {
    max-width: 250px;
    padding: 0 4em;
    margin: 0 auto;
  }
}
#footer-spc.footer-1 .footer-row-2, #footer-spc.footer-1 .footer-row-3 {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  #footer-spc.footer-1 .footer-row-2 {
    padding-top: 1em;
    border-color: transparent !important;
  }
}
#footer-spc.footer-1 .col-stay {
  padding-bottom: 1em !important;
}
@media (min-width: 570px) and (max-width: 768px) {
  #footer-spc.footer-1 .col-stay__heading {
    max-width: 80%;
  }
}
@media (max-width: 569px) {
  #footer-spc.footer-1 .col-stay__heading {
    padding-bottom: 1em;
  }
}
#footer-spc.footer-1 #menu-small-menu li {
  text-transform: none;
}
#footer-spc.footer-1 .widget-title {
  color: var(--white, #ffffff);
  font-size: var(--text-m);
}
#footer-spc.footer-1 .widget-collapse {
  margin-top: 1rem;
}
#footer-spc.footer-1 .fluentform .ff-t-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--white, #ffffff);
}
#footer-spc.footer-1 .fluentform .ff-t-container .ff-el-group {
  margin-bottom: 0;
}
#footer-spc.footer-1 .fluentform input {
  padding-left: 0;
  color: var(--bg1) !important;
  background-color: transparent;
  border-color: transparent;
}
#footer-spc.footer-1 .fluentform input::placeholder {
  color: #b2b2b2;
}
#footer-spc.footer-1 .fluentform .ff-btn-submit {
  padding: 5px 23px;
  margin-bottom: 1px;
  color: #b2b2b2;
  border: 1px solid var(--secondary-70);
}
@media (max-width: 569px) {
  #footer-spc.footer-1 .fluentform .ff-btn-submit {
    padding: 5px 15px;
    font-size: 12px;
  }
}
#footer-spc.footer-1 .fluentform .ff-message-success {
  color: var(--accent, #E0C488);
  border: 1px solid var(--bg1);
}
#footer-spc.footer-1 .fluentform .error.text-danger {
  position: absolute;
  bottom: -2em;
}
#footer-spc.footer-1 .footer-col-social .uncont {
  display: grid;
  align-items: center;
  gap: 1em;
  grid-template-columns: 1fr 2fr;
}
#footer-spc.footer-1 .footer-col-social .uncont .uncode-vc-social {
  align-items: flex-start;
  margin-top: 0;
}

:root,
:root.cf-theme-dark .theme-inverted {
  --space-4xs: clamp(.52rem, calc(-.03vw + .53rem), .49rem);
  --space-3xs: clamp(.66rem, calc(.04vw + .64rem), .7rem);
  --space-2xs: clamp(.82rem, calc(.16vw + .77rem), .99rem);
  --space-xs: clamp(1.02rem, calc(.35vw + .91rem), 1.4rem);
  --space-s: clamp(1.28rem, calc(.65vw + 1.07rem), 1.98rem);
  --space-m: clamp(1.6rem, calc(1.11vw + 1.24rem), 2.8rem);
  --space-l: clamp(2rem, calc(1.81vw + 1.42rem), 3.96rem);
  --space-xl: clamp(2.5rem, calc(2.87vw + 1.58rem), 5.6rem);
  --space-2xl: clamp(3.13rem, calc(4.44vw + 1.71rem), 7.92rem);
  --space-3xl: clamp(3.91rem, calc(6.75vw + 1.75rem), 11.19rem);
  --space-4xl: clamp(4.88rem, calc(10.13vw + 1.64rem), 15.83rem);
}

/* Fluid Spacing */
.padding-4xs {
  padding: 0.52rem;
  padding: var(--space-4xs);
}

.padding-3xs {
  padding: 0.66rem;
  padding: var(--space-3xs);
}

.padding-2xs {
  padding: 0.82rem;
  padding: var(--space-2xs);
}

.padding-xs {
  padding: 1.02rem;
  padding: var(--space-xs);
}

.padding-s {
  padding: 1.28rem;
  padding: var(--space-s);
}

.padding-m {
  padding: 1.6rem;
  padding: var(--space-m);
}

.padding-l {
  padding: 2rem;
  padding: var(--space-l);
}

.padding-xl {
  padding: 2.5rem;
  padding: var(--space-xl);
}

.padding-2xl {
  padding: 3.13rem;
  padding: var(--space-2xl);
}

.padding-3xl {
  padding: 3.91rem;
  padding: var(--space-3xl);
}

.padding-4xl {
  padding: 4.88rem;
  padding: var(--space-4xl);
}

margin-top-0 {
  margin-top: 0 !important;
}

/* Self Alignments */
/* Dimensions */
.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.screen-width {
  width: 100vw;
}

.screen-height {
  height: 100vh;
}

.auto-width {
  width: auto;
}

.auto-height {
  height: auto;
}

.width-90 {
  width: 90%;
}

.width-80 {
  width: 80%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.width-30 {
  width: 30%;
}

.width-20 {
  width: 20%;
}

.width-10 {
  width: 10%;
}

/* Max Width */
.max-site-width {
  max-width: 140rem;
  width: 100%;
}

.style-light .scroll-top .btn-default {
  color: var(--bg, #0B0B0B) !important;
}

.widget-container.widget_nav_menu li a {
  font-size: var(--text-xs);
}

.tmb-light.tmb-color-hr,
.tmb-light.el-text hr.separator-reduced,
.tmb-light.tmb .t-entry-visual hr,
.tmb-light.tmb .t-entry-text hr,
.tmb-light.tmb-table-border.tmb.tmb-table .t-inside,
.tmb-light.tmb-table-border-between:not(:last-child).tmb.tmb-table .t-inside,
.tmb-light.tmb-table-border-below.tmb.tmb-table .t-inside,
.tmb-light.tmb-table-border-both:first-child.tmb.tmb-table .t-inside,
.tmb-light.tmb.tmb-table .uncode-post-table-column hr {
  border-color: var(--border, rgba(48, 49, 51, 0.5));
}

.divider-glowing {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(201, 164, 90, 0) 0%, rgb(201, 164, 90) 50%, rgb(201, 164, 90) 50%, rgba(201, 164, 90, 0) 100%);
  box-shadow: 0 0 15px #c9a45a;
  border-radius: 9999px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.badge-style, .single-treatment--eyebrow li a {
  font-size: var(--text-xs) !important;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.14em;
  background-color: var(--bg-surface, #1A1A1A);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 1px 2px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding-block: 0.7rem !important;
  padding-inline: 1rem !important;
}
.vc_custom_heading_wrap .badge-style, .vc_custom_heading_wrap .single-treatment--eyebrow li a, .single-treatment--eyebrow li .vc_custom_heading_wrap a {
  margin-bottom: 36px !important;
}
.badge-style__trans {
  background-color: rgba(11, 11, 11, 0.5);
}

/* Treatment Badge (Specialty UI) */
.treatment-badge {
  display: inline-block;
  font-family: "Good Times", sans-serif;
  font-size: var(--text-s);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc_custom_heading_wrap:has(.badge-style, .single-treatment--eyebrow li a) {
  margin-bottom: 36px;
}

.border__fade > .uncell,
.border-color-210407-color {
  border-image: linear-gradient(to bottom, var(--primary, #C9A45A), rgba(0, 0, 0, 0)) 1 100% !important;
}

.ajax-filter-sidebar-body {
  background-color: var(--bg, #0B0B0B);
}

.ajax-grid-system .grid-filters .filter-list li:not(.filter-list__clear) a, .widget-ajax-active-filters .filter-list li:not(.filter-list__clear) a, .filter-list__clear {
  line-height: var(--lh-base);
}

.style-dark .btn-default {
  color: var(--bg, #0B0B0B) !important;
  background-color: var(--primary, #C9A45A) !important;
  border-color: var(--accent, #E0C488) !important;
}

.btn-accent {
  color: var(--bg, #0B0B0B) !important;
}

.page-home .badge-style, .page-home .single-treatment--eyebrow li a, .single-treatment--eyebrow li .page-home a {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-home p > .fa-angle-right {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .page-home #row-dayspa-club {
    padding-inline: 36px;
  }
}

.single-location .post-body ul,
.single-rank_math_locations .post-body ul {
  margin-top: 1em !important;
}
.single-location #field_69b352983ac33,
.single-rank_math_locations #field_69b352983ac33 {
  margin-top: 1.5em;
}
@media (min-width: 769px) {
  .single-location #field_69b352983ac33,
  .single-rank_math_locations #field_69b352983ac33 {
    margin-top: 0;
  }
}
.single-location #field_69b1fa241b50d .placecard__business-name,
.single-rank_math_locations #field_69b1fa241b50d .placecard__business-name {
  color: var(--primary, #C9A45A);
}
.single-location #field_69b1fa241b50d .placecard__info,
.single-rank_math_locations #field_69b1fa241b50d .placecard__info {
  padding-bottom: 3.5em;
  color: #f5f1e8;
  font-size: 14px;
}
.single-location #field_69b1fa241b50d .placecard__container,
.single-rank_math_locations #field_69b1fa241b50d .placecard__container {
  margin-top: 2em !important;
  background-color: var(--bg-surface, #1A1A1A);
}

@media (max-width: 569px) {
  .page-about #row-unique-0 .heading-text h2 {
    font-size: var(--text-2xl);
  }
}
.page-about .icon-box-heading h1,
.page-about .icon-box-icon img {
  color: var(--white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-about .vertical-text {
    font-size: 0.95rem;
  }
}

.page-treatments .tmb a.tmb-term-evidence:not(.bordered-cat),
.post-type-archive-treatment .tmb a.tmb-term-evidence:not(.bordered-cat),
.tax-treatment-category .tmb a.tmb-term-evidence:not(.bordered-cat) {
  color: var(--bg, #0B0B0B) !important;
}
.page-treatments .ajax-filter-sidebar-footer,
.post-type-archive-treatment .ajax-filter-sidebar-footer,
.tax-treatment-category .ajax-filter-sidebar-footer {
  background-color: var(--bg, #0B0B0B);
}
.page-treatments #index-treatment-hub hr,
.post-type-archive-treatment #index-treatment-hub hr,
.tax-treatment-category #index-treatment-hub hr {
  width: 48px;
  height: 2px;
  border-color: var(--border-gold, rgba(212, 175, 55, 0.2));
  border-radius: 2px;
}
.page-treatments .t-entry-title a,
.post-type-archive-treatment .t-entry-title a,
.tax-treatment-category .t-entry-title a {
  color: var(--primary, #C9A45A) !important;
}
.page-treatments .t-entry-excerpt,
.post-type-archive-treatment .t-entry-excerpt,
.tax-treatment-category .t-entry-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
}

.single-treatment #hero .badge-style, .single-treatment #hero .single-treatment--eyebrow li a, .single-treatment--eyebrow li .single-treatment #hero a {
  font-size: 14px !important;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  background-color: rgba(11, 11, 11, 0.5);
  padding-block: 0.7rem;
}
.single-treatment--eyebrow li {
  list-style: none;
}
.single-treatment--eyebrow li a {
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}
.single-treatment .intro-title strong {
  font-weight: 500 !important;
}
.single-treatment--hero__title {
  padding-block: 36px !important;
  padding-inline: 36px !important;
}
.single-treatment--intro__header {
  text-align: center;
}
.single-treatment #field_69b3496900687 span {
  font-weight: 500;
}
.single-treatment .vc_tta-tab.active a {
  color: var(--bg, #0B0B0B) !important;
}
@media (max-width: 768px) {
  .single-treatment #treatment-details-right h2.h3 {
    font-size: 1.66rem !important;
  }
}
.single-treatment #treatment-details-right h4 {
  padding-block: 0.25em;
}
.single-treatment #treatment-details-right .uncode_text_column > h4:first-of-type {
  margin-top: 0;
}
.single-treatment #treatment-details-right ul li {
  margin-bottom: 0.6em;
}
.single-treatment .uncode-owl-nav .uncode-nav-counter {
  letter-spacing: var(--ls-label);
}
.single-treatment #candidacy h6,
.single-treatment #candidacy p {
  margin: unset;
  margin-block: 1rem;
}

.page-contact .i4ewOd-pzNkMb-tJHJj {
  display: none;
}
.page-contact #col-contact h6,
.page-contact #col-contact .h6 {
  color: var(--secondary, #A8843F);
}
.page-contact #contact-row-1 h6,
.page-contact #contact-row-1 .h6 a {
  color: var(--secondary, #A8843F);
}

.page-instructions body {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  margin: 0;
  color: var(--fg, #F5F1E8);
  font-family: "Satoshi-Variable", "Satoshi", "Inter", sans-serif;
  line-height: 1.6;
  background-color: var(--bg, #0B0B0B);
}
.page-instructions article {
  width: 100%;
  max-width: 800px;
}
.page-instructions header {
  padding-bottom: 40px;
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid var(--border-ghost, #2A2A2A);
}
.page-instructions h1 {
  margin: 0;
  color: var(--primary, #C9A45A);
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.page-instructions .subtitle {
  margin-top: 10px;
  color: var(--text-dim, rgba(255, 255, 255, 0.8));
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.page-instructions section {
  margin-bottom: 50px;
}
.page-instructions h2 {
  padding-left: 15px;
  margin-bottom: 25px;
  color: var(--primary, #C9A45A);
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border-left: 3px solid var(--primary, #C9A45A);
}
.page-instructions .grid-specs {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.page-instructions .spec-item {
  padding: 25px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-ghost, #2A2A2A);
}
.page-instructions .spec-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--primary, #C9A45A);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.page-instructions .emergency-box {
  padding: 30px;
  margin-top: 40px;
  background: rgba(114, 28, 36, 0.1);
  border: 1px solid #721c24;
}
.page-instructions .emergency-box strong {
  color: #f8d7da;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.page-instructions ul {
  padding: 0;
  list-style: none;
}
.page-instructions li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.page-instructions li::before {
  position: absolute;
  left: 0;
  color: var(--primary, #C9A45A);
  content: "—";
}
.page-instructions .footer {
  padding-top: 40px;
  margin-top: 60px;
  color: var(--text-dim);
  font-size: 0.9rem;
  text-align: center;
  border-top: 1px solid var(--border-color);
}
.page-instructions a {
  color: var(--primary, #C9A45A);
  text-decoration: none;
}

/*=============================================
=            Blog            =
=============================================*/
/*=============================================
=            Utilities                       =
=============================================*/
.margin-left-0 {
  margin-left: 0;
}

.fade-in {
  -webkit-animation: fade-in 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 600ms both;
  animation: fade-in 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 600ms both;
}

/* Utilities */
.display-none {
  display: none;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

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

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.list-none {
  list-style-type: none;
}

.white-space-nowrap {
  white-space: nowrap;
}

.transition-global {
  transition: all 0.3s;
}

/* Positioning */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.fixed {
  position: fixed;
}

.inset-0 {
  inset: 0;
}

.bottom-0 {
  bottom: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

/* Cursors */
.pointer {
  cursor: pointer;
}

.not-allowed {
  cursor: not-allowed;
}

.cursor-auto {
  cursor: auto;
}

.no-pointer-events {
  pointer-events: none;
}

/* Z-Index */
.z--1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

.z-1000 {
  z-index: 1000;
}

.z-10000 {
  z-index: 10000;
}

/*# sourceMappingURL=style.css.map */
