/*
Theme Name: Smartboost Child Theme
Theme URI: https://smartboost.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: smartboost
Author URI: https://smartboost.com
template: bb-theme
*/

/* ********** STYLE GUIDE ********** */

/* BLUE (LIGHTER) - #25c1dd          */
*/
/* BLUE (DARKER)  - #1e9eaf			 */

/* ********************************* */

.consultation-form-modal-overlay {
  display: none !important;
}

/* Add your custom styles here */

@font-face {
  font-family: "Didot Italic";
  src: url("didot_italic.ttf") format("ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Futura Bold";
  src: url("/wp-content/themes/bb-child/fonts/futura_bold.woff2")
      format("woff2"),
    url("/wp-content/themes/bb-child/fonts/futura_bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Futura Light";
  src: url("/wp-content/themes/bb-child/fonts/futura_light.woff2")
      format("woff2"),
    url("/wp-content/themes/bb-child/fonts/futura_light.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Futura Medium";
  src: url("/wp-content/themes/bb-child/fonts/futura_medium.woff2")
      format("woff2"),
    url("/wp-content/themes/bb-child/fonts/futura_medium.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Futura Medium Italic";
  src: url("/wp-content/themes/bb-child/fonts/futura_medium_italic.woff2")
      format("woff2"),
    url("/wp-content/themes/bb-child/fonts/futura_medium_italic.woff")
      format("woff");
  font-weight: normal;
}

/* ********** GENERAL ********** */

a {
  color: #25c1dd;
}

a:hover,
a:focus {
  color: #25c1dd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Didot Italic";
  /* 	font-style: italic; */
}

.mobile-only {
  display: none;
}

.futura-italic {
  font-family: "Futura Medium Italic", sans-serif !important;
}

.futura-medium h1,
.futura-medium h2,
.futura-medium h3,
.futura-medium h4,
.futura-medium h5,
.futura-medium h6 {
  font-family: "Futura Medium", sans-serif !important;
  /* 	font-style: initial; */
}

.futura-medium-italic .fl-rich-text p {
  font-weight: 600 !important;
}

.futura-bold h1,
.futura-bold h2,
.futura-bold h3,
.futura-bold h4,
.futura-bold h5,
.futura-bold h6,
.futura-bold .fl-rich-text p {
  font-family: "Futura Bold", sans-serif !important;
  /* 	font-style: initial; */
}

.book-appointment-btn a {
  padding: 0 !important;
}

.book-appointment-btn .uabb-button-text {
  padding: 12px 24px !important;
}

.book-appointment-btn .uabb-button-icon {
  padding: 12px 24px !important;
  border-left: 1px solid #000 !important;
}

.home-hero .book-appointment-btn .uabb-button-icon {
  border-color: #fff !important;
}

.book-appointment-btn-white .uabb-button-icon {
  border-left: 1px solid #fff !important;
}

.book-appointment-btn .uabb-button-icon:hover {
  border-color: #fff !important;
}

.book-appointment-btn-white .uabb-button-icon:hover {
  border-color: #3f9cab !important;
}

.btn-blue a:hover {
  border: 1px solid #fff !important;
}

.btn-transparent a:hover {
  border: none !important;
}

.hideme {
  display: none !important;
}

/* ********** NAVIGATION ********** */

.header-link,
header a:hover {
  color: #25c1dd !important;
  transition: all 0.5s;
}

.header-link:hover {
  text-decoration: underline !important;
}

.fl-theme-builder-header-scrolled .header-membership {
  display: none;
}

.nav-header #menu-main-navigation li:last-of-type {
  margin-right: -10px;
}

.nav-header #menu-main-navigation .sub-menu li:last-of-type {
  margin-right: 0px;
}

.fl-node-48pao6vh5wtm .fl-icon i,
.fl-node-48pao6vh5wtm .fl-icon i:before,
.fl-node-48pao6vh5wtm .fl-icon a i,
.fl-node-48pao6vh5wtm .fl-icon a i:before {
  transition: all 0.5s !important;
}

.fl-node-48pao6vh5wtm .fl-icon i:hover,
.fl-node-48pao6vh5wtm .fl-icon i:hover:before,
.fl-node-48pao6vh5wtm .fl-icon a:hover i,
.fl-node-48pao6vh5wtm .fl-icon a:hover i:before {
  color: #25c1dd !important;
  transition: all 0.5s;
}

.hamburger .uabb-svg-container {
  width: 2em !important;
  height: 1.25em !important;
}

.nav-contact a {
  padding-right: 5px !important;
}

.nav-banner-cta a:hover {
  color: #fff !important;
}

/* Megamenu */

.mega-menu-title {
  font-size: 20px !important;
}

.mega-menu .sub-menu {
  padding: 3% !important;
  text-align: center !important;
  width: 100% !important;
}

.sub-menu {
  text-align: left !important;
  text-transform: uppercase !important;
}

.fl-has-submenu-container {
  text-align: left;
}

.mega-menu-title a:hover {
  background-color: transparent !important;
  color: #25c1dd !important;
}

.mega-img a:hover {
  background-color: transparent !important;
}

.mega-menu .sub-menu {
  background-color: #2c2c2c !important;
}

.mega-menu .sub-menu .menu-item-object-services a {
  padding-top: 0 !important;
}

.mega-menu-title .fl-has-submenu-container {
  text-align: center;
}

.mega-menu-title .fl-has-submenu-container a,
.mega-img a {
  cursor: default;
}

.nav-services .sub-menu {
  display: block !important;
}

/* .nav-services .sub-menu .sub-menu {
	display: none !important;
} */

/* ********** HOME ********** */

/* Hero */

.home-hero .fl-row-content-wrap {
  padding-top: 200px;
  padding-bottom: 50px;
}

.div-container {
  width: 100%;
  height: 75px;
}

.div-container .separator-vertical {
  width: 15%;
  height: 100%;
  border-right: 1px solid #fff;
}

#menu-locations .menu-item a {
  transition: all 0.5s;
}

#menu-locations .menu-item a:hover {
  color: #25c1dd !important;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .fl-node-1gj0zqwf8key {
    width: 345px !important;
  }

  .fl-node-f30ilhg21wck {
    width: 315px !important;
  }
}

/* Our Top Treatments */

.div-container .separator-vertical-blue {
  width: 50%;
  height: 100%;
  border-right: 2px solid #25c1dd;
}

.top-treatment-one,
.top-treatment-two,
.top-treatment-three,
.top-treatment-four {
  transition: all 0.5s;
}

.top-treatment-one:hover,
.top-treatment-two:hover,
.top-treatment-three:hover,
.top-treatment-four:hover {
  filter: sepia(200%) hue-rotate(146deg) saturate(150%);
  transition: all 0.5s;
}

.fl-node-hsay36o9bdmk > .fl-module-content {
  border-left: 1px solid #25c1dd;
  padding-left: 20px;
}

.home-treatments .uabb-button-icon {
  border-left: 1px solid #fff !important;
}

/* Dr. Roher */

.home-dr-roher .fl-node-iwg028lmk4xc .fl-row-content,
.home-dr-roher .fl-row-content.fl-row-fixed-width.fl-node-content,
.home-dr-roher .fl-module-photo .fl-module-content.fl-node-content {
  margin-right: 0;
}

/* Featured Articles */

.blog-listing h3 {
  font-family: "Futura Bold", sans-serif;
  font-size: 20px;
  margin-top: 20px !important;
}

/* Get Mobile App */

.app-desktop .uabb-button-icon,
.app-mobile .uabb-button-icon {
  border-left: 1px solid #fff !important;
}

/* Newsletter */

/* .col-newsletter {
    width: 66.59%;
    position: absolute;
    left: 0;
    margin-bottom: 100px;
} */

.newsletter-text p {
  max-width: 620px;
}

/* ********** ABOUT US ********** */

.interior-hero .fl-row-content-wrap {
  padding-top: 75px;
  padding-bottom: 50px;
}

.staff-listing img {
  max-width: 300px !important;
}

.staff-listing h3 {
  font-family: "Futura Bold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 20px;
}

.staff-listing h4 {
  font-family: "Futura Bold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.staff-listing .staff-services {
  font-family: "Futura Medium", sans-serif;
  font-size: 18px;
  margin-top: 5px;
  font-style: italic;
  margin-bottom: 20px;
}

/* ********** SERVICES ********** */

.service-location-listing h4,
.available-locations {
  font-family: "Futura Bold";
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.available-locations a {
  color: #131313;
  text-decoration: none !important;
  transition: all 0.5s;
}

.available-locations a:hover {
  color: #25c1dd;
  transition: all 0.5s;
}

.service-location-listing .service-provider {
  font-family: "Futura Medium", sans-serif;
}

.service-location-listing .service-provider div {
  margin-bottom: 3px;
}

.services-link .fl-heading-text:hover {
  color: #3f9cab !important;
  transition: all 0.5s;
}

.hydrafacial-ol ul,
.hydrafacial-ol ol {
  padding-left: 19px;
}

.hydrafacial-ol ul {
  margin: 10px 0;
}

.drag_element img {
  opacity: 0.6;
}

.fl-node-5sv4oz98yfrk h2 {
  font-size: 2em;
}

/* Pricing */

.postid-28965 .fl-node-4bzsdw1ag8i6,
.postid-29260 .fl-node-4bzsdw1ag8i6 {
  display: none;
}

.postid-28965 .fl-node-uq0149ero3sc,
.postid-29260 .fl-node-uq0149ero3sc {
  display: none;
}

.postid-29212 .service-pricing,
.postid-29212 .service-pricing-mobile,
.postid-29223 .service-pricing,
.postid-29353 .service-pricing-mobile,
.postid-29214 .service-pricing,
.postid-29214 .service-pricing-mobile,
.postid-35341 .service-pricing,
.postid-35341 .service-pricing-mobile,
.postid-35659 .service-pricing,
.postid-35659 .service-pricing-mobile,
.postid-35722 .service-pricing,
.postid-35722 .service-pricing-mobile,
.postid-34824 .service-pricing,
.postid-34824 .service-pricing-mobile {
  display: none !important;
}

.services-consultation {
  display: none;
}

.postid-29212 .services-consultation,
.postid-29223 .services-consultation,
.postid-29214 .services-consultation {
  display: block;
}

/* FAQ */

.postid-34840 .service-faq,
.postid-29252 .service-faq {
  display: none !important;
}

/* YouTube Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-title {
  font-family: "Futura Bold", sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}

/* FAQ */

.sdb-table {
  width: 100%;
}

.sdb-table td {
  padding: 10px;
  border: 1px solid #bdbdbd;
}

.uabb-adv-accordion-item a {
  color: #000;
  font-weight: bold !important;
  text-decoration: underline;
}

/* Treatment Instructions */

.postid-29198 .treatment-instructions,
.postid-29223 .treatment-instructions,
.postid-28965 .treatment-instructions,
.postid-29254 .treatment-instructions,
.postid-34468 .treatment-instructions,
.postid-29262 .treatment-instructions,
.postid-29264 .treatment-instructions,
.postid-34681 .treatment-instructions,
.postid-35256 .treatment-instructions,
.postid-35452 .treatment-instructions,
.postid-35341 .treatment-instructions,
.postid-35659 .treatment-instructions,
.postid-35722 .treatment-instructions,
.postid-34824 .treatment-instructions,
.postid-35767 .treatment-instructions {
  display: none;
}

.postid-29211 .title-before,
.postid-29211 .title-after,
.postid-29214 .title-before,
.postid-29214 .title-after,
.postid-29219 .title-before,
.postid-29219 .title-after,
.postid-29221 .title-before,
.postid-29221 .title-after,
.postid-29225 .title-before,
.postid-29225 .title-after,
.postid-29240 .title-before,
.postid-29240 .title-after,
.postid-29260 .title-before,
.postid-29260 .title-after {
  display: none;
}

/* Excilis */

.postid-34840 .treatment-instructions,
.postid-34840 .service-pricing,
.postid-34840 .service-pricing-mobile {
  display: none;
}

/* Form */

.gform_button.button {
  background-color: transparent;
}

.gform_footer.top_label {
  display: block !important;
  padding-top: 0 !important;
  margin-top: -10px !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea {
  padding: 10px 10px 7px 10px !important;
}

.specials-form--v2 .gform_wrapper input[type="text"],
.specials-form--v2 .gform_wrapper input[type="email"],
.specials-form--v2 .gform_wrapper input[type="tel"],
.specials-form--v2 .gform_wrapper textarea {
  padding: 13px 25px 12px !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
}

/* ********** MEMBERSHIP ********** */

.membership-large {
  font-family: "Futura Bold", sans-serif;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}

.membership-medium {
  font-family: "Futura Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.membership-thin {
  font-family: "Futura Light", sans-serif;
  font-weight: 400 !important;
}

.membership-info hr {
  border-color: #25c1dd;
  max-width: 75%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.membership-uppercase {
  font-family: "Futura Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.membership-blue {
  font-family: "Futura Bold", sans-serif;
  font-weight: 700;
  color: #25c1dd !important;
  font-size: 35px;
}

/* ********** CONTACT ********** */

.location-listing .uabb-blog-posts-col-3 {
  border: 1px solid #c5c5c5;
  padding: 25px !important;
  margin: 20px;
  width: calc(33.333% - 40px);
}

.location-name {
  font-family: "Futura Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.location-address {
  font-family: "futura Medium", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.location-phone a {
  font-family: "Futura Bold", sans-serif;
  font-weight: 700;
  color: #25c1dd;
  margin-bottom: 15px;
}

.location-hours {
  margin-top: 15px;
}

.table-hours {
  width: 100%;
}

.table-hours td {
  padding: 1px;
  font-family: "Futura Medium";
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 50%;
}

/* ********** LOCATIONS ********** */

.service-location-listing p {
  font-family: "Futura Medium";
  font-weight: 600;
  line-height: 1.75em;
  transition: all 0.5s;
}

/* .service-location-listing p:hover {
	color: #25c1dd;
	transition: all .5s;
	cursor: pointer;
} */

.testimonial-container-one {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.testimonial-left {
  margin-right: 20px;
}

.testimonial-container-one img {
  max-width: 100px;
}

.testimonial-name {
  font-family: "Futura Bold";
}

.testimonial-container-two {
  margin-top: 40px;
}

.testimonial-text {
  font-family: "Futura Medium Italic", sans-serif;
  font-size: 22px;
}

.jGxLwL {
  font-size: 17px !important;
  font-family: "Futura Medium", Verdana, Arial, sans-serif !important;
  font-weight: 400 !important;
}

.ePZvCP,
caXMux {
  font-size: 15px !important;
  font-family: "Futura Medium", Verdana, Arial, sans-serif !important;
  font-weight: 400 !important;
}

.gDqfjh,
.jCuhom {
  color: #000 !important;
}

.bpkLiG {
  font-size: 17px !important;
  font-family: "Futura Medium", Verdana, Arial, sans-serif !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

.single-location .service-location-listing p {
  color: #6a6a6a;
}

.single-location .service-location-listing a {
  color: #25c1dd;
  letter-spacing: 1px;
}

.single-location .service-location-listing a:hover {
  color: #25c1dd;
}

/* ********** BOOK ONLINE ********** */

.location-listing .uabb-blog-posts-col-1 {
  border: 1px solid #c5c5c5;
  padding: 25px !important;
  margin: 20px;
  width: calc(100% - 40px);
}

.flex {
  display: flex;
  flex-direction: row;
}

.flex .inner-column {
  width: 50%;
}

.book-now-btn {
  margin-top: 30px;
}

.book-now-btn a {
  display: inline-block;
  border: 1px solid #000;
  padding: 12px 24px;
  font-family: "Futura Medium", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  transition: all 0.5s;
}

.book-now-btn a:hover {
  border: 1px solid #fff;
  background-color: #25c1dd;
  color: #fff;
  transition: all 0.5s;
}

/* ********** SPECIALS ********** */

.specials-listing .fl-post-grid-post {
  display: flex;
}

.specials-listing .fl-post-column {
  padding: 0;
}

.specials-listing .specials-container {
  background-size: cover;
  height: 500px !important;
  min-height: 500px !important;
  width: 100% !important;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.specials-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #000, #000);
  opacity: 0.35;
}

.specials-container .click-details {
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.specials-container h2 {
  font-size: 35px;
  line-height: 1.25em;
  position: relative;
  z-index: 10;
  color: #fff;
}

/* .specials-listing .uabb-module-content,
.specials-listing .uabb-post-wrapper {
	height: initial !important;
}

.specials-listing .uabb-blog-posts {
	min-height: 500px;
}

.specials-listing .uabb-blog-posts-shadow {
	height: 500px !important;
}

.specials-listing .uabb-post-wrapper,
.specials-listing .uabb-blog-posts-shadow,
.specials-listing .uabb-blog-post-inner-wrap,
.specials-listing .uabb-blog-post-content,
.specials-listing .specials-container {
	height: 100%;
}

.specials-container {
	padding: 25px;
	background-size: cover;
	background-position: center;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.specials-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000, #000);
    opacity: .35;
}

.specials-container .click-details {
	position: relative;
    z-index: 10;
    color: #fff;
    text-decoration: underline;
}

.specials-container h2 {
	font-size: 35px;
	line-height: 1.25em;
	position: relative;
    z-index: 10;
    color: #fff;
}

.specials-content ul {
	margin-top: 20px;
} */

/* Form */

.single-special .gform_wrapper {
  margin-top: 40px;
}

.single-special input,
.single-special textarea {
  font-weight: 400;
  text-transform: uppercase;
}

.single-special input[type="submit"] {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 200px;
  min-height: 45px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
}

.single-special input[type="submit"]:hover {
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  background: padding-box #25c1dd;
  border-color: #25c1dd;
}

/* ********** SHOP ********** */

.page-id-106 h2 {
  font-size: 35px !important;
}

.shop-button a {
  border: 1px solid #000;
  padding: 8px 15px;
  font-family: "Futura Medium", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  transition: all 0.5s;
  margin-top: 20px;
  display: inline-block;
}

.shop-button a:hover {
  border: 1px solid #fff;
  background-color: #25c1dd;
  color: #fff;
  transition: all 0.5s;
}

.variations select {
  padding: 10px !important;
  margin-bottom: 25px !important;
}

.variations label {
  margin-bottom: 0 !important;
  margin-top: 6px !important;
}

.product-listing h4 {
  font-size: 18px;
  margin-top: 10px;
}

.product-price bdi {
  color: #3f9cab !important;
  font-weight: 600 !important;
  font-family: "Futura Bold";
  font-size: 15px;
  margin-top: 5px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #3f9cab !important;
  font-size: 1.25em;
  font-weight: 600 !important;
  font-family: "Futura Bold";
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  margin-top: 15px;
}

.quantity input.input-text {
  height: 49px !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 0 !important;
  color: #000 !important;
  background-color: #f5f5f5 !important;
}

.woocommerce button.single_add_to_cart_button.button.alt {
  border: 1px solid #000;
  padding: 12px 24px;
  font-family: "Futura Medium", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  background-color: #25c1dd;
  background-color: transparent;
  transition: all 0.5s;
  display: inline-block;
  border-radius: 0;
  transition: all 0.5s;
  margin-left: 15px;
}

.woocommerce button.single_add_to_cart_button.button.alt:hover {
  border: 1px solid #fff;
  background-color: #25c1dd;
  color: #fff;
  transition: all 0.5s;
}

/* SHOP SINGLE */

.single-product h1 {
  font-size: 40px !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
}

/* ********** ENHANCEMENT ADD-ONS ********** */

.enhancement-row-one {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.enhancement-name {
  color: #25c1dd;
}

/* ********** BLOG ********** */

.blog-listing img {
  height: 196px !important;
  object-fit: cover;
}

/* ********** BLOG SINGLE ********** */

.blog-content h2 {
  font-size: 22px;
  font-family: "Futura Medium", sans-serif;
  text-transform: uppercase;
}

/* ********** PRIVACY POLICY ********** */

.privacy-container h2 {
  font-size: 22px;
  font-family: "Futura Medium", sans-serif;
  text-transform: uppercase;
}

.privacy-container h3 {
  font-size: 19px;
  font-family: "Futura Medium", sans-serif;
  text-transform: uppercase;
}

.privacy-container h4 {
  font-size: 16px;
  font-family: "Futura Medium", sans-serif;
  text-transform: uppercase;
}

.privacy-container ul {
  padding-left: 19px;
  margin-bottom: 25px;
}

.privacy-container a {
  font-family: "Futura Medium";
}

/* ********** FOOTER ********** */

/* .home footer {
	margin-top: 275px;
} */

footer .newsletter-subscribe {
  display: none;
}

.footer-privacy-links {
  margin-right: 20px;
}

/* Consultation Button */

@media (max-width: 991px) {
  .consultation-form-container,
  .consultation-form-modal-overlay,
  .consultation-btn-container {
    display: none;
  }
}

.consultation-form-modal-overlay {
  display: none !important;
}

.consultation-btn-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  /* 	display: none; */
}

.consultation-form-modal-overlay .uabb-modal {
  top: initial !important;
  transform: initial !important;
}

.consultation-form-modal-overlay .uabb-content {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

/* Consultation Form */

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
  background: #26c0dd !important;
  color: #fff !important;
  border-color: #26c0dd !important;
}

.consultation-form .gform_heading {
  display: none;
}

.consultation-form-header h3 {
  font-size: 18px !important;
}

.consultation-form .gsection_title {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}

.consultation-form .gfield_description {
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  padding-top: 0 !important;
  margin-top: -5px !important;
  margin-bottom: 10px !important;
}

.consultation-form .cf-tel {
  width: 100%;
}

.consultation-form .fl-module-content.fl-node-content.geot-module {
  margin: 0;
}

.consultation-form-modal-overlay form {
  max-height: 500px;
  overflow-y: scroll;
  padding: 20px 20px 20px 30px;
}

.cf-email input {
  width: 100% !important;
}

.cf-header-col-left .fl-col-content.fl-node-content {
  border-top-left-radius: 10px;
}

.cf-header-col-right .fl-col-content.fl-node-content {
  border-top-right-radius: 10px;
}

.consultation-form legend {
  font-size: 15px !important;
  line-height: 1.25em !important;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
}

.consultation-form .gchoice {
  margin-bottom: 4px !important;
}

.consultation-form .gchoice label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.consultation-form select {
  font-size: 14px !important;
  padding: 10px !important;
  border-radius: 5px;
}

.consultation-form input {
  font-size: 14px !important;
}

.gform_confirmation_message {
  padding: 25px !important;
  font-weight: bold !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 20px !important;
}

.consultation-form-modal-overlay .uabb-modal-close {
  top: 12px;
  right: 15px;
}

.consultation-form .gform_button_select_files {
  background-color: #26c1dd;
  border: none;
}

.consultation-form .gform_next_button,
.consultation-form .gform_previous_button,
.consultation-form .gform_button {
  font-family: "Montserrat", sans-serif !important;
  text-transform: capitalize !important;
}

.consultation-form-modal-overlay .uabb-content {
  -webkit-box-shadow: -10px 10px 38px -11px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -10px 10px 38px -11px rgba(0, 0, 0, 0.42);
  box-shadow: -10px 10px 38px -11px rgba(0, 0, 0, 0.42);
}

.uabb-overlay {
  background: transparent;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  .uamodal-bcgs3m9xd0zn form {
    padding: 20px;
  }

  .consultation-form-modal-overlay .uabb-content {
    width: calc(100% - 40px);
  }

  .cf-header-col-right .fl-col-content.fl-node-content {
    border-top-right-radius: 0px;
  }

  .cf-header-col-left .fl-col-content.fl-node-content {
    border-top-right-radius: 10px;
  }
}

/* Subscribe Button */

.left {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1.5em;
  margin: auto;
  padding: 20px 10px;
  background: transparent;
  border: 1px solid #fff;
  border-top: none;
}

.left {
  left: 0;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  transform: rotate(-90deg) translate(-50%, 50%);
}

.fl-node-70bhuam4vjf1 {
  display: none !important;
}

.text-mobile {
  display: block !important;
}

/* Doctovia */

#docovia-wide-button {
  right: 15px !important;
  left: unset !important;
}

/* PPC Specials */

.full-height-special {
  display: flex;
}

.full-height-special .fl-row-content-wrap {
  width: 100%;
}

.full-height-special .fl-row-content-wrap .fl-row-content {
  height: 100%;
  width: 90%;
}

.full-height-special .fl-row-content-wrap .fl-row-content .fl-col-group {
  display: flex;
  height: 100%;
}

.full-height-special
  .fl-row-content-wrap
  .fl-row-content
  .fl-col-group
  .full-height-special-image {
  align-self: flex-end;
  z-index: 2;
}

.color-main {
  color: #25c1dd !important;
}

.pre-underline .fl-heading-text {
  position: relative;
}

.pre-underline .fl-heading-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  opacity: 0.43;
  background-color: #25c1da;
  top: 92%;
  left: 0;
}

.specials-form.specials-form-focused:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 3;
}

.specials-form.specials-form-focused > .fl-module-content {
  z-index: 4;
  position: relative;
}

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

.specials-form form .gf_progressbar_title {
  color: #25c1dd !important;
}

.specials-form form .gf_progressbar {
  display: none;
}

.specials-form form h3 {
  font-style: italic;
  margin: 0;
}

.specials-form form input.button {
  text-transform: none !important;
}

.specials-form form input.button.gform_previous_button {
  background-color: #fff !important;
  color: #25c1da !important;
  border: 1px solid #25c1da !important;
}

.specials-form form input.button.gform_previous_button:hover {
  background-color: #e2fbff !important;
}

.specials-form form .multi-select-4-col .gfield_checkbox,
.specials-form form .multi-select-3-col .gfield_checkbox,
.specials-form form .multi-select-2-col .gfield_checkbox,
.specials-form form .multi-select-auto-col .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.specials-form--v2 form .multi-select-2-col .gfield_checkbox {
  justify-content: center;
}

.specials-form form .multi-select-4-col .gfield_checkbox .gchoice {
  width: calc(25% - 14px);
  padding: 0;
  margin: 7px;
}

.specials-form form .multi-select-3-col .gfield_checkbox .gchoice {
  width: calc(33% - 14px);
  padding: 0;
  margin: 7px;
}

.specials-form form .multi-select-2-col .gfield_checkbox .gchoice {
  width: calc(50% - 14px);
  padding: 0;
  margin: 7px;
}

.specials-form form .multi-select-auto-col .gfield_checkbox .gchoice {
  width: auto;
  padding: 0;
  margin: 7px;
}

.specials-form form .multi-select-4-col .gfield_checkbox .gchoice input,
.specials-form form .multi-select-3-col .gfield_checkbox .gchoice input,
.specials-form form .multi-select-2-col .gfield_checkbox .gchoice input,
.specials-form form .multi-select-auto-col .gfield_checkbox .gchoice input {
  display: none;
}

.specials-form form .multi-select-4-col .gfield_checkbox .gchoice label,
.specials-form form .multi-select-3-col .gfield_checkbox .gchoice label,
.specials-form form .multi-select-2-col .gfield_checkbox .gchoice label,
.specials-form form .multi-select-auto-col .gfield_checkbox .gchoice label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
}

.specials-form.specials-form--v2
  form
  .multi-select-2-col
  .gfield_checkbox
  .gchoice
  label {
  background-color: #f5f1e8;
  padding: 20px 15px;
  border-radius: 50px;
  border: none;
  font-family: "Futura Medium", sans-serif;
}

.specials-form
  form
  .multi-select-4-col
  .gfield_checkbox
  .gchoice
  input:checked
  + label,
.specials-form
  form
  .multi-select-3-col
  .gfield_checkbox
  .gchoice
  input:checked
  + label,
.specials-form
  form
  .multi-select-2-col
  .gfield_checkbox
  .gchoice
  input:checked
  + label,
.specials-form
  form
  .multi-select-auto-col
  .gfield_checkbox
  .gchoice
  input:checked
  + label {
  border: solid 1px #25c1da;
  background-color: #e2fbff;
}

.specials-form.specials-form--v2
  form
  .multi-select-2-col
  .gfield_checkbox
  .gchoice
  input:checked
  + label {
  border: none;
  background-color: #dcd0b2;
}

.specials-form form .radio-2-col .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

.specials-form form .radio-2-col .gfield_radio .gchoice {
  width: 50%;
  padding: 10px;
}

.specials-display-mobile {
  display: none;
}

.specials-form--v2 {
  max-width: 640px;
  margin: 0 auto;
}

.specials-form--v2 .pp-gf-content {
  padding-top: 0;
  overflow: hidden;
}

.specials-form--v2 .gf_progressbar_wrapper {
  position: absolute;
  right: -10px;
  top: 7px;
}

.specials-form--v2 form .gf_progressbar_title {
  color: #fff !important;
}

.specials-form--v2 form .top_label > .gfield_no_follows_desc {
  background-color: #262825;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-bottom: 20px;
  padding: 20px 0 15px;
}

.specials-form--v2 form .top_label > .gfield_no_follows_desc h3 {
  color: #fff;
}

.marquee-bar {
  position: absolute;
  width: 100%;
  z-index: 1;
  margin-top: -41px;
}

.marquee-bar .fl-html {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  font-family: "Futura Bold", sans-serif;
  font-size: 25px;
  color: #fff;
  top: 6px;
}

.marquee-bar span {
  display: inline-block;
  animation: marquee 5s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.callout-rounded {
  color: #fff;
  background-color: #101010;
  padding: 5px 10px;
  margin-left: 4px;
  display: inline-block;
  border-radius: 50px;
  font-size: 0.9em;
}

.underline-bold {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 0.95em;
  z-index: 1;
}

.underline-bold::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #26c1da;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: -1;
}

.underline-only {
  position: relative;
  display: inline-block;
  font-size: 0.95em;
  z-index: 1;
}

.underline-only::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #26c1da;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: -1;
}

/* PPC Specials – Exit Intent Spin Wheel */

.exit-intent-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(33, 33, 33, 0.8);
  transform: translateY(60%) scale(0);
}

.exit-intent-popup.visible {
  transform: translateY(0) scale(1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.close {
  font-size: 22px;
  border-radius: 0px;
  position: absolute;
  top: -1px;
  right: -3px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  background: #25c1dd;
  height: 31px;
  width: 32px;
  line-height: 9px;
  text-align: center;
}
.sdb-optin {
  border-radius: 2px;
  box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.5);
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 9999999;
  transform: translate(-50%, -50%);
  padding: 10px 40px 40px;
  background: #25c1dd;
  color: #221f22;
  max-width: 38rem;
  overflow: hidden;
  min-width: 0;
  display: block;
}

.sdb-optin h2 {
  font-family: "Futura Bold", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  color: white;
}

.sdb-optin input {
  border-radius: 2px;
  width: 100%;
  padding: 10px;
  border: 0;
  box-sizing: border-box;
  min-width: 26rem;
}

.wheel {
  position: relative;
  font-size: 26px;
}

.wheel-text button {
  background: #34485e;
  font-size: 20px;
  padding: 2rem 4rem;
  border-radius: 50px;
  font-weight: bold;
  color: white;
}

.wheel__inner {
  width: 15.625em;
  height: 15.625em;
  border-radius: 50%;
  top: 5rem;
  left: -10rem;
  position: relative;
  overflow: hidden;
  border: 0.5em solid #34485e;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.625em, rgba(0, 0, 0, 0.05) 0 0.188em 0;
  transform: rotate(30deg);
}

.wheel__inner:before {
  content: "";
  position: absolute;
  border: 0.25em solid rgba(0, 0, 0, 0.1);
  width: 15.75em;
  height: 15.75em;
  border-radius: 50%;
}

.wheel__segments {
  width: 100%;
  height: 100%;
  transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
}

.wheel__segment {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.125em 4.688em 0;
  border-color: #34495e transparent;
  transform-origin: 4.688em 8.063em;
  left: 6rem;
  top: -2rem;
  opacity: 1;
}

.wheel__segment:nth-child(1) {
  transform: rotate(60deg);
  border-color: #25c1dd transparent;
}

.wheel__segment:nth-child(2) {
  transform: rotate(120deg);
  border-color: #34495e transparent;
}

.wheel__segment:nth-child(3) {
  transform: rotate(180deg);
  border-color: #25c1dd transparent;
}

.wheel__segment:nth-child(4) {
  transform: rotate(240deg);
  border-color: #34495e transparent;
}

.wheel__segment:nth-child(5) {
  transform: rotate(300deg);
  border-color: #25c1dd transparent;
}

.wheel__segment span {
  margin-top: -3.75em;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.9em;
  transform: rotate(270deg);
  white-space: nowrap;
}

.wheel__inside {
  width: 3.375em;
  height: 3.375em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.688em 0 0 -1.688em;
  border-radius: 50%;
  box-shadow: white 0 -0.125em 0 inset, white 0 0.125em 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 313em;
  background: #fff;
}

.wheel__arrow {
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: rotate(45deg);
  width: 7rem;
}

.sdb-optin-inner-second p {
  font-family: "Futura Medium", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.sdb-optin-inner-second .wheel-text {
  text-align: center;
}

.sdb-optin-inner-second {
  display: none;
}

.sdb-optin-inner-second.visible {
  display: block;
}

.display-none {
  display: none !important;
}

/* ********** MEDIA QUERIES ********** */

@media (max-height: 790px) {
  .home-hero .fl-row-content-wrap {
    min-height: initial !important;
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (max-width: 1289px) {
  .home-hero nav .menu-item {
    border: none;
  }

  .home-hero nav .menu-item a {
    text-decoration: underline;
  }
}

@media (min-width: 992px) {
  .home .blog-listing .uabb-blog-posts-col-3:nth-of-type(4) {
    display: none;
  }
}

@media (max-width: 991px) {
  /* GENERAL */

  .fl-animation {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition-property: none !important;
    opacity: 1 !important;
  }

  /* NAVIGATION */

  #menu-main-navigation-mobile-1 {
    text-align: left !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  ul.sub-menu img {
    display: none;
  }

  .nav-locations .sub-menu {
    text-align: left !important;
  }

  .nav-locations .sub-menu a {
    padding-left: 15px !important;
  }

  .nav-locations .sub-menu .menu-item-text {
    font-size: 16px !important;
    font-weight: bold;
  }

  .nav-injectables,
  .nav-lasers,
  .nav-microneedling,
  .nav-facials,
  .nav-body-contouring {
    font-family: "Futura Medium", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    text-transform: uppercase;
    padding-left: 5px !important;
  }

  .nav-text-lg a .menu-item-text {
    font-size: 20px !important;
  }

  .nav-injectables a,
  .nav-lasers a,
  .nav-microneedling a,
  .nav-facials a,
  .nav-body-contouring a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .injectables-sub-menu a,
  .lasers-sub-menu a,
  .microneedling-sub-menu a,
  .facials-sub-menu a,
  .body-contouring-sub-menu a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    text-transform: capitalize;
  }

  .nav-injectables .sub-menu,
  .nav-lasers .sub-menu,
  .nav-microneedling .sub-menu,
  .nav-facials .sub-menu,
  .nav-body-contouring .sub-menu {
    text-align: left !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .injectables-sub-menu,
  .lasers-sub-menu,
  .microneedling-sub-menu,
  .facials-sub-menu,
  .body-contouring-sub-menu {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    text-align: left !important;
  }

  .nav-products .sub-menu {
    text-align: left !important;
  }

  .nav-products .sub-menu .menu-item-text {
    font-family: "Futura Medium", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px !important;
    text-transform: uppercase;
  }

  .nav-membership {
    margin-top: 20px !important;
  }

  /* HOME */

  .home-hero nav .menu-item {
    border: none !important;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block !important;
  }

  .home-hero nav .menu-item a {
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
  }

  .home .blog-listing .uabb-blog-posts .uabb-blog-posts-col-3:last-of-type {
    display: block;
  }

  /* ABOUT US */

  .staff-listing img {
    max-width: 225px !important;
  }

  .staff-listing h3 {
    font-size: 26px;
  }

  .staff-listing h4 {
    font-size: 18px;
  }

  .staff-listing .staff-services {
    font-size: 16px;
  }

  /* CONTACT */

  .location-listing .uabb-blog-posts-col-3 {
    width: calc(50% - 40px);
  }

  /* THANK YOU */

  .row-newsletter .fl-row-content-wrap {
    padding: 0 !important;
  }

  /* SPECIALS */

  .specials-listing .uabb-blog-posts-col-3.uabb-post-wrapper {
    height: initial !important;
  }

  .specials-listing .uabb-blog-post-inner-wrap {
    height: 500px !important;
  }

  .specials-listing .uabb-blog-posts-shadow {
    height: initial !important;
    min-height: 500px;
  }

  .specials-container {
    height: 500px;
  }

  /* PPC Specials */

  .specials-form form .multi-select-4-col .gfield_checkbox .gchoice {
    width: calc(50% - 14px);
  }
}

@media (max-width: 767px) {
  /* GENERAL */

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
  }

  .uabb-transparent-fade-btn {
    display: flex !important;
    align-items: center;
  }

  /* HOME */

  .left {
    display: none;
  }

  .home-hero ul {
    display: block;
  }

  .blog-listing h3 {
    font-size: 18px;
  }

  .col-newsletter {
    max-width: 100% !important;
  }

  /* LOCATIONS */

  .testimonial-text {
    font-size: 17px;
  }

  /* CONTACT */

  .location-listing .uabb-blog-posts-col-3 {
    width: calc(100% - 40px);
  }

  /* BOOK NOW */

  .flex {
    display: block;
  }

  .flex .inner-column {
    width: 100%;
  }

  .flex iframe {
    margin-top: 40px;
  }

  /* FOOTER */

  /* Phone Icon */

  .fl-node-70bhuam4vjf1 {
    display: block !important;
  }

  .call-mobile,
  .text-mobile {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #25c1dd;
    border-radius: 50%;
  }

  .text-mobile {
    right: initial;
    left: 20px;
  }

  .call-mobile i,
  .text-mobile i {
    color: #fff;
    position: absolute;
    font-size: 30px;
    right: 28%;
    top: 22%;
  }

  /* PPC Specials */

  .full-height-special .fl-row-content-wrap {
    min-height: auto !important;
  }

  .full-height-special .fl-row-content-wrap .fl-row-content .fl-col-group {
    flex-direction: column;
    height: auto;
  }

  .specials-display-desktop {
    display: none;
  }

  .specials-display-mobile {
    display: block;
  }

  .marquee-bar {
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  /* PPC Specials – Exit Intent Spin Wheel */
  .sdb-optin {
    text-align: center;
  }

  .sdb-optin input {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .wheel {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  /* PPC Specials */

  .specials-form form .radio-2-col .gfield_radio .gchoice {
    width: 100%;
  }

  .specials-form form .radio-2-col .gfield_radio {
    padding-left: 30px;
  }
}
