/*
Theme Name: Mohan
Theme URI:
Author: Subverse LLC
Author URI: https://dissidentchoir.com
Description: Subversive
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: subversive
Tags: 
*/
/* autoprefixer grid: no-autoplace */
/* BEGIN VARIABLES ---------- */
/* Brand Colors */
/* Gradient */
/* Font Colors */
/* Background Colors */
:root {
  /* Typography */
  --font-family: 'Raleway', sans-serif;
  --font-family--heading: 'Cormorant', serif;
  /* Modular Scale */
  --font-size: 1rem;
  /* 16px */
  --ratio: 1.25;
  /* Major 3rd */
  --breakpoint-ratio: 1.067;
  /* Minor 2nd */
  /* Type Scaling */
  --h6: calc(var(--font-size) / var(--ratio));
  --h5: var(--font-size);
  --h4: calc(var(--font-size) * var(--ratio));
  --h3: calc(var(--h4) * var(--ratio));
  --h2: calc(var(--h3) * var(--ratio));
  --h1: calc(var(--h2) * var(--ratio));
  /* Breakpoint Scaling */
  --bp480: calc(var(--font-size) / var(--breakpoint-ratio));
  --bp768: var(--font-size);
  --bp1024: calc(var(--font-size) * var(--breakpoint-ratio));
  --bp1920: calc(var(--bp1024) * var(--breakpoint-ratio));
  --bp2560: calc(var(--bp1920) * var(--breakpoint-ratio));
  /* Widths */
  --content-width: 60rem;
  --content-padding: 2rem;
  /* Aditional Sizing */
  --small: calc(var(--font-size) * .875);
  --x-small: calc(var(--font-size) * .75);
  --large: calc(var(--font-size) * 1.125);
  --x-large: calc(var(--font-size) * 1.5);
  --border-radius: 0.1875rem;
  --spacing: 1.5rem;
  --spacing--small: 0.75rem;
  /* Line heights */
  --line-height: 1.5;
  --line-height--heading: 1.3;
  /* Borders */
  --border-width: 0.0625rem;
  --border: var(--border-width) solid #DCDAD7;
  /* Focus */
  --focus-outline-width: 0.1875rem;
  --focus-outline-offset: 0.125rem;
  --focus-outline: var(--focus-outline-width) solid #958E85;
  /* Forms */
  --form-box-shadow: inset 0 --border-width 0.1875rem rgba(#000, 0.06);
  --form-box-shadow-focus: var(--form-box-shadow), 0 0 0.3125rem #958E85;
  /* Animations */
  --duration: 400ms;
  --timing: ease;
}

/* END VARIABLES ---------- */
/* BEGIN MIXINS ---------- */
/* END MIXINS ---------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

a.slick-prev.slick-arrow, a.slick-next.slick-arrow {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* BEGIN TYPOGRAPHY ---------- */
html {
  color: #2A2724;
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family--heading);
  line-height: var(--line-height--heading);
  margin: 0 0 1rem;
  color: #2A2724;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
  font-family: var(--font-family);
  color: #958E85;
  letter-spacing: 0px;
}

h6 {
  font-size: var(--h6);
  font-family: var(--font-family);
  color: #958E85;
  letter-spacing: 0px;
}

p {
  margin: 0 0 1.5rem;
}

a {
  color: #958E85;
  text-decoration: none;
  text-decoration-skip-ink: auto;
  transition: color var(--duration) var(--timing);
}

a:hover {
  color: #2A2724;
}

a:focus {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset);
}

.site-main p a {
  border-bottom: 2.5px solid #958e85;
}

.site-main p a:hover {
  border-color: #2A2724;
}

.site-main p a:focus {
  border-bottom: none;
}

.proc_page_title {
  padding: 15px 15px 0 15px;
}

.proc_page_title, .proc_page_btn_wrapper {
  background: #000000;
  color: #ffffff;
  text-align: center;
  max-width: 50rem;
  width: 100%;
}

.proc_page_btn_wrapper {
  padding: 0 15px 15px 15px;
}

.proc_page_title h2 {
  color: #ffffff;
}

a.unblur_me_btn {
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  padding: 20px;
  display: inline-block;
  cursor: pointer;
}

hr {
  border-bottom: var(--border);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5rem 0;
}

blockquote {
  padding: 0 0 1.5rem 0;
  margin: 1.5rem 0;
  text-transform: uppercase;
  border-bottom: solid 1px #C4C1BC;
  color: #958E85;
  font-weight: 600;
}

blockquote p {
  margin: 0;
}

blockquote.wp-block-quote {
  padding: 0 0 1.5rem 0;
  border-left: none;
}

strong {
  text-transform: uppercase;
  color: #605B54;
  font-weight: 600;
}

.small {
  font-size: var(--small);
}

.x-small {
  font-size: var(--x-small);
}

.large {
  font-size: var(--large);
}

.x-large {
  font-size: var(--x-large);
}

@media (max-width: 2560px) {
  html {
    font-size: var(--bp2560);
  }
}

@media (max-width: 1920px) {
  html {
    font-size: var(--bp1920);
  }
}

@media (max-width: 1024px) {
  html {
    font-size: var(--bp1024);
  }
}

@media (max-width: 768px) {
  html {
    font-size: var(--bp768);
  }
}

@media (max-width: 480px) {
  html {
    font-size: var(--bp480);
  }
}

/* END TYPOGRAPHY ---------- */
/* BEGIN BUTTONS ---------- */
button,
[type='button'],
[type='reset'],
[type='submit'],
a.btn {
  appearance: none;
  background-color: #2A2724;
  border: var(--border);
  border-color: #2A2724;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-family-base);
  font-size: .875rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: var(--line-height);
  padding: .75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color var(--duration) var(--timing);
  transition: border-color var(--duration) var(--timing);
  transition: color var(--duration) var(--timing);
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
a.btn:hover {
  background-color: #fff;
  border-color: #2A2724;
  color: #2A2724;
}

button:focus,
[type='button']:focus,
[type='reset']:focus,
[type='submit']:focus,
a.btn:focus {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset);
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
a.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button.btn-wire,
[type='button'].btn-wire,
[type='reset'].btn-wire,
[type='submit'].btn-wire,
a.btn.btn-wire {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

button.btn-wire:hover,
[type='button'].btn-wire:hover,
[type='reset'].btn-wire:hover,
[type='submit'].btn-wire:hover,
a.btn.btn-wire:hover {
  background-color: #fff;
  border-color: #2A2724;
  color: #2A2724;
}

button.btn-wire-dark,
[type='button'].btn-wire-dark,
[type='reset'].btn-wire-dark,
[type='submit'].btn-wire-dark,
a.btn.btn-wire-dark {
  background-color: transparent;
  border-color: #2A2724;
  color: #2A2724;
}

button.btn-wire-dark:hover,
[type='button'].btn-wire-dark:hover,
[type='reset'].btn-wire-dark:hover,
[type='submit'].btn-wire-dark:hover,
a.btn.btn-wire-dark:hover {
  background-color: #2A2724;
  border-color: #2A2724;
  color: #fff;
}

/* END BUTTONS ---------- */
/* BEGIN FORMS ---------- */
form {
  margin: 1.5rem 0;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: var(--spacing--small);
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: var(--spacing--small);
}

input,
select,
textarea {
  display: block;
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: var(--line-height);
}

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
  appearance: none;
  background-color: transparent;
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--form-box-shadow);
  box-sizing: border-box;
  margin-bottom: var(--spacing--small);
  padding: calc(var(--spacing) / 3) calc(var(--spacing) / 2);
  transition: border-color var(--duration) var(--timing);
  width: 100%;
}

[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus {
  box-shadow: var(--form-box-shadow-focus);
}

[type='color']:disabled,
[type='date']:disabled,
[type='datetime']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled {
  cursor: not-allowed;
}

[type='color']:disabled:hover,
[type='date']:disabled:hover,
[type='datetime']:disabled:hover,
[type='datetime-local']:disabled:hover,
[type='email']:disabled:hover,
[type='month']:disabled:hover,
[type='number']:disabled:hover,
[type='password']:disabled:hover,
[type='search']:disabled:hover,
[type='tel']:disabled:hover,
[type='text']:disabled:hover,
[type='time']:disabled:hover,
[type='url']:disabled:hover,
[type='week']:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover {
  border: var(--border);
}

[type='color']::placeholder,
[type='date']::placeholder,
[type='datetime']::placeholder,
[type='datetime-local']::placeholder,
[type='email']::placeholder,
[type='month']::placeholder,
[type='number']::placeholder,
[type='password']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='text']::placeholder,
[type='time']::placeholder,
[type='url']::placeholder,
[type='week']::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
  color: #2A2724;
  opacity: 0.25;
}

[type="search"] {
  -webkit-appearance: textfield;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: var(--spacing--small);
}

[type="file"] {
  margin-bottom: var(--spacing--small);
  width: 100%;
}

select {
  margin-bottom: var(--spacing--small);
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset);
}

/* END FORMS ---------- */
/* BEGIN FALSE FORM ELEMENTS ---------- */
.false-select {
  /* Size and position */
  position: relative;
  width: 320px;
  padding: .75rem;
  /* Styles */
  background: #fff;
  border-bottom: 1px solid #C4C1BC;
  cursor: pointer;
  outline: none;
  /* Font settings */
  color: #C4C1BC;
}

.false-select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #2A2724 transparent;
}

.false-select .options {
  /* Size & position */
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  /* Styles */
  background: white;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}

.false-select .options li {
  padding: 0;
}

.false-select .options li:before {
  display: none;
}

.false-select .options li {
  margin-bottom: 0;
}

.false-select .options li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #2A2724;
  border-bottom: 1px solid #C4C1BC;
  box-shadow: inset 0 1px 0 white;
  transition: all 0.3s ease-out;
}

.false-select .options li:first-of-type a {
  border-radius: 7px 7px 0 0;
}

.false-select .options li:last-of-type a {
  border: none;
  border-radius: 0 0 7px 7px;
}

.false-select .options li:hover a {
  background: #F4F3F2;
}

.false-select.active .options {
  opacity: 1;
  pointer-events: auto;
}

/* END FALSE FORM ELEMENTS */
/* BEGIN LISTS ---------- */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-main ul {
  margin: 0 0 1.5rem 0;
}

.site-main ul li {
  position: relative;
  margin: 0 0 .25rem;
  padding: 0 0 0 2rem;
}

.site-main ul li:before {
  display: block;
  content: '';
  width: .5rem;
  height: .5rem;
  background: #333;
  position: absolute;
  top: 0.5rem;
  left: .75rem;
}

.site-main ul li ul {
  margin: .5rem 0;
}

.site-main ul.no-bullet li {
  margin: 0;
  padding: 0;
}

.site-main ul.no-bullet li:before {
  display: none;
}

ol {
  list-style: decimal;
  padding: 0 0 0 2rem;
}

ol li {
  margin: 0 0 .25rem;
}

ol li ol {
  margin: .5rem 0;
}

dl {
  margin: 0 0 1.5rem 0;
}

dt {
  font-weight: 600;
  margin: 0 0 .5rem 0;
}

dd {
  margin: 0 0 1rem 0;
}

/* END LISTS ---------- */
/* BEGIN MEDIA ---------- */
figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

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

.video_wrapper_box.box, .single .case-study-images.proc_page.box {
  background: rgba(149, 142, 133, 0.2);
  width: 70%;
  margin: 5rem auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 800px) {
  .video_wrapper_box.box, .single .case-study-images.proc_page.box {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.video-wrapper {
  position: relative;
  width: 50%;
  margin: 0 auto 2rem;
}

@media (max-width: 800px) {
  .video-wrapper {
    width: 70%;
  }
}

@media (max-width: 500px) {
  .video-wrapper {
    width: 100%;
  }
  .video-wrapper .video_wrapper_box.box, .video-wrapper .single .case-study-images.proc_page.box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-wrapper .unblur_me_btn.btn {
    white-space: normal;
  }
}

.video-wrapper .video-wrapper-inner {
  position: relative;
  padding-top: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
  overflow: hidden;
  height: 0;
}

.video-wrapper .video-wrapper-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_wrapper_box.box .video-wrapper {
  width: 100%;
}

/* END MEDIA ---------- */
/* BEGIN TABLES ---------- */
table {
  border-collapse: collapse;
  margin: var(--spacing) 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: var(--line-height--heading);
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: var(--border);
}

th {
  font-weight: 600;
}

th,
td {
  padding: var(--spacing--small) var(--spacing--small) var(--spacing--small) 0;
}

/* END TABLES ---------- */
/* BEGIN ELEMENTS ---------- */
.box {
  padding: 2rem;
  box-shadow: 0 0 3px #958E85;
  margin-bottom: 2rem;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .box {
    background-size: cover;
  }
}

.box.box-breast {
  padding-right: 10rem;
  background-image: url("img/breast-fade@1x.jpg");
}

@media (max-width: 768px) {
  .box.box-breast {
    padding-right: 2rem;
  }
}

.box.box-body {
  padding-right: 10rem;
  background-image: url("img/body-fade@1x.jpg");
}

@media (max-width: 768px) {
  .box.box-body {
    padding-right: 2rem;
  }
}

.box.box-face {
  padding-right: 10rem;
  background-image: url("img/face-fade@1x.jpg");
}

@media (max-width: 768px) {
  .box.box-face {
    padding-right: 2rem;
  }
}

.box.box-non-surgical {
  padding-right: 10rem;
  background-image: url("img/non-surgical-fade@1x.jpg");
}

@media (max-width: 768px) {
  .box.box-non-surgical {
    padding-right: 2rem;
  }
}

.box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-wrapper .box-2 {
  width: calc(50% - 1rem);
}

@media (max-width: 600px) {
  .box-wrapper .box-2 {
    width: 100%;
  }
}

.box-wrapper .box-3 {
  width: calc(33.333% - 1rem);
}

@media (max-width: 900px) {
  .box-wrapper .box-3 {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
  .box-wrapper .box-3 {
    width: 100%;
  }
}

.box-wrapper .box-4 {
  width: calc(25% - 1rem);
}

@media (max-width: 1200px) {
  .box-wrapper .box-4 {
    width: calc(33.333% - 1rem);
  }
}

@media (max-width: 900px) {
  .box-wrapper .box-4 {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
  .box-wrapper .box-4 {
    width: 100%;
  }
}

.faq {
  margin-bottom: 2rem;
}

.faq .qa {
  margin-bottom: 1rem;
}

.faq .qa .qaq {
  margin-bottom: .5rem;
}

/* END ELEMENTS ---------- */
/* BEGIN LAYOUT ---------- */
html {
  background-color: #fff;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

body .site {
  display: grid;
  z-index: 0;
  min-height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "main" "footer";
}

.site-header {
  grid-area: header;
  position: sticky;
  top: 0;
}

.site-main {
  grid-area: main;
  margin-top: 8rem;
  margin-bottom: 2rem;
}

.site-footer {
  grid-area: footer;
}

.wrapper {
  width: 100%;
  position: relative;
}

.contain {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-split {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-split {
    flex-direction: column;
  }
}

.section-split section {
  width: calc(50% - 1rem);
}

@media (max-width: 768px) {
  .section-split section {
    width: 100%;
  }
}

.section-split section.section-left {
  order: 1;
}

@media (max-width: 768px) {
  .section-split section.section-left {
    margin-bottom: 1rem;
  }
}

.section-split section.section-right {
  order: 2;
}

@media (max-width: 768px) {
  .section-split section.section-right {
    margin-bottom: 1rem;
  }
}

.hide {
  display: none;
}

/* END LAYOUT ---------- */
/* BEGIN HEADER ---------- */
#header {
  background-color: #fff;
  padding: 1rem 2rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  position: fixed;
  top: 0;
}

#id {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 1.5rem 0 0;
}

#id .site-title {
  position: relative;
  font-size: var(--h3);
  margin: 0;
}

@media (max-width: 1100px) {
  #id .site-title {
    font-size: var(--h4);
  }
}

@media (max-width: 768px) {
  #id .site-title {
    display: none;
  }
}

#id:before {
  display: block;
  content: "";
  width: 68px;
  height: 68px;
  background: url("img/id.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1rem;
}

#header-details-wrapper {
  display: flex;
}

@media (max-width: 1160px) {
  #header-details-wrapper {
    align-items: center;
  }
}

#header-contact-details {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 24rem;
  margin-right: 2rem;
}

@media (max-width: 1160px) {
  #header-contact-details {
    width: auto;
  }
}

@media (max-width: 480px) {
  #header-contact-details {
    display: none;
  }
}

#header-contact-details span {
  position: relative;
}

#header-contact-details span.tel {
  font-size: 1.1rem;
  padding-right: 1rem;
  margin-right: 1rem;
  font-feature-settings: "lnum";
}

#header-contact-details span.tel:after {
  content: "|";
  display: inline-block;
  position: absolute;
  right: 0;
}

@media (max-width: 1160px) {
  #header-contact-details span.tel {
    display: none;
  }
}

#header-contact-details span.schedule {
  font-size: 1.1rem;
}

#header-contact-details span.addr {
  font-size: .75rem;
  width: 100%;
  text-align: right;
}

@media (max-width: 1160px) {
  #header-contact-details span.addr {
    display: none;
  }
}

/* END HEADER ---------- */
/* BEGIN FOOTER ---------- */
.site-footer #footer-consultation {
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
}

.site-footer #footer-consultation .contain {
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem;
}

@media (max-width: 1200px) {
  .site-footer #footer-consultation .contain {
    background-position: -16rem center;
  }
}

.site-footer #footer-consultation .contain #footer-consultation-id {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}

.site-footer #footer-consultation .contain #footer-consultation-id h1 {
  position: relative;
  margin: 0;
}

@media (max-width: 1100px) {
  .site-footer #footer-consultation .contain #footer-consultation-id h1 {
    font-size: var(--h4);
  }
}

@media (max-width: 768px) {
  .site-footer #footer-consultation .contain #footer-consultation-id h1 {
    display: none;
  }
}

.site-footer #footer-consultation .contain #footer-consultation-id:before {
  display: block;
  content: "";
  width: 96px;
  height: 96px;
  background: url("img/id.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1rem;
}

@media (max-width: 500px) {
  .site-footer #footer-consultation .contain #footer-consultation-id {
    display: none;
  }
}

.site-footer #footer-contact {
  border-bottom: var(--border);
}

.site-footer #footer-contact .contain {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 800px) {
  .site-footer #footer-contact .contain {
    flex-direction: column;
  }
}

.site-footer #footer-contact .contain .footer-contact {
  width: calc(50% - 1rem);
  align-items: center;
}

@media (max-width: 800px) {
  .site-footer #footer-contact .contain .footer-contact {
    width: 100%;
  }
}

.site-footer #footer-contact .contain .footer-address {
  margin-right: 2rem;
}

@media (max-width: 800px) {
  .site-footer #footer-contact .contain .footer-address {
    margin-right: 0rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.site-footer #footer-contact .contain .footer-address h5, .site-footer #footer-contact .contain .footer-address p {
  margin-bottom: 0;
}

.site-footer #footer-contact .contain .footer-telephone {
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .site-footer #footer-contact .contain .footer-telephone {
    flex-direction: column;
    align-items: center;
  }
}

.site-footer #footer-contact .contain .footer-telephone .tel {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .site-footer #footer-contact .contain .footer-telephone .tel {
    margin-bottom: 2rem;
    font-size: var(--h3);
  }
}

.site-footer #footer-contact .contain .footer-telephone .social-media-links {
  margin-left: .75rem;
  display: flex;
}

@media (max-width: 1200px) {
  .site-footer #footer-contact .contain .footer-telephone .social-media-links {
    margin-left: 0rem;
  }
}

.site-footer #footer-contact .contain .footer-telephone .social-media-links:before {
  content: "|";
  line-height: calc(28px + .5rem);
}

@media (max-width: 1200px) {
  .site-footer #footer-contact .contain .footer-telephone .social-media-links:before {
    display: none;
  }
}

.site-footer #footer-end .contain {
  padding-top: 1.5rem;
}

.site-footer #footer-end .contain .footer-navigation {
  font-size: var(--small);
}

.site-footer #footer-end .contain .policy-navigation {
  font-size: var(--x-small);
}

.site-footer #footer-end .contain .site-info {
  text-align: center;
  font-size: var(--small);
  margin-bottom: 2rem;
}

a.cta-fixed {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 0;
}

@media (max-width: 768px) {
  a.cta-fixed {
    display: none;
  }
}

/* END FOOTER ---------- */
/* BEGIN NAVIGATION ---------- */
.site-navigation {
  display: flex;
  align-items: center;
}

#navigation-panel {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: -100%;
  margin: 0;
  padding: 7.5rem 4rem 0 4rem;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media (max-width: 1366px) {
  #navigation-panel {
    padding: 7.5rem 1rem 0 1rem;
  }
}

#navigation-panel .contain {
  display: flex;
  flex-wrap: wrap;
}

#navigation-panel .primary-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #DCDAD7;
  order: 1;
}

#navigation-panel .primary-navigation li {
  display: block;
  margin: 0;
  padding: 0 1rem;
  min-width: 12rem;
}

#navigation-panel .primary-navigation li:before {
  display: none;
}

#navigation-panel .primary-navigation li a {
  display: block;
  width: 100%;
  font-family: 'Cormorant', serif;
  font-size: var(--h4);
  line-height: var(--line-height--heading);
  color: #2A2724;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2A2724;
  font-weight: 600;
  margin-bottom: 1rem;
}

#navigation-panel .primary-navigation li .sub-menu li {
  padding: 0;
}

#navigation-panel .primary-navigation li .sub-menu li a {
  font-family: 'Raleway', sans-serif;
  color: #2A2724;
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: #958E85;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#navigation-panel .primary-navigation li .sub-menu li a:hover {
  color: #2A2724;
}

#navigation-panel .primary-navigation li .sub-menu li.nav-back {
  display: none;
}

#navigation-panel .secondary-navigation {
  order: 2;
  min-width: 24rem;
}

#navigation-panel .secondary-navigation li {
  display: block;
  margin: 0;
  padding: 0 1rem;
  min-width: 12rem;
}

#navigation-panel .secondary-navigation li:before {
  display: none;
}

#navigation-panel .secondary-navigation li a {
  display: block;
  font-family: 'Cormorant', serif;
  font-size: var(--h4);
  line-height: var(--line-height--heading);
  color: #2A2724;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2A2724;
  font-weight: 600;
  margin-bottom: 1rem;
}

#navigation-panel .tertiary-navigation {
  order: 3;
  min-width: 12rem;
}

#navigation-panel .tertiary-navigation li {
  display: block;
  margin: 0;
  padding: 0 1rem;
  min-width: 12rem;
}

#navigation-panel .tertiary-navigation li:before {
  display: none;
}

#navigation-panel .tertiary-navigation li a {
  display: block;
  width: 100%;
  font-family: 'Cormorant', serif;
  font-size: var(--h4);
  line-height: var(--line-height--heading);
  color: #2A2724;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2A2724;
  font-weight: 600;
  margin-bottom: 1rem;
}

#navigation-panel .tertiary-navigation li .sub-menu li {
  padding: 0;
}

#navigation-panel .tertiary-navigation li .sub-menu li a {
  font-family: 'Raleway', sans-serif;
  color: #2A2724;
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: #958E85;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#navigation-panel .tertiary-navigation li .sub-menu li a:hover {
  color: #2A2724;
}

#navigation-panel .tertiary-navigation li .sub-menu li.nav-back {
  display: none;
}

#navigation-panel .nav-contact {
  padding: 0 1rem;
  order: 4;
  min-width: 12rem;
}

#navigation-panel .nav-contact p {
  margin-bottom: .5rem;
}

#navigation-panel.nav-open {
  top: 0;
  opacity: 1;
}

@media (max-width: 1160px) {
  #navigation-panel .primary-navigation {
    flex-direction: column;
    justify-content: start;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    border-bottom: none;
  }
  #navigation-panel .primary-navigation li {
    display: block;
    min-width: 12rem;
    text-align: center;
  }
  #navigation-panel .primary-navigation li:before {
    display: none;
  }
  #navigation-panel .primary-navigation li a {
    display: block;
    width: 100%;
    font-family: 'Cormorant', serif;
    font-size: var(--h4);
    line-height: var(--line-height--heading);
    color: #2A2724;
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2A2724;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  #navigation-panel .primary-navigation li .sub-menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: -100%;
    margin: 0;
    padding: 7.5rem 4rem 0 4rem;
    overflow: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #navigation-panel .primary-navigation li .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #navigation-panel .primary-navigation li .sub-menu li.nav-back {
    display: block;
  }
  #navigation-panel .primary-navigation li .sub-menu.nav-open {
    top: 0;
    opacity: 1;
    z-index: 1;
  }
  #navigation-panel .secondary-navigation {
    width: 100%;
    min-width: 0;
    order: 3;
  }
  #navigation-panel .secondary-navigation li {
    display: block;
    min-width: 12rem;
    text-align: center;
  }
  #navigation-panel .secondary-navigation li:before {
    display: none;
  }
  #navigation-panel .secondary-navigation li a {
    display: block;
    font-family: 'Cormorant', serif;
    font-size: var(--h4);
    line-height: var(--line-height--heading);
    color: #2A2724;
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2A2724;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  #navigation-panel .tertiary-navigation {
    order: 2;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    border-bottom: none;
  }
  #navigation-panel .tertiary-navigation li {
    display: block;
    min-width: 12rem;
    text-align: center;
  }
  #navigation-panel .tertiary-navigation li:before {
    display: none;
  }
  #navigation-panel .tertiary-navigation li a {
    display: block;
    width: 100%;
    font-family: 'Cormorant', serif;
    font-size: var(--h4);
    line-height: var(--line-height--heading);
    color: #2A2724;
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2A2724;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  #navigation-panel .tertiary-navigation li .sub-menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: -100%;
    margin: 0;
    padding: 7.5rem 4rem 0 4rem;
    overflow: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #navigation-panel .tertiary-navigation li .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #navigation-panel .tertiary-navigation li .sub-menu li.nav-back {
    display: block;
  }
  #navigation-panel .tertiary-navigation li .sub-menu.nav-open {
    top: 0;
    opacity: 1;
    z-index: 1;
  }
  #navigation-panel .nav-contact {
    display: none;
  }
}

#navigation-menu-btn {
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 8px;
  z-index: 2000;
  background-color: transparent;
  border: none;
}

#navigation-menu-btn:hover {
  background-color: transparent;
}

#navigation-menu-btn:focus {
  outline-color: #2A2724;
}

#navigation-menu-btn.nav-open:focus {
  outline: none;
}

#navigation-menu-btn .navigation-menu-btn-hamburger,
#navigation-menu-btn .navigation-menu-btn-hamburger:before,
#navigation-menu-btn .navigation-menu-btn-hamburger:after {
  display: block;
  position: absolute;
  content: '';
  width: 32px;
  height: 3px;
  background-color: #2A2724;
  border-radius: 1.5px;
}

#navigation-menu-btn .navigation-menu-btn-hamburger {
  top: calc(50% - 1.5px);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

#navigation-menu-btn .navigation-menu-btn-hamburger:before {
  top: -8px;
  transition: top 75ms ease .12s, opacity 75ms ease;
  opacity: 1;
}

#navigation-menu-btn .navigation-menu-btn-hamburger:after {
  bottom: -8px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#navigation-menu-btn.nav-open .navigation-menu-btn-hamburger,
#navigation-menu-btn.nav-open .navigation-menu-btn-hamburger:before,
#navigation-menu-btn.nav-open .navigation-menu-btn-hamburger:after {
  background-color: #2A2724;
}

#navigation-menu-btn.nav-open .navigation-menu-btn-hamburger {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

#navigation-menu-btn.nav-open .navigation-menu-btn-hamburger:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

#navigation-menu-btn.nav-open .navigation-menu-btn-hamburger:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

#footer-navigation .footer-navigation {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer-navigation .footer-navigation li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

#footer-navigation .footer-navigation li a {
  margin: 0 .75rem;
}

.quick-navigation {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  bottom: 0;
  background: #2A2724;
}

@media (min-width: 768px) {
  .quick-navigation {
    display: none;
  }
}

.quick-navigation .quick-navigation-item {
  flex: 1;
  position: relative;
  background-color: #2A2724;
  color: #fff;
  text-transform: uppercase;
  font-size: var(--x-small);
  text-align: center;
  padding: 2.5rem .25rem .5rem;
  font-weight: 600;
  border-right: solid 1px #605B54;
  transition: background-color var(--duration) var(--timing);
}

.quick-navigation .quick-navigation-item:hover {
  background-color: #605B54;
}

.quick-navigation .quick-navigation-item:last-child {
  border-right: none;
}

.quick-navigation .quick-navigation-item:after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: .75rem;
  left: calc(50% - .75rem);
  background-image: url("img/sprite-nav-quick.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.quick-navigation .quick-navigation-item.nav-quick-directions:after {
  background-position: 0 0;
}

.quick-navigation .quick-navigation-item.nav-quick-phone:after {
  background-position: 0 -24px;
}

.quick-navigation .quick-navigation-item.nav-quick-gallery:after {
  background-position: 0 -48px;
}

.quick-navigation .quick-navigation-item.nav-quick-schedule:after {
  background-position: 0 -72px;
}

@media (min-width: 768px) {
  li.no-link > a {
    cursor: default;
  }
  li.no-link > a:hover, li.no-link > a:focus {
    outline: none;
  }
}

/* END NAVIGATION ---------- */
/* BEGIN SEARCH ---------- */
#search-btn {
  display: block;
  width: 2rem;
  height: 2rem;
  min-width: 48px;
  min-height: 48px;
  margin-right: 1.5rem;
  padding: .5rem;
  text-indent: -1000rem;
  background: url("img/svg/search.svg") no-repeat;
  cursor: pointer;
}

#header .subversive-search-form {
  height: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
  overflow: hidden;
  transition: height .3s;
}

#header .subversive-search-form.search-open {
  height: 3.375rem;
}

#header .subversive-search-form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#header .subversive-search-form input[type="text"] {
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #e5e5e5;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1rem;
}

#header .subversive-search-form input[type="text"]::placeholder {
  color: #191919;
}

/* END SEARCH ---------- */
/* BEGIN RECENT POSTS ---------- */
.subversive-recent-posts-wrapper {
  margin-bottom: 2rem;
}

.subversive-recent-posts-wrapper .subversive-recent-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
}

.subversive-recent-posts-wrapper .subversive-recent-posts .subversive-recent-post {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  background-color: #191919;
  background-position: center;
  background-size: cover;
}

.subversive-recent-posts-wrapper .subversive-recent-posts .subversive-recent-post h5 {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: .5rem;
  color: #fff;
}

/* END RECENT POSTS ---------- */
/* BEGIN RECENT POSTS ---------- */
.subversive-logo-wall-wrapper {
  --logo-wall-item-width: 10rem;
  --aspect-ratio: calc(9/16);
  /* Sets aspect ratio to 16:9 */
  margin-bottom: 2rem;
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -1000rem;
  height: calc(var(--logo-wall-item-width) * var(--aspect-ratio));
  width: var(--logo-wall-item-width);
  margin: .125rem;
  background-image: url("img/sprite-soda.jpg");
  background-color: #999;
  background-position: 0 0;
  background-size: cover;
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(2) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -1);
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(3) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -2);
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(4) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -3);
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(5) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -4);
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(6) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -5);
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(7) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -6);
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(8) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -7);
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(9) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -8);
}

.subversive-logo-wall-wrapper .subversive-logo-wall-items .subversive-logo-wall-item:nth-child(10) {
  background-position: 0 calc((var(--logo-wall-item-width) * var(--aspect-ratio)) * -9);
}

/* END RECENT POSTS ---------- */
/* BEGIN HOME SPLASH ---------- */
#home-splash {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  /*@media (max-width: 800px){
        &:after{
            display: block;
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(255, 255, 255, .7);
            z-index: -10;
        }
    }*/
}

#home-splash h1, #home-splash p {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  #home-splash h1 {
    font-size: var(--h3);
  }
}

@media (max-width: 500px) and (max-width: 480px) {
  #home-splash h1 {
    text-align: center;
    color: #fff;
  }
}

#home-splash p {
  font-size: var(--small);
}

@media (max-width: 480px) {
  #home-splash p {
    text-align: center;
    color: #fff;
  }
}

#home-splash .home-splash-action {
  margin-top: 1rem;
}

#home-splash .home-splash-action a {
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  #home-splash .home-splash-action a {
    width: 100%;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  #home-splash .home-splash-action a:hover {
    background-color: #fff;
    border-color: #2A2724;
    color: #2A2724;
  }
}

#home-splash .home-splash-action a:first-child {
  margin-right: 1rem;
}

@media (max-width: 480px) {
  #home-splash .home-splash-action a:first-child {
    margin-right: 0;
  }
}

/* BEGIN HOME SPLASH ---------- */
/* BEGIN HOME BIOGRAPHY/PROCEDURE BIOGRAPHY ---------- */
#home-biography,
#proc-biography {
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
  margin-bottom: 4rem;
}

#proc-biography {
  padding: 4rem 0;
  background-position: -18rem center;
}

@media (max-width: 1200px) {
  #home-biography {
    background-position: -16rem center;
  }
  #proc-biography {
    background-position: -23rem center;
  }
}

@media (min-width: 801px) and (max-width: 900px) {
  #proc-biography {
    background-position: -30rem center;
  }
}

@media (max-width: 800px) {
  #home-biography,
  #proc-biography {
    background-image: none !important;
    background-color: #2A2724;
    padding: 4rem 0;
  }
}

@media (max-width: 480px) {
  #home-biography,
  #proc-biography {
    padding: 2rem 0;
  }
}

#home-biography .contain,
#proc-biography .contain {
  display: flex;
  justify-content: flex-end;
}

#home-biography .contain .section-content,
#proc-biography .contain .section-content {
  width: calc(50% - 1rem);
  color: #fff;
}

#proc-biography .contain .section-content {
  width: calc(60% - 1rem);
}

@media (max-width: 800px) {
  #home-biography .contain .section-content,
  #proc-biography .contain .section-content {
    width: 100%;
  }
}

#home-biography .contain .section-content .home-biography-name,
#proc-biography .contain .section-content .home-biography-name {
  color: #fff;
}

@media (max-width: 480px) {
  #home-biography .contain .section-content .home-biography-name,
  #proc-biography .contain .section-content .home-biography-name {
    font-size: var(--h2);
  }
}

#home-biography .contain .section-content p,
#proc-biography .contain .section-content p {
  color: #fff;
}

#home-biography .contain .section-content .home-biography-action,
#proc-biography .contain .section-content .home-biography-action {
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  #home-biography .contain .section-content .home-biography-action,
  #proc-biography .contain .section-content .home-biography-action {
    flex-wrap: wrap;
  }
}

#home-biography .contain .section-content .home-biography-action .btn,
#proc-biography .contain .section-content .home-biography-action .btn {
  margin-right: 1.5rem;
}

@media (max-width: 480px) {
  #home-biography .contain .section-content .home-biography-action .btn,
  #proc-biography .contain .section-content .home-biography-action .btn {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  #home-biography .contain .section-content .home-biography-action .social-media-links,
  #proc-biography .contain .section-content .home-biography-action .social-media-links {
    width: 100%;
    justify-content: center;
  }
}

#home-biography .contain .section-content .home-biography-image-mobile,
#proc-biography .contain .section-content .home-biography-image-mobile {
  display: none;
}

@media (max-width: 480px) {
  #home-biography .contain .section-content .home-biography-image-mobile,
  #proc-biography .contain .section-content .home-biography-image-mobile {
    display: block;
    width: 80%;
    height: auto;
    margin: 2rem auto 0;
  }
}

/* BEGIN HOME BIOGRAPHY/PROCEDURE BIOGRAPHY ---------- */
/* BEGIN HOME CREDENTIALS/PROCEDURE CREDENTIALS ---------- */
#home-credentials {
  text-align: center;
  margin-bottom: 4rem;
}

#proc-biography #home-credentials {
  margin-top: 4rem;
  margin-bottom: 0;
}

#home-credentials .home-credentials-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#home-credentials .home-credentials-logos .home-credentials-logo {
  max-width: 100px;
  max-height: auto;
  margin: 0 1.5rem;
}

@media (min-width: 801px) and (max-width: 1200px) {
  #proc-biography #home-credentials .home-credentials-logos .home-credentials-logo {
    max-width: 70px;
    margin: 0 .5rem;
  }
}

/* BEGIN HOME CREDENTIALS ---------- */
#home-credentials {
  text-align: center;
  margin-bottom: 4rem;
}

#home-credentials .home-credentials-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#home-credentials .home-credentials-logos .home-credentials-logo {
  max-width: 100px;
  max-height: auto;
  margin: 0 1.5rem;
}

/* BEGIN HOME CREDENTIALS ---------- */
/* BEGIN SOCIAL MEDIA ---------- */
.social-media-links {
  display: flex;
  flex-wrap: wrap;
}

.social-media-links .social-media-link {
  display: block;
  width: 28px;
  height: 28px;
  background: url("img/social-icons.png");
  text-indent: -1000em;
  margin: 0.25rem .75rem;
  transition: opacity var(--duration) var(--timing);
}

.social-media-links .social-media-link.social-media-facebook {
  background-position-y: 0;
}

.social-media-links .social-media-link.social-media-twitter {
  background-position-y: -28px;
}

.social-media-links .social-media-link.social-media-linkedin {
  background-position-y: -56px;
}

.social-media-links .social-media-link.social-media-instagram {
  background-position-y: -84px;
}

.social-media-links .social-media-link.social-media-youtube {
  background-position-y: -112px;
}

.social-media-links .social-media-link.social-media-realself {
  background-position-y: -140px;
}

.social-media-links .social-media-link:hover {
  opacity: .6;
}

#home-biography .contain .section-content .home-biography-action .social-media-links .social-media-link {
  background-position-x: -28px;
}

/* END SOCIAL MEDIA ---------- */
/* BEGIN BREADCRUMBS ---------- */
.breadcrumbs {
  font-size: var(--small);
  margin-bottom: .5rem;
  text-transform: uppercase;
  padding: 0;
}

.breadcrumbs li {
  list-style: none;
  display: inline-block;
}

/* END BREADCRUMBS ---------- */
/* BEGIN WP-PAGENAVI ---------- */
.wp-pagenavi {
  text-align: center;
  margin-bottom: 4rem;
}

.wp-pagenavi .pages {
  display: inline-block;
  margin-right: .5rem;
}

.wp-pagenavi .first {
  display: inline-block;
  margin-right: .5rem;
  margin-left: .5rem;
}

.wp-pagenavi .previouspostslink {
  display: inline-block;
  margin-right: .5rem;
  margin-left: .5rem;
}

.wp-pagenavi .page, .wp-pagenavi .current {
  display: inline-block;
  min-width: 10px;
  margin-right: .25rem;
  margin-left: .25rem;
}

.wp-pagenavi .nextpostslink {
  display: inline-block;
  margin-right: .5rem;
  margin-left: .5rem;
}

.wp-pagenavi .last {
  display: inline-block;
  margin-right: .5rem;
  margin-left: .5rem;
}

.wp-pagenavi .extend {
  display: inline-block;
  margin-right: .5rem;
  margin-left: .5rem;
}

/* END WP-PAGENAVI ---------- */
/* BEGIN CATEGORY SELECT ---------- */
.category-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.category-selection .category-selection-label {
  margin-bottom: 0;
  margin-right: 1rem;
}

@media (max-width: 480px) {
  .category-selection .category-selection-label {
    margin-bottom: .5rem;
  }
}

.category-selection .options {
  z-index: 1000;
}

.category-selection .options .category-lvl-1 {
  font-weight: 600;
}

.category-selection .options .category-lvl-2 {
  padding-left: 1rem;
}

@media (max-width: 480px) {
  .category-selection {
    flex-direction: column;
  }
}

/* END CATEGORY SELECT  ---------- */
/* BEGIN CASE STUDIES ---------- */
.case-study.excerpt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1000px) {
  .case-study.excerpt {
    flex-direction: column;
  }
}

.case-study.excerpt .case-study-content {
  flex-basis: calc( 50% - 1rem);
  width: calc( 50% - 1rem);
}

@media (max-width: 1000px) {
  .case-study.excerpt .case-study-content {
    flex-basis: 100%;
    width: 100%;
    order: 2;
  }
}

.case-study.excerpt .case-study-images {
  flex-basis: calc( 50% - 1rem);
  width: calc( 50% - 1rem);
}

@media (max-width: 1000px) {
  .case-study.excerpt .case-study-images {
    flex-basis: 100%;
    width: 100%;
    order: 1;
    margin-bottom: 1rem;
  }
}

.post-type-archive-case-studies .section-left .category-lvl-2 {
  padding-left: 1rem;
}

.post-type-archive-case-studies .section-right img {
  max-width: calc(50% - 1rem);
  height: auto;
}

@media (max-width: 768px) {
  .post-type-archive-case-studies .section-right {
    display: none;
  }
}

.single .case-study-images {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.single .case-study-images .case-study-views {
  max-width: 50rem;
}

.case-study-images .case-study-views {
  display: grid;
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}

.case-study-images .case-study-views .case-study-view .case-study-view-contain {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.case-study-images .case-study-views .case-study-view .case-study-view-contain img {
  display: block;
  max-width: 50%;
  height: auto;
}

@media (max-width: 768px) {
  .case-study-images .case-study-views .case-study-view .case-study-view-contain img {
    max-width: 100%;
  }
}

.case-study-images .case-study-views .case-study-view:before {
  content: 'Before';
  display: block;
  padding: .5rem .75rem;
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--small);
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.case-study-images .case-study-views .case-study-view:after {
  content: 'After';
  display: block;
  padding: .5rem .75rem;
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--small);
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

@media (max-width: 768px) {
  .case-study-images .case-study-views .case-study-view:after {
    right: auto;
    left: 0;
    top: 50%;
  }
}

.case-study-images .case-study-view-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.case-study-images .case-study-view-navigation:after {
  display: block;
  margin-top: .5rem;
  content: 'Change View';
  text-transform: uppercase;
  color: #958E85;
  width: 100%;
  font-size: var(--x-small);
  text-align: center;
  font-weight: 600;
}

.case-study-images .case-study-view-navigation .case-study-view-pager {
  margin-right: 1rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.case-study-images .case-study-view-navigation .case-study-view-pager ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.case-study-images .case-study-view-navigation .case-study-view-pager ul li {
  padding: 0;
}

.case-study-images .case-study-view-navigation .case-study-view-pager ul li:before {
  display: none;
}

.case-study-images .case-study-view-navigation .case-study-view-pager ul li {
  display: block;
  background: transparent;
  width: 14px;
  height: 14px;
  border-radius: .5rem;
  border: solid 2px #958E85;
  margin: 0 .25rem;
  text-indent: -1000em;
  transition: background var(--duration) var(--timing);
}

.case-study-images .case-study-view-navigation .case-study-view-pager ul li.slick-active {
  background: #958E85;
}

.case-study-images .case-study-view-navigation .case-study-view-pager ul li:hover {
  cursor: pointer;
  background: #958E85;
}

.case-study-images .case-study-view-navigation a.slick-prev, .case-study-images .case-study-view-navigation a.slick-next {
  display: block;
  position: relative;
  width: 10px;
  height: 16px;
  text-indent: -1000em;
}

.case-study-images .case-study-view-navigation a.slick-prev:before, .case-study-images .case-study-view-navigation a.slick-next:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
}

.case-study-images .case-study-view-navigation a.slick-prev:before {
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #958E85 transparent transparent;
}

.case-study-images .case-study-view-navigation a.slick-next:before {
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #958E85;
}

.case-study-images.proc_page .case-study-views .case-study-view .case-study-view-contain {
  margin-bottom: 1rem;
}

/* END CASE STUDIES ---------- */
/* BEGIN CASE STUDY CATEGORY MENUS ---------- */
#case-studies-category-menus {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  #case-studies-category-menus {
    justify-content: center;
  }
}

#case-studies-category-menus .case-studies-category-menu {
  display: flex;
  position: relative;
  justify-content: flex-end;
  flex-direction: column;
  width: 264px;
  height: 427px;
  background: #F4F3F2;
  text-align: center;
  padding: 1.5rem;
}

#case-studies-category-menus .case-studies-category-menu:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  z-index: 0;
  transition: opacity var(--duration) var(--timing);
}

#case-studies-category-menus .case-studies-category-menu .case-studies-category-title {
  z-index: 1;
}

#case-studies-category-menus .case-studies-category-menu .case-studies-category-menu-items {
  margin: 0;
  padding: 0;
  z-index: 1;
  flex: 0;
  overflow: hidden;
  transition: flex var(--duration) var(--timing);
}

#case-studies-category-menus .case-studies-category-menu .case-studies-category-menu-items li {
  padding: 0;
}

#case-studies-category-menus .case-studies-category-menu .case-studies-category-menu-items li:before {
  display: none;
}

#case-studies-category-menus .case-studies-category-menu:hover:before {
  opacity: .7;
}

#case-studies-category-menus .case-studies-category-menu:hover .case-studies-category-menu-items {
  flex: 1;
}

#case-studies-category-menus .case-studies-category-menu.breast {
  background: url("img/breast@1x.jpg");
}

#case-studies-category-menus .case-studies-category-menu.body {
  background: url("img/body@1x.jpg");
}

#case-studies-category-menus .case-studies-category-menu.face {
  background: url("img/face@1x.jpg");
}

#case-studies-category-menus .case-studies-category-menu.non-surgical {
  background: url("img/nonsurgical@1x.jpg");
}

/* END CASE STUDY CATEGORY MENUS ---------- */
/* BEGIN REVIEWS ---------- */
#home-reviews {
  margin-bottom: 4rem;
  text-align: center;
}

#home-reviews .section-title {
  margin-bottom: 2rem;
}

#home-reviews .reviews-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}

#home-reviews .reviews-group .review {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#home-reviews .reviews-group .review .review-excerpt {
  width: 100%;
}

#home-reviews #google-business-reviews-rating .heading, #home-reviews #google-business-reviews-rating .vicinity, #home-reviews #google-business-reviews-rating .rating {
  display: none;
}

#home-reviews #google-business-reviews-rating ul.listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 4rem;
  margin-bottom: 4rem;
}

#home-reviews #google-business-reviews-rating ul.listing li {
  padding: 0;
}

#home-reviews #google-business-reviews-rating ul.listing li:before {
  display: none;
}

#home-reviews #google-business-reviews-rating ul.listing li {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 2rem;
}

#home-reviews #google-business-reviews-rating ul.listing li .author-avatar {
  display: none;
}

#home-reviews #google-business-reviews-rating ul.listing li .author-name {
  display: none;
}

#home-reviews #google-business-reviews-rating ul.listing li .rating {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

#home-reviews #google-business-reviews-rating ul.listing li .relative-time-description {
  display: none;
}

#home-reviews #google-business-reviews-rating ul.listing li .text-excerpt .review-snippet {
  margin-bottom: 1rem;
}

#home-reviews #google-business-reviews-rating ul.listing li .text-excerpt .review-more-link {
  display: block;
}

#home-reviews #google-business-reviews-rating ul.listing li .text-excerpt .review-full-text {
  display: none;
}

.page-testimonials #google-business-reviews-rating ul.listing {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}

.page-testimonials #google-business-reviews-rating ul.listing li {
  padding: 0;
}

.page-testimonials #google-business-reviews-rating ul.listing li:before {
  display: none;
}

.page-testimonials #google-business-reviews-rating ul.listing li {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.page-testimonials #google-business-reviews-rating ul.listing li .author-avatar {
  display: none;
}

.page-testimonials #google-business-reviews-rating ul.listing li .author-name {
  font-size: var(--h5);
  color: #C4C1BC;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 1rem;
  margin-bottom: .5rem;
}

.page-testimonials #google-business-reviews-rating ul.listing li .relative-time-description {
  display: none;
}

.page-testimonials #google-business-reviews-rating ul.listing li .text {
  width: 100%;
}

/* END REVIEWS ---------- */
/* BEGIN FEATURED PROCEDURES ---------- */
.slick-slider * {
  min-height: 0;
  min-width: 0;
}

#featured-procedures {
  background: #F4F3F2;
  margin-bottom: 4rem;
}

#featured-procedures .slick-dots {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

#featured-procedures .slick-dots li {
  padding: 0;
}

#featured-procedures .slick-dots li:before {
  display: none;
}

#featured-procedures .featured-procedure-categories-navigation-wrapper {
  background: #2A2724;
  border-top: solid 1px #2A2724;
}

@media (max-width: 700px) {
  #featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation.contain {
    padding-left: 0;
    padding-right: 0;
  }
}

#featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

#featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots li {
  padding: 0;
}

#featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots li:before {
  display: none;
}

@media (max-width: 700px) {
  #featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots {
    flex-wrap: wrap;
  }
}

#featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots li {
  color: #fff;
  flex: 1;
  text-align: center;
  margin: 0;
  padding: calc(1.5rem - 1px) 0;
  font-size: var(--large);
  text-transform: uppercase;
  font-weight: 600;
  border-right: solid 1px #2A2724;
  border-bottom: solid 1px #2A2724;
  transition: background-color var(--duration) var(--timing);
  transition: color var(--duration) var(--timing);
}

#featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots li:last-child {
  border-right: none;
}

#featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots li:hover, #featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots li.slick-active {
  color: #2A2724;
  background-color: #fff;
}

@media (max-width: 700px) {
  #featured-procedures .featured-procedure-categories-navigation-wrapper .featured-procedure-categories-navigation ul.slick-dots li {
    min-width: 50%;
  }
}

#featured-procedures .featured-procedure-categories {
  display: grid;
}

#featured-procedures .featured-procedure-categories .featured-procedure-category {
  background: #F4F3F2;
  background-size: cover;
  background-position: left;
}

@media (max-width: 1200px) {
  #featured-procedures .featured-procedure-categories .featured-procedure-category {
    background-position: -16rem center;
  }
}

@media (max-width: 800px) {
  #featured-procedures .featured-procedure-categories .featured-procedure-category {
    background-image: none !important;
    background-color: #F4F3F2;
  }
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 800px) {
  #featured-procedures .featured-procedure-categories .featured-procedure-category .contain {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content {
  width: calc(50% - 1rem);
}

@media (max-width: 800px) {
  #featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content {
    width: 100%;
  }
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content .featured-procedures-navigation ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content .featured-procedures-navigation ul li {
  font-size: var(--small);
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: var(--small);
  color: #958E85;
  font-weight: 600;
  transition: color var(--duration) var(--timing);
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content .featured-procedures-navigation ul li.slick-active {
  color: #2A2724;
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content .featured-procedures-navigation ul li:hover {
  color: #2A2724;
  cursor: pointer;
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content .featured-procedures-navigation ul li span {
  margin: 0 .25rem;
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content .featured-procedures-navigation ul li:before {
  display: inline;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  background: transparent;
  content: "|";
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content .featured-procedures-navigation ul li:first-of-type span {
  margin-left: 0;
}

#featured-procedures .featured-procedure-categories .featured-procedure-category .contain .section-content .featured-procedures-navigation ul li:first-of-type:before {
  content: "";
}

/* BEGIN FEATURED PROCEDURES ---------- */
/* BEGIN AGE VARIFICATION ---------- */
#age-varification {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

#age-varification .age-varification-box {
  background: white;
  width: 40%;
  padding: 4rem;
  text-align: center;
}

@media (max-width: 1366px) {
  #age-varification .age-varification-box {
    width: 60%;
    padding: 3rem;
  }
}

@media (max-width: 1028px) {
  #age-varification .age-varification-box {
    width: 70%;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  #age-varification .age-varification-box {
    width: 80%;
  }
}

#age-varification .age-varification-box .decor-line {
  margin: .5rem 0;
}

#age-varification .age-varification-box .btn {
  width: 50%;
}

@media (max-width: 768px) {
  #age-varification .age-varification-box .btn {
    width: 100%;
  }
}

/* END AGE VARIFICATION ---------- */
/* BEGIN FAQ ---------- */
.faq .qa {
  position: relative;
}

.faq .qa .qaq {
  position: relative;
  padding: .75rem 1.25rem .75rem 2.75rem;
  margin-bottom: 1px;
  background: #DCDAD7;
  font-weight: 600;
}

.faq .qa .qaq:before {
  display: block;
  content: '';
  width: .75rem;
  height: .75rem;
  background: transparent;
  background-image: url(img/svg/plus.svg);
  position: absolute;
  top: calc(50% - .375rem);
  left: 1.125rem;
}

.faq .qa .qaq:hover {
  cursor: pointer;
}

.faq .qa .qaq.active:before {
  background-image: url(img/svg/minus.svg);
}

.faq .qa .qaa {
  display: none;
  padding: 2rem 1.75rem;
  background: #DCDAD7;
}

/* END FAQ ---------- */
/* BEGIN PROUDLY SERVING TEMPLATE ---------- */
.proudly-serving .contain {
  padding: 2rem 0;
}

.proudly-serving .contain h3 {
  text-align: center;
}

.proudly-serving .contain h4 {
  text-align: center;
}

.proudly-serving .contain .cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.proudly-serving .contain .cities a {
  display: block;
  margin: 0 .5rem;
}

/* END PROUDLY SERVING TEMPLATE ---------- */
/* BEGIN POSTS TEMPLATE ---------- */
.entry-header.has-thumbnail {
  padding-top: 16rem;
  padding-bottom: 8rem;
  margin-bottom: -4rem;
}

@media (max-width: 768px) {
  .entry-header.has-thumbnail {
    padding-top: 8rem;
    padding-bottom: 4rem;
    margin-bottom: -4rem;
  }
}

@media (max-width: 800px) {
  .entry-header.has-thumbnail:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0;
  }
}

.entry-header.has-thumbnail .contain {
  position: relative;
  z-index: 1;
}

@media (max-width: 500px) {
  .entry-title {
    font-size: var(--h3);
  }
}

.entry-content {
  margin-bottom: 2rem;
}

.readmore-link {
  margin-right: 1rem;
}

.meta-details {
  font-size: var(--x-small);
  color: #605B54;
  margin-bottom: 2rem;
}

.swp_social_panel {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}

.nav-prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.nav-prev-next a {
  text-transform: uppercase;
  font-weight: 600;
}

/* END POSTS TEMPLATE ---------- */
/* BEGIN PAGE TEMPLATE ---------- */
.page-header.has-thumbnail {
  padding-top: 16rem;
  padding-bottom: 8rem;
}

@media (max-width: 768px) {
  .page-header.has-thumbnail {
    padding-top: 8rem;
    padding-bottom: 4rem;
    margin-bottom: -2rem;
  }
}

@media (max-width: 800px) {
  .page-header.has-thumbnail:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0;
  }
}

.page-header.has-thumbnail .contain {
  position: relative;
  z-index: 1;
}

.site-main.has-featured-image {
  margin-top: 4rem;
}

.page-title {
  margin-bottom: 2rem;
}

@media (max-width: 500px) {
  .page-title {
    font-size: var(--h3);
  }
}

/* END PAGE TEMPLATE ---------- */
/* BEGIN SEARCH TEMPLATE ---------- */
/* END SEARCH TEMPLATE ---------- */
/* BEGIN ARCHIVE TEMPLATE ---------- */
.excerpt {
  margin-bottom: 4rem;
}

/* END ARCHIVE TEMPLATE ---------- */
/* BEGIN LANDING PAGE TEMPLATE ---------- */
.single-landing-page .entry-header.has-thumbnail .landing-page-header-content {
  width: 100%;
  max-width: 60%;
}

@media (max-width: 768px) {
  .single-landing-page .entry-header.has-thumbnail .landing-page-header-content {
    max-width: 100%;
    text-align: center;
  }
}

/* END LANDING PAGE TEMPLATE ---------- */
/* BEGIN CLEAN TEMPLATE ---------- */
.header-in-content {
  position: relative;
  width: 100%;
  height: 24rem;
  padding: 14rem 3rem 8rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.header-in-content ol, .header-in-content h1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .header-in-content {
    padding-top: 8rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}

@media (max-width: 800px) {
  .header-in-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0;
  }
}

.toc h4 {
  text-align: center;
}

.toc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.toc ul li {
  position: relative;
  padding: .25rem .25rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex: 0 1 25%;
}

.toc ul li a {
  color: #2A2724;
}

.toc ul li:before {
  display: none;
}

.toc ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -3px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #2A2724;
}

#reviews-static {
  margin-bottom: 2rem;
}

#reviews-static ul {
  display: flex;
  align-content: center;
  justify-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

#reviews-static ul li {
  background: #2A2724;
  color: #fff;
  flex: 1;
  padding: 2rem;
  box-shadow: 0 0 3px #958E85;
  min-width: 300px;
}

#reviews-static ul li .rating {
  font-size: var(--large);
  color: #ffb400;
}

.before-after-static-images {
  margin-bottom: 2rem;
}

.before-after-static-images img {
  height: auto;
}

.video-wrapper-box-narrow {
  background: #2A2724;
  width: 70%;
  margin: 0rem auto 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.video-wrapper-box-narrow.box {
  padding: 1rem;
}

.video-wrapper-box-narrow .video-wrapper {
  width: 100%;
  margin: 0 auto;
}

.video-wrapper-box-narrow .video-wrapper .video-wrapper-inner {
  margin-bottom: 0;
}

.credentials {
  text-align: center;
  margin-bottom: 2rem;
}

.credentials .home-credentials-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.credentials .home-credentials-logos .home-credentials-logo {
  max-width: 100px;
  max-height: auto;
  margin: 0 1.5rem;
}

/* END CLEAN TEMPLATE ---------- */
/* BEGIN HOME---------- */
.home .site-main {
  margin-top: 0;
  margin-bottom: 0;
}

.home #home-introduction {
  text-align: center;
  margin-bottom: 5rem;
}

.home #home-case-studies .contain .section-content {
  text-align: center;
}

.home #home-why-choose {
  text-align: center;
  margin-bottom: 4rem;
}

/* END HOME ---------- */
/* BEGIN CONTACT---------- */
@media (max-width: 768px) {
  .page-template-page-contact .section-split section.section-left {
    order: 2;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .page-template-page-contact .section-split section.section-right {
    order: 1;
    margin-bottom: 0;
  }
}

/* END CONTACT ---------- */

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