/*!
Theme Name: Salient Child
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: salient
Version: 1.0
*/
/*==========================================
=            Colors & Variables            =
==========================================*/
/* Text */
:root {
  --primary: #8c5a47;
  --primary-5: #8c5a470d;
  --primary-10: #8c5a471a;
  --primary-20: #8c5a4733;
  --primary-30: #8c5a474d;
  --primary-40: #8c5a4766;
  --primary-50: #8c5a4780;
  --primary-60: #8c5a4799;
  --primary-70: #8c5a47b3;
  --primary-80: #8c5a47cc;
  --primary-90: #8c5a47e6;
  --secondary: #9AB69E;
  --secondary-5: #94a9ad0d;
  --secondary-10: #94a9ad1a;
  --secondary-20: #94a9ad33;
  --secondary-30: #94a9ad4d;
  --secondary-40: #94a9ad66;
  --secondary-50: #94a9ad80;
  --secondary-60: #94a9ad99;
  --secondary-70: #94a9adb3;
  --secondary-80: #94a9adcc;
  --secondary-90: #94a9ade6;
  --accent: #C9A07A;
  --bg: #F6F3EE;
  --bg-black: #010104;
  --bg-dark: #141618;
  --bg-grey: #f4f6fb;
  --fg: #1E1C1A;
  --text-body: #1E1C1A;
  --text-light: #F2F5F7;
  --text-title: #424B54;
  --white: #ffffff;
  --white-off: #f2f5f7;
  --white2fade: rgba(241,241,241,.83);
  --white2fade2: rgba(241,241,241,.25);
  --white2fade3: rgba(241,241,241,.60);
  --black: #000000;
  --black1: #1d1d1d;
  --black2: #2b2b2b;
  --black3: #333;
  --blackfade: rgba(0, 0, 0, .93);
  --fluentform-primary: #8C5A47;
  --fluentform-secondary: #9AB69E;
  --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(134.4965517241, 167.9034482759, 139.2689655172));
}

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

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

/*=============================================
=            Weight Utility Generator         =
=============================================*/
/*----------  Fluid Typography  ----------*/
/*----------  Font Face  ----------*/
/*----------  Link & Decoration  ----------*/
/*----------  Helpers  ----------*/
/*=============================================
=            TYPOGRAPHY           			 =
=============================================*/
:root {
  --am-font-family: 'Manrope', sans-serif;
}

/* For browsers that support clamp  */
@supports (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
    --text-4xl: clamp(3.05rem, 2.05vi + 2.54rem, 4rem);
    --text-3xl: clamp(2.2rem, 1.1vi + 1.95rem, 3.1rem);
    --text-2xl: clamp(1.95rem, .9vi + 1.73rem, 2.81rem);
    --text-xl: clamp(1.56rem, .58vi + 1.42rem, 2.11rem);
    --text-l: clamp(1.25rem, .35vi + 1.16rem, 1.58rem);
    --text-m: clamp(1rem, .2vi + .95rem, 1.19rem);
    --text-s: clamp(.8rem, .1vi + .78rem, .89rem);
    --text-xs: clamp(.64rem, .03vi + .63rem, .67rem);
  }
}
/* For browsers that don't support clamp */
@supports not (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
    --text-4xl: 3.05rem;
    --text-3xl: 2.2rem;
    --text-2xl: 1.95rem;
    --text-l: 1.25rem;
    --text-m: 1rem;
    --text-s: .8rem;
    --text-xl: 1.56rem;
    --text-xs: .64rem;
  }
  @media screen and (min-width: 1920px) {
    :root {
      --text-2xl: 2.81rem;
      --text-3xl: 3.75rem;
      --text-4xl: 4rem;
      --text-l: 1.58rem;
      --text-m: 1.19rem;
      --text-s: .89rem;
      --text-xl: 2.11rem;
      --text-xs: .67rem;
    }
  }
}
.text-4xl {
  font-size: var(--text-4xl);
}

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

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

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

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

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

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

.text-xs {
  font-size: var(--text-xs);
}

/*=============================
=            FONTS            =
=============================*/
@font-face {
  font-family: "Bromise";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Bromise.woff2") format("woff2"), url("../fonts/Bromise.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
}
/* Base */
/* html {
	font-size: 100%;
} */
body {
  color: var(--fg, #1E1C1A);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: var(--text-m);
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: var(--bg, #F6F3EE);
}

/* Headings */
h1,
body h1 {
  font-family: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: var(--text-4xl);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0 0 0.5em;
}
@media (max-width: 768px) {
  h1,
  body h1 {
    line-height: 1.02;
    letter-spacing: -0.02em;
  }
}

h2,
body h2 {
  font-family: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: var(--text-3xl);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 0.55em;
}

h3,
body h3 {
  font-family: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif !important;
  font-size: var(--text-2xl);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 0.6em;
}

h4,
body h4 {
  font-family: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif !important;
  font-size: var(--text-xl);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 0.65em;
}

h5,
body h5 {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: var(--text-l);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  margin: 0 0 0.7em;
}

h6,
body h6 {
  color: var(--primary, #8C5A47);
  font-size: var(--text-m);
  font-family: "Manrope", "Inter", sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

p,
li,
ul,
.title {
  color: var(--fg, #1E1C1A);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: var(--text-m);
  line-height: 1.6;
}

p:not(.footer-lorelle) a {
  color: #7f3e4b;
  text-decoration: underline !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
p:not(.footer-lorelle) a:hover {
  color: rgb(83.3, 53.55, 42.245);
}

.link {
  color: var(--primary);
  font-size: var(--text-m);
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-decoration: none;
  box-shadow: 0 2px 0 var(--primary-20);
  transition: all 0.15s ease-in-out;
  -webkit-text-decoration: none;
}
.link:hover {
  box-shadow: 0 2px 0 var(--primary-40);
}
.link:focus {
  background: var(--primary-10);
}
.link.secondary {
  color: var(--secondary);
  border-color: var(--secondary-20);
}
.link.tertiary {
  color: var(--tertiary);
  border-color: var(--tertiary-20);
}

.topline,
.wpb_wrapper h2.vc_custom_heading.topline {
  font-family: "Manrope", "Inter", sans-serif !important;
  font-size: var(--text-s) !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-block: 50px 12px;
}

/* Line heights */
.line-height-xs {
  line-height: 1;
}

.line-height-s {
  line-height: 1.2;
}

.line-height-m {
  line-height: 1.3;
}

.line-height-l {
  line-height: 1.4;
}

.line-height-xl {
  line-height: 1.5;
}

.italic {
  font-style: italic !important;
}

.bold {
  font-weight: bold;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}

.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-800 {
  font-weight: 800 !important;
}

.text-left {
  text-align: left;
}

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

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

/*==========================================
=            Colors & Variables            =
==========================================*/
:root {
  --logo-size-lg: 100px;
  --logo-size-md: 75px;
  --logo-size-sm: 50px;
}

#top #logo.no-image {
  font-weight: bold;
  color: var(--bg, #F6F3EE) !important;
  font: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li > a {
  font-family: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif;
}

@media (min-width: 769px) {
  .footer-lorelle br {
    display: none;
  }
}

.nectar-global-section.nectar_hook_global_section_footer #menu-studio.menu ul li {
  padding: 0;
  list-style: none !important;
}

.container-wrap button[type=submit],
.container-wrap input[type=submit],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 0.5rem 1.25rem;
}

.btn-book .hero-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 248px;
  min-height: 56px;
  padding: 16px 28px;
  color: var(--primary, #8C5A47);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  background: #f7f3ef;
  border: 1px solid rgba(124, 82, 58, 0.16);
  transition: all 0.25s ease;
}
.btn-book .hero-banner__button:hover {
  color: #6f4d39;
  background: #ffffff;
  transform: translateY(-1px);
}
.btn-book .hero-banner__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

/*button*/
.button,
button.button,
a.button,
.btn,
button.btn,
a.btn {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 18px 40px;
  overflow: hidden;
  color: var(--primary, #8C5A47);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  border: none;
  outline: none;
  transition: all 0.3s;
}
.button:hover,
button.button:hover,
a.button:hover,
.btn:hover,
button.btn:hover,
a.btn:hover {
  color: var(--accent, #C9A07A);
}
.button:before,
button.button:before,
a.button:before,
.btn:before,
button.btn:before,
a.btn:before {
  background-color: var(--accent, #C9A07A);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3xs);
  padding: var(--space-xs) var(--space-s);
  color: #ffffff;
  font-size: var(--text-m);
  font-weight: 600;
  background: var(--primary);
  box-shadow: var(--shadow-m);
  border: 1px solid var(--primary-d-1);
  border-radius: var(--radius-m);
  outline: 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.btn:hover {
  background: var(--primary-d-1);
  transform: translateY(-0.1rem);
}

.btn.small {
  padding: var(--space-xs) var(--space-s);
  font-size: var(--text-s);
}

.btn.large {
  padding: var(--space-s) var(--space-m);
  font-size: var(--text-l);
}

.btn.tertiary {
  background: var(--tertiary);
  border-color: var(--tertiary-d-1);
}

.btn.ghost {
  color: var(--dark-80);
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}

.btn.slight {
  color: var(--dark-80);
  background: var(--bg-surface);
  box-shadow: var(--shadow-s);
  border-color: var(--border-primary);
}

.btn.secondary {
  background: var(--secondary);
  border-color: var(--secondary-d-1);
}

.btn.ghost:hover {
  background: var(--dark-10);
}

.btn.slight:hover {
  background: var(--dark-5);
}

.btn.tertiary:hover {
  background: var(--tertiary-d-1);
}

.btn.secondary:hover {
  background: var(--secondary-d-1);
}

.btn:focus {
  outline: 4px solid var(--primary-l-3);
  outline-offset: 2px;
}

.btn.no-bg {
  color: var(--dark-80);
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}

.btn.no-bg:hover {
  color: var(--dark);
}

:root {
  --am-c-fcil-card-bgr: #f6f3ee !important;
  --am-font-family: 'Manrope', 'Amelia Open Sans', sans-serif !important;
  --am-c-success: $secondary;
}

.am-fcis__header-name {
  font-family: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif !important;
  font-weight: bold !important;
}

.am-fs__main i {
  background-color: transparent;
}

.am-fs-sb__step-heading, .am-fs-sb__step-heading * {
  color: var(--fg, #1E1C1A) !important;
}

.am-fs-sb__step-selection {
  color: var(--secondary, #9AB69E) !important;
}

.amelia-v2-booking #amelia-container div {
  font-family: var(--am-font-family) !important;
  border: none !important;
}

.amelia-v2-booking #amelia-container .am-fcis__info-tab.am-active {
  font-size: 1rem;
  border-bottom: 3px solid var(--am-c-fcis-primary) !important;
}

.am-cat__form.am-fcil__main {
  border: none;
}

.am-fcil__item .am-fcil__item-inner {
  background-color: var(--bg, #F6F3EE) !important;
}

.amelia-v2-booking #amelia-container .am-fcis__info-service__desc,
.amelia-v2-booking #amelia-container .am-fcis__info-service__desc * {
  color: var(--text-body, #1E1C1A);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1rem !important;
}

.amelia-v2-booking #amelia-container .am-fcil__item-name {
  font-family: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif !important;
  font-size: 1.3rem !important;
}

#amelia-container div {
  border: none;
}
#amelia-container .am-cat__content {
  border: none;
}
#amelia-container .am-fcil__wrapper {
  padding: 0 !important;
}
#amelia-container .am-fcil__item-name {
  font-family: "Bromise", "Glower", "Playfair", "Cormorant Garamond", "Times New Roman", Georgia, serif;
}
#amelia-container .amelia-v2-booking #amelia-container.am-fc__wrapper * {
  font-family: "Manrope", "Inter", sans-serif !important;
}
#amelia-container .am-cat__wrapper.am-fcil {
  padding: 0 !important;
  border: none;
}
#amelia-container .am-fcil__heading {
  display: none;
}

.page-about .section + .section {
  margin-top: 112px;
}
.page-about .hero-block {
  margin-bottom: 112px;
}
.page-about .hero-block .eyebrow {
  margin-bottom: 16px;
}
.page-about .hero-block h1 {
  margin-bottom: 24px;
}
.page-about .hero-block .intro-copy {
  margin-bottom: 40px;
}
.page-about .founder-grid {
  column-gap: 56px;
  row-gap: 40px;
  margin-bottom: 104px;
}
.page-about .philosophy-heading {
  margin-bottom: 40px;
}
.page-about .philosophy-grid {
  gap: 24px;
  margin-bottom: 56px;
}
.page-about .philosophy-card {
  padding: 32px;
}
.page-about .cta-banner {
  padding: 64px 40px;
  margin-top: 56px;
  margin-bottom: 96px;
}
.page-about .cta-banner h2 {
  margin-bottom: 20px;
}
.page-about .cta-banner .cta-actions {
  margin-top: 24px;
  gap: 16px;
}
.page-about .site-footer {
  padding-top: 96px;
}
.page-about .site-footer .footer-main {
  margin-bottom: 56px;
}
.page-about .site-footer .footer-legal {
  margin-top: 48px;
  padding-top: 24px;
}

body {
  background-color: var(--bg, #F6F3EE);
}

.hero__title {
  font-size: var(--text-3xl) !important;
  text-transform: uppercase;
}
.hero__title em {
  color: var(--primary, #8C5A47);
}

/*=============================================
=            Page Home            =
=============================================*/
/*=============================================
=            Page About            =
=============================================*/
.page-about .container-wrap .topline {
  color: var(--primary, #8C5A47);
  font-weight: 800 !important;
}
.page-about .section + .section {
  margin-top: 112px;
}

/*=============================================
=            Page Services            =
=============================================*/
.page-treatments h2 {
  padding-bottom: 1.25rem;
}
.page-treatments h6 {
  text-align: right;
}
.page-treatments #row-treatment h3 {
  padding-block: 1em;
}
.page-treatments #row-treatment .treatment-tabs,
.page-treatments #row-treatment .wpb_tabs_nav.ui-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.page-treatments #row-treatment .tabbed > ul li a {
  background-color: transparent;
  border: 0;
}
.page-treatments #row-treatment .tab-item {
  padding: 0.75rem 1.4rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  background-color: var(--bg, #F6F3EE);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  transition: all 0.25s ease;
  cursor: pointer;
  backdrop-filter: blur(2px);
}
.page-treatments #row-treatment .tab-item.active-tab {
  background-color: var(--primary, #8C5A47);
  text-decoration: underline  !important;
  text-decoration-thickness: 1px  !important;
  text-underline-offset: 5px  !important;
  color: #ffffff  !important;
  text-decoration-color: #ffffff  !important;
}
.page-treatments #row-treatment .tab-item:hover {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}
.page-treatments #row-treatment .tab-item.is-active {
  color: #ffffff;
  background: #1f1f1f;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  border-color: #1f1f1f;
  transform: translateY(-1px);
}
.page-treatments #row-treatment .tab-item:active {
  box-shadow: none;
  transform: translateY(0);
}

.contact-form {
  border-radius: 50px;
}

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