@charset "UTF-8";
/*!
Theme Name: Ambra
Theme URI: http://underscores.me/
Author: Penn Studio
Author URI: http://www.pennstudio.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ambra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ambra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  text-transform: uppercase;
}

.script {
  font-family: "Brown Pen", sans-serif;
  color: #A67E7A;
  font-size: clamp(5rem, 3.2143rem + 5.7143vw, 7.5rem);
  pointer-events: none;
  display: block;
  width: 100%;
  line-height: 1em;
}

h1 {
  font-weight: 350;
  color: #1F1514;
  font-size: clamp(1.875rem, 0.8333rem + 3.3333vw, 3.125rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
}

h2 {
  font-size: clamp(1.5rem, 0.6667rem + 2.6667vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "gotham";
  src: url("./fonts/gotham-black-webfont.woff2") format("woff2"), url("./fonts/gotham-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("./fonts/gotham-bold-webfont.woff2") format("woff2"), url("./fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("./fonts/gotham-book-webfont.woff2") format("woff2"), url("./fonts/gotham-book-webfont.woff") format("woff");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("./fonts/gotham-light-webfont.woff2") format("woff2"), url("./fonts/gotham-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("./fonts/gotham-medium-webfont.woff2") format("woff2"), url("./fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("./fonts/gotham-thin-webfont.woff2") format("woff2"), url("./fonts/gotham-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("./fonts/gotham-bookitalic-webfont.woff2") format("woff2"), url("./fonts/gotham-bookitalic-webfont.woff") format("woff");
  font-weight: 350;
  font-style: italic;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.home .site-header #primary-menu a, .error404 .site-header #primary-menu a {
  color: white;
}

.home .site-header.fixed {
  background-color: rgba(51, 51, 51, 0.8);
}

.woocommerce .site-header {
  background-color: white;
  border-radius: 0 0 50px 50px;
}

.site-header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  transition: all 0.6s ease;
}
.site-header .row {
  height: 100%;
}
.site-header .row .four {
  z-index: 9999;
}
.site-header .contact-row, .site-header .social-links-row {
  height: unset;
}
.site-header .flex {
  justify-content: flex-end;
  align-items: center;
}
.site-header .main-navigation {
  display: flex;
  justify-content: flex-end;
}
.site-header #primary-menu li {
  margin-left: 70px;
}
.site-header #primary-menu a {
  font-weight: 500;
  color: #A67E7A;
}
.site-header a.cart-icon {
  position: relative;
  margin-left: 70px;
  display: block;
}
.site-header a.cart-icon span.counter {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 15px;
  min-height: 15px;
  font-size: 7px;
  font-weight: 500;
  line-height: 1em;
  background-color: #EB0252;
  color: white;
  padding: 5px;
  border-radius: 50%;
}

.site-header.fixed {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.6s ease;
  height: unset;
  border-radius: 0 0 50px 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.mega-menu-toggle {
  display: flex;
  margin-left: 70px;
  width: 66px;
  height: 66px;
  min-width: 66px;
  min-height: 66px;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-image: url("images/backgrounds/header-button-bg.jpg");
  background-size: cover;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 100;
  background-color: unset;
}
.mega-menu-toggle > div span {
  display: block;
  margin-bottom: 5px;
  width: 30px;
  height: 2px;
  transition: all 0.6s ease;
  background-color: white;
}
.mega-menu-toggle > div span:nth-child(2) {
  width: 24px;
  margin-left: auto;
}
.mega-menu-toggle > div span:nth-child(3) {
  width: 18px;
  margin-bottom: 0;
  margin-left: auto;
}

.mega-menu-toggle.active {
  position: fixed;
  top: 30px;
}
.mega-menu-toggle.active > div span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.mega-menu-toggle.active > div span:nth-child(2) {
  opacity: 0;
}
.mega-menu-toggle.active > div span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  width: 30px;
}

.mega-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  z-index: 99;
}
.mega-menu .contact-row {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mega-menu .contact-row .twelve {
  display: flex;
  justify-content: end;
  padding-right: 136px;
}
.mega-menu .contact-row .twelve a {
  margin-left: 30px;
}
.mega-menu ul#mega-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 350px;
  height: calc(100vh - 200px);
  overflow-y: scroll;
}
.mega-menu ul#mega-menu > li {
  padding: 10px 0;
}
.mega-menu ul#mega-menu > li a {
  font-size: 30px;
  color: rgba(31, 21, 20, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 350;
  letter-spacing: 1px;
  position: relative;
}
.mega-menu ul#mega-menu > li a.active button.open-sub-menu {
  transform: rotate(45deg);
  transition: transform 0.6s ease-in-out;
}
.mega-menu ul#mega-menu > li .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu ul#mega-menu > li .sub-menu > li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.mega-menu ul#mega-menu > li .sub-menu > li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 30px;
}
.mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 460px;
  width: 400px;
}
.mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > a {
  font-size: 30px;
  display: flex;
  align-items: center;
}
.mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 430px;
  max-width: 400px;
  height: calc(100vh - 200px);
  overflow-y: scroll;
  padding-bottom: 50px;
  width: 100%;
}
.mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu:after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: rgb(239, 221, 221);
  background: -moz-linear-gradient(0deg, rgb(239, 221, 221) 30%, rgba(239, 221, 221, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(239, 221, 221) 30%, rgba(239, 221, 221, 0) 100%);
  background: linear-gradient(0deg, rgb(239, 221, 221) 30%, rgba(239, 221, 221, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efdddd",endColorstr="#efdddd",GradientType=1);
  pointer-events: none;
}
.mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li > a {
  font-size: 18px;
}
.mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu > li > a button.open-sub-menu {
  display: none;
}
.mega-menu button.open-sub-menu {
  background-image: url("./images/icons/sub-menu-idicator.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: -22px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 42px;
  width: 42px;
  cursor: pointer;
  transition: transform 0.6s ease-in-out;
}
.mega-menu .social-links-row {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

button.close-sub-menu {
  position: absolute;
  top: 0;
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
}
button.close-sub-menu:before {
  content: url("images/icons/menu-arrow-left.svg");
  margin-right: 15px;
}

.site-footer {
  position: relative;
}
.site-footer .benefits-footer {
  padding: 100px 0;
  background-color: #FAE8E5;
  border-radius: 100px 100px 0 0;
}
.site-footer .benefits-footer .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
}
.site-footer .benefits-footer h2 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.site-footer .benefits-footer img {
  border-radius: 400px;
  padding: 15px;
  border: 1px solid white;
  object-fit: cover;
}
.site-footer .main-footer {
  background-color: #333333;
  margin-top: -100px;
  padding: 200px 0 15px 0;
}
.site-footer .main-footer .top-block {
  padding-bottom: 30px;
  color: #FAE8E5;
}
.site-footer .main-footer .top-block p {
  text-align: right;
}
.site-footer .main-footer a.marquee {
  color: #FAE8E5;
}
.site-footer .main-footer .bottom-block {
  padding: 100px 0 0 0;
  font-size: 16px;
}
.site-footer .main-footer .bottom-block .six.columns {
  padding-right: 150px;
}
.site-footer .main-footer .bottom-block .three.columns {
  padding-right: 100px;
}
.site-footer .main-footer .bottom-block h2.footer-heading {
  color: #C4A79F;
  font-size: 16px;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.site-footer .main-footer .bottom-block table.contact-table {
  color: #FAE8E5;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site-footer .main-footer .bottom-block table.contact-table a {
  color: #FAE8E5;
  text-decoration: none;
}
.site-footer .main-footer .bottom-block table.contact-table td {
  padding: 0 0 15px 0;
}
.site-footer .main-footer .bottom-block table.contact-table td > table td {
  padding: 3px;
}
.site-footer .main-footer .bottom-block table.contact-table td.primary {
  color: #B69790;
  display: flex;
  align-items: center;
}
.site-footer .main-footer .bottom-block table.contact-table td.primary i {
  font-size: 22px;
  margin-right: 15px;
}
.site-footer .main-footer #footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .main-footer #footer-menu li {
  padding: 7px 0;
}
.site-footer .main-footer #footer-menu li a {
  color: #FAE8E5;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .social-row {
  padding-bottom: 50px;
  display: flex !important;
}
.site-footer .social-row ul.social-links li img {
  width: 45px;
}
.site-footer .social-row ul.accreditation {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .social-row ul.accreditation li {
  margin: 0 5px;
}
.site-footer .disclaimer-block {
  color: #FAE8E5;
  font-size: 14px;
}
.site-footer .disclaimer-block span {
  margin: 5px 0;
}
.site-footer .disclaimer-block ul#footer-disclaimer-menu {
  display: flex;
  margin: 5px 0 5px 50px;
  padding: 0;
  list-style: none;
}
.site-footer .disclaimer-block ul#footer-disclaimer-menu li {
  padding: 0 15px;
  border-right: 1px solid #FAE8E5;
}
.site-footer .disclaimer-block ul#footer-disclaimer-menu li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.site-footer .disclaimer-block ul#footer-disclaimer-menu li a {
  color: #FAE8E5;
  text-decoration: none;
}
.site-footer img.plim-image {
  margin-top: -100px;
}

.get-in-touch {
  background-color: #FAE8E5;
  padding: 100px 0 150px 0;
  border-radius: 0 0 100px 100px;
  position: relative;
}
.get-in-touch h2 {
  font-size: clamp(1.875rem, 0.1786rem + 5.4286vw, 4.25rem);
  color: black;
}
.get-in-touch p {
  color: #707070;
  font-size: 20px;
}
.get-in-touch .gform_wrapper.gravity-theme input[type=text], .get-in-touch .gform_wrapper.gravity-theme input[type=tel], .get-in-touch .gform_wrapper.gravity-theme input[type=email], .get-in-touch .gform_wrapper.gravity-theme textarea {
  border: none;
  border-bottom: 1px solid #A67F7A;
  background-color: transparent;
  border-radius: 0;
  color: black;
}
.get-in-touch .gform_wrapper.gravity-theme input[type=text]::placeholder, .get-in-touch .gform_wrapper.gravity-theme input[type=tel]::placeholder, .get-in-touch .gform_wrapper.gravity-theme input[type=email]::placeholder, .get-in-touch .gform_wrapper.gravity-theme textarea::placeholder {
  color: #B69790;
}
.get-in-touch .gform_wrapper.gravity-theme #field_submit {
  justify-content: center;
}
.get-in-touch .gform_wrapper.gravity-theme #field_submit input {
  margin: auto 0;
  border-radius: 100px;
  padding: 15px 50px;
  color: #A67E7A;
  background-color: white;
  border: none;
}
.get-in-touch .gform_wrapper.gravity-theme .gfield input.large {
  color: #B69790;
}
.get-in-touch .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  color: #B69790;
}
.get-in-touch .gform_wrapper.gravity-theme .gform_fileupload_rules {
  display: none;
}

.page-template-page-contact .site-footer .get-in-touch {
  display: none;
}
.page-template-page-contact .site-footer .benefits-footer {
  display: none;
}
.page-template-page-contact .site-footer .main-footer {
  margin-top: -130px;
}

@keyframes animateBg {
  50% {
    background-position: bottom right;
  }
}
@keyframes rotation {
  from {
    transform: translate(-50%, -50%) rotate(359deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes up-down {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes scrollHeading {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  } /* Scroll the heading to the left by its width */
}
.shop-header {
  padding: 250px 0 200px 0;
  background-size: cover;
  background-position: bottom;
}
.shop-header h1 {
  text-align: center;
  margin-bottom: 0;
}

.shop-homepage {
  padding: 100px 0;
}
.shop-homepage h2 {
  text-align: center;
}
.shop-homepage .woocommerce-products-header {
  display: none;
}

.shop-filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.shop-filter-wrapper .widget {
  margin: 0;
}
.shop-filter-wrapper .wc-block-product-categories.is-dropdown {
  margin: 0 15px 0 0;
}

#product-filters .wp-widget-group__inner-blocks {
  display: flex;
}
#product-filters .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product-filters .wp-block-group__inner-container .wc-block-catalog-sorting {
  margin: 0 !important;
}
#product-filters .wp-block-group__inner-container .wp-block-search__button-inside {
  margin: 0 !important;
  width: 100%;
  max-width: 350px;
}
#product-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: none;
  background: transparent;
  background-image: none;
  flex: 1;
  padding: 15px;
  color: black;
  cursor: pointer;
  font-size: 1em;
  position: relative;
  font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#product-filters select::-ms-expand {
  display: none;
}
#product-filters .wc-block-product-categories__button {
  display: none;
}
#product-filters .woocommerce-ordering, #product-filters .wc-block-product-categories__dropdown {
  position: relative;
}
#product-filters .woocommerce-ordering:after, #product-filters .wc-block-product-categories__dropdown:after {
  content: url("images/icons/down-arrow.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
#product-filters .wp-block-search__inside-wrapper {
  border: none;
  position: relative;
}
#product-filters .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  background-color: transparent;
  color: #A67E7A;
  border: none;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  margin: 0;
}
#product-filters .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 10px 10px 10px 50px;
  border: 1px solid #A67E7A;
  border-radius: 50px;
}

ul.products li.product {
  border: 1px solid transparent;
  border-radius: 15px;
  transition: border-color 0.6s ease-in-out;
}
ul.products li.product:hover {
  border-color: black;
}
ul.products li.product:hover span.view-product {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
ul.products li.product a {
  padding: 15px;
  display: block;
}
ul.products li.product h2 {
  text-align: left;
  color: black;
  font-weight: 500;
  hyphens: auto;
}
ul.products li.product span.view-product {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  text-align: center;
  font-size: 14px;
  background-color: #FAE8E5;
  border-radius: 50px;
  border: 1px solid white;
  width: 90%;
  text-transform: uppercase;
  cursor: pointer;
  color: black;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #555252;
  font-weight: 350;
}

.product-wrapper {
  padding-top: 150px;
  margin-bottom: 30px;
  background-image: url("images/backgrounds/wave-bg.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: white;
}
.product-wrapper h2 {
  color: #1F1514;
}
.product-wrapper .product-image {
  background-color: white;
}
.product-wrapper .product-image img {
  width: 100%;
}
.product-wrapper .product-content {
  padding-top: 50px;
}
.product-wrapper .product-content span.script {
  position: relative;
  left: -50px;
  z-index: 5;
  opacity: 0.55;
}
.product-wrapper .product-content h1.product_title {
  font-weight: 500;
  font-size: 40px;
  margin: 0 0 15px 0;
  margin-top: -50px;
  position: relative;
  z-index: 8;
}
.product-wrapper .product-content p.price {
  margin-bottom: 0;
}
.product-wrapper .product-content p.price del {
  display: block !important;
  opacity: 1 !important;
  color: red;
}
.product-wrapper .product-content p.price del span.amount {
  color: red;
}
.product-wrapper .product-content p.price del span.amount:before {
  content: "Was ";
}
.product-wrapper .product-content p.price span.amount,
.product-wrapper .product-content p.price ins {
  font-size: 26px;
  color: #A67E7A;
}

.product-description {
  padding-top: 50px;
}
.product-description h2 {
  font-size: 22px;
  font-weight: 350;
  color: black;
  padding-right: 50px;
  margin-top: 20px;
}
.product-description h3 {
  font-size: 20px;
  font-weight: 350;
  color: black;
}

.product-accordion {
  margin: 50px 0;
}
.product-accordion .single-wrapper {
  border-bottom: 1px solid #D4BEB9;
  position: relative;
}
.product-accordion .single-wrapper:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 13px;
  right: 0;
  background-size: contain;
  background-image: url("./images/icons/closed-indicator.svg");
  transform: translateY(-50%);
}
.product-accordion .single-wrapper h2 {
  font-size: 22px;
  font-weight: 350;
  color: black;
  padding-right: 50px;
  cursor: pointer;
  margin-top: 20px;
}
.product-accordion .single-wrapper .hidden {
  display: none;
  padding-right: 50px;
}
.product-accordion .single-wrapper.active:after {
  background-image: url("./images/icons/open-indicator.svg");
}

form.cart {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
form.cart .single_add_to_cart_button {
  background-color: #A67E7A;
  background-image: url("images/primary-bg.png");
  background-size: 110% 110%;
  background-position: top left;
  color: white;
  padding: 20px 50px;
  text-transform: uppercase;
  font-weight: 350;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
}
form.cart .single_add_to_cart_button:hover {
  background-image: url("images/primary-bg.png");
  animation: animateBg 30s infinite;
}

.qty-wrapper {
  display: flex;
  align-items: stretch;
  background-color: transparent;
  border: 1px solid #A67E7A;
  border-radius: 5px;
  margin-right: 15px;
}
.qty-wrapper div.quantity {
  margin: 0;
  display: flex;
  align-items: center;
}
.qty-wrapper input {
  background-color: transparent;
  pointer-events: none;
  border: 0 !important;
  border-radius: 0;
  color: #A67E7A !important;
  -moz-appearance: textfield;
}
.qty-wrapper input::-webkit-outer-spin-button,
.qty-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-wrapper button {
  padding: 15px;
  background-color: transparent;
  color: #1F1514;
  border: none;
}

.woocommerce-message {
  border-top-color: #A67E7A;
  background-color: white;
  color: black;
}
.woocommerce-message a.button {
  background-color: #A67E7A;
  background-image: url("images/primary-bg.png");
  background-size: 110% 110%;
  background-position: top left;
  color: white;
  padding: 10px 50px;
  text-transform: uppercase;
  font-weight: 350;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
}
.woocommerce-message a.button:hover {
  background-image: url("images/primary-bg.png");
  animation: animateBg 30s infinite;
  color: white;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  font-size: 20px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 20px !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
}

.wc-block-components-totals-coupon-link {
  color: #A67E7A;
  text-transform: uppercase;
  text-decoration: none;
}

.wc-block-cart__submit .wc-block-cart__submit-container .wc-block-cart__submit-button {
  padding: 20px 50px;
  text-transform: uppercase;
  font-weight: 350;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("images/primary-bg.png");
  background-size: cover;
  color: white;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-components-checkout-place-order-button {
  padding: 20px 50px;
  text-transform: uppercase;
  font-weight: 350;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("images/primary-bg.png");
  background-size: cover;
  color: white;
}

.woocommerce nav.woocommerce-pagination {
  border-top: 1px solid #D4BEB9;
  border-bottom: 1px solid #D4BEB9;
  padding: 20px 0;
  display: flex;
  justify-content: end;
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
  margin-left: 30px;
  color: #1F1514;
  font-size: 20px;
  text-decoration: none;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent;
  color: #B69790;
}
.woocommerce nav.woocommerce-pagination ul li span.current:hover {
  color: #B69790;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 350;
  color: #1F1514;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:hover {
  background-color: transparent;
  color: black;
}
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
  color: #B69790;
  border: 1px solid #B69790;
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.related.products {
  padding-top: 50px;
}

.flex {
  display: flex;
}

.justify-content-spacebetween {
  justify-content: space-between;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.extra-padding-left {
  padding-left: 100px;
}

.full-height {
  min-height: 100vh;
}

.hero-banner {
  background-size: 110% 110%;
  background-position: top left;
  animation: animateBg 30s infinite;
  position: relative;
}
.hero-banner .row {
  z-index: 1;
}
.hero-banner .video-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75vh;
  width: 30vw;
  border-radius: 300px;
  padding: 15px;
  border: 1px solid white;
  min-width: 500px;
}
.hero-banner .video-holder .spinner {
  position: absolute;
  top: 0;
  right: 0;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
}
.hero-banner .video-holder .spinner:after {
  content: url("images/icons/play-button-home.svg");
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.hero-banner .video-holder .spinner img.animate-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  object-fit: contain;
  animation: rotation 60s linear infinite;
}
.hero-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px;
  cursor: pointer;
}
.hero-banner .script {
  font-size: clamp(6.25rem, 1.25rem + 20vw, 15rem);
  position: absolute;
  top: -25px;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.hero-banner h1 {
  color: white;
  position: relative;
  z-index: 9;
  pointer-events: none;
}
.hero-banner .button-holder {
  max-width: 350px;
}
.hero-banner a.button {
  position: relative;
  z-index: 9;
  margin-bottom: 15px;
  width: 100%;
}
.hero-banner a.button:last-of-type {
  margin-bottom: 0;
}

.blackout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
.blackout .inner {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 66vw;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.blackout .inner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-services {
  padding: 100px 0 150px 0;
  background-color: #FAE8E5;
  border-radius: 0 0 100px 100px;
}
.our-services .script {
  text-align: center;
  line-height: 1em;
  color: #C4A79F;
}
.our-services h2 {
  text-align: center;
  margin-top: -35px;
  color: black;
}
.our-services p {
  text-align: center;
  color: black;
}
.our-services p:last-of-type {
  margin-bottom: 0;
}
.our-services .button.btn-white {
  margin-top: 50px;
}
.our-services .services-slider {
  margin-top: 50px;
}

.services-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  width: 75px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  z-index: 99;
  border-radius: 50%;
}
.services-slider .slick-arrow:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.services-slider .slick-track {
  display: flex;
  margin: 0;
  justify-content: center;
}
.services-slider .prev-arrow {
  left: 15%;
}
.services-slider .prev-arrow:after {
  content: "\f104";
}
.services-slider .next-arrow {
  right: 15%;
}
.services-slider .next-arrow:after {
  content: "\f105";
}
.services-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card {
  height: 500px;
  min-width: 200px;
  border-radius: 200px;
  overflow: hidden;
  position: relative;
  margin: 0 15px;
}
.service-card:hover img.featured-image {
  transform: scale(1.1);
  transition: transform 0.6s ease-in-out;
}
.service-card img.featured-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}
.service-card h3 {
  position: absolute;
  bottom: 75px;
  margin: 0;
  width: 100%;
  font-size: clamp(1rem, 0.7143rem + 1.1429vw, 1.5rem);
  display: block;
  color: white;
  text-align: center;
  text-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  font-weight: 350;
  padding: 10px 30px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  hyphens: auto;
}

.personal-intro {
  padding: 100px 0;
}
.personal-intro .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
  font-size: clamp(1.875rem, 1.5179rem + 1.4286vw, 2.5rem);
}
.personal-intro h2 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.personal-intro a.button {
  display: inline-block;
  margin-top: 50px;
}

a.marquee {
  padding: 30px 0;
  font-size: 40px;
  display: flex;
  font-style: italic;
  color: black;
  justify-content: space-between;
  text-transform: uppercase;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
a.marquee:visited {
  color: black;
}
a.marquee span {
  margin: 0 30px;
}

.about-the-clinic {
  position: relative;
  padding: 250px 0;
}
.about-the-clinic picture.left-image, .about-the-clinic img.left-image {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 50%;
  height: 80%;
  object-fit: contain;
}
.about-the-clinic .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
  font-size: clamp(1.875rem, 1.5179rem + 1.4286vw, 2.5rem);
}
.about-the-clinic h2 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.about-the-clinic a.button {
  display: inline-block;
  margin-top: 50px;
  text-align: center;
}

.full-width-video {
  position: relative;
  cursor: pointer;
  height: 750px;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 100px;
}
.full-width-video:before {
  content: url("./images/icons/watch-clinic-text.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  animation: rotation 60s linear infinite;
  pointer-events: none;
}
.full-width-video:after {
  content: url("./images/icons/play-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  pointer-events: none;
}

.testimonials {
  padding: 200px 0;
  text-align: center;
}
.testimonials .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
  font-size: 50px;
  padding-left: 0;
}
.testimonials h2 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}

.single-testimonial {
  margin-top: 30px;
}
.single-testimonial p {
  font-size: 20px;
  color: #A67F7A;
  font-weight: 350;
}
.single-testimonial img {
  margin: 0 auto;
}
.single-testimonial span.name {
  display: block;
  font-size: 20px;
  color: black;
  font-weight: 350;
  text-transform: uppercase;
  margin-top: 15px;
}
.single-testimonial span.date-created {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #C4A79F;
  font-weight: 350;
  text-transform: uppercase;
}

.archive-header {
  background-image: url(./images/header-bg.png);
  background-size: cover;
  padding: 200px 0 300px 0;
  text-align: center;
  position: relative;
}
.archive-header span.script {
  color: rgba(196, 167, 159, 0.55);
}
.archive-header h1 {
  margin-top: -50px;
}

.treatments-archive-header {
  padding: 150px 0;
}

a.treatment-card {
  display: block;
  text-decoration: none;
  color: #555252;
}
a.treatment-card:visited p {
  color: #555252;
}
a.treatment-card:hover .image-wrapper {
  border-color: #A67E7A;
}
a.treatment-card:hover .image-wrapper img {
  opacity: 0;
  pointer-events: none;
}
a.treatment-card p {
  color: #555252;
}
a.treatment-card .image-wrapper {
  min-height: 500px;
  border-radius: 200px;
  position: relative;
  overflow: hidden;
  display: flex;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out;
}
a.treatment-card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
a.treatment-card .overlay {
  background-color: white;
  text-align: center;
  min-height: 100%;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
a.treatment-card span.script {
  font-size: 70px;
}
a.treatment-card h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 30px;
  color: #1F1514;
}

.treatment-help {
  padding: 100px 0;
  text-align: center;
}
.treatment-help span.script {
  font-size: 42px;
  color: #CEB8B6;
}
.treatment-help h2 {
  position: relative;
  top: -20px;
  margin-bottom: 0;
}
.treatment-help p:first-of-type {
  margin-top: 0;
}

.two-button-holder a.btn-primary, .two-button-holder a.outline {
  width: 50%;
  margin: 0 15px;
  padding: 20px;
  text-align: center;
}
.two-button-holder a:first-of-type {
  margin-left: 0;
}
.two-button-holder a:last-of-type {
  margin-right: 0;
}

.archive-wrapper .four {
  margin-bottom: 50px;
}

.archive-wrapper.no-records {
  padding-bottom: 100px;
}
.archive-wrapper.no-records p {
  text-align: center;
  display: block;
  width: 100%;
}

.single-header {
  background-image: url("images/backgrounds/wave-bg.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding: 150px 0 100px 0;
}
.single-header .script {
  position: relative;
  top: 30px;
  opacity: 0.55;
}
.single-header h1 {
  position: relative;
  top: -20px;
  padding-left: 50px;
}
.single-header p {
  padding-left: 50px;
}
.single-header span.starting {
  color: #A67E7A;
  white-space: nowrap;
  margin: 15px 15px 15px 0;
}
.single-header .flex {
  padding-left: 50px;
  flex-wrap: wrap;
  align-items: center;
}
.single-header .flex a {
  white-space: nowrap;
}
.single-header .image-wrapper {
  position: relative;
}
.single-header .image-wrapper:after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 300px;
  border: 1px solid #fff;
  position: absolute;
  top: 15px;
  left: 15px;
}
.single-header .image-wrapper img.main-image {
  border-radius: 300px;
}
.single-header .image-wrapper img.watch-button {
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateY(-50%);
  width: 150px;
  z-index: 9;
}
.single-header span.small-text {
  position: relative;
  display: flex;
  color: #A67E7A;
  padding-left: 30px;
  margin-top: 30px;
}
.single-header span.small-text img {
  position: absolute;
  top: 0;
  left: 0;
  animation: up-down 1.5s infinite;
}

.condition-header h1 {
  top: 0;
  padding: 0;
  margin-top: 100px;
}
.condition-header p {
  padding: 0;
}
.condition-header a.button {
  margin-bottom: 30px;
}
.condition-header .image-wrapper {
  position: sticky;
  top: 100px;
}
.condition-header .image-wrapper img {
  min-height: 600px;
  border-radius: 300px;
  object-fit: cover;
  object-position: center;
}

.overview {
  background-color: #FAE8E5;
  padding: 100px 0;
  text-align: center;
}
.overview span.script {
  position: relative;
  top: 10px;
  opacity: 0.55;
  font-size: 90px;
}
.overview h2 {
  position: relative;
  top: -20px;
  margin: 0;
}
.overview p {
  margin-top: 0;
  color: #555252;
}
.overview .overview-points img {
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
}
.overview .overview-points h3 {
  font-weight: 350;
  font-size: 18px;
  color: #A67F7A;
}

.accordion {
  margin: 50px 0;
}
.accordion .single-wrapper {
  border-bottom: 1px solid #D4BEB9;
  position: relative;
}
.accordion .single-wrapper:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 13px;
  right: 0;
  background-size: contain;
  background-image: url("./images/icons/closed-indicator.svg");
  transform: translateY(-50%);
}
.accordion .single-wrapper h3 {
  font-size: 22px;
  font-weight: 350;
  color: black;
  padding-right: 50px;
  cursor: pointer;
}
.accordion .single-wrapper p {
  display: none;
  padding-right: 50px;
}
.accordion .single-wrapper.active:after {
  background-image: url("./images/icons/open-indicator.svg");
}

.sticky {
  position: sticky;
  top: 100px;
}

.treatment-about {
  padding: 100px 0;
}
.treatment-about .sticky img.about-image {
  height: 600px;
  border-radius: 300px;
  object-fit: cover;
  object-position: center;
}
.treatment-about .sticky img.spinner {
  position: absolute;
  top: 100px;
  left: 25px;
  animation: rotation 60s linear infinite;
}
.treatment-about span.script {
  opacity: 0.55;
  position: relative;
  left: -50px;
  top: 20px;
}
.treatment-about h2 {
  position: relative;
  top: -20px;
}
.treatment-about .accordion h2 {
  color: black;
  margin-bottom: 50px;
  top: 0;
}

.call-to-action {
  background-image: url("images/backgrounds/cta-bg.png");
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  text-align: center;
}
.call-to-action span.script {
  position: relative;
  top: -10px;
  opacity: 0.55;
  font-size: 70px;
}
.call-to-action h2 {
  position: relative;
  top: -20px;
  margin: 0;
}
.call-to-action .two-button-holder {
  margin-top: 30px;
}

.other-treatments {
  background-color: #FAE8E5;
  padding: 100px 0;
  text-align: center;
}
.other-treatments span.script {
  opacity: 0.55;
  position: relative;
  top: 20px;
}
.other-treatments h2 {
  position: relative;
  top: -20px;
}
.other-treatments a.btn-white {
  margin-top: 50px;
}

.filter-section {
  position: relative;
  padding-top: 100px;
  border-radius: 100px 100px 0 0;
  margin-top: -100px;
  margin-bottom: 50px;
  background-color: white;
}
.filter-section button.search-toggle {
  display: none;
}

ul.social-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
ul.social-links li {
  margin-right: 15px;
}
ul.social-links li img {
  width: 70px;
  aspect-ratio: 1/1;
}

.contact-header {
  background-color: #EFDDDD;
  background-image: url("images/backgrounds/wave-bg.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.contact-header .row {
  min-height: 100vh;
  padding: 150px 0 100px 0;
}
.contact-header .seven {
  padding-left: 50px;
}
.contact-header h1.script {
  text-transform: initial;
  margin-bottom: 0;
  position: relative;
  left: -50px;
  top: 30px;
  opacity: 0.55;
}
.contact-header span.heading {
  font-weight: 350;
  color: #1F1514;
  font-size: clamp(2.125rem, 0.925rem + 3.2vw, 3.125rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  position: relative;
  line-height: 1.1em;
}
.contact-header .image-wrapper {
  position: relative;
}
.contact-header .image-wrapper:after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 300px;
  border: 1px solid #fff;
  position: absolute;
  top: 15px;
  left: 15px;
}
.contact-header .image-wrapper img {
  min-height: 600px;
  border-radius: 300px;
  object-fit: cover;
}

ul.contact-details {
  margin: 50px 0;
  list-style: none;
  padding: 0;
}
ul.contact-details li {
  padding: 0 0 15px 0;
}
ul.contact-details li a {
  font-size: 30px;
  text-decoration: none;
  color: black;
  font-weight: 350;
}

.page-template-page-contact .get-in-touch {
  background-color: white;
}
.page-template-page-contact .get-in-touch .gform_wrapper.gravity-theme #field_submit input {
  color: black;
  background-color: #FAE8E5;
}

.find-us {
  padding: 100px 0;
  color: black;
}
.find-us .content-side {
  position: relative;
  padding: 100px 0 50px 0;
}
.find-us .content-side img.map-marker {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}
.find-us span {
  display: block;
  font-size: 16px;
  font-weight: 350;
}
.find-us span.bold {
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
}

.clinic-image {
  height: 80vh;
}
.clinic-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.appointment-cta {
  padding: 100px 0;
  margin-top: -100px;
  border-radius: 100px;
  background-color: #FAE8E5;
  position: relative;
}
.appointment-cta .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
}
.appointment-cta h2 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.appointment-cta img {
  padding: 15px;
  border: 1px solid white;
  border-radius: 300px;
  min-height: 500px;
  object-fit: cover;
}

.single-ambra_treatments .appointment-cta {
  padding: 200px 0;
  margin-top: 0;
  border-radius: 0;
}

.about-header {
  background-image: url("images/backgrounds/about-us-header-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 150px 0 250px 0;
  text-align: center;
}
.about-header .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
  font-size: clamp(3.75rem, 0.625rem + 10vw, 7.5rem);
  padding-left: 0;
}
.about-header h1 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
  position: relative;
  font-size: clamp(1.625rem, 0.8958rem + 2.3333vw, 2.5rem);
  margin-top: -35px;
  z-index: 8;
}

.page-template-page-about .full-width-video {
  margin-top: -100px;
}

.about-content-block {
  padding: 180px 0 140px 0;
}
.about-content-block .image-wrapper {
  position: relative;
}
.about-content-block .image-wrapper .about-image {
  border-radius: 300px;
  min-height: 400px;
  object-fit: cover;
}
.about-content-block .image-wrapper .spinner {
  position: absolute;
  top: 75px;
  left: 30px;
  animation: rotation 60s linear infinite;
}
.about-content-block .image-wrapper.no-radius .about-image {
  border-radius: 0px;
}
.about-content-block .image-wrapper.no-radius .spinner {
  top: 75px;
  right: -75px;
  left: unset;
}
.about-content-block .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
  font-size: clamp(3.75rem, 0.625rem + 10vw, 7.5rem);
  padding-left: 0;
  left: -50px;
}
.about-content-block h2 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
  margin-top: -40px;
}

.background-content-block {
  padding: 150px 0;
  background-image: url("images/backgrounds/about-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
.background-content-block .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
  font-size: clamp(3.75rem, 0.625rem + 10vw, 7.5rem);
  padding-left: 0;
  left: -50px;
}
.background-content-block h2 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
  margin-top: -40px;
}
.background-content-block .six {
  padding-left: 50px;
}
.background-content-block img.side-image {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  border-radius: 300px 0 0 300px;
  height: 70%;
  min-height: 500px;
  max-height: 700px;
  transform: translateY(-50%);
  object-fit: cover;
}

.team-header {
  text-align: center;
  padding: 150px 0 200px 0;
  background-image: url("images/backgrounds/about-us-header-bg.svg");
  background-size: cover;
  background-position: center;
}
.team-header h1.script {
  text-transform: initial;
  margin-bottom: 0;
  position: relative;
  left: -50px;
  top: 30px;
  opacity: 0.55;
  left: 0;
}
.team-header span.heading {
  font-weight: 350;
  color: #1F1514;
  font-size: clamp(2.125rem, 0.925rem + 3.2vw, 3.125rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  position: relative;
  line-height: 1.1em;
}

.team-members {
  position: relative;
  border-radius: 100px;
  padding-bottom: 50px;
  margin-top: -100px;
  background-color: white;
}
.team-members .row {
  padding: 100px 0 50px 0;
}
.team-members h2 {
  text-align: center;
  font-size: 26px;
}
.team-members hr {
  background-color: #D4BEB9;
  margin-bottom: 30px;
}
.team-members .single-team-member {
  margin: 50px 0;
}
.team-members .single-team-member img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border-radius: 300px;
}
.team-members .single-team-member h3 {
  color: black;
  font-weight: 350;
  font-size: clamp(1.625rem, 1.325rem + 0.8vw, 1.875rem);
  text-align: center;
  margin-bottom: 10px;
}
.team-members .single-team-member span.role {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #A67E7A;
  text-transform: uppercase;
}

.single-team-blackout .inner {
  border-radius: 70px;
  max-width: 75vw;
}
.single-team-blackout .whitebg {
  display: flex;
  height: 100%;
  position: relative;
}
.single-team-blackout .whitebg img {
  min-height: 100%;
  height: unset;
  width: 40%;
  border-radius: 70px;
  object-position: center;
  object-fit: cover;
}
.single-team-blackout .whitebg .right-side {
  width: 60%;
  padding: 80px;
}
.single-team-blackout .whitebg .right-side span.name {
  display: block;
  width: 100%;
  font-size: clamp(1.625rem, 1.325rem + 0.8vw, 1.875rem);
  color: black;
  font-weight: 350;
  text-transform: uppercase;
  padding-right: 65px;
}
.single-team-blackout .whitebg .right-side span.role {
  text-align: left;
  color: #A67E7A;
  text-transform: uppercase;
}
.single-team-blackout .whitebg .content-wrapper {
  margin-top: 50px;
  overflow-y: scroll;
  height: calc(100% - 130px);
}

button.exit {
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-image: url("images/icons/close.svg");
  background-position: center;
  background-size: cover;
}

.special-offers {
  background-color: white;
  padding: 100px 0;
  margin-top: -100px;
  border-radius: 100px;
}

.single-offer .image-wrapper {
  position: relative;
}
.single-offer .image-wrapper .treatment-link {
  position: absolute;
  top: -30px;
  left: -30px;
  backdrop-filter: blur(8px);
  border-radius: 50%;
}
.single-offer .image-wrapper img.treament-image {
  border-radius: 300px;
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.single-offer h2 {
  margin: 0 0 20px 0;
  color: black;
}
.single-offer span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-offer span.offer-content {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.single-offer span.before {
  color: #555252;
}
.single-offer span.after {
  color: #D30909;
}
.single-offer a.btn-primary {
  margin-top: 20px;
}
.single-offer hr {
  margin: 50px 0;
  background-color: #A67E7A;
}

.single-post-wrapper {
  padding: 150px 0;
  background-image: url("images/backgrounds/wave-bg.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-post-wrapper .content-side {
  padding-top: 100px;
}
.single-post-wrapper .content-side h2 {
  margin-top: 75px;
  font-size: 30px;
}
.single-post-wrapper .image-side img {
  padding-left: 50px;
}

.post-archive-header {
  padding: 150px 0;
  text-align: center;
  background-image: url("images/backgrounds/about-us-header-bg.svg");
  background-size: cover;
  background-position: center;
}
.post-archive-header .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
  font-size: clamp(3.75rem, 0.625rem + 10vw, 7.5rem);
  padding-left: 0;
}
.post-archive-header h1 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
  margin-top: -40px;
  font-size: clamp(1.625rem, 0.8958rem + 2.3333vw, 2.5rem);
  z-index: 8;
}

.post-archive {
  padding: 100px 0;
  background-color: white;
  margin-top: -100px;
  border-radius: 100px;
}

.post-card {
  padding: 30px 0;
  border-top: 1px solid #D4BEB9;
}
.post-card .image-side img {
  height: 450px;
  object-fit: cover;
}
.post-card h2 {
  font-size: 30px;
  text-transform: initial;
  letter-spacing: 0;
  color: #1F1514;
  margin: 0;
}
.post-card .flex {
  padding: 30px 0;
}
.post-card span {
  display: inline-block;
  color: #B69790;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
}
.post-card span:after {
  content: "•";
  position: absolute;
  height: 100%;
  top: 0;
  right: 15px;
  transform: translateX(50%);
}
.post-card span:last-of-type:after {
  display: none;
}
.post-card a.read-more {
  display: flex;
  align-items: center;
  color: #B69790;
  text-decoration: none;
}
.post-card a.read-more:hover img {
  margin-left: 20px;
  transition: margin-left 0.6s ease-in-out;
}
.post-card a.read-more img {
  margin-left: 10px;
  transition: margin-left 0.6s ease-in-out;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: end;
}
.pagination .page-numbers {
  margin-left: 30px;
  color: #1F1514;
  font-size: 20px;
  text-decoration: none;
}
.pagination .page-numbers.current {
  color: #B69790;
}

.price-page-header, .offers-header {
  background-image: url("images/backgrounds/about-us-header-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 150px 0 250px 0;
  text-align: center;
}
.price-page-header .script, .offers-header .script {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: block;
  width: 100%;
  padding-left: 35px;
  color: #A67E7A;
  opacity: 0.55;
  font-size: 120px;
  padding-left: 0;
  font-size: clamp(3.75rem, 0.625rem + 10vw, 7.5rem);
}
.price-page-header h1, .offers-header h1 {
  margin-top: -20px;
  position: relative;
  z-index: 9;
  position: relative;
  font-size: clamp(1.625rem, 0.8958rem + 2.3333vw, 2.5rem);
  margin-top: -35px;
  z-index: 8;
}

.price-list {
  padding: 100px 0;
  background-color: white;
  border-radius: 100px;
  margin-top: -100px;
}
.price-list h2 {
  margin-bottom: 100px;
}
.price-list h3 {
  font-weight: 350;
  color: #1F1514;
  font-size: 24px;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.price-list h3:after {
  content: url("images/icons/price-list-indicator.svg");
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.6s ease-in-out;
  height: 42px;
  width: 42px;
}
.price-list h3.active:after {
  transform: rotate(45deg);
  transition: transform 0.6s ease-in-out;
}
.price-list h4 {
  font-weight: 500;
  color: #1F1514;
  margin-bottom: 0;
}

.single-price-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #D4BEB9;
}
.single-price-wrapper img.parent-image {
  height: 150px;
  width: 100%;
  border-radius: 100px;
  object-fit: cover;
}
.single-price-wrapper .hidden-area {
  display: none;
}
.single-price-wrapper .child-treatment {
  border-bottom: 1px solid #D4BEB9;
}
.single-price-wrapper a.btn-primary {
  margin-top: 30px;
}

.page-template-page-price-list .appointment-cta {
  margin-top: 0;
}
.page-template-page-price-list .site-footer .benefits-footer, .page-template-page-price-list .site-footer .get-in-touch {
  display: none;
}

.error-404 {
  text-align: center;
  background-size: 110% 110%;
  background-position: top left;
  animation: animateBg 30s infinite;
}
.error-404 span.script {
  font-size: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #C4A79F;
  opacity: 0.55;
  z-index: -1;
  pointer-events: none;
}
.error-404 .row {
  z-index: 9;
  padding: 150px 0;
  pointer-events: none;
}
.error-404 .row a {
  pointer-events: auto;
}
.error-404 h1, .error-404 p {
  color: white;
}

.content-page-header {
  padding: 150px 0 250px 0;
  background-image: url("images/backgrounds/about-us-header-bg.svg");
  background-size: cover;
  background-position: center;
}
.content-page-header h1 {
  text-align: center;
}

.content-page-wrapper {
  padding: 100px 0;
  margin-top: -100px;
  border-radius: 100px;
  background-color: white;
}

ul.certifications {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 35px;
  border-radius: 80px;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: fit-content;
  max-width: 432px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  margin: 0;
}
ul.certifications li {
  margin: 10px 15px;
  display: flex;
  width: 25%;
}
ul.certifications li img {
  width: 100px;
  object-fit: contain;
  object-position: center;
}
ul.certifications li:first-of-type {
  margin-left: 0;
}
ul.certifications li:last-of-type {
  margin-right: 0;
}

.post-nav {
  padding-bottom: 50px;
}

.voucher-input {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  background-color: #A67E7A;
  background-image: url("images/primary-bg.png");
  background-size: 110% 110%;
  background-position: top left;
  padding: 50px 25px;
  color: white;
  border-radius: 10px;
}
.voucher-input p, .voucher-input input {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.voucher-input p {
  font-size: 18px;
  margin-bottom: 15px;
}
.voucher-input input[type=number] {
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
}

.single-product .price {
  display: flex;
  align-items: center;
}
.single-product .price span.min {
  font-size: 18px;
  color: #A67E7A;
  margin-right: 10px;
  display: block;
}

.popup-offer {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.popup-offer .offer-central {
  max-width: 800px;
  height: auto;
  padding: 60px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-offer .offer-central .gform_required_legend {
  display: none;
}
.popup-offer .offer-central h2.gform_title {
  font-size: 28px;
}
.popup-offer .offer-central .gform-footer {
  padding-bottom: 0 !important;
}
.popup-offer .offer-central .gform-footer #gform_submit_button_2 {
  margin-bottom: 0;
}
.popup-offer button.exit {
  right: 20px !important;
  top: 20px !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.filters {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.filters li {
  margin: 0 10px;
}
ul.filters li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #A67E7A;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 50px;
}
ul.filters li a img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
ul.filters li a.parent-link {
  background-image: url("images/backgrounds/header-button-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 15px 30px;
}
ul.filters li a.btn-primary {
  color: white;
}
ul.filters li a.active {
  border: 1px solid #A67E7A;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.woocommerce button.button, .woocommerce a.button {
  padding: 20px 50px;
  text-transform: uppercase;
  font-weight: 350;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce button.btn-primary, .woocommerce a.btn-primary {
  background-image: url("images/primary-bg.png");
  background-size: cover;
  color: white;
}
.woocommerce button.btn-white, .woocommerce a.btn-white {
  background-color: white;
  color: #A67E7A;
}

button.button, a.button, #gform_submit_button_2 {
  padding: 20px 50px;
  text-transform: uppercase;
  font-weight: 350;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

button.btn-white, a.btn-white {
  background-color: white;
  color: #A67E7A;
}

button.outline, a.outline {
  background-color: transparent;
  color: #A67E7A;
  border: 1px solid #A67E7A;
}

button.btn-primary, a.btn-primary, #gform_submit_button_2 {
  background-image: url("images/primary-bg.png");
  background-size: cover;
  color: white;
  text-align: center;
}

button.search-toggle {
  background-color: transparent;
  padding: 0;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border: 1px solid #A67E7A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
}

button.learn-more, a.learn-more {
  background-color: #FAE8E5;
  border: none;
}

.archive-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #A67E7A;
  text-transform: uppercase;
}
.archive-link img {
  margin-right: 20px;
}
.archive-link:hover, .archive-link:visited {
  color: #A67E7A;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Responsives
--------------------------------------------- */
@media only screen and (max-height: 850px) {
  .mega-menu .social-links-row {
    bottom: 30px;
  }
  .mega-menu ul#mega-menu > li .sub-menu > li img {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (max-height: 770px) {
  .mega-menu .social-links-row {
    display: none;
  }
}
@media only screen and (max-width: 1530px) {
  ul.certifications {
    width: 317px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px;
  }
  ul.certifications li {
    margin: 5px 15px;
  }
}
@media only screen and (max-width: 1290px) {
  ul.certifications {
    width: 220px;
  }
  ul.certifications li {
    margin: 0;
    padding: 5px 10px;
    width: 50%;
  }
  ul.certifications li:nth-of-type(odd) {
    padding-left: 0;
  }
  ul.certifications li:nth-of-type(even) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .mega-menu ul#mega-menu > li a {
    font-size: 24px;
  }
  .mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu {
    left: 380px;
    width: 300px;
  }
  .mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > a {
    font-size: 18px;
  }
  .mega-menu ul#mega-menu > li .sub-menu > li img {
    width: 75px;
    height: 75px;
    margin-right: 20px;
  }
  .mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
    left: 330px;
    width: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .hero-banner .video-holder {
    min-width: 400px;
  }
  .archive-header {
    padding: 150px 0;
  }
  ul.filters {
    justify-content: space-between;
  }
  ul.filters li a {
    padding: 15px;
  }
  .about-the-clinic {
    padding: 250px 0;
  }
  a.treatment-card h2 {
    font-size: clamp(1.0625rem, 0.8021rem + 0.8333vw, 1.375rem);
  }
  .single-header h1 {
    font-size: clamp(1.625rem, 1rem + 2vw, 2.375rem);
  }
  .single-header .one {
    padding: 0;
  }
  .testimonials {
    padding: 100px 0;
  }
  .single-price-wrapper {
    padding: 15px 0;
  }
  .about-header .eight {
    width: 80%;
  }
  .full-width-video {
    height: 500px;
  }
  .team-members .single-team-member img {
    height: 400px;
  }
  .single-team-blackout .inner {
    max-width: 95vw;
  }
  .single-team-blackout .whitebg .right-side {
    padding: 50px;
  }
  button.exit {
    top: 30px;
    right: 30px;
  }
  .site-footer .main-footer .bottom-block .six.columns {
    padding-right: 50px;
  }
  .site-footer .main-footer .bottom-block .three.columns {
    padding-right: 30px;
  }
  .site-footer .disclaimer-block ul#footer-disclaimer-menu {
    margin-left: 15px;
  }
  a.treatment-card .overlay button.button {
    padding: 20px 28px;
  }
  .treatment-about .sticky img.spinner {
    left: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .mega-menu ul#mega-menu {
    width: 100%;
    padding-bottom: 100px;
  }
  .mega-menu ul#mega-menu:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: rgb(239, 221, 221);
    background: -moz-linear-gradient(0deg, rgb(239, 221, 221) 30%, rgba(239, 221, 221, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(239, 221, 221) 30%, rgba(239, 221, 221, 0) 100%);
    background: linear-gradient(0deg, rgb(239, 221, 221) 30%, rgba(239, 221, 221, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efdddd",endColorstr="#efdddd",GradientType=1);
    pointer-events: none;
  }
  .mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu {
    position: relative;
    left: 0;
    width: 100%;
    padding-left: 50px;
  }
  .mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu:after {
    display: none;
  }
  .hero-banner {
    padding-bottom: 50px;
  }
  .hero-banner .video-holder .spinner {
    width: 150px;
    height: 150px;
  }
  ul.certifications {
    position: relative;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    right: unset;
    border-radius: 50px;
  }
  ul.certifications li {
    width: 25%;
  }
  ul.certifications li:nth-of-type(odd) {
    padding-left: 10px;
  }
  ul.certifications li:nth-of-type(even) {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .site-header #primary-menu li {
    margin-left: 20px;
  }
  .site-header a.cart-icon {
    margin-left: 20px;
    min-width: 20px;
  }
  .mega-menu .contact-row .twelve {
    padding-right: 97px;
  }
  .mega-menu .contact-row .twelve a {
    margin-left: 15px;
    padding: 20px 30px;
  }
  .mega-menu .contact-row .twelve a:first-of-type {
    margin-left: 0;
  }
  .mega-menu-toggle {
    margin-left: 20px;
  }
  .hero-banner .full-height {
    min-height: unset;
    padding: 340px 0 255px 0;
  }
  ul.certifications {
    position: relative;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    right: unset;
  }
  .personal-intro .script, .about-the-clinic .script {
    padding-left: 0;
  }
  .about-the-clinic .five {
    width: 50%;
  }
  .blackout .inner {
    max-width: 95vw;
  }
  .site-footer .benefits-footer .script {
    padding-left: 0;
  }
  .site-footer .benefits-footer .six {
    width: 58.33333%;
  }
  .site-footer .benefits-footer .one {
    display: none;
  }
  .site-footer .benefits-footer .five img {
    position: sticky;
    top: 100px;
    min-height: 400px;
  }
  .site-footer .main-footer .top-block .three {
    width: 40%;
  }
  .site-footer .main-footer .top-block .nine {
    width: 60%;
  }
  .site-footer .main-footer .bottom-block .six.columns {
    width: 100%;
    margin-bottom: 50px;
  }
  .site-footer .main-footer .bottom-block .three.columns {
    width: 50%;
  }
  .site-footer .disclaimer-block .flex {
    margin-bottom: 15px;
  }
  .site-footer .disclaimer-block ul#footer-disclaimer-menu li {
    text-align: center;
  }
  .site-footer .social-row {
    margin-top: 50px;
  }
  .site-footer img.plim-image {
    margin-top: 0;
  }
  .archive-wrapper .eleven {
    width: 100%;
  }
  .archive-wrapper .four {
    width: 50%;
  }
  a.treatment-card .image-wrapper {
    min-height: 400px;
  }
  button.learn-more, a.learn-more {
    padding: 15px 30px;
  }
  .treatment-help .eight {
    width: 100%;
  }
  .full-width-video {
    height: 400px;
  }
  .filter-section .flex {
    overflow-x: scroll;
    justify-content: start;
  }
  .single-header .script {
    top: 20px;
  }
  .single-header .four {
    width: 41.666667%;
  }
  .overview {
    padding: 75px 0;
  }
  .overview .ten {
    width: 100%;
  }
  .accordion .single-wrapper h3 {
    font-size: 20px;
  }
  .appointment-cta .eight {
    width: 100%;
  }
  .appointment-cta .script {
    padding-left: 0;
  }
  .appointment-cta .four {
    width: 41.666667%;
  }
  .appointment-cta img {
    min-height: 400px;
  }
  .appointment-cta .two-button-holder {
    flex-wrap: wrap;
  }
  .appointment-cta .two-button-holder a.btn-primary, .appointment-cta .two-button-holder a.outline {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .appointment-cta .two-button-holder a.btn-primary:last-of-type, .appointment-cta .two-button-holder a.outline:last-of-type {
    margin-bottom: 0;
  }
  .single-ambra_treatments .appointment-cta {
    padding: 100px 0;
  }
  .other-treatments .eight {
    width: 100%;
  }
  .archive-header h1 {
    margin-top: -30px;
  }
  .condition-header h1 {
    margin: 75px 0 30px 0;
  }
  .other-treatments h2 {
    top: -10px;
  }
  .testimonials .eight {
    width: 85%;
  }
  .shop-header {
    padding: 200px 0 100px 0;
  }
  .shop-homepage {
    padding: 75px 0;
  }
  ul.products li.product span.view-product {
    top: 110px;
  }
  .product-wrapper .five {
    width: 50%;
  }
  .product-wrapper .product-content span.script {
    left: -15px;
  }
  .product-wrapper .product-content h1.product_title {
    margin-top: -40px;
    font-size: 36px;
  }
  .product-wrapper form.cart {
    flex-wrap: wrap;
  }
  .product-wrapper form.cart .single_add_to_cart_button {
    width: 100%;
  }
  .qty-wrapper {
    margin-bottom: 15px;
  }
  .content-page-header {
    padding: 150px 0 200px 0;
  }
  .content-page-wrapper {
    padding: 75px 0;
  }
  .woocommerce ul.order_details {
    display: block;
    padding-left: 0;
  }
  .woocommerce ul.order_details li {
    width: 100%;
    margin-bottom: 15px;
    border-right: none;
  }
  .woocommerce nav.woocommerce-pagination ul li {
    margin-left: 0;
  }
  .price-page-header h1, .offers-header h1 {
    margin-top: -25px;
  }
  .price-list {
    padding: 75px 0;
  }
  .price-list h2 {
    margin-bottom: 50px;
  }
  .price-list h3 {
    font-size: 22px;
  }
  .extra-padding-left {
    padding-left: 50px;
  }
  .extra-padding-right {
    padding-right: 50px;
  }
  .single-price-wrapper img.parent-image {
    height: 100%;
    max-height: 300px;
  }
  .offers-header .eight {
    width: 90%;
  }
  .special-offers .single-offer .three {
    width: 35%;
  }
  .special-offers .single-offer .seven {
    width: 65%;
  }
  .special-offers .single-offer .ten {
    width: 100%;
  }
  .single-offer .image-wrapper .treatment-link {
    left: -15px;
  }
  .single-offer .image-wrapper img.treament-image {
    height: 400px;
  }
  .about-header .eight {
    width: 90%;
  }
  .about-header h1 {
    margin-top: -30px;
  }
  .about-content-block .four {
    width: 41.666667%;
  }
  .about-content-block .one {
    display: none;
  }
  .about-content-block .six {
    width: 58.3333333%;
  }
  .about-content-block .script {
    lefT: -15px;
  }
  .about-content-block h2 {
    margin-top: -30px;
  }
  .about-content-block .image-wrapper .spinner {
    top: 30px;
    left: 65px;
  }
  .about-content-block .image-wrapper.no-radius .about-image {
    object-fit: contain;
  }
  .about-content-block .image-wrapper.no-radius .spinner {
    top: 30px;
    right: -65px;
  }
  .background-content-block {
    padding: 100px 0;
  }
  .background-content-block .script {
    left: -15px;
  }
  .background-content-block h2 {
    margin-top: -30px;
  }
  .background-content-block img.side-image {
    min-height: 200px;
    max-height: 400px;
    border-radius: 100px 0 0 100px;
  }
  .background-content-block .six {
    width: 55%;
    padding-left: 30px;
  }
  .background-content-block a.btn-primary {
    padding: 20px 30px;
    width: 100%;
  }
  .team-header .eight {
    width: 90%;
  }
  .team-members .four {
    width: 50%;
  }
  .single-team-blackout .whitebg img {
    border-radius: 40px;
  }
  .single-team-blackout .whitebg .right-side {
    padding: 30px;
  }
  .single-team-blackout .whitebg .content-wrapper {
    margin-top: 30px;
  }
  .post-archive-header h1 {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 750px) {
  .mega-menu .contact-row {
    display: none;
  }
  .site-footer .social-row ul.accreditation {
    flex-wrap: wrap;
    justify-content: end;
  }
  .site-footer .social-row ul.accreditation li {
    width: 25%;
    margin: 5px;
  }
  .site-footer .social-row ul.accreditation li img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 620px) {
  .mega-menu ul#mega-menu > li a {
    color: #1F1514;
  }
  .mega-menu ul#mega-menu > li .sub-menu > li {
    flex-wrap: wrap;
  }
  .mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu {
    padding: 30px;
  }
  .mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    height: unset;
    padding: 30px 0;
  }
  .mega-menu .social-links-row {
    bottom: 50px;
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
    padding: 0 30px;
  }
  .site-header .four, .site-header .eight {
    width: 50%;
  }
  .site-header .main-navigation {
    display: none;
  }
  .mega-menu-toggle.active {
    position: relative;
    top: unset;
  }
  .site-header.fixed {
    border-radius: 0 0 30px 30px;
  }
  .woocommerce .site-header {
    border-radius: 0 0 30px 30px;
  }
  .mega-menu .contact-row .twelve {
    display: none;
  }
  .mega-menu ul#mega-menu > li.menu-item-has-children > .sub-menu {
    padding: 30px 15px;
  }
  .hero-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-banner .row {
    padding: 100px 0 50px 0;
  }
  .hero-banner .twelve {
    display: flex;
    flex-wrap: wrap;
  }
  .hero-banner .content-wrapper {
    order: 2;
    margin-top: -75px;
  }
  .hero-banner .script {
    position: relative;
    transform: unset;
    top: unset;
  }
  .hero-banner .video-holder {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    order: 1;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    min-width: unset;
  }
  .hero-banner a.button {
    width: 100%;
  }
  ul.certifications {
    margin: 0 30px;
    padding: 15px;
    left: unset;
    transform: unset;
  }
  .our-services {
    padding: 75px 0;
    border-radius: 0 0 50px 50px;
  }
  .services-slider .next-arrow {
    right: 2%;
  }
  .services-slider .prev-arrow {
    left: 2%;
  }
  .service-card {
    border-radius: 250px;
  }
  .personal-intro .script {
    font-size: clamp(2.5rem, 0rem + 10vw, 3.75rem);
  }
  .personal-intro h2 {
    margin-top: -15px;
    font-size: clamp(1.875rem, 0.625rem + 5vw, 2.5rem);
  }
  .personal-intro a.button {
    margin: 15px 0 50px 0;
    width: 100%;
  }
  a.marquee {
    font-size: 34px;
  }
  .about-the-clinic {
    padding: 50px 0;
  }
  .about-the-clinic img.left-image {
    position: relative;
    width: 100%;
    padding: 0 30px;
    top: unset;
    left: unset;
    transform: unset;
    height: unset;
  }
  .about-the-clinic .five {
    width: 100%;
    margin-top: 50px;
  }
  .about-the-clinic .script {
    font-size: clamp(2.5rem, 0rem + 10vw, 3.75rem);
  }
  .about-the-clinic h2 {
    margin-top: -15px;
    font-size: clamp(1.875rem, 0.625rem + 5vw, 2.5rem);
  }
  .full-width-video {
    border-radius: 50px;
    height: 33vh;
    min-height: 250px;
  }
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .eight {
    width: 100%;
  }
  .testimonials h2 {
    margin-top: -10px;
  }
  .site-footer .benefits-footer {
    padding: 50px 0;
    border-radius: 50px 50px 0 0;
  }
  .site-footer .benefits-footer .six, .site-footer .benefits-footer .five {
    width: 100%;
  }
  .site-footer .benefits-footer h2 {
    margin-top: -10px;
  }
  .site-footer .get-in-touch {
    padding: 50px 0;
    border-radius: 0 0 50px 50px;
  }
  .site-footer .main-footer .top-block .three, .site-footer .main-footer .top-block .nine {
    width: 100%;
  }
  .site-footer .main-footer .top-block .custom-logo-link {
    display: block;
  }
  .site-footer .main-footer .top-block .custom-logo-link img {
    margin: 0 auto;
  }
  .site-footer .main-footer .top-block p {
    text-align: center;
    margin-top: 30px;
  }
  .site-footer .main-footer .bottom-block .six.columns {
    padding-right: 30px;
  }
  .site-footer .main-footer .bottom-block .three.columns {
    width: 100%;
    margin-bottom: 50px;
  }
  .site-footer .main-footer .bottom-block h2.footer-heading {
    margin-bottom: 30px;
  }
  .site-footer .main-footer .bottom-block table.contact-table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .main-footer .bottom-block table.contact-table tbody tr {
    width: 100%;
    margin-bottom: 30px;
  }
  .site-footer .main-footer .bottom-block table.contact-table tbody tr:last-of-type {
    margin-bottom: 0;
  }
  .site-footer .main-footer .bottom-block table.contact-table tbody tr td > table tbody tr {
    margin-bottom: 0;
    display: flex;
  }
  .site-footer .main-footer .bottom-block table.contact-table tbody tr td > table tbody tr td {
    width: 50%;
  }
  .site-footer .main-footer .bottom-block table.contact-table tbody tr td > table tbody tr td:last-of-type {
    text-align: right;
  }
  .site-footer .main-footer .disclaimer-block .flex {
    flex-wrap: wrap;
    justify-content: start;
  }
  .site-footer .main-footer .disclaimer-block ul#footer-disclaimer-menu {
    margin: 10px 0 0 0;
    flex-wrap: wrap;
  }
  .site-footer .main-footer .disclaimer-block ul#footer-disclaimer-menu li {
    width: 100%;
    padding: 0 0 10px 0;
    border-right: none;
    text-align: left;
  }
  .site-footer .social-row {
    margin-top: 0;
  }
  .site-footer .social-row ul.accreditation {
    justify-content: start;
    margin-top: 30px;
  }
  .site-footer .social-row ul.accreditation li {
    width: 30%;
  }
  .script {
    line-height: 0.7em;
  }
  .archive-header {
    padding: 150px 0;
  }
  .archive-wrapper .four {
    width: 100%;
  }
  .treatment-help h2 {
    top: -8px;
  }
  .two-button-holder {
    flex-wrap: wrap;
  }
  .two-button-holder a.btn-primary, .two-button-holder a.outline {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .two-button-holder a.btn-primary:last-of-type, .two-button-holder a.outline:last-of-type {
    margin-bottom: 0;
  }
  .single-header .script {
    left: -15px;
  }
  .single-header h1 {
    padding-left: 0;
    top: 0;
  }
  .single-header p {
    padding-left: 0;
  }
  .single-header .flex {
    padding-left: 0;
  }
  .single-header .four {
    margin-top: 50px;
    width: 100%;
  }
  .single-header .image-wrapper img.watch-button {
    top: 40px;
    right: -15px;
  }
  .single-header span.small-text {
    justify-content: center;
    padding-left: 0;
    padding-right: 15px;
  }
  .single-header span.small-text img {
    position: relative;
    margin-right: 15px;
  }
  .overview {
    padding: 50px 0;
  }
  .overview h2 {
    top: -10px;
  }
  .overview .ten {
    padding: 0;
  }
  .overview .three {
    width: 50%;
    padding: 0 15px;
  }
  .treatment-about {
    padding: 50px 0;
  }
  .treatment-about .sticky img.spinner {
    top: 50px;
    left: 60px;
  }
  .treatment-about .sticky img.about-image {
    height: 50vh;
    min-height: 350px;
  }
  .treatment-about .six {
    margin-top: 50px;
  }
  .treatment-about span.script {
    left: -15px;
    top: 10px;
  }
  .treatment-about h2 {
    top: -10px;
  }
  .appointment-cta {
    border-radius: 50px;
  }
  .appointment-cta h2 {
    margin-top: -5px;
  }
  .other-treatments {
    padding: 50px 0;
  }
  .other-treatments span.script {
    top: 10px;
  }
  .filter-section {
    border-radius: 50px 50px 0 0;
    padding-top: 50px;
  }
  #product-filters .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
  #product-filters .wp-block-group__inner-container .wc-block-catalog-sorting {
    width: 100%;
    margin-bottom: 15px;
  }
  .shop-homepage {
    padding: 50px 0;
  }
  .product-wrapper .five {
    width: 100%;
  }
  .product-wrapper .product-content {
    order: 2;
  }
  .product-wrapper .product-content h1.product_title {
    margin-top: -20px;
  }
  .product-wrapper .product-image {
    order: 1;
  }
  .product-accordion .single-wrapper h2 {
    font-size: 20px;
  }
  .price-page-header, .offers-header {
    padding: 150px 0 200px 0;
  }
  .price-page-header h1, .offers-header h1 {
    margin-top: -10px;
  }
  .price-list {
    padding: 50px 0;
    border-radius: 50px;
  }
  .price-list h2 {
    margin-bottom: 25px;
  }
  .price-list .four, .price-list .eight {
    padding: 0;
  }
  .single-price-wrapper img.parent-image {
    max-height: 250px;
    border-radius: 300px;
  }
  .appointment-cta .four {
    margin-top: 50px;
    width: 100%;
  }
  .appointment-cta img {
    min-height: 300px;
  }
  .special-offers {
    padding: 50px 0;
    border-radius: 50px;
  }
  .special-offers .single-offer .three {
    width: 100%;
    margin-bottom: 30px;
  }
  .special-offers .single-offer .three .image-wrapper img.treament-image {
    height: 200px;
  }
  .special-offers .single-offer .seven {
    width: 100%;
  }
  .about-header {
    padding: 150px 0;
  }
  .about-header .eight {
    width: 100%;
  }
  .about-header h1 {
    margin-top: -10px;
  }
  .about-content-block {
    padding: 100px 0 50px 0;
  }
  .about-content-block .four {
    width: 100%;
    order: 1;
  }
  .about-content-block .six {
    width: 100%;
    margin-top: 50px;
    order: 2;
  }
  .about-content-block h2 {
    margin-top: -10px;
  }
  .background-content-block {
    padding: 50px 0;
  }
  .background-content-block .six {
    width: 100%;
    margin-bottom: 50px;
  }
  .background-content-block h2 {
    margin-top: -10px;
  }
  .background-content-block img.side-image {
    display: block;
    position: relative;
    top: unset;
    transform: unset;
    width: 90%;
    margin-left: auto;
    height: 300px;
  }
  .team-header .eight {
    width: 100%;
  }
  .team-header h1.script {
    top: 23px;
  }
  .team-members {
    padding: 50px 0;
    border-radius: 50px;
  }
  .team-members .row {
    padding: 50px 0 0 0;
  }
  .team-members .four {
    width: 100%;
  }
  .single-team-blackout .inner {
    aspect-ratio: unset;
    height: 75vh;
    border-radius: 30px;
  }
  .single-team-blackout .whitebg {
    flex-wrap: wrap;
  }
  .single-team-blackout .whitebg img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    min-height: unset;
    border-radius: 30px;
  }
  .single-team-blackout .whitebg .right-side {
    width: 100%;
  }
  .single-team-blackout .whitebg .right-side span.name {
    padding-right: 0;
  }
  .single-team-blackout .whitebg .content-wrapper {
    height: calc(75vh - 441px);
  }
  button.exit {
    top: 15px;
    right: 15px;
    background-color: white;
    border-radius: 50%;
  }
  .contact-header .seven {
    padding-left: 30px;
    margin-bottom: 50px;
  }
  .contact-header h1.script {
    left: -15px;
    top: 10px;
  }
  ul.contact-details li a {
    font-size: 24px;
  }
  .get-in-touch {
    padding: 100px 0;
  }
  .find-us .content-side {
    padding: 30px;
  }
  .find-us .content-side img.map-marker {
    top: 20px;
  }
  .post-archive-header h1 {
    margin-top: -10px;
  }
  .post-archive {
    padding: 50px 0;
    border-radius: 50px;
  }
  .post-card {
    padding: 50px 0 0 0;
    margin: 0 30px 50px 30px;
  }
  .post-card .image-side {
    padding: 0;
    margin-bottom: 30px;
  }
  .post-card .image-side img {
    height: 200px;
    border-radius: 40px;
    object-fit: cover;
    object-position: center;
  }
  .post-card .eight {
    padding: 0;
  }
  .single-post-wrapper {
    padding-bottom: 50px;
  }
  .single-post-wrapper .post-content .content-side {
    order: 2;
    padding-top: 50px;
  }
  .single-post-wrapper .post-content .image-side {
    order: 1;
    margin-top: 50px;
  }
  .single-post-wrapper .post-content .image-side img {
    padding-left: 0;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
  }
  .content-page-header {
    padding: 100px 0 150px 0;
  }
  .content-page-wrapper {
    padding: 50px 0;
    border-radius: 50px;
  }
  #product-filters .wp-widget-group__inner-blocks {
    display: block;
  }
  #product-filters .wc-block-product-categories__dropdown {
    width: 100%;
  }
  #product-filters select {
    width: 100%;
  }
  #product-filters :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 0;
  }
  .shop-filter-wrapper {
    flex-wrap: wrap;
  }
  .shop-filter-wrapper .widget {
    display: block;
    min-width: 100%;
  }
  .shop-filter-wrapper .wc-block-product-categories.is-dropdown, .shop-filter-wrapper .wc-block-catalog-sorting {
    margin: 0 0 10px 0;
  }
}

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