@charset "UTF-8";
/* Theme Name: Spa, Aesthetica (spaesthetica.com)
 * Author: NKP Development Team
 * Description: NKP Medical responsive theme
 * Template: nkpv2 */
/*---- Do Not Remove ----*/
@import url(https://static.nkpmedical.com/unsemantic/css/nkp.min.css);
@import url(https://use.fontawesome.com/releases/v5.8.2/css/all.css);
@import url(https://static.nkpmedical.com/stellarnav/stellarnav.min.css);
/*---- Do Not Remove ----*/
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 68.75em) {
  html html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  html html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 31.25em) {
  html html {
    font-size: 40%;
  }
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #e3c1c1;
  color: #fff;
}

::selection {
  background: #e3c1c1;
  color: #fff;
}

::-moz-selection {
  background: #e3c1c1;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: "quiche-sans", sans-serif;
  margin: 0 0 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

#main #content h1:not(:first-of-type), #main #content h2, #main #content h3, #main #content h4, #main #content h5 {
  margin-top: 4rem;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 5.4rem;
}

h3 {
  font-size: 2.6rem;
  color: #acacac;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

.lrg-title {
  font-size: 6rem;
}
@media (min-width: 960px) {
  .lrg-title {
    font-size: calc(-56px + 12.0833333333vw);
  }
}
@media (min-width: 1200px) {
  .lrg-title {
    font-size: 8.9rem;
  }
}

p {
  padding: 1rem 0;
  line-height: 2;
}

a {
  color: #c37b7b;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
a:visited, a:link {
  color: #c37b7b;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
a:hover {
  color: #8f5a5a;
  text-decoration: none;
}
a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}
ul, ol {
  clear: both;
  line-height: 1.75;
}

cite, q {
  display: block;
  line-height: 2;
  padding: 1rem 0;
}

address {
  font-style: normal;
}

.relative {
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
  display: inline-block;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.clr-l {
  clear: left;
}

.clr-r {
  clear: right;
}

.clr, .clear {
  clear: both;
}

.nodisp {
  display: none;
}
.p20 {
  padding: 2rem;
}

.leave-review-button-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
        }

.leave-review-button {
  background-color: #d3a1a1;
  color: #ffffff;
  border: none;
  padding: 20px 28px;
  font-size: 16px;
  border-radius: 0px;
  cursor: pointer;
        }
.leave-review-button:hover {
  background-color: #c4aaaa;
        }

.m01 {margin:0.5rem 0;}
.m02 {margin:1rem 0;}
.m03 {margin:2rem 0;}
.m04 {margin:3rem 0;}
.m05 {margin:4rem 0;}
.mt01 {margin-top:0.5rem;}
.mt02 {margin-top:1rem;}
.mt03 {margin-top:2rem;}
.mt04 {margin-top:3rem;}
.mt05 {margin-top:4rem;}
.mb01 {margin-bottom:0.5rem;}
.mb02 {margin-bottom:1rem;}
.mb03 {margin-bottom:2rem;}
.mb04 {margin-bottom:3rem;}
.mb05 {margin-bottom:4rem;}

/* FORM */
input, select, textarea {
  transition: all 0.5s ease-out;
}

.newsletter-form {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.newsletter-form > * {
  margin: 1rem;
}
.newsletter-form input[type=text], .newsletter-form input[type=email], .newsletter-form input[type=tel], .newsletter-form input[type=url] {
  color: #000;
  background: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 0.5rem;
  border: 0;
  border-bottom: 2px solid #000;
}
.newsletter-form input[type=text]:hover, .newsletter-form input[type=text]:focus, .newsletter-form input[type=email]:hover, .newsletter-form input[type=email]:focus, .newsletter-form input[type=tel]:hover, .newsletter-form input[type=tel]:focus, .newsletter-form input[type=url]:hover, .newsletter-form input[type=url]:focus {
  border-color: #e3c1c1;
}
.newsletter-form textarea {
  color: #000;
  background: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 0.5rem;
  border: 0;
  border-bottom: 2px solid #000;
  margin-bottom: 5px;
  height: 130px;
  resize: vertical;
}
.newsletter-form textarea:hover, .newsletter-form textarea:focus {
  border-color: #e3c1c1;
}
.newsletter-form input[type=submit] {
  color: #000 !important;
  background: transparent;
  font-size: 2.5rem;
  text-transform: uppercase;
  /*font-style: italic;*/
  padding: 1rem 0.5rem;
  margin: 1rem 0;
  display: inline-block;
  border: 0;
  position: relative;
}
.newsletter-form input[type=submit]::after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.newsletter-form input[type=submit]:hover, .newsletter-form input[type=submit]:focus {
  color: #000;
}
.newsletter-form input[type=submit]:hover::after, .newsletter-form input[type=submit]:focus::after {
  transform: scale(1, 1);
  transform-origin: left center;
}
.newsletter-form input[type=submit]:hover, .newsletter-form input[type=submit]:focus {
  color: #FFF !important;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=url] {
  color: #000;
  background: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 0.5rem;
  border: 0;
  border-bottom: 2px solid #000;
}
.contact-form input[type=text]:hover, .contact-form input[type=text]:focus, .contact-form input[type=email]:hover, .contact-form input[type=email]:focus, .contact-form input[type=tel]:hover, .contact-form input[type=tel]:focus, .contact-form input[type=url]:hover, .contact-form input[type=url]:focus {
  border-color: #e3c1c1;
}
.contact-form input[type=submit] {
  color: #000 !important;
  background: transparent;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-style: italic;
  padding: 1rem 0.5rem;
  margin: 1rem 0;
  display: inline-block;
  border: 0;
  position: relative;
}
.contact-form input[type=submit]::after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:focus {
  color: #000;
}
.contact-form input[type=submit]:hover::after, .contact-form input[type=submit]:focus::after {
  transform: scale(1, 1);
  transform-origin: left center;
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:focus {
  color: #e3c1c1 !important;
}
.contact-form textarea {
  color: #000;
  background: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 0.5rem;
  border: 0;
  border-bottom: 2px solid #000;
  height: 130px;
  resize: vertical;
}
.contact-form textarea:hover, .contact-form textarea:focus {
  border-color: #e3c1c1;
}
.contact-form select {
  color: #000;
  background: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 0.5rem;
  border: 0;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.contact-form select:hover, .contact-form select:focus {
  border-color: #e3c1c1;
}

input.placeholder, textarea.placeholder {
  color: #8b8b8b;
  text-transform: uppercase;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #8b8b8b;
  text-transform: uppercase;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8b8b8b;
  text-transform: uppercase;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8b8b8b;
  text-transform: uppercase;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8b8b8b;
  text-transform: uppercase;
}

.contact-form input[type=submit][disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.contact-form input[type=submit][disabled]:hover {
  opacity: 0.7;
  cursor: not-allowed;
  color: #000 !important;
}

.contact-form input.wpcf7-captchar {
  width: 100%;
}

.wpcf7-form-control-wrap.agree {
  display: inline-block !important;
  width: 20px;
}

.agreements {
  font-weight: 400;
  margin: 15px 0;
}

.wpcf7-not-valid-tip {
  font-size: 10px !important;
  margin: -7px 0 10px 5px;
}

.wpcf7-validation-errors {
  border: 0 !important;
  text-align: center;
  font-size: 11px;
  color: #f00;
}

.ajax-loader {
  position: absolute;
  margin-top: -40px;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

/* END FORM */
.stellarnav {
  background: none;
  transition: all 0.5s ease-out;
}
.stellarnav a {
  color: #000 !important;
}
.stellarnav a::after {
  background: none;
}
.stellarnav ul {
  font-size: 16px;
  text-transform: uppercase;
}
.stellarnav ul ul {
  font-size: 15px;
  text-transform: capitalize;
}

.stellarnav.desktop > ul > li {
  transition: all 0.5s ease-out;
}
.stellarnav.desktop > ul > li:hover > a, .stellarnav.desktop > ul > li.current-menu-item > a {
  box-shadow: inset 0 -3px 0 #000;
}
.stellarnav.desktop > ul ul {
  width: 250px;
}

/*.stellarnav.desktop > ul li#menu-item-147 > ul {
  width: 500px;
}

.stellarnav.desktop > ul li#menu-item-147 ul li{
  width: 250px;
  float: left;
}*/

.stellarnav.desktop > ul ul ul {
  left: 250px;
}

.stellarnav.desktop ul ul {
  box-sizing: border-box;
  background: #fff;
  line-height: 20px;
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.15);
}
/*.stellarnav.desktop ul ul li:first-child {
  padding-top: 11px;
}*/
.stellarnav.desktop ul ul li:last-child {
  padding-bottom: 11px;
}
.stellarnav.desktop ul ul > li:hover > a {
  background: #e3c1c1;
  color: #fff !important;
}
.stellarnav.desktop ul ul > li a {
  padding: 10px 14px;
  margin: 0 11px;
  color: #222222 !important;
}

.stellarnav > ul > li.has-sub > a:after {
  margin: 0;
  display: none;
}

.stellarnav li li.has-sub > a:after {
  float: right;
}

.stellarnav.mobile > ul > li > a {
  padding: 15px !important;
}

.stellarnav li.open > a.dd-toggle i {
  transform: rotate(45deg);
}
/*.stellarnav li.open > a.dd-toggle .fa-plus::before {
  content: "";
}*/

.stellarnav li.open > a.dd-toggle i {
  transform: rotate(45deg);
}
/*.stellarnav li.open > a.dd-toggle .fa-plus::before {
  content: "";
}*/

.stellarnav.mobile .dd-toggle {
  padding: 15px !important;
  height: 51px;
  font-size: 15px;
}
/*.stellarnav.mobile .dd-toggle .fa-plus:before {
  content: "";
}*/
.stellarnav.mobile > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.stellarnav.mobile ul {
  background: #fff;
  border-top: 0 !important;
  z-index: 20;
}
.stellarnav.mobile ul li.open, .stellarnav.mobile ul li .current-menu-item, .stellarnav.mobile ul li:hover, .stellarnav.mobile ul li:focus {
  background: #e3c1c1;
}
.stellarnav.mobile ul li.open a, .stellarnav.mobile ul li .current-menu-item a, .stellarnav.mobile ul li:hover a, .stellarnav.mobile ul li:focus a {
  color: #fff !important;
}
.stellarnav.mobile ul li a {
  color: #000 !important;
  font-size: 16px;
  border-bottom: 0 !important;
  padding: 15px 0 15px 15px !important;
  font-weight: 400;
}
.stellarnav.mobile ul li a:hover, .stellarnav.mobile ul li a:focus {
  color: #e3c1c1;
}
.stellarnav.mobile ul li ul {
  background: transparent !important;
}
.stellarnav.mobile ul li ul .dd-toggle {
  height: 39px;
  border: 0 !important;
}
.stellarnav.mobile ul li ul li {
  padding-left: 20px !important;
}
.stellarnav.mobile ul li ul li a {
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  text-transform: capitalize;
  padding: 10px 0 10px 15px !important;
}

.stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile, .stellarnav.mobile .menu-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.stellarnav.mobile .call-btn-mobile:hover, .stellarnav.mobile .location-btn-mobile:hover, .stellarnav.mobile .menu-toggle:hover {
  background: #e3c1c1;
  color: #fff !important;
}

.stellarnav.active .menu-toggle {
  background: #fff;
  color: #000 !important;
}

.stellarnav.mobile.active .fa-bars::before {
  content: "" !important;
}

.stellarnav.mobile .close-menu {
  width: 100%;
}

.stellarnav > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 15px;
}
@media (min-width: 960px) {
  .stellarnav > ul > li > a {
    padding-left: calc(-60px + 6.6666666667vw);
    padding-right: calc(-60px + 6.6666666667vw);
    font-size: calc(11px + 0.4166666667vw);
  }
}
@media (min-width: 1200px) {
  .stellarnav > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}

.inner-slider ul { margin:0!important; }
.inner-slider ol { padding-top:10px; margin: 0!important; clear:both!important; list-style-type: disc!important; }
.inner-slider .flex-control-nav { position: relative; bottom: 0px; text-align: center; }
.inner-slider .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; cursor: pointer; }
.inner-slider .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.inner-slider .flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }
.inner-slider .slides img { max-height:600px; }
/* NKP GLOBAL STYLES */
img {
  border: 0px;
}

.img-resp, .img-responsive {
  max-width: 100%;
  height: auto;
}

img.left, img.alignleft {
  float: left;
  margin: 10px 15px 0px 0px;
}

.img-l {
  float: left;
  margin: 10px 15px 0px 0px;
}

img.right, img.alignright {
  float: right;
  margin: 10px 0px 0px 15px;
}

.img-r {
  float: right;
  margin: 10px 0px 0px 15px;
}

.embed {
  position: relative;
  display: block;
  height: 0px;
  padding: 0px;
  overflow: hidden;
}

.embed-responsive.embed-responsive-4x3 {
  padding-bottom: 75%;
}
.embed-responsive.embed-responsive-16x9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  top: 0px;
  bottom: 0px;
  left: 0px;
  border: 0px none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* desktop view bxa gallery */
.patient-single {
  width: 50%;
}
.patient-single img {
  width: 96%;
  height: auto;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.align-center {
  display: flex;
  align-items: center;
}

.btn {
  background: #e3c1c1;
  color: #fff !important;
  padding: 1em 1em;
  margin: 15px auto;
  height: auto;
  width: 100%;
  max-width: 210px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  clear: both;
  border: 0;
  transform: perspective(1px) translateZ(0px);
}

.link {
  color: #000 !important;
  background: transparent;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-style: italic;
  padding: 1rem 0.5rem;
  margin: 1rem 0;
  display: inline-block;
  border: 0;
  position: relative;
}
.link::after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover, .link:focus {
  color: #000;
}
.link:hover::after, .link:focus::after {
  transform: scale(1, 1);
  transform-origin: left center;
}

.link--pink {
  color: #e3c1c1 !important;
}
.link--pink::after {
  background: #e3c1c1;
}
.link--pink:hover, .link--pink:focus {
  color: #e3c1c1;
}

.lrg-grid {
  max-width: 1830px;
}

header {
  padding: 2rem 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 20;
  transition: padding 0.3s ease;
}
header .grid-container {max-width: 100%;}

header > div {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-cta a:first-of-type, header .header-cta a:last-of-type {border: 1px #c37b7b solid; padding: 3px 6px;}

header #logo img {
  max-width: 26rem;
}
header .header-links {
  text-transform: uppercase;
  text-align: right;
  font-size: 0.875em;
  display: flex;
}
header .header-links a {
  color: #000;
}
header .header-links a:hover, header .header-links a:focus {
  color: #e3c1c1;
}
header .headerAward {
    padding: 0px 30px;
}
header .headerAward img {
    max-width: 150px;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto !important;
}


@media only screen and (min-width: 961px) {
  header.sticky {
    position: fixed;
    padding: 0.75rem 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  }
}
.social li {
  display: inline-block;
  margin: 0.5rem;
}

.special object {width: 100%;}

#slider {
  position: relative;
}
#slider .slides > li > div {
  height: 91.6rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
#slider .slides > li > div > div {
  position: relative;
  z-index: 2;
}
#slider .slider-container {
  height: 91.6rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
#slider .slide1 {
  background-image: url(images/banner-main.jpg);
}
#slider .slide2 {
  background-image: url(images/banner-main-2.jpg);
}

#slider .slide3 {
  background-image: url(/wp-content/uploads/2024/09/spa-aesthetica-specials-fall-event.jpg);
}
#slider .slide4 {
  background-image: url(https://www.spaaesthetica.com/wp-content/uploads/2024/11/shopnow-banner.png);
}
#slider .slidesprint {
  background-image: url(/wp-content/uploads/2024/05/spaaesthetica-spring-event-and-grand-reopening-banner1.png);
}
#slider #logo {
  margin-bottom: 4rem;
}
#slider #logo img {
  max-width: 41.5rem;
}
#slider h1 {
  font-size: 4.5rem;
}
#slider .link {
  color: #000;
}

.banner-internal {
  background-image: url(images/banner-internal.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 42rem;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 960px) and (min-width: 400px) {
.banner-internal {
  background-image: url(images/banner-internal.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  text-align: center;
  overflow: hidden;
}
}
.banner-internal.twelvedays {
  background-image: url(images/banner-internal-12days-v2.jpg);
  /*background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 42rem;
  text-align: center;
  overflow: hidden;*/
}
.banner-internal h1 {
  text-transform: uppercase;
  font-size: 5rem;
  color: #fff;
}

/* Procedures Section */
.procedures {
  padding: 115px 0 0;
  margin: 13rem auto;
  box-sizing: border-box;
  overflow: hidden;
}
.procedures .content {
  min-height: 112.5rem;
  background: url(images/procedures-bg.jpg) center no-repeat;
}
.procedures .menu {
  width: 100%;
  position: absolute;
  top: -6.65rem;
  left: 0;
}
.procedures .menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.procedures .menu ul li {
  display: inline-block;
  color: #2b2b2b;
  line-height: 1;
  position: relative;
}
.procedures .menu ul > li {
  width: 25%;
}
.procedures .menu li li {
  display: block;
  width: 100%;
  margin: 1rem 0;
}
.procedures .menu ul ul li a:hover {
  transform: initial;
  transform-origin: initial;
}
.procedures .menu-title {
  font-size: 3.6rem;
  line-height: 1;
  font-family: "quiche-sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.procedures .menu ul li ul li a {
  font-size: 2.75rem;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0;
}
.procedures .menu ul li ul li a::after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.procedures .menu ul li ul li a:hover::after, .procedures .menu ul li ul li a:focus::after {
  transform: scale(1, 1);
  transform-origin: left center;
}
.procedures .menu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.procedures .menu li a {
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: #2b2b2b;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.procedures .menu ul ul {
  min-height: 112.5rem;
  padding: 5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  top: auto;
  position: absolute;
  z-index: 99;
  text-align: left;
  opacity: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.3s ease-out;
}
.procedures .menu li:hover ul {
  opacity: 1;
}
.procedures .menu ul ul:hover {
  opacity: 1;
}
.procedures .menu ul ul.last {
  justify-content: flex-start;
}

@media only screen and (max-width: 1725px) {
  .procedures .menu {
    top: -10.25rem;
  }

  .procedures .menu ul li ul li a {
    font-size: 2rem;
  }

  .procedures .content, .procedures .menu ul ul {
    min-height: 80rem;
  }

  .procedures .menu ul ul {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .procedures .menu-title {
    font-size: 3rem;
    margin-bottom: 4.2rem;
  }
}

/* END Procedures Section */

.doctor {
  margin: 12rem 0;
  overflow: hidden;
}
.doctor > * {
  display: -ms-flex;
  display: flex;
}
.doctor--image {
  background: url(/wp-content/uploads/2023/05/Dr-Reichner.jpg) no-repeat top center;
  background-size: cover;
}
.doctor--content {
  background: #f5f4f4;
  padding: 10% 5%;
  overflow: hidden;
}
.doctor .logos {
  justify-content: space-between;
}

.logos {
  display: -ms-flex;
  display: flex;
  margin: 2rem 0;
}
.logos li {
  display: inline-block;
  margin: 1rem;
}

.gallery-hp {
  background: url(images/gallery-bg.jpg) no-repeat top center;
  background-size: cover;
  color: #e3c1c1;
  padding: 10% 0 15%;
  overflow: hidden;
}
.gallery-hp h2 {
  font-size: 7rem;
}
@media (min-width: 960px) {
  .gallery-hp h2 {
    font-size: calc(-146px + 22.5vw);
  }
}
@media (min-width: 1200px) {
  .gallery-hp h2 {
    font-size: 12.4rem;
  }
}

.testimonials {
  margin: 12rem 0;
}
.testimonials > * {
  display: -ms-flex;
  display: flex;
}
.testimonials--image {
  background: url(images/testimonials-image.jpg) no-repeat top center;
  background-size: cover;
}
.testimonials--content {
  background: url(images/texture-bg.jpg) no-repeat top center #faf5f5;
  background-size: cover;
  padding: 10% 12%;
  overflow: hidden;
}
.testimonials .logos {
  justify-content: space-between;
}
.testimonials.internal--content {
  padding: 5% 12%;
}

.specialties {
  background: url(images/specialties-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 10rem 0;
  max-height: 80rem;
  overflow: hidden;
}
.specialties h2 {
  margin-bottom: 20px;
}
.specialties h3 {
  font-family: "proxima-nova", sans-serif;
}
.specialties a {
  color: #000;
}

.specialties .flex-direction-nav {
  margin: 0 auto 0 50%;
  width: 50%;
  padding: 0 2rem;
  display: flex;
  font-size: 3.5rem;
}
.specialties .flex-direction-nav li {
  margin: 0 2rem;
}

.giftcard {
  background: #ffebeb;
  padding: 5rem 0;
  overflow: hidden;
}
.giftcard > div {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.giftcard img {
  box-shadow: 11.434px 15.174px 57px 0px rgba(8, 4, 5, 0.3);
}
.giftcard a {
  color: #000;
}

.skingym {
  background: url(images/skingym-bg.jpg) no-repeat top center;
  background-size: cover;
  color: #fcd7d7;
  padding: 12rem 0;
  margin: 13rem 0;
}
.skingym .box {
  padding: 3rem;
  margin: 5rem 0;
}
.skingym .box--gold {
  border: 2px solid #e2bf66;
}
.skingym .box--silver {
  border: 2px solid #d1d1d1;
}
.skingym .box h4 {
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.5px;
}
.skingym .box ul {
  list-style: disc;
}
.skingym .box ul li {
  margin: 0.5rem 0 0.5rem 2.5rem;
}

.cta {
  margin: 13rem 0;
  text-align: center;
}
.cta h2 {
  margin: 0 !important;
}
.cta.newsletter h2 {
  font-size: 4rem;
}
.cta p {
  padding: 0;
  line-height: normal;
}
.cta .link {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cta--content {
  border: 2px solid #e2bf66;
  padding: 6rem 2rem;
}

.appointment {
  text-align: center;
  background: url(images/beach-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 13% 0;
}
.appointment h2 {
  color: #fff;
  font-size: 7rem;
}
@media (min-width: 960px) {
  .appointment h2 {
    font-size: calc(-86px + 16.25vw);
  }
}
@media (min-width: 1200px) {
  .appointment h2 {
    font-size: 10.9rem;
  }
}
.appointment a {
  color: #ffebeb;
}

#main {
  padding: 6rem 0;
}
#main #content h2 {font-size: 3.4rem;}
#main #content {
  position: relative;
}
#main #content .feat-img {
  float: left;
  margin: 15px;
  max-width: 100%;
  height: auto;
}
#main #content .single {
  float: left;
}
#main #content .pagination-wrapper {
  display: flex;
}
#main #content .pagination {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
#main #content .pagination .current {
  background: #e3c1c1;
  color: #fff;
  margin: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e3c1c1;
  border-radius: 50%;
}
#main #content .pagination a {
  background: transparent;
  color: #e3c1c1;
  margin: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e3c1c1;
  border-radius: 50%;
}
#main #content .pagination a:hover {
  background: #e3c1c1;
  color: #fff;
}
#main #content li {
  padding: 5px;
}
#main #content ul {
  margin: 15px 0 15px 20px;
  clear: none;
  list-style: disc;
}
#main #content ol {
  margin: 0 0 20px 20px;
  clear: none;
  list-style: decimal;
}
#main #content .twelve-days-xmas {
  display:flex;align-items:center;flex-wrap:wrap;margin-top:2em;
}
#main #content .twelve-days-xmas p {
  font-weight:600;
  font-size:1.2em;
}
#main .list {
  margin: 0 !important;
  list-style: none !important;
}
#main .list ul {
  margin: 0 !important;
}
#main .list ul li {
  font-size: 1.5rem;
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
#main .list ul li a {
  border-bottom: 1px solid #eee;
  padding: 1rem 1.5rem;
  display: block;
  transition: all 0.25s ease-out;
}
#main .list ul li a:hover {
  color: #fff;
  background: #e3c1c1;
  padding-left: 3rem;
}
#main .list ul ul {
  margin-left: 2rem !important;
}

div#ez-toc-container{
  box-sizing: border-box;
}

footer {
  padding: 10rem 0;
  text-align: center;
  text-transform: uppercase;
}
footer > * > * {
  margin: 3rem 0;
}
footer #logo img {
  max-width: 41.5rem;
}
footer a {
  color: #000 !important;
}
footer a:hover, footer a:focus {
  color: #e3c1c1 !important;
}
footer .logos {
  justify-content: center;
}

.post-divider {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
}

#patient-listing-sidebar ul {
  margin: 0 !important;
}
#patient-listing-sidebar ul li ul {
  margin: 0 !important;
}

#bowtie-cta { right:auto!important; left:25px!important; }
#bowtie-main_container { right:auto!important; left:15px!important; }

/*--- GALLERY RESPONSIVE DESKTOP */
.patient-content, .patient-listing {
  width: 48% !important;
  float: left;
}

.patient-list-image {
  width: 90%;
}

.patient-listing > div {
  width: 50%;
  float: left;
}
.galBox {position: relative; margin: 3rem 0;}
.galBox .left { text-transform: uppercase; }
.galBox .left img { width: 50%; }
.galBox .right { text-align: center; }
.galBox h2 { margin-bottom: 0; }
.galBox h4 { color: #000; font-family: "proxima-nova", sans-serif; font-style: italic; margin-top: 1rem !important; position: relative;display: inline-block;}
.galBox h4::after {
    content: "";
    background: #000;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .galBox a:hover h4::after{
    transform: scale(1, 1);
    transform-origin: left center;
  }

span.testimonial-date, .testimonial-dash, #nkp-testimonials-company {display: none;}
.testimonial-entry { display: flex; align-items: center; background: #f5f5f5; margin: 1rem 0; }
.testimonial-entry .reviewRating { padding: 30px; background: #fbfbfb; }
.testimonial-entry  .reviewText { font-style: italic; }

form#calc { position: fixed; background: rgba(0,0,0,0.7); max-width: 165px; padding: 10px; z-index: 10; }
#main #content form#calc h3 {margin-top: 0;}
table#maths input { min-width: 40px; }
#main #content .col2 { -moz-column-count: 2; column-count: 2;  }
#main #content .col2 li { page-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid;}
.photoGalleryWrapperXX div { overflow: hidden; border: 5px solid #fff; }
.photoGalleryWrapperXX img {transition: transform .2s; }
.photoGalleryWrapperXX a:hover img {transform: scale(1.2);}

.proceduresContact .cfProc { border: 2px solid #e2bf66; padding: 20px; margin: 20px 0; }
.subhead { font-size: 1.5rem; color: #fff; }
/* gallery buttons styles */
h1.patient-header { padding-top: 10px; }
.patient-entry {margin-bottom: 10px;}
.nav-previous {float: left;}
.nav-next {float: right;}
.nav-previous a, .nav-next a  { background: #f2f3f3; display: inline-block; padding: 5px 15px;; border-radius: 14px; float: left;}
.nav-previous a:hover, .nav-next a:hover {background: #1f2838; color:#fff;}

#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e2bf66;
    color: #000 !important;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover { background: #e2bf66; color:#fff !important; }
#back-to-top.show { opacity: 1; }

#main #content h3.staff { margin: 0 0 4rem 0 !important; }

.review-heading { color: #000!important; }

.mfp-close-btn-in .mfp-close {color:#000!important;}
#popup-announcement {max-width:560px;}
#popup-announcement video { max-width: 480px; }

/*---- START MEDIA QUERIES ---- */
@media only screen and (max-width: 500px) {
  #slider #logo img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-internal.twelvedays { height:16rem; }
  #main #content .twelve-days-xmas .btn {
  	max-width:100%;
  }
  #popup-announcement video{
    max-width: 360px;
}
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
      width: auto !important;
  }
  #main #content .col2 { -moz-column-count: 1; column-count: 1; }
  .testimonial-entry { display: inherit;}
  /* GALLERY RESPONSIVE NON-DESKTOP */
  #patient-listing .patient-content {
    width: 100% !important;
  }
  #patient-listing .patient-listing {
    width: 100% !important;
  }
  #patient-listing .patient-listing > div {
    width: 50%;
  }

  .patient-entry .patient-single {
    width: 100%;
  }

  iframe {
    width: 100%;
  }

  .patient-single {
    width: 100% !important;
  }
  .p20 {
    padding: 1rem;
  }
  .m-mb-30 {
    margin-bottom: 3rem;
  }
  .feat-img-m{
    width: 100%;
    float: none;
    margin: 0 0 3rem
  }

  .lrg-title {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.5rem;
  }

  header {
    padding: 0 !important;
    position: relative !important;
  }
  header > div {
    display: block;
  }
  header .grid-container {
    padding: 0;
  }
  header #logo {
    text-align: center;
    margin: 2rem 0;
  }

  #slider .slides > li > div {
    height: 60rem;
  }
  #slider .slider-container {
    height: 60rem;
  }
  #slider .slide1 {
    background-image: url(images/male-banner.jpg);
    background-position-x: 63% !important;
  }
  #slider .slide2 {
    background-image: url(images/female-banner.jpg);
  }
 #slider .slide3 {
    background-image: url(https://www.spaaesthetica.com/wp-content/uploads/2024/09/spa-aesthetica-specials-banner.jpg);
  }
  #slider .slide4 {
      background-image: url(https://www.spaaesthetica.com/wp-content/uploads/2024/11/shopnow-banner-mobile.png);
      background-size: contain !important;
      background-color: #000;
      background-position: center !important;
  }
  #slider .slidesprint {
    background-image: url(/wp-content/uploads/2024/05/spaaesthetica-spring-event-and-grand-reopening-socmed3-copy.png);
  }
  #slider .slide1::after, #slider .slide2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
  }

  #slider, .banner-internal {
    margin: 0 !important;
  }
  .banner-internal h1 {
    font-size: 4rem;
  }

  div#ez-toc-container{
    width: 100% !important;
  }

  .doctor {
    margin: 6rem 0;
  }
  .doctor > * {
    flex-direction: column;
  }
  .doctor--image {
    height: 30rem;
  }

  .gallery-hp {
    background: #000;
    padding: 0;
  }
  .gallery-hp > * {
    padding: 0;
  }
  .gallery-hp--content {
    background: url(images/gallery-content-bg.jpg) no-repeat bottom left;
    background-size: cover;
    padding: 5rem 3rem 3rem;
  }
  .gallery-hp h2 {
    font-size: 6rem;
  }

  .testimonials {
    margin: 6rem 0;
  }
  .testimonials > * {
    flex-direction: column;
  }
  .testimonials--content {
    padding: 5rem 2rem;
  }
  .testimonials h2 {
    font-size: 4.5rem;
  }

  .cta {
    margin: 6rem 0;
  }
  .cta--content {
    padding: 4rem 2rem;
  }

  .newsletter h2 {
    font-size: 3.2rem;
  }

  .newsletter-form {
    flex-flow: column;
  }



  .specialties {
    max-height: none;
    background-image: url(images/texture-bg-gray.jpg);
    padding: 6rem 0 0;
  }
  .specialties .flex-direction-nav {
    margin: auto;
    width: auto;
    justify-content: flex-end;
  }

  .giftcard > div {
    flex-direction: column;
  }
  .giftcard--content {
    margin-top: 4rem;
  }
  .giftcard--content h2 {
    font-size: 3.4rem;
  }

  .skingym {
    background: #000;
    padding: 0;
    margin: 6rem 0;
  }
  .skingym--content {
    padding: 5rem 0 0;
  }

  .appointment h2 {
    font-size: 4rem;
  }

  .contact-form .agreement {
    margin-top: 0;
  }

  footer {
    padding: 6rem 0;
  }
  footer #logo img {
    max-width: 100%;
  }
}
/*MOBILE */
@media only screen and (max-width: 960px) and (min-width: 768px) {
  .lrg-title {
    font-size: 5.5rem;
  }

  h2 {
    font-size: 4.5rem;
  }

  header {
    padding: 0 !important;
    position: relative !important;
  }
  header > div {
    display: block;
  }
  header .grid-container {
    padding: 0;
  }
  header #logo {
    text-align: center;
    margin: 2rem 0;
  }

  .header-links {
    display: none;
  }

  #slider .slides > li > div {
    height: 70rem;
  }
  #slider .slider-container {
    height: 70rem;
  }
  #slider .slide1 {
    background-image: url(images/male-banner.jpg);
    background-position-x: 63% !important;
  }
  #slider .slide2 {
    background-image: url(images/female-banner.jpg);
  }
 #slider .slide3 {
    background-image: url(/wp-content/uploads/2024/09/spa-aesthetica-specials-banner.jpg);
  }
  #slider .slide1::after, #slider .slide2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
  }

  #slider, .banner-internal {
    margin: 0 !important;
  }

  .doctor h2 {
    font-size: 3.8rem;
  }

  .specialties {
    background-position-x: 45%;
  }

  .skingym {
    background-position-x: 57%;
    padding: 6rem 0;
  }
  .skingym .box {
    background: rgba(0, 0, 0, 0.5);
  }
  .skingym--content {
    width: 60%;
  }

  .gallery-hp {
    background-position-x: 49%;
  }

  .testimonials--content {
    padding: 6rem 4rem;
  }
  .testimonials h2 {
    font-size: 5rem;
  }
}
/*TABLET */
@media only screen and (max-width: 1024px) and (min-width: 960px) {
  h2 {
    font-size: 5rem;
  }

  #slider .slides > li > div {
    height: 80rem;
  }
  #slider .slide1 {
    background-image: url(images/male-banner.jpg);
    background-position-x: 63% !important;
  }
  #slider .slide2 {
    background-image: url(images/female-banner.jpg);
  }
  #slider .slide1::after, #slider .slide2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
  }

  .skingym {
    background-position-x: 51%;
  }

  .testimonials--content {
    padding: 10% 5%;
  }

  .specialties {
    padding: 6rem 0;
    background-position-x: 45%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1025px) {
  .testimonials--content {
    padding: 8% 6%;
  }
  .testimonials .lrg-title {
    font-size: 6vw
  }
}
@media only screen and (max-width: 600px) {
  h1.post-header {font-size: 4rem}
}

/*960 DESKTOP */
/*---- END MEDIA QUERIES ---- */
