@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            =
==========================================*/
/*==========================================
=            Colors & Variables            =
==========================================*/
/* Accent */
/* Background */
/* Text */
:root {
  --primary: #C9A45A;
  --secondary: #A8843F;
  --accent: #E0C488;
  --bg: #0B0B0B;
  --bg-surface: #1A1A1A;
  --border: rgba(48,49,51,0.5);
  --border-gold:rgba(212, 175, 55, 0.2);
  --text-body: #F5F1E8;
  --text-light: #F5F1E8;
  --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);
  --fluentform-primary: #C9A45A;
  --fluentform-secondary: #A8843F
  //? Error Colors
  --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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------  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 {
  /* Line heights */
  --lh-loose: 1.75;
  --lh-base: 1.65;
  --lh-tight: 1.2;
  --lh-display: 1.02;
  --lh-heading: 1.08;
  --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-xl: clamp(1.375rem, 1.2rem + .7vw, 1.875rem); /* 22 → 30 */
  --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-xs: clamp(0.813rem, 0.79rem + 0.1vw, 0.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: "Satoshi-Variable", "Satoshi", "Inter", sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

p {
  margin: 0 0 1.1em;
}

ul,
ol {
  padding-left: 1.2em;
  margin: 0 0 1.2em;
}

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

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

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.12;
  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 */
.kicker,
.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;
}

.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;
  padding-block: 2em;
}

@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(--text-body, #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;
}

/*=============================================
=            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-700 {
  font-weight: 700 !important;
}

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

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

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

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

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

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

/* 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;
}

: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 .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 .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 .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 9s ease-in-out infinite;
  opacity: 0.85;
  pointer-events: none;
  inset: -1px;
}
header .btn--book:hover, header .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);
}

@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;
  }
}
.unmenu-block a,
.unmenu-block .unmenu-title {
  pointer-events: auto !important;
}

#menu-menu-treatments-1 .menu-item-type-taxonomy {
  text-transform: uppercase;
}
#menu-menu-treatments-1 .menu-item-type-post_type {
  text-transform: capitalize;
}

li[role=menuitem].depth-1 {
  line-height: 2;
}
li[role=menuitem].active a {
  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;
}
li[role=menuitem].active a i {
  position: absolute;
  right: 0;
}

@media (min-width: 960px) {
  .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;
  }
}
.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);
}

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

#footer__contact h6,
.footer__contact h6 {
  font-size: 12px;
}
#footer__contact a,
.footer__contact a {
  color: var(--text-body, #F5F1E8) !important;
}

#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 (max-width: 768px) {
  .divider-wrapper:nth-of-type(2) {
    display: none;
    border-color: transparent !important;
  }
}

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

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

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

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

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

.single-location #field_69b1fa241b50d .placecard__container {
  margin-top: 2em !important;
  background-color: var(--bg-surface, #1A1A1A);
}

/*=============================================
=            Page Home            =
=============================================*/
/*=============================================
=            Page Services            =
=============================================*/
/*=============================================
=            Page About            =
=============================================*/
@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;
  }
}

/*=============================================
=            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 */
