/*
 Theme Name:   ParamountPress
 Theme URI:    http://localhost/website
 Description:  ParamountPress - Paramounts own Wordpress Theme
 Author:       Paramount Digital
 Author URI:   http://paramountdigital.co.uk
 Template:     generatepress
 Version:      1.0.0
*/








/* === Footer Branding Bar (Hightown Dental) === */
.footer-brand-bar {
  background-color: var(--white);
  border-bottom: 1px solid var(--border-grey);
  padding: 20px 0;
}

.footer-brand-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left section (Title + tagline) */
.footer-brand-left {
  display: flex;
  flex-direction: column;
}

.footer-brand-left .site-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #502f91; /* Brand purple */
  margin: 0;
  line-height: 1.2;
}

.footer-brand-left .site-description {
  font-size: 0.85rem;
  color: #9d9d9d;
  margin-top: 4px;
}

/* Right section (social icons) */
.footer-brand-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand-right .social-link {
  color: #502f91;
  font-size: 1.1rem;
  transition: color 0.2s ease-in-out;
}

.footer-brand-right .social-link:hover {
  color: #9d9d9d;
}

/* Responsive layout */
@media (max-width: 768px) {
  .footer-brand-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .footer-brand-right {
    gap: 14px;
  }
}







/* === Global Contact Form (Newsletter Section) === */
.global-contact-form {
  background-color: var(--orange);
  color: var(--white);
  padding: 30px 0;
  width: 100%;
}

.global-contact-form .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* --- Left column --- */
.global-contact-form .content {
  flex: 1;
  min-width: 300px;
}

.global-contact-form .content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.global-contact-form .content p {
  font-size: 1rem;
  color: var(--white);
  margin: 0;
}

/* --- Right column --- */
.global-contact-form .newsletter-form {
  display: flex;
  justify-content: flex-end;
  align-items: stretch; /* Ensures perfect vertical alignment */
  flex-wrap: nowrap;
  flex: 1;
  min-width: 300px;
}

/* reset all form defaults */
.global-contact-form input,
.global-contact-form input[type="email"],
.global-contact-form input[type="text"],
.global-contact-form input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  top: 0px;
  outline: none;
  font-family: inherit;
  margin: 0;
  box-sizing: border-box;
  max-height: 35px;
}

/* unified sizing */
.global-contact-form .newsletter-input,
.global-contact-form .newsletter-button {
  height: 54px;
  display: flex; /* changed from inline-flex */
  align-items: center;
  box-sizing: border-box;
}

/* input */
.global-contact-form .newsletter-input {
  background-color: var(--white);
  color: #333;
  padding: 0 16px;
  font-size: 16px;
  flex: 1;
  max-width: 320px;
}

/* button */
.global-contact-form .newsletter-button {
  background-color: #4b1c96;
  color: var(--white);
  padding: 0 36px;
  font-size: 10px;
  font-weight: 600;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}




.global-contact-form .newsletter-button:hover {
  background-color: #3a1476;
}

/* mobile */
@media (max-width: 768px) {
  .global-contact-form .container {
    flex-direction: column;
    text-align: center;
  }

  .global-contact-form .newsletter-form {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .global-contact-form .newsletter-input,
  .global-contact-form .newsletter-button {
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    height: 50px;
  }

  /* Optional: cleaner rounded corners when stacked */
  .global-contact-form .newsletter-input {
    border-radius: 4px 4px 0 0;
  }

  .global-contact-form .newsletter-button {
    border-radius: 0 0 4px 4px;
  }
}



/* colour variables */
:root {
	--purple: #552583;
	--purple-hover: #756C94;
	--orange: #FC8604;
	--orange-hover: #d67d13;
	--grey: #A8B2B4;
	--light-grey: #F3F3F3;
	--black: #000000;
	--white: #ffffff;
	--text-grey: #9A9A9A;
	--border-grey: #e0e0e0;
	--icon-chevron-right: url('data:image/svg+xml;utf8,<svg aria-hidden="true" width="14" height="14" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"/></svg>');
	--icon-chevron-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" aria-hidden="true" focusable="false" viewBox="0 0 256 512"><path fill="white" d="M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z"/></svg>');
}

*, *:before, *:after {
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}

html {
	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	float: left;
	clear: both;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-display: swap;
	line-height: 1.5;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	transition: color 0.3s ease-in-out;
}
.entry-content a:not(.content-button) {
	text-decoration: underline;
	text-underline-position: under;
}
textarea {
	height: 165px;
}
blockquote {
	float: left;
	width: 100%;
}
.grecaptcha-badge {
    visibility: hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	position: relative;
	font-family: "futura-pt", sans-serif;
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	overflow: initial !important;
}

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

strong {
	font-weight: 600;
}

hr {
	margin: 2em 0 !important;
}

/* fluid font typography */
body {
	font-size: 18px;
}
h1 {
	font-size: 24px;
	font-style: normal;
}
.banner-slide .main-heading {
	font-size: 30px;
}
h2 {
	font-size: 22px;
	font-style: normal;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	h1 {
		font-size: calc(24px + 6 * ((100vw - 320px) / 680));
	}
	.banner-slide .main-heading {
		font-size: calc(30px + 6 * ((100vw - 320px) / 680));
		color: white;
	}
	h2 {
		font-size: calc(22px + 6 * ((100vw - 320px) / 680));
	}
	h3 {
		font-size: calc(20px + 6 * ((100vw - 320px) / 680));
	}
	h4 {
		font-size: calc(18px + 6 * ((100vw - 320px) / 680));
	}
	h5 {
		font-size: calc(16px + 6 * ((100vw - 320px) / 680));
	}
}
@media screen and (min-width: 1000px) {
	h1, .banner-slide .main-heading {
		font-size: 50px;
		color: white;
	}
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
}
/* top search */
div.top-search.toggled .proinput::before {
	color: #9A9A9A !important;
	content: "Search:" !important;
}

div.top-search #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
	border-bottom: 1px solid white !important;
}

div.top-search.toggled #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
	border-bottom: 1px solid #9A9A9A !important;
}


/* site branding */
.site-branding {
	text-align: center;
	margin: auto;
}

.site-branding {
	font-size: 40px;
}

.site-branding a {
	font-weight: 700;
	letter-spacing: -1.2px;
	line-height: 38px;
	font-style: normal;
	font-size: 40px;

}




@media (max-width: 769px) {
	.site-branding {
		font-weight: 500;
		font-size: 26px;
		
	}
}

@media (max-width: 769px) {
	.site-header .site-branding {
		display: none;
	}
}

@media (min-width: 770px) {
	.main-navigation .site-branding {
		display: none;
	}
}

.site-logo a {
	float: left;
	width: 100%;
	max-height: 80px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.site-logo {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.site-logo a img {
	width: 100%;
	height: auto;
	margin: auto;
}
/* header search */
div.asl_w .probox .promagnifier {
	display: none;
}

body header div.asl_m .probox,
body div.asl_m .probox {
	height: auto !important;
}

body header div.asl_m .probox .autocomplete,
body div.asl_m .probox .autocomplete {
	display: none;
}

body header div.asl_w .probox .proinput input[type="search"],
body div.asl_w .probox .proinput input[type="search"] {
	padding: 12px 0 !important;
	float: left;
	display: block !important;
	font-size: 18px !important;
	line-height: 1.5 !important;
	height: auto !important;
}

/* header */
.site-header .inside-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	min-height: 90px;
	padding-top: 0px;   /* reduce top padding */
  	padding-bottom: 0px;
}

.site-header .header-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex: 1;
}

.site-header .header-content.header-search-button {
	justify-content: flex-end;
}

.site-header .header-content .social-icons {
	width: auto;
	margin: 0 1em 0 0;
	display: flex;
	flex-wrap: wrap;
}

.site-header .header-content .social-icons a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 13px 0 0;
}

.site-header .header-content .social-icon svg {
	width: 26px;
	height: 26px;
}

.site-header .header-content .social-icons a svg path,
.site-header .search-toggle svg path {
	transition: all 0.3s ease-in-out;
}

.site-header .header-content .social-icons a:hover svg path,
.site-header .search-toggle:hover svg path,
.site-header .header-content .top-phone a:hover {
	fill: var(--orange);
	color: #FC8604;
	transition: all 0.3s ease-in-out;
}

.whatsapp-tel {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.whatsapp-tel a {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.whatsapp-tel a svg {
	margin: 0 5px;
}

.site-header .header-content .social-icons a:last-child {
	margin-right: 0;
}

.site-header .header-content > span {
	text-transform: uppercase;
	font-size: 20px;
}
.site-header .header-content .top-search {
	margin: 0 0.75em;
	position: relative;
	display: none;
}

.site-header .header-content .top-search .top-search-function {
	position: absolute;
	right: 100%;
	width: 0;
	height: 90px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-wrap: initial;
	align-items: center;
	background: var(--white);
	transition: all 0.3s ease-in-out;
}

.site-header .header-content .top-search.toggled .top-search-function {
	width: 500px;
	transition: all 0.3s ease-in-out;
}

.site-header .header-content .top-phone {
	/*text-transform: uppercase;*/
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 20px;
}

.site-header .header-content .top-phone svg {
	margin-right: 10px;
}

.site-header .header-content .top-phone a {
	color: #552583;
	text-align: center;
	font-family: "futura-pt";
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: -0.02px;
	text-decoration: none;
}

@media (max-width: 769px) {
	.site-header .header-content .top-phone a {
		background-color: var(--orange);
		border-radius: 2px;
		color: var(--white);
		padding: 6px 16px;
		display: inline-block;
		line-height: 1.4;
	}
	a.phone {
		font-size: 0 !important;
	}

	a.phone::after {
		content: "Contact Us";
		font-size: 14px !important;
	}
}

.site-header .header-content .top-search .search-toggle {
	border: none;
	padding: 8px;
	background: transparent;
	color: #552583;
}

@media(max-width: 769px) {
	.site-header .header-content .top-search .search-toggle {
		display: none;
		
	}
}

@media(max-width: 769px) {
	.site-header {
		background-color: var(--purple);
		border-bottom: var(--orange) 2px solid;
	}
}

@media(max-width: 769px) {
	.main-navigation, .main-navigation {
		background-color: var(--white);
	}
}



.site-header .header-content .top-search .search-toggle .close-svg,
.site-header .header-content .top-search.toggled .search-toggle svg {
	display: none;
}

.site-header .header-content .top-search.toggled .search-toggle .close-svg {
	display: block;
}
#mobile-header.has-sticky-branding .inside-navigation {
	padding: 0;
}

@media (max-width: 1500px) {
	.site-header .header-content .top-phone svg {
		display: none;
	}
}

	@media (max-width: 1024px) {
	body #mobile-header {
		background-color: var(--white);
		min-height: 80px;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}	#sticky-placeholder {
		max-height: 80px;
	}

	.menu-toggle .mobile-menu {
		display: none;
	}

	#mobile-header .mobile-header-logo {
		order: 1;
		justify-content: center;
		margin: 0;
	}

	#mobile-header .site-logo a {
		margin: 0 5px;
	}

	#mobile-header .menu-toggle {
		order: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	#mobile-header .mobile-header-logo img {
		padding: 0;
		height: 100%;
		width: 100%;
		max-height: 50px;
	}

	#mobile-header .header-content {
		display: flex;
		flex-wrap: nowrap;
	}
}

@media (max-width: 768px) {
	#mobile-header .mobile-header-logo {
		flex: 1;
	}
}

@media (max-width: 565px) {
	#mobile-header .menu-toggle {
		padding: 0 10px;
	}

	#mobile-header .header-content {
		padding: 0 10px !important;
	}

	#mobile-header .site-logo a {
		margin: 0;
	}
}

/* mobile call button */
.call-now-btn {
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	z-index: 2;
	background-color: var(--purple);
	display: flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
}
.call-now-btn.whatsapp-call-button {
	left: auto;
	right: 15px;
    background-color: #4fce5d;
}
.call-now-btn:hover, .call-now-btn:focus {
	background-color: var(--purple-hover);
}
.call-now-btn.whatsapp-call-button:hover, .call-now-btn.whatsapp-call-button:focus {
	background-color: #40a04b;
}
a.generate-back-to-top {
	bottom: 15px;
	left: 15px;
}
@media (min-width: 992px) {
	.call-now-btn {
		display: none;
	}
}

/* navigation */
.inside-navigation {
	position: relative;
}
.inside-navigation .sticky-navigation-logo {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.inside-navigation .sticky-navigation-logo a img {
	padding: 0;
}

.main-nav ul li a {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.main-navigation .main-nav ul ul li a {
	font-size: 14px;
}

#mobile-header .header-content {
	order: 2;
	padding: 0 20px;
}

#mobile-header .top-phone {
	width: 40px;
	height: 40px;
}

#mobile-header .top-phone a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
@media (max-width: 768px) {
	#mobile-header .content-button {
		display: none;
	}
}

/* jquery modal */
.blocker {
	z-index: 999 !important;
	background: -o-linear-gradient(45deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
}
.modal {
	display: none;
	max-width: 768px !important;
	box-shadow: 0 0 10px rgb(0,0,0);
}

/* readmore */
.article-content, .banner-content {
	overflow: hidden;
	/* max-height: 14em; */ /* custom sizing */
	transition: height 0.3s ease-in-out;
	float: left;
	position: relative;
}
.article-content.no-readmore {
	max-height: none;
}
/* .banner-content {
	max-height: 4.5em;
} */
a[data-readmore-toggle] {
	float: left;
	width: auto;
	position: relative;
	padding: 10px 10px 0 0;
	color: var(--purple);
	font-style: italic;
}
a[data-readmore-toggle]::before {
	content: "(";
}
a[data-readmore-toggle]::after {
	content: ")";
}
section.blue a[data-readmore-toggle] {
	color: var(--green);
}
@media (max-width: 991px) {
	.centre-content .article-content.readmore {
		max-height: 8.5em;
	}
}

/* select 2 */
.select2-results__options {
	font-size: 15px;
	padding: 5px;
}
.select2-container .select2-selection--single {
	border: none !important;
	background: transparent !important;
	height: 50px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 25px 10px 10px;
	min-width: 85px;
}
.inside-left-sidebar .select2-container {
	float: left;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px !important;
	width: 30px;
	top: 0;
	right: 0;
}
.select2-container--open .select2-dropdown--below {
	border: none;
    background: var(--white) !important;
    border-radius: 0 4px;
    overflow: hidden;
    border-top: 0;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--purple);
}
.select2-container--default .select2-results__option {
	border-radius: 4px;
	margin-bottom: 5px;
}
.select2-results__options {
	padding: 8px;
}

/* slide out menu */
@media (max-width: 1024px) {
	.mm-ocd__content .sub-link > a {
		pointer-events: none;
	}
}
@media (min-width: 1025px) {
	.main-nav .mobile-link {
		display: none;
	}
}
.mm-spn.mm-spn--navbar:after {
	opacity: 1;
	font-weight: 600;
	padding-right: 20px;
}
#generate-slideout-menu, .slideout-overlay {
	display: none;
}
.slideout-menu a {
	font-weight: 600;
}
.slideout-menu li a .dropdown-menu-toggle {
	display: none;
}
.mm-spn li:after, .mm-spn.mm-spn--navbar ul:before {
	width: calc(100% - 30px);
	margin-left: 15px;
}
.slideout-menu .nav-phone {
	display: none;
}
.slideout-menu .nav-book {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slideout-menu .nav-book a {
	background-color: var(--green);
	border: 2px solid var(--green);
	color: var(--white);
	float: left;
	padding: 10px 30px;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
	width: calc(100% - 30px);
}
.slideout-menu .nav-book::before, .slideout-menu .nav-book::after {
	display: none;
}
.mm-spn a:not(:last-child):after {
	display: none;
}
.toggled .icon-menu-bars svg:nth-child(2) {
	display: none !important;
}
.toggled .icon-menu-bars svg:nth-child(1) {
	display: block !important;
}

/* page hero */
.page-hero {
	position: relative;
	overflow: hidden;
	background: -moz-linear-gradient(87deg, rgba(196,196,196,1) 0%, rgba(195,195,195,1) 100%);
	background: -webkit-linear-gradient(87deg, rgba(196,196,196,1) 0%, rgba(195,195,195,1) 100%);
	background: linear-gradient(87deg, rgba(196,196,196,1) 0%, rgba(195,195,195,1) 100%);
}
.page-hero .banner-arrows a {
	float: left;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
}
.page-hero {
	min-height: 12em;
}
.page-hero.home {
	min-height: 34em;
	min-height: calc(100vh - 80px - 90px - 45px);
}
.page-hero > .container {
	z-index: 1;
	position: relative;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-end;
}
.page-hero:not(.home) {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
}
.page-hero > .container:not(.carousel-banner) {
	padding: 2em 15px;
}
.page-hero.home .container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-hero .banner-content {
	max-width: 420px;
	font-weight: 600;
}
.page-hero:not(.home) .banner-content {
	max-width: 768px;
}
.page-hero .banner-content *:last-child {
	margin-bottom: 0;
	color: white;
}
.page-hero > .container:not(.carousel-banner) .contained-hero-content {
	max-width: 768px;
}
.page-hero:not(.home) > .container:not(.carousel-banner) .contained-hero-content {
	max-width: 991px;
}
.page-hero .contained-hero-content .main-heading:last-child {
	margin-bottom: 0;
}
.page-hero .contained-hero-content .content-buttons {
	float: left;
	width: 100%;
	margin-top: 2.5em;
}
.page-hero .page-hero-background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
}
.carousel-banner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.page-hero .page-hero-background .background-image {
	width: 100%;
	height: 100%;
	float: left;
}
.page-hero .page-hero-background {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.page-hero .page-hero-background > .background-image {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.page-hero .page-hero-background .slick-list, .page-hero .page-hero-background .slick-track {
	height: inherit;
	min-width: 100%;
}
.page-hero .page-hero-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	z-index: 0;
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
    z-index: 0;
	margin-bottom: 1em;
}
.breadcrumbs .breadcrumb_last {
	color: var(--white);
}
.breadcrumbs .container {
	min-height: auto;
}
.page-hero .breadcrumbs .container {
	padding: 0;
}
.page-hero .container .breadcrumbs .container {
	max-width: none !important;
}
@media (max-width: 991px) {
	.page-hero.home {
		min-height: 28em;
	}
	.page-hero.home > .container {
		padding: 2em 25px;
	}
	.page-hero > .container {
		padding: 5px 25px 1.5em 25px;
	}
	.page-hero > .container:not(.carousel-banner) {
		padding: 1.5em 25px;
	}
}
@media (max-width: 575px) {
	.breadcrumbs {
		margin-bottom: 1em;
		height: 40px;
	}
	.page-hero .contained-hero-content .main-heading {
		margin-bottom: 10px;
		color: white;
	}
	.page-hero > .container {
		min-height: 8em;
	}
	.page-hero.home > .container {
		min-height: 22em;
	}
	.page-hero .banner-announcement .content-buttons {
		margin-top: 1.5em;
		margin-bottom: -20px;
	}
}

/* carousel banner */
.page-hero .carousel-banner.container {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.page-hero .carousel-banner .slick-list, .page-hero .carousel-banner .slick-list .slick-track {
	min-width: 100%;
}
.page-hero:not(.home) .carousel-banner.container .slick-list {
	height: auto;
}
.page-hero > .breadcrumbs .container {
	padding: 0 15px;
}
.carousel-banner .banner-slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	overflow: hidden;
}
.carousel-banner .banner-slide a[data-readmore-toggle] {
	color: #fff;
}
.carousel-banner .slick-list {
	height: 100%;
	overflow: visible;
}
.carousel-banner .slick-list .slick-track {
	height: 100%;
}
.carousel-banner .banner-slide .contained-hero-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
	position: relative;
	z-index: 1;
}
.page-hero .carousel-banner .banner-slide {
	position: relative;
}
.page-hero .carousel-banner .banner-slide .contained-hero-content {
	padding: 0 15px 2em 15px;
}
.page-hero.home .carousel-banner .banner-slide .contained-hero-content {
	padding-top: 3em;
	padding-bottom: calc(3em + 10px);
}
.page-hero:not(.home) .carousel-banner .banner-slide {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.page-hero .carousel-banner .page-hero-background {
	position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
	height: 100%;
}
.page-hero .carousel-banner .slick-dots {
	flex: 1 0 100%;
    position: absolute;
    left: 50%;
    width: 100%;
    justify-content: flex-start;
    bottom: 3em;
    font-size: 15px;
    margin: 0;
    padding: 0 15px;
	transform: translateX(-50%);
}
.page-hero .carousel-banner .slick-dots li:first-child:last-child {
	display: none;
}
.page-hero .carousel-banner .slick-dots button {
	border: none;
    border-radius: 0;
    width: 3rem;
    padding: 4px;
	background-color: #AFAFAF;
	margin: 0 10px 0 0;
}
.page-hero .carousel-banner .slick-dots li.slick-active button {
	background-color: var(--purple);
}
.page-hero .carousel-banner .banner-content {
	max-width: 100%;
}
@media (min-width: 992px) {
	.page-hero .carousel-banner .page-hero-background .background-image {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 60vw;
		z-index: 0;
	}
	.page-hero .carousel-banner .page-hero-background::before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 1;
		background: -moz-linear-gradient(90deg, rgba(196,196,196,1) 0%, rgba(195,195,195,0) 50%);
		background: -webkit-linear-gradient(90deg, rgba(196,196,196,1) 0%, rgba(195,195,195,0) 50%);
		background: linear-gradient(90deg, rgba(196,196,196,1) 0%, rgba(195,195,195,0) 50%);
	}
}
@media (max-width: 991px) {
	.page-hero .carousel-banner .page-hero-background {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% + 50px);
		max-width: calc(100% + 50px);
		height: calc(100% + 4em);
		padding: 0;
		margin: -2em -25px;
	}
	.page-hero > .breadcrumbs .container {
		padding: 0 25px;
	}
	.page-hero {
		min-height: 10em;
	}
	.page-hero .breadcrumbs  + .carousel-banner.container {
		padding-top: 0;
	}
	.page-hero.home .carousel-banner .banner-slide .contained-hero-content {
		padding-left: 0;
    	padding-right: 0;
	}
	.page-hero.home .carousel-banner .banner-slide .contained-hero-content {
		padding-top: 2em;
    	padding-bottom: calc(4em + 10px);
	}
	.page-hero .carousel-banner .banner-slide {
		padding: 0 25px 1.5em 25px;
	}
	.page-hero .carousel-banner .banner-slide .contained-hero-content {
		padding: 0;
	}
	.page-hero .carousel-banner .page-hero-background::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/*background: -moz-linear-gradient(90deg, rgba(196,196,196,1) 0%, rgba(195,195,195,0.40) 100%);*/
		/*background: -webkit-linear-gradient(90deg, rgba(196,196,196,1) 0%, rgba(195,195,195,0.40) 100%);*/
		/*background: linear-gradient(90deg, rgba(196,196,196,1) 0%, rgba(195,195,195,0.40) 100%);*/
	}
	.carousel-banner .banner-slide .contained-hero-content {
		padding: 3em 0;
	}
	.page-hero .carousel-banner .slick-dots {
		padding: 0 25px;
	}
}
@media (max-width: 575px) {
	.page-hero .carousel-banner.container {
		min-height: auto;
	}
	.page-hero {
		min-height: 8em;
	}
}

@media (min-width: 576px) {
	.page-hero .carousel-banner .slick-dots {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.page-hero .carousel-banner .slick-dots {
		max-width: 720px;
    	max-width: 82%;
	}
}
@media (min-width: 992px) {
	.page-hero .carousel-banner .slick-dots {
		max-width: 960px;
    	max-width: 82%;
	}
}
@media (min-width: 1280px) {
	.page-hero .carousel-banner .slick-dots {
		max-width: 1160px;
	}
}
@media (min-width: 1500px) {
	.page-hero .carousel-banner .slick-dots {
		max-width: 1450px;
	}
}

/*scrolling side button*/
#book-side-button {
	top: 35vh;
	transform: translateY(-50%) rotate(-90deg);
	text-align: center;
	z-index: 9;
	right: 0;
	transform-origin: bottom right;
	position: fixed;
	background-color: var(--purple);
	color: var(--white);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
}
#book-side-button:hover, #book-side-button:focus {
	background-color: var(--purple-hover);
}

/* header banner bar */
.banner-details-bar .details-bar-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
			
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.banner-details-bar .details-bar-item:hover h3, .banner-details-bar .details-bar-item:focus h3 {
	color: var(--purple-hover);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner-details-bar .details-bar-item .bar-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.banner-details-bar .details-bar-item img {
	width: 50px;
    height: 50px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}
.banner-details-bar .details-bar-item .bar-item-details {
	display: block;
	margin-left: 10px;
    margin-right: 10px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	line-height: 1.5;
}
.banner-details-bar .details-bar-item .bar-item-details h3 {
	font-size: 18px;
	color: var(--purple);
	margin-bottom: 2px;
	transition: all 0.3s ease-in-out;
}
.banner-details-bar .details-bar-item .bar-item-details p {
	margin-bottom: 0;
	font-size: 14px;
}
.banner-details-bar {
	overflow: hidden;
	max-width: 100%;
	border-bottom: 3px solid #6a1b9a;
}
.banner-details-bar .container {
	padding-top: 0px;
    padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-top: 0px;
}
.banner-details-bar .slick-list {
	overflow: visible;
	min-width: 100%;
}
.banner-details-bar .slick-list .slick-track {
	min-width: 100%;
}
@media (max-width: 1024px) {
	.banner-details-bar .details-bar-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 33.33%;
		        flex: 1 0 33.33%;
	}
}
@media (max-width: 768px) {
	.banner-details-bar .details-bar-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
	}
}
@media (max-width: 575px) {
	.banner-details-bar .details-bar-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
}

/* content buttons */
a:hover, a:focus, a:active {
	color: var(--green);
	transition: all 0.3s ease-in-out;
}
.content-buttons .content-button:not(:first-child:last-child) {
	margin-bottom: 20px;
}
.content-button, button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
	background-color: var(--purple);
	color: var(--white);
    float: left;
	padding: 12px 20px;
	line-height: 1.2;
	border: 2px solid var(--purple);
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	top: 5px;
    font-size: 14px;
	font-weight: 600;
	position: relative;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
}
.content-button svg {
	width: 14px;
    height: 14px;
    line-height: 1.5;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.content-buttons .content-button {
	padding: 12px 35px 12px 20px;
}
.site-header a.content-button.gold {
	color: var(--white);
	font-size: 14px;
}
.content-button.black {
	background-color: var(--black);
	border: 2px solid var(--black);
}
.content-button:hover, .content-button:focus {
	color: var(--white);
	background-color: var(--purple-hover);
	border: 2px solid var(--purple-hover);
}
.content-button.black:hover, .content-button.black:focus {
	color: var(--white);
	background-color: var(--purple);
	border: 2px solid var(--purple);
}
.content-button:not(:last-child) {
	margin-right: 20px;
}
@media (max-width: 575px) {
	.content-button:not(:last-child) {
		margin-right: 12px;
	}
	.content-buttons .content-button:not(:first-child:last-child) {
		margin-bottom: 1.5em;
	}
	.page-hero .contained-hero-content .content-buttons {
		margin-top: 1.5em;
	}
	.content-buttons .content-button:last-child {
		margin-bottom: 0 !important;
	}
}

/* content */
.main-heading {
	line-height: 1.2;
}
/* .main-heading > span {
	position: relative;
	float: left;
} */
section.content {
	overflow: hidden;
}
.content .article-content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}
.subtitle {
	font-size: 18px;
	color: var(--purple);
	font-style: italic;
	margin-bottom: 1em;
}
.content .article-content-block em {
	color: var(--purple);
	font-style: italic;
	font-size: 1.1em;
}
.article-content {
	float: left;
    width: 100%;
    clear: both;
}
.article-content a {
	color: var(--purple);
}
.article-content p:last-child {
	margin-bottom: 0;
}
.content .content-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-left: auto;
	position: relative;
}
.content .content-image.image-carousel {
	max-height: 620px;
}
.content .content-video {
	margin-left: auto;
}
.content .content-video > * {
	width: 100%;
}
.content .content-image > .slick-list {
	position: absolute;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
}
.content .content-image > .slick-list .slick-track {
	height: 100%;
	min-width: 100%;
}
.content .content-image a::before {
	content: "";
	display: block;
	width: 0;
	padding-top: 75%;
	pointer-events: none;
}
.content .content-image img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.content .content-image.image-list img {
	position: relative;
    float: left;
    width: 100%;
    height: auto;
}
.content .content-image.image-list a {
	float: left;
    width: 100%;
    height: 100%;
}
.content .content-image.image-list a::before {
	display: none;
}
.content {
	position: relative;
}
.content.grey::after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background-color: var(--purple);
    pointer-events: none;
    z-index: 0;
}
.content .content-buttons {
	float: left;
	width: 100%;
	margin-top: 1.5em;
}
.content .content-image .slick-arrow {
	font-size: 0;
    border: none;
    width: 50px;
    height: 50px;
    right: 0;
    left: auto;
}
.content .content-image .slick-arrow::before {
	position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
}
.content .content-image .slick-arrow.slick-prev {
	right: 50px;
	left: auto;
}
.content .content-image .slick-arrow.slick-next::before {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="20" height="20" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
    display: block;
}
.content .content-image .slick-arrow.slick-prev::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" aria-hidden="true" focusable="false" data-prefix="far" data-icon="chevron-left" class="svg-inline--fa fa-chevron-left fa-w-8" role="img" viewBox="0 0 256 512"><path fill="white" d="M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z"/></svg>');
    display: block;
}
@media (min-width: 992px) {
	.content[data-orientation="flip"] .article-content-block {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-left: auto;
		padding-top: 80px;
	}
	.content[data-orientation="normal"] .content-image .slick-arrow {
		right: auto;
    	left: 0;
	}
	.content[data-orientation="normal"] .content-image .slick-arrow.slick-next {
		right: auto;
		left: 50px;
	}
	.content[data-orientation="flip"] .content-image {
		margin-left: 0;
    	margin-right: auto;
		padding-top: 90px;
	}
	.content.has-stretched-image {
		background-color: #fff;
		overflow: hidden;
	}
	.content.has-stretched-image .container {
		padding: 2em 0;
		position: relative;
	}
	.content.has-stretched-image.grey .container {
		background-color: var(--light-grey) !important;
	}
	.content.has-stretched-image.grey .container::before {
		content: "";
		background-color: var(--light-grey);
		position: absolute;
		width: 100vw;
		height: 100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		pointer-events: none;
		z-index: 0;
	}
	.content.has-stretched-image.black .container {
		background-color: var(--black) !important;
	}
	.content.has-stretched-image.black .container::before {
		content: "";
		background-color: var(--black);
		width: 100vw;
		height: 100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		pointer-events: none;
		z-index: 0;
	}
	.content.has-stretched-image.purple .container {
		background-color: var(--purple) !important;
	}
	.content.has-stretched-image.gold .container::before {
		content: "";
		background-color: var(--purple);
		width: 100vw;
		height: 100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		pointer-events: none;
		z-index: 0;
	}
	.content .content-image.stretch-image {
		margin-top: -4.5em;
		margin-bottom: -4.5em;
	}
	.content .article-content-block {
		position: relative;
		z-index: 1;
	}
	.content .content-image.stretch-image > .slick-list {
		width: 50vw;
		max-width: none;
	}
	.content[data-orientation="flip"] .content-image.stretch-image > .slick-list {
		right: 0;
    	left: auto;
	}
	.content.grey.has-stretched-image::after {
		height: calc(100% - 8em);
		top: 50%;
    	transform: translateY(-50%);
	}
	.content.grey.has-stretched-image[data-orientation="normal"]::after {
		right: auto;
		left: 0;
	}
}
@media (max-width: 991px) {
	.content .content-video {
		margin-top: 1.5em;
	}
	.content.grey::after {
		width: 100%;
		height: 15px;
		top: auto;
		bottom: 0;
	}
	.content .content-image > .slick-list {
		position: relative;
	}
	.content .content-image {
		margin-top: 1.5em;
	}
}

@media (max-width: 500px) {
	.main-heading {
		text-align: center;
		font-weight: bold;
		font-size: 36px;
	}
}



/* section defaults */
section.black {
	color: #fff;
	background-color: var(--black);
}
section.grey {
	background-color: var(--light-grey);
	margin-bottom: 0px;
}
.section-introduction {
	margin-left: auto;
    margin-right: auto;
}

/* quick contact form */
.quick-contact-form {
	background-color: #161616;
	color: #fff;
	/*border-bottom: 10px solid var(--gold);*/
}
.quick-contact-form .section-introduction {
	color: #fff;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.quick-contact-form div form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-gap: 25px;
    grid-auto-flow: row dense;
	color: var(--white);
}
.quick-contact-form form label input[type="text"], .quick-contact-form form label input[type="email"], .quick-contact-form form label input[type="tel"] {
	background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    font-family: inherit;
	font-size: 15px;
}
.quick-contact-form form label input::-webkit-input-placeholder {
	color: #fff;
}
.quick-contact-form form label input::-moz-placeholder {
	color: #fff;
}
.quick-contact-form form label input:-ms-input-placeholder {
	color: #fff;
}
.quick-contact-form form label input::-ms-input-placeholder {
	color: #fff;
}
.quick-contact-form form label input::placeholder {
	color: #fff;
}
.quick-contact-form form label input[type="submit"] {
    background: #FC8604;
    border-color: #FC8604;
    color: #fff;
    font-weight: 600;
    font-family: inherit;
	border-radius: 2px;
}
.contact-form-outer form label > span.screen-reader-text {
	width: 1px;
    float: none;
}
.contact-form-outer form label .wpcf7-list-item {
	margin: 0;
}
.contact-form-outer form label input:not([type="submit"])::-webkit-input-placeholder {
	color: #D0D0D0;
}
.contact-form-outer form label input:not([type="submit"])::-moz-placeholder {
	color: #D0D0D0;
}
.contact-form-outer form label input:not([type="submit"]):-ms-input-placeholder {
	color: #D0D0D0;
}
.contact-form-outer form label input:not([type="submit"])::-ms-input-placeholder {
	color: #D0D0D0;
}
.contact-form-outer form label input:not([type="submit"])::placeholder {
	color: #D0D0D0;
}
.contact-form-outer form label .wpcf7-list-item input[type="checkbox"] {
	display: none;
}
.contact-form-outer form label .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
	font-size: 15px;
    line-height: 1.3em;
    float: left;
	display: inline-flex;
    flex-wrap: wrap;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	color: #D0D0D0;
}
.contact-form-outer form label .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
	content: "";
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block;
    border: 1px solid #fff;
	position: absolute;
    left: 0;
    top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contact-form-outer form label .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contact-form-outer form label .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="14" height="14" focusable="false" data-prefix="far" data-icon="check" class="svg-inline--fa fa-check fa-w-16" role="img" viewBox="0 0 512 512"><path fill="rgb(180,134,55)" d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z"/></svg>');
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block;
	position: absolute;
    left: 1px;
    top: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contact-form-outer form label .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.quick-contact-form form label.consultation-submit input[type="submit"] {
	height: auto;
	width: calc(50% - 12.5px);
	float: right;
}
@media (min-width: 992px) {
	.quick-contact-form div[id^="wpcf7-f179-"] form label.accept {
		grid-row-start: 2;
	}
	.quick-contact-form form label.consultation-submit {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
}
@media (max-width: 991px) {
	.quick-contact-form div form {
		grid-gap: 15px;
    	grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.contact-form-outer form label.consultation-submit {
		grid-column: -1 / 1;
	}
}


@media (max-width: 575px) {
	.quick-contact-form form label.consultation-submit input[type="submit"] {
		height: auto;
		width: 80%;
		margin: 0 10%;
		float: right;
	}
}

.wp-block-table {
	float: left;
    width: 100%;
}

/* contact form outer */
.contact-form .article-content-block {
	margin-bottom: 1em;
}
.contact-form .section-introduction address {
	font-style: normal;
}
.contact-form .section-introduction a {
	color: var(--text);
}
.contact-form .section-introduction a:hover, .contact-form .section-introduction a:focus {
	color: var(--green);
}
.contact-form-outer form .gdpr-acceptance {
	width: auto;
    margin-right: 10px;
}
.contact-form-outer form .gdpr-acceptance span {
	float: left;
	margin: 0;
}
.contact-form-outer form input[type="checkbox"] {
	width: 16px;
    height: 16px;
	margin-top: 3px;
	cursor: pointer;
	margin-right: 5px;
}
.contact-form-outer form .wpcf7-response-output {
	grid-column: -1 / 1;
    text-align: center;
	margin: 0 !important;
	font-size: 16px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
/*.contact-form-outer form label, .contact-form-outer form label > span, .contact-form-outer form label input {
	float: left;
	width: 100%;
	position: relative;
}*/
.contact-form-outer form label.hear-info .wpcf7-form-control-wrap .select2-container {
	float: left;
	width: 100% !important;
}
.contact-form-outer form label.hear-info .wpcf7-form-control-wrap .select2-container .select2-selection--single {
	height: auto !important;
    background: transparent !important;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff !important;
    padding: 12px 0;
    font-family: inherit;
    font-size: 15px;
    border-radius: 0;
}
.contact-form-outer .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #ffffff;
	padding: 0;
    font-family: inherit;
}
.contact-form-outer .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
    width: 50px;
}
.contact-form-outer .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0 6px;
}
.contact-form-outer form label .ajax-loader {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin: 0;
}
.contact-form-outer form label.picture-upload {
	border-bottom: 1px solid;
	position: relative;
}
.contact-form-outer form label.picture-upload .wpcf7-form-control-wrap {
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.contact-form-outer form label.picture-upload input[type="file"]::-webkit-file-upload-button {
  	visibility: hidden;
	color: #D0D0D0;
}
.contact-form-outer form label.picture-upload input[type="file"]::before {
	content: "Upload Picture";
	color: #D0D0D0;
	display: inline-block;
	float: left;
	margin-left: -15px;
}
.contact-form-outer form label.picture-upload input[type="file"] {
	color: #D0D0D0;
	padding: 12px 0;
    font-family: inherit;
    font-size: 15px;
	max-width: calc(100% - 50px);
	padding-left: 15px;
	line-height: 1;
}
.contact-form-outer form label.picture-upload::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="camera-alt" class="svg-inline--fa fa-camera-alt fa-w-16" role="img" viewBox="0 0 512 512"><path fill="rgb(208,208,208)" d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-32 88c0-17.6 14.4-32 32-32 8.8 0 16-7.2 16-16s-7.2-16-16-16c-35.3 0-64 28.7-64 64 0 8.8 7.2 16 16 16s16-7.2 16-16zM324.3 64c3.3 0 6.3 2.1 7.5 5.2l22.1 58.8H464c8.8 0 16 7.2 16 16v288c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h110.2l20.1-53.6c2.3-6.2 8.3-10.4 15-10.4h131m0-32h-131c-20 0-37.9 12.4-44.9 31.1L136 96H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"/></svg>');
    display: block;
	width: 22px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	cursor: pointer;
}
@media (min-width: 992px) {
	.contact-form-outer form label.picture-upload, .contact-form-outer form label.hear-info {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
}
@media (max-width: 991px) {
	.contact-form-outer form label.email-label {
		grid-column: -1 / 1;
	}
}

/* main contact form */
.contact-form form {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	grid-gap: 25px;
	grid-auto-flow: row dense;
}
.contact-form form label input::-webkit-input-placeholder {
	color: var(--text);
	font-style: italic;
}
.contact-form form label input::-moz-placeholder {
	color: var(--text);
	font-style: italic;
}
.contact-form form label input:-ms-input-placeholder {
	color: var(--text);
	font-style: italic;
}
.contact-form form label input::-ms-input-placeholder {
	color: var(--text);
	font-style: italic;
}
.contact-form form label input::placeholder {
	color: var(--text);
	font-style: italic;
}
.contact-form form label input, .contact-form form label textarea {
	color: var(--black);
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	border-radius: 5px;
	padding: 12px 20px;
}
.contact-form form label.email, .contact-form form label.subject, .contact-form form label.phone, .contact-form form label.message {
	grid-column: -1 / 1;
}
.contact-form form label.accept {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}
@media (min-width: 992px) {
	.contact-form form {
		padding-right: 4em;
	}
}
@media (max-width: 991px) {
	.contact-form .section-introduction {
		margin-top: 1.5em;
	}
}
@media (max-width: 575px) {
	.contact-form-outer form label, .contact-form form label.accept {
		grid-column: -1 / 1;
	}
}

.entry-content .product-remove a {
	text-decoration: none;
}

/* smile gallery */
.gallery-section {
	overflow: hidden;
}
.gallery-section .section-introduction {
	text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-section .section-introduction .article-content {
	max-height: 6em;
}
.gallery-section .section-introduction .content-buttons {
	float: left;
    width: 100%;
    margin: 1.5em 0 2.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-section .gallery-list-items {
	margin: 0;
    width: 100%;
	display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-auto-flow: row dense;
    grid-gap: 15px;
	list-style: none;
}
.gallery-section .gallery-list-items li {
	position: relative;
	z-index: 1;
}
.gallery-section .gallery-list-items li a {
	float: left;
    width: 100%;
    height: 100%;
	background: #fff;
}
.gallery-section .gallery-list-items li img {
	width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
	padding: 5px;
}
.gallery-section .gallery-list-background {
	float: left;
    width: 100%;
	overflow: hidden;
}
.gallery-section .gallery-list-background::before {
	content: "";
    background-color: var(--light-grey);
    display: block;
    position: absolute;
    z-index: 0;
	width: 100vw;
    height: calc(100% - 13.5em);
    top: 5em;
    left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
    pointer-events: none;
}
.gallery-section .gallery-list-background {
	max-height: 100vh;
}
.gallery-section .gallery-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gallery-section .gallery-list a[data-readmore-toggle] {
	background-color: var(--black);
    color: #fff;
    float: left;
    padding: 12px 35px 12px 20px;
    line-height: 1;
    border: 2px solid var(--black);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-style: normal;
    font-weight: 400;
	margin-top: 1.5em;
}
.gallery-section .gallery-list a[data-readmore-toggle]::after {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="14" height="14" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    line-height: 14px;
}
.gallery-section .gallery-list a[data-readmore-toggle]:hover, .gallery-section .gallery-list a[data-readmore-toggle]:focus {
	background-color: var(--purple);
	border: 2px solid var(--purple);
}
.gallery-section .gallery-list a[data-readmore-toggle]::before {
	display: none;
}
@media (max-width: 991px) {
	.gallery-section .gallery-list-items {
    	grid-template-columns: repeat(3,minmax(0,1fr));
	}
}
@media (max-width: 575px) {
	.gallery-section .gallery-list-items {
    	grid-template-columns: repeat(2,minmax(0,1fr));
	}
}

/* fees table */
.fees-table .section-introduction {
	text-align: center;
}
.fees-table .table-outer table {
	border: none;
}
.fees-table .table-outer table thead {
	background-color: var(--black);
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}
.fees-table .table-outer table th, .fees-table .table-outer table td {
	border: none;
	padding: 8px 35px;
    font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.fees-table .table-outer table td:last-child {
	text-align: center;
}
.fees-table .table-outer table tr.calculate-button-row td {
	padding: 0;
}
.fees-table .table-outer table tr.calculate-button-row td img {
	max-width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.fees-table .table-outer table th:nth-of-type(2), .fees-table .table-outer table td:nth-of-type(2) {
	padding: 0;
}
.fees-table .table-outer table tbody tr:nth-of-type(2n + 2) {
	background-color: #fff;
}

/* team members */
.team-members {
	background-color: #fff;
    position: relative;
    max-width: 100%;
	overflow: hidden;
}
.team-members::before {
	content: "";
    background-color: var(--light-grey);
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: calc(100% - 12em - 35px);
    top: 0;
    left: 0;
    pointer-events: none;
}
.team-members .team-members-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.team-members .team-members-slider article {
	margin-right: 10px;
	position: relative;
}
.team-members .team-members-slider article .post-image {
	position: relative;
	border-radius: 8px;
    overflow: hidden;
	width: 100%;
	height: 300px;

}
.team-members .team-members-slider article:hover .entry-header {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-members .team-members-slider article .entry-header {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 1.5em;
    width: 100%;
    color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-members article .entry-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.layout-treatment-slider + .content {
	padding-top: 0;
}
.slider-help {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
@media (min-width: 1025px) {
	.treatment-slider.home + .slider-help {
		display: none;
	}
	.treatment-slider.home.amount-large + .slider-help {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 991px) {
	.layout-treatment-slider + .content {
		padding-top: 2em;
	}
	.team-members .team-members-slider article {
		width: 250px;
	}
	.team-members .team-members-slider article.the-team {
		width: 400px;
	}
}
@media (max-width: 575px) {
	.team-members .team-members-slider article {
		width: 220px;
	}
	.team-members .team-members-slider article.the-team {
		width: 340px;
	}
	#book-side-button {
		padding: 8px 14px;
	}
}
@media (min-width: 320px) {
	.team-members article .entry-title  {
		font-size: calc(16px + 6 * ((100vw - 320px) / 680));
	}
}
@media (min-width: 1000px) {
	.team-members article .entry-title  {
		font-size: 20px;
	}
}
@media (min-width: 1025px) {
	.team-members-slider + .slider-help {
		display: none;
	}
}
.team-members .team-members-slider article .entry-header a {
	color: var(--white);
}
.team-members .team-members-slider article .post-image a {
	float: left;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.team-members .team-members-slider article .post-image a img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	
}
.team-members .team-members-slider article .inside-article .post-image::before {
	content: "";
    display: block;
    padding-top: 130%;
    pointer-events: none;
    z-index: -1;
}
.team-members .team-members-slider article .inside-article .post-image::after {
	content: "";
    z-index: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity: 0;
	border-bottom: 0 solid var(--purple);
	background: linear-gradient(0deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%);
	transition: all 0.3s ease-in-out;
}
.team-members .team-members-slider article:hover .inside-article .post-image::after {
	opacity: 1;
	border-bottom: 10px solid var(--orange);
	transition: all 0.3s ease-in-out;
}
.team-members .team-members-slider > article {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
    max-width: calc(25% - 10px);
}
.team-members .team-members-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	height: 100%;
}
.team-members .team-members-slider article {
	position: relative;
	width: 320px;
	height: inherit;
}
.team-members .team-members-slider article .inside-article {
	height: 100%;
}
.team-members .team-members-slider article .post-image {
	height: 100%;
}
.team-members .team-members-slider article.the-team {
	width: 600px;
}
.team-members .team-members-slider article.the-team .inside-article .post-image::before {
	padding-top: 70%;
}
.team-members .team-members-slider .slick-list, .team-members .team-members-slider .slick-track {
	min-width: 100%;
}
.team-members .team-members-slider {
	position: relative;
}
.team-members .team-members-slider .slick-list {
	overflow: visible;
}
@media (max-width: 1024px) {
	.team-members .team-members-slider .slick-list {
		padding-right: 100px;
	}
	.team-members .team-members-slider article .inside-article .post-image::after {
		opacity: 1;
	}
	.team-members .team-members-slider article .entry-header {
		opacity: 1;
		visibility: visible;
	}
}

/* media logo bar */
.media-logos {
	overflow: hidden;
	padding-top: 3em;
    padding-bottom: 3em;
}
.media-logos .media-logo-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	width: 100%;
}
.media-logos .media-logo-slider .slick-list {
	min-width: 100%;
	overflow: visible;
}
.media-logos .media-logo-slider .slick-list .slick-track {
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	    height: 100%;
}
.media-logos .media-logo-slider > .media-logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
}
.media-logos .media-logo-slider .media-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	height: 100%;
}
.media-logos .media-logo-slider .media-logo img {
	padding: 0 15px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 180px;
	max-height: 80px;
    margin: auto;
}
@media (max-width: 991px) {
	.media-logos .media-logo-slider .media-logo img {
		max-width: 160px;
    	max-height: 65px;
		padding: 0 20px;
	}
}
@media (max-width: 575px) {
	.media-logos .media-logo-slider .slick-list {
		padding: 0 60px;
	}
}

/* latest testimonials */
.latest-testimonials {
	overflow: hidden;
}
.latest-testimonials .container {
	background-color: var(--light-grey) !important;
	padding: 2em;
}
.latest-testimonials .latest-testimonials-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.latest-testimonials .latest-testimonials-slider article .entry-summary {
	float: left;
    margin: 0;
    padding: 6em 15px 2em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
}
.latest-testimonials .section-introduction .main-heading {
	margin-bottom: 0;
}
.latest-testimonials-slider > article {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.latest-testimonials-slider article .entry-summary blockquote {
	font-size: 1.2em;
    color: var(--purple);
    font-style: italic;
    border: none;
}
.latest-testimonials-slider article .post-image div {
	float: left;
    width: 100%;
    height: 100%;
}
.latest-testimonials-slider article .post-image div img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
}
.latest-testimonials-slider .slick-dots {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.latest-testimonials-slider .slick-dots li button {
	border: none;
    border-radius: 0;
    width: 3rem;
    padding: 2px;
    background-color: #AFAFAF;
    margin: 0 10px 0 0;
}
.latest-testimonials-slider .slick-dots li.slick-active button {
	background-color: var(--black);
}
.latest-testimonials-slider article .entry-header {
	font-size: 15px;
}
.latest-testimonials-slider article .entry-header .entry-title {
	font-size: 1.1em;
}
.latest-testimonials-slider article .inside-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	height: 100%;
}
.latest-testimonials-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.latest-testimonials-slider article {
	height: inherit;
}
.latest-testimonials-slider.slick-initialized {
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.latest-testimonials .section-introduction {
	z-index: 2;
}
@media (min-width: 992px) {
	.latest-testimonials .container {
		position: relative;
	}
	.latest-testimonials-slider article .entry-summary blockquote {
		padding: 0 4em 0 0;
	}
	.latest-testimonials .section-introduction {
		position: absolute;
		top: 2em;
		left: 2em;
	}
	.latest-testimonials-slider article .post-image {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		padding: 0;
		height: 100%;
	}
	.latest-testimonials-slider article .post-image div {
		margin-bottom: calc(-2em + -4px);
		margin-right: calc(100% + 2em + 15px);
    	max-width: calc(100% + 2em + 15px);
		width: calc(100% + 2em + 15px);
    	height: calc(100% + 4em + 4px);
		margin-top: -2em;
	}
	.latest-testimonials-slider .slick-list {
		overflow: visible;
	}
}
@media (max-width: 991px) {
	.latest-testimonials {
		background-color: var(--light-grey);
	}
	.latest-testimonials .container {
		padding: 0;
	}
	.latest-testimonials .section-introduction {
		text-align: center;
	}
	.latest-testimonials-slider article .post-image {
		padding: 0;
	}
	.latest-testimonials .latest-testimonials-slider article .entry-summary {
		padding: 2em 0;
		text-align: center;
	}
	.latest-testimonials-slider article .entry-summary blockquote {
		padding: 0;
	}
	.latest-testimonials-slider article .entry-header {
		width: 100%;
	}
	.latest-testimonials-slider .slick-dots {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

/* latest blogs */
#right-sidebar {
	margin-left: auto;
}
.latest-blogs {
	background-color: #161616;
	color: #fff;
	overflow: hidden;
}
.latest-blogs .container {
	position: relative;
}
.latest-blogs .section-introduction {
	margin-bottom: 0;
}
.latest-blogs .latest-blogs-slider article .entry-summary {
	padding-top: 3em;
}
.latest-testimonials .section-introduction .main-heading {
	color: var(--white);
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 200;
}
.latest-blogs .latest-blogs-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.latest-blogs .latest-blogs-slider > article {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.latest-blogs .latest-blogs-slider article {
	color: #fff;
	height: inherit;
}
.latest-blogs .latest-blogs-slider article .entry-header {
	float: left;
    width: 100%;
    margin-bottom: 2em;
}
.latest-blogs .latest-blogs-slider .slick-list, .latest-blogs .latest-blogs-slider .slick-track {
	min-width: 100%;
}
.latest-blogs .latest-blogs-slider .slick-list {
	overflow: visible;
}
.latest-blogs .latest-blogs-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.latest-blogs .latest-blogs-slider article .inside-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	height: 100%;
}
.latest-blogs .latest-blogs-slider article .inside-article .post-image {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin: 0 !important;
    width: 100%;
	position: relative;
}
.latest-blogs .latest-blogs-slider article .inside-article .post-image img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.latest-blogs .latest-blogs-slider article .entry-title a {
	color: var(--white);
}
@media (min-width: 992px) {
	.latest-blogs .latest-blogs-slider article .entry-summary {
		padding-left: 0;
		padding-right: 4em;
		max-width: 580px;
    	margin-right: auto;
	}
	.latest-blogs .section-introduction {
		margin-left: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.latest-blogs .latest-blogs-slider article .inside-article .post-image > div {
		margin-bottom: -4em;
		margin-top: -4em;
		height: calc(100% + 8em);
		width: 50vw;
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media (max-width: 991px) {
	.latest-blogs .section-introduction {
		text-align: center;
	}
	.latest-blogs .latest-blogs-slider article .entry-summary {
		padding: 0;
	}
	.latest-blogs .latest-blogs-slider article .inside-article .post-image {
		padding: 0;
		margin-top: 1.5em !important;
	}
	.latest-blogs .latest-blogs-slider article .inside-article .post-image > div {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-bottom: -2em;
		height: calc(100% + 2em);
		position: relative;
	}
}
@media (max-width: 575px) {
	.latest-blogs .latest-blogs-slider article .inside-article .post-image > div::before {
		content: "";
		padding-top: 80%;
		display: block;
		pointer-events: none;
	}
	.latest-blogs .latest-blogs-slider article .inside-article .post-image > div img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.latest-blogs article .entry-title {
    font-size: 22px;
	line-height: 1.1;
}
@media (min-width: 320px) {
	.latest-blogs article .entry-title {
		font-size: calc(22px + 6 * ((100vw - 320px) / 680));
	}
}
@media (min-width: 1000px) {
	.latest-blogs article .entry-title {
		font-size: 38px;
	}
}

.archive-post-wrapper .entry-header .entry-title {
    font-size: 18px;
	line-height: 1.5;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 320px) {
	.archive-post-wrapper .entry-header .entry-title {
		font-size: calc(18px + 6 * ((100vw - 320px) / 680));
	}
}
@media (min-width: 1000px) {
	.archive-post-wrapper .entry-header .entry-title {
		font-size: 26px;
	}
}

/* map */
.content-location .map {
	width: 100%;
	height: 100%;
	float: left;
}
.content-location {
	position: relative;
}
.content-map address {
	font-style: normal;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.content-map {
		overflow: hidden;
	}
	.content-location .map {
		width: 50vw;
		max-width: none;
		position: absolute;
		top: 0;
		left: 15px;
	}
}
@media (max-width: 991px) {
	.content-location {
		position: relative;
		margin-top: 1.5em;
		margin-bottom: -2em;
	}
	.content-location .map {
		position: absolute !important;
		top: 0;
		left: 0;
	}
	.content-location::before {
		content: "";
		z-index: -1;
		display: block;
		padding-top: 56.25%;
	}
}

/* post thumbnails */
.post .post-image, .page .post-image, .cosmetic_treatments .post-image {
	float: left;
	width: 100%;
	/*position: relative;*/
}
.post .post-image a, .page .post-image a, .cosmetic_treatments .post-image a {
	float: left;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	height: 0%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.post .post-image a img, .page .post-image a img, .cosmetic_treatments .post-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.post .post-image.default a img, .page .post-image.default a img, .cosmetic_treatments .post-image.default a img {
	max-width: 160px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* accordions */
.accordions .section-introduction {
	text-align: center;
	margin-bottom: 2em;
}
.accordion-section {
	width: 100%;
}
.accordions-section .section-introduction {
	text-align: center;
}
.accordion-section .content-buttons {
	float: left;
	width: 100%;
	padding-bottom: 1em;
}
.accordion-section .accordion .accordion-title {
	margin: 0;
	float: left;
	width: 100%;
	padding-right: 30px;
	font-weight: 800;
}
.accordion-section .accordion {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.5em;
	background: #fff;
	padding: 16px 0;
	padding-bottom: calc(16px + 0.5em);
	border-bottom: 1px solid var(--grey);
}
details summary {
	list-style-type: none;
	float: left;
    width: 100%;
	position: relative;
	cursor: pointer;
	background: #fff;
	padding: 16px 0;
	margin: -16px 0;
	box-sizing: border-box;
	position: relative;
}
details .accordion-details {
	position: relative;
	float: left;
	margin-top: 25px;
	width: 100%;
}
details .accordion-details a {
	color: var(--purple);
	text-decoration: underline;
	text-underline-position: under;
}
details summary svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transition: all 0.3s ease-in-out;
}
details[open] summary svg {
	transform: translateY(-50%) rotate(0deg);
	transition: all 0.3s ease-in-out;
}
details summary::-webkit-details-marker {
	display: none;
}
@media (min-width: 992px) {
	details .accordion-details {
		max-width: 90%;
	}
}

.accordion-title {
	font-size: 16px;
}
@media screen and (min-width: 320px) {
	.accordion-title {
		font-size: calc(16px + 6 * ((100vw - 320px) / 680));
	}
}
@media screen and (min-width: 1000px) {
	.accordion-title {
		font-size: 22px;
	}
}
@media (max-width: 575px) {
	.accordion-section .accordion .accordion-title {
		padding-right: 40px;
	}
	details summary svg {
		right: 5px;
		width: 20px;
    	height: 20px;
	}
}

/* call to action bar */
.cta-info {
	padding-top: 6em;
	padding-bottom: 6em;
}
.cta-info .section-introduction {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 0;
}
.cta-info .section-introduction .content-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (max-width: 991px) {
	.cta-info .section-introduction .content-buttons {
		margin-top: 1.5em;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.cta-info {
		padding-top: 4em;
		padding-bottom: 4em;
		text-align: center;
	}
}

/* before and after slider */
.before-and-after {
	overflow: hidden;
}
.before-and-after .container {
	overflow: hidden;
}
.before-and-after::before {
	content: "";
    background-color: var(--light-grey);
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: calc(100% - 8em - 35px);
    top: 0;
    left: 0;
    pointer-events: none;
}
.before-and-after .before-and-after-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.before-and-after-slider .slick-list {
	min-width: 100%;
}
.before-and-after-slider .slick-track {
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.before-and-after-slider > a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
    max-width: calc(25% - 15px);
}
.before-and-after-slider.column-3 > a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	        flex: 0 0 33.33%;
    max-width: calc(33.33% - 15px);
}
.before-and-after-slider .slick-arrow {
	position: absolute;
    bottom: calc(100% + 3.5rem - 10px);
    left: auto;
    right: 0;
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
	background: transparent;
}
.before-and-after-slider .slick-arrow.slick-prev {
	left: auto;
    right: 65px;
}
.before-and-after-slider .slick-arrow.slick-prev::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" aria-hidden="true" focusable="false" data-prefix="far" data-icon="chevron-left" class="svg-inline--fa fa-chevron-left fa-w-8" role="img" viewBox="0 0 256 512"><path fill="black" d="M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z"/></svg>');
    display: block;
   	width: 35px;
    height: 35px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.before-and-after-slider .slick-arrow.slick-next {
	left: auto;
    right: 15px;
}
.before-and-after-slider .slick-arrow.slick-next::after {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="35" height="35" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="black" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
    display: block;
    width: 35px;
    height: 35px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.before-and-after-slider a, .before-and-after-slider .case-study-item {
	margin-right: 15px;
}
.before-and-after-slider .case-study-item {
	background: #ffff;
	padding: 5px 20px 20px 20px;
}
/* .before-and-after-slider .case-study-item .case-description {
	max-height: 6em;
	overflow: hidden;
} */
.before-and-after-slider .case-study-item > a.before-after-slide-image {
	float: left;
    width: 100%;
}
.before-and-after-slider .case-study-item .case-description {
	float: left;
    width: 100%;
	margin-top: 1em;
}
.before-and-after.case-studies::before {
	height: 100%;
}
.before-and-after-slider a img, .before-and-after-slider .case-study-item img {
	width: 100%;
	height: auto;
}
.before-and-after-slider.column-2 > .case-study-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: calc(50% - 15px);
}
@media (max-width: 1024px) {
	.before-and-after-slider > a {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: calc(33.33% - 15px);
	}
}
@media (max-width: 991px) {
	.before-and-after-slider .slick-arrow {
		width: 45px;
    	height: 45px;
		bottom: calc(100% + 2.5rem - 10px);
	}
	.before-and-after-slider .slick-list {
		overflow: visible;
	}
	.case-studies .before-and-after-slider .slick-list {
		padding-right: 60px;
	}
	.before-and-after .container {
		overflow: visible;
	}
}
@media (max-width: 768px) {
	.before-and-after .section-introduction .main-heading {
		padding-right: 95px;
	}
	.before-and-after-slider > a, .before-and-after-slider.column-3 > .case-study-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: calc(50% - 15px);
	}
}
@media (max-width: 575px) {
	.before-and-after-slider > a, .before-and-after-slider.column-3 > .case-study-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: calc(100% - 15px);
	}
	.before-and-after-slider.column-2 > .case-study-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: calc(100% - 15px);
	}
}

/* treatments */
.treatment-cards {
	overflow: hidden;
}
.treatment-cards .layout-treatment-slider {
	padding: 2em 0;
}
.treatment-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.treatment-cards .section-introduction {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.treatment-cards .section-introduction a[data-readmore-toggle] {
	padding-right: 0;
}
.treatment-cards .section-introduction .content-buttons {
	float: left;
    width: 100%;
    margin: 1.5em 0 2.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
/* .treatment-cards .section-introduction .article-content {
	max-height: 6em;
} */
.treatment-slider > article {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 30%;
    max-width: calc(30% - 20px);

}
.treatment-slider article {
	margin-right: 20px;
	border-radius: 12px;
  	overflow: hidden;
}
.treatment-slider article .inside-article {
	float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-help {
	float: left;
    margin-top: 1.5em;
    font-size: 1.2em;
    font-style: italic;
    color: var(--grey);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
}
.slider-help svg {
	margin-right: 5px;
}
.treatment-slider article .inside-article .post-image::before {
	content: "";
    position: relative;
    display: block;
    padding-top: 100%;
	z-index: -1;
    pointer-events: none;
}
.treatment-slider .slick-list, .treatment-slider .slick-list .slick-track {
	min-width: 100%;
}
.treatment-slider .slick-list {
	overflow: visible;
}
.treatment-slider article .inside-article .post-image a::before {
	content: "";
    position: absolute;
    pointer-events: none;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 0;
    /*border-bottom: 15px solid var(--black); */
	transition: all 0.3s ease-in-out;
	border-radius: 7px;
}
.treatment-slider article:hover .inside-article .post-image a::before {
    border-bottom: 15px solid var(--orange);
	background-color: rgba(0,0,0,0.2);
	transition: all 0.3s ease-in-out;
}
.treatment-slider article .inside-article .post-image a {
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.treatment-slider article .inside-article .post-image a img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
	z-index: -1;
}
.treatment-slider article .entry-header, .treatment-slider article .entry-title,  .treatment-slider article .entry-title a {
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}
.treatment-slider article .inside-article .entry-header .entry-title a {
	padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
	z-index: 2;
	color: var(--white);
	line-height: 1.1;
	font-weight: 600;
}












@media (max-width: 1024px) {
	.treatment-slider > article {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33%;
		        flex: 0 0 33.33%;
   	 	max-width: calc(33.33% - 20px);
	}
}
@media (max-width: 991px) {
	.treatment-slider + .slider-help {
		margin-bottom: -2em;
		display: none;
	}
}
@media (max-width: 768px) {
	.treatment-slider > article {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
   	 	max-width: calc(50% - 20px);
	}
}
@media (max-width: 575px) {
	.treatment-slider > article {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
   	 	max-width: calc(100% - 20px);
	}
	.treatment-slider .slick-list {
		padding-right: 60px;
	}
}

.treatment-slider article .entry-title {
	font-size: 36px;
}
@media (min-width: 1025px) {
	.treatment-slider article .entry-title {
		font-size: 30px;
	}
}

.treatment-grid article .entry-title {
    font-size: 22px;
}
@media screen and (min-width: 320px) {
	.treatment-grid article .entry-title {
		font-size: calc(22px + 6 * ((100vw - 320px) / 680));
	}
}
@media screen and (min-width: 1000px) {
	.treatment-grid article .entry-title {
		font-size: 32px;
	}
}
@media screen and (min-width: 1280px) {
	.treatment-grid article .entry-title {
		font-size: 36px;
	}
}

/* treatment grid */
.treatment-grid {
	display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-auto-flow: row dense;
    grid-gap: 20px;
}
.treatment-grid article .inside-article {
	float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.treatment-grid article .entry-header, .treatment-grid article .entry-title, .treatment-grid article .entry-title a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.treatment-grid article .inside-article .entry-header .entry-title a {
	padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    z-index: 2;
    color: var(--white);
    line-height: 1.1;
    font-weight: 600;
}
.treatment-grid article .inside-article .post-image::before{
	content: "";
    position: relative;
    display: block;
    padding-top: 100%;
    z-index: -1;
    pointer-events: none;
}
.treatment-grid article .inside-article .post-image a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.treatment-grid article .inside-article .post-image a::before {
	content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 0;
    border-bottom: 12px solid var(--black);
    transition: all 0.3s ease-in-out;
}
.treatment-grid article .inside-article .post-image a img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
	z-index: -1;
}
.treatment-grid article:hover .inside-article .post-image a::before {
	border-bottom: 15px solid var(--purple);
	background-color: rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
	.treatment-grid {
    	grid-template-columns: repeat(3,minmax(0,1fr));
	}
}
@media (max-width: 575px) {
	.treatment-grid {
    	grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.treatment-grid article .inside-article .entry-header .entry-title a {
		padding: 15px;
	}
}

/* readmore defaults */
.read-more-container a {
	font-weight: 400;
	padding: 12px 35px 12px 20px;
	line-height: 1.2;
}
.read-more-container a:hover, .read-more-container a:focus {
	color: var(--white);
    background-color: var(--purple-hover);
    border: 2px solid var(--purple-hover);
}
.read-more-container a::after {
    content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="14" height="14" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="white" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
	line-height: 1.5;
}

/* 404 page */

/* posts */
.archive-post-wrapper .post.sticky {
	grid-column: -1 / 1;
}
.post-filters + .archive-post-wrapper {
	padding-top: 0;
}
#nav-below .nav-links .page-numbers {
	float: left;
    padding: 12px 14px;
    line-height: 12px;
    border-radius: 3px;
    font-size: 1.1em;
	margin-right: 5px;
	transition: all 0.3s ease-in-out;
}
#nav-below .nav-links .page-numbers.current {
	background: #C4C4C4;
}
#nav-below .nav-links .page-numbers:hover, #nav-below .nav-links .page-numbers:focus {
	background: #C4C4C4;
	transition: all 0.3s ease-in-out;
}
.archive-post-wrapper .post.sticky {
	position: relative;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0 !important;
}
#right-sidebar .inside-right-sidebar aside {
	padding-top: 0;
    float: left;
    width: 100%;
}
#right-sidebar .inside-right-sidebar aside .widget-title {
	font-size: 24px;
}
#right-sidebar .inside-right-sidebar aside ul {
	float: left;
    width: 100%;
}
#right-sidebar .inside-right-sidebar aside ul li {
	padding-left: 15px;
    margin-left: 15px;
	font-size: 16px;
    line-height: 1;
}
#right-sidebar .inside-right-sidebar aside ul li::marker {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="16" height="16" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="rgb(180, 134, 55)" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
    display: block;
}
.archive-post-wrapper .post.sticky .inside-article {
	position: relative;
    width: 100%;
	display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
    grid-gap: 20px 35px;
    grid-auto-flow: row dense;
}
.archive-post-wrapper .post.sticky .inside-article::before {
	content: "Featured";
	background: #FFF8FE;
	padding: 12px 10px;
	color: var(--pink);
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	border-radius: 10px;
	max-height: 3.5em;
	max-width: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.archive-post-wrapper .post.sticky .inside-article .entry-header, .archive-post-wrapper .post.sticky .inside-article .entry-meta {
	margin: 0;
}
.archive-post-wrapper .post.sticky .inside-article .entry-header, .archive-post-wrapper .post.sticky .inside-article .entry-summary {
	grid-column: span 4;
}
.archive-post-wrapper .post.sticky .inside-article .entry-summary {
	grid-row: span 2;
}
.archive-post-wrapper .post.sticky .post-image {
    grid-column: span 3;
    margin: 0 !important;
    grid-row-start: 1;
    grid-row-end: 5;
	padding-top: 66.66%;
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-position: center;
}
.archive-post-wrapper .post.sticky .inside-article .entry-summary p:not(.read-more-container) {
	margin-bottom: 0;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: normal;
	line-height: 1.5;
}

/* defaults */
.section-introduction {
	margin-bottom: 1.5em;
}
.paging-navigation {
	float: left;
	width: 100%;
	grid-column: -1 / 1;
}
.archive-post-wrapper .container {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.archive-post-wrapper .posts-columns {
	display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 30px;
    grid-auto-flow: row dense;
}
.archive-post-wrapper .container article {
	float: left;
    width: 100%;
	overflow: hidden;
}
.archive-post-wrapper .container .inside-article {
	float: left;
    width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}
.archive-post-wrapper .inside-article .post-image {
	position: relative;
    padding-top: 56.25%;
	border-radius: 8px;
    overflow: hidden;
}
.archive-post-wrapper .inside-article .entry-header {
	float: left;
    width: 100%;
	margin: 10px 0;
}
.archive-post-wrapper .inside-article .entry-summary {
	float: left;
    width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.archive-post-wrapper .post .entry-summary p:not(.read-more-container) {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 15px;
	font-size: 15px;
	align-self: flex-start;
}
.archive-post-wrapper .post .entry-summary .read-more-container {
	float: left;
    width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.archive-post-wrapper .container > article {
	width: 100%;
}
.archive-post-wrapper .container > article footer.entry-meta {
	display: none;
}
.archive-post-wrapper .container > article:not(.sticky) .read-more-container a {
	padding: 8px 20px 0 0;
	border: none;
	color: var(--darkblue);
	font-weight: 600;
	border-radius: 0;
}
.archive-post-wrapper article.sticky .read-more-container a {
	font-size: 0;
	line-height: 1.5;
	background-color: var(--pink);
	color: #fff;
	border: 2px solid var(--pink);
}
.archive-post-wrapper article.sticky .read-more-container a::before {
	font-size: 15px;
	content: "Read Blog";
}
.single-post-wrapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-post-wrapper .container > article {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 70%;
	        flex: 1 0 70%;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0 15px !important;
}
.single-post-wrapper .container > article .post-image {
	margin: 0 0 1.5em !important;
    width: 100%;
    padding-top: 40%;
	max-width: 100%;
    border-radius: 8px;
	pointer-events: none;
	overflow: hidden;
}
.single-post-wrapper .container > article .post-image > div {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-post-wrapper .container > article .post-image > div img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
.single-post-wrapper .entry-content .wp-block-gallery {
	float: left;
}
.single-post-wrapper .container > article .entry-meta {
	padding-bottom: 1.5em;
    font-size: 15px;
    color: #BBBBBB;
    font-weight: 600;
	float: left;
	width: 100%;
}
.single-post-wrapper .container > article footer.entry-meta {
	margin-top: 1.5em;
}
.single-post-wrapper .container > article .entry-meta a {
	color: #BBBBBB;
    font-weight: 600;
}
.single-post-wrapper .entry-header {
	margin: 0;
}
.single-post-wrapper .container > article {
	padding-top: 0 !important;
}
.single-post-wrapper .container > article .entry-meta .byline {
	margin-left: 10px;
}
@media (max-width: 991px) {
	.single-post-wrapper .container > article {
		-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	    flex: 1 0 100%;
		padding-top: 0 !important;
   		padding-bottom: 0 !important;
	}
	.archive-post-wrapper .container {
    	grid-template-columns: repeat(2,minmax(0,1fr));
		grid-gap: 2em;
	}
	.archive-post-wrapper {
		padding-top: 0;
	}
}
@media (max-width: 575px) {
	.archive-post-wrapper .container {
    	grid-template-columns: repeat(1,minmax(0,1fr));
	}
}

/* post filters */
.post-filters .order-blogs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-weight: 600;
}
.post-filters .order-blogs .main-heading {
	flex: 1 0 100%;
}
.post-filters .order-blogs > span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 15px;
	min-width: 20%;
}
.post-filters .order-blogs label {
	padding-left: 15px;
}
.post-filters .order-blogs .select2-container {
	margin-left: 15px;
}
@media (max-width: 575px) {
	.post-filters .order-blogs {
		padding: 0 15px;
	}
	.post-filters .order-blogs > span {
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.post-filters .order-blogs label {
		padding: 0;
		font-size: 14px;
		margin-top: 10px;
	}
	.post-filters .order-blogs .select2-container {
		display: block;
		margin: 0;
	}
	.post-filters .order-blogs label:first-of-type {
		padding-right: 15px;
	}
}

/* no results */
.no-results .entry-header {
	float: left;
	width: 100%;
}
.no-results .inside-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
}
.no-results .inside-article .search-form {
	width: 100%;
	float: left;
}
.no-results .inside-article .search-form label {
	width: calc(100% - 50px);
	float: left;
}
.no-results .inside-article .search-form label input[type="search"] {
	float: left;
	width: 100%;
}
.no-results .inside-article .search-form .search-submit {
	margin: 0;
	width: 50px;
}

/* section */
section {
	padding-top: 4em;
	padding-bottom: 4em;
	position: relative;
}
@media (max-width: 991px) {
	section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}
.woocommerce-products-header {
	padding-bottom: 0;
}

/* slick slider defaults - prevents pop-in */
.slick-initialized .slick-slide img {
	opacity: 1;
}

.carousel-banner, .latest-testimonials-slider, .latest-blogs-slider {
	visibility: visible;
    opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.carousel-banner.slick-initialized, .latest-testimonials-slider.slick-initialized, .latest-blogs-slider.slick-initialized {
	visibility: visible;
    opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* if single slider - removes transition bug */
.page-hero-slider.slick-slider .slick-slide,
.page-hero-slider.slick-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
	opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.page-hero-slider.slick-slider .slick-slide.slick-current,
.page-hero-slider.slick-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.slick-sr-only {
	font-size: 14px;
}
/* end slick bug fix */
.slick-arrow {
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
.slick-arrow.slick-next {
	right: 15px;
	z-index: 10;
}
.slick-arrow.slick-prev {
	left: 15px;
	z-index: 10;
}
.slick-arrow i {
	font-size: 0;
}
.slick-arrow i::before {
	transition: color 0.3s ease-in-out;
}
.slick-arrow:hover i::before {
	transition: color 0.3s ease-in-out;
}
.slick-dots {
	list-style-type: none;
	font-size: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slick-dots li button {
	padding: 6px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50%;
	font-size: 0;
	background-color: #9aa6b8;
}
.slick-dots li.slick-active button {
	background-color: #354E71;
}

/* fancy box image */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	z-index: 99999999999;
}

/* social icons */
.social-icons {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.social-icons a {
	margin: 0 5px 0 0;
	float: left;
}

/* blog */
.post {
	margin: 0;
}
.separate-containers .site-main {
	margin: 0;
}
	

.latest-reviews {
	overflow: hidden;
}
.latest-reviews #reviews-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	min-height: 120px;
}
.latest-reviews #reviews-slider > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	width: 100%;
	float: left;
}

/* footer */
.site-footer {
	float: left;
    width: 100%;
	font-family: "futura-pt", sans-serif;
	text-decoration: none;
	
}
.site-footer .copyright-bar {
	width: 100%;
	text-align: left;
}
.site-footer .copyright-bar .web-company {
	width: auto;
	float: right;
	margin: 0;
}
.site-footer .footer-widgets-container {
	padding-left: 0;
	padding-right: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
	float: left;
	width: 100%;
	margin: 0;
}
.site-footer .copyright-bar .footer-details {
	display: inline-block;
    margin-right: auto;
    float: left;
	text-align: left;
	font-family: "futura-pt", sans-serif;
	
}
.site-footer .footer-widgets-container .inner-padding {
	padding: 0 15px 0 15px;
}
.inside-footer-widgets address {
	text-transform: initial;
}
.inside-footer-widgets a {
	color: #9A9A9A;
}
.inside-footer-widgets {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.inside-footer-widgets .sub-menu {
	display: none;
}
.inside-footer-widgets aside > div {
	float: left;
    width: 100%;
}
.inside-footer-widgets .footer-widget-3 #text-4 .textwidget {
	text-transform: initial;
    margin-top: 0.5em;
}
.inside-footer-widgets .widget address {
	font-style: normal;
}
.inside-footer-widgets .widget {
	font-size: 16px;
}
.inside-site-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding: 15px;
}
.inside-site-info {
	padding: 25px 15px;
}
.footer-widgets .widget-title {
	margin-bottom: 20px;
}
.footer-widgets .footer-widget-1 aside {
	text-align: center;
}
.footer-widgets .footer-widget-1 aside .social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-widgets .footer-widget-1 aside .social-icons a {
	margin: 0 13px 0 0;
}
.footer-widgets .footer-widget-1 aside .social-icons a:last-child {
	margin: 0;
}
.footer-widgets .footer-widget-1 aside .phone {
	color: var(--black);
}
.footer-widgets .footer-widget-1 aside address {
	max-width: 180px;
	margin: auto;
}
.footer-widgets .footer-widget-1 aside address::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="map-marker-alt" class="svg-inline--fa fa-map-marker-alt fa-w-12" role="img" viewBox="0 0 384 512"><path fill="black" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"/></svg>');
    display: block;
    height: 14px;
    float: left;
    width: 100%;
    margin-bottom: 1em;
}
.footer-widgets .inside-footer-widgets > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 35%;
	        flex: 1 0 35%;
}
.footer-widgets .inside-footer-widgets > .footer-widget-1 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 30%;
	        flex: 1 0 30%;
}
.footer-widgets .inside-footer-widgets form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px !important;
}
.footer-widgets .inside-footer-widgets form label input {
	color: #fff;
    border: 1px solid var(--black);
    padding: 12px;
    font-family: inherit;
    font-size: 14px;
    border-right: 0;
	line-height: 1.5;
}
.footer-widgets .inside-footer-widgets form label input[type="email"] {
	text-transform: uppercase;
    color: var(--black);
    letter-spacing: 1px;
}
.footer-widgets .inside-footer-widgets form label input[type="email"]::-webkit-input-placeholder {
	color: var(--black);
}
.footer-widgets .inside-footer-widgets form label input[type="email"]::-moz-placeholder {
	color: var(--black);
}
.footer-widgets .inside-footer-widgets form label input[type="email"]:-ms-input-placeholder {
	color: var(--black);
}
.footer-widgets .inside-footer-widgets form label input[type="email"]::-ms-input-placeholder {
	color: var(--black);
}
.footer-widgets .inside-footer-widgets form label input[type="email"]::placeholder {
	color: var(--black);
}
.footer-widgets .inside-footer-widgets form .wpcf7-response-output {
	text-transform: none;
    margin: 5px 0 0 0;
}
.footer-widgets .inside-footer-widgets form .wpcf7-not-valid-tip {
	text-transform: none;
    margin: 5px 0 0 0;
}
.wpcf7-not-valid-tip {
	font-size: 15px;
}
.footer-widgets .inside-footer-widgets form label input[type="submit"] {
	border: 1px solid var(--black);
    background-color: var(--black);
    padding: 12px 22px;
}
.footer-widgets .inside-footer-widgets form label.newsletter-email {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.footer-widgets .inside-footer-widgets form label.newsletter-email > .wpcf7-form-control-wrap, .footer-widgets .inside-footer-widgets form label.newsletter-email > .wpcf7-form-control-wrap input[type="email"] {
	float: left;
	width: 100%;
}
.footer-widgets .inside-footer-widgets form label {
	float: left;
	position: relative;
}
.footer-widgets .inside-footer-widgets form label .ajax-loader {
	position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 5px 0 0;
}
.site-info .inside-site-info {
	font-size: 14px;
}
.generate-back-to-top {
	left: 30px;
	right: auto;
}
@media (max-width: 991px) {
	.inside-site-info .copyright-bar {
		text-align: center;
	}
	.site-footer .copyright-bar .footer-details {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.inside-site-info {
		padding: 15px 25px;
	}
	.footer-widgets .inside-footer-widgets > .footer-widget-1 {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-footer .footer-widgets .footer-widgets-container .footer-widget-1 .inner-padding {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 60%;
		        flex: 1 0 60%;
	}
	.footer-widgets .inside-footer-widgets > div {
		-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
				flex: 1 0 50%;
	}
}
@media (max-width: 768px) {
	.footer-widgets .inside-footer-widgets > div {
		-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
				flex: 1 0 50%;
	}
	.site-footer .footer-widgets .footer-widgets-container .inner-padding {
		float: left;
		margin-bottom: 0;
		width: 100%;
	}
	.site-footer .footer-widgets .inside-footer-widgets {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.inside-footer-widgets .footer-widget-1 {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.inside-footer-widgets > div {
		float: left;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
	}
	.inside-footer-widgets .widget-title {
		margin-bottom: 20px;
	}
	.inside-footer-widgets>div:not(:last-child):not(:first-child) {
		margin-bottom: 0;
	}
	.inside-footer-widgets .widget-title {
		position: relative;
	}
	.inside-footer-widgets > div:not(.footer-widget-1) .widget-title::after {
		content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" width="20" height="20" focusable="false" data-prefix="far" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="black" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
		display: block;
		width: 20;
		height: 20;
		position: absolute;
		right: 10px;
		top: 50%;
		line-height: 10px;
		transform: translateY(-50%) rotate(0deg);
		transition: all 0.3s ease-in-out;
		pointer-events: none;
	}
	.inside-footer-widgets > div:not(.footer-widget-1) .widget-title.open::after {
		transform: translateY(-50%) rotate(90deg);
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width: 576px) {
	#menu-footer-links {
		-webkit-columns: 2;
		   -moz-columns: 2;
		        columns: 2;
	}
	#menu-footer-treatments {
		-webkit-columns: 2;
		   -moz-columns: 2;
		        columns: 2;
	}
}
@media (max-width: 575px) {
	.footer-widgets .inside-footer-widgets > div {
		-webkit-box-flex: 1;
			-ms-flex: 1 0 100%;
				flex: 1 0 100%;
	}
	.site-footer .footer-widgets {
		padding: 2em 0 2em;
	}
	.footer-widgets .footer-widget-1 aside .social-icons a {
		width: auto;
    	height: auto;
	}
	.footer-widget-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-widget-1 aside {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 0 50% !important;
		        flex: 1 0 50% !important;
		margin-bottom: 20px;
		float: left;
		margin-bottom: 0 !important;
	}
	.inside-footer-widgets > div {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.site-footer .footer-widgets .footer-widgets-container .inner-padding {
		width: 100%;
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 0 100% !important;
		        flex: 1 0 100% !important;
	}
	.inside-footer-widgets .footer-widget-1 {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.site-footer .footer-widgets .inside-footer-widgets > div:not(.footer-widget-1) > aside:not(#text-4) > *:not(.widget-title) {
		display: none;
	}
	.site-footer .footer-widgets-container {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* container */
.container, .grid-container, .site-content {
	width: 100%;
	background: transparent !important;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
}
.full-width {
	width: 100%;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	clear: both;
}
#page {
	width: 100%;
}
.site-content .content-area {
	width: 100%;
}
@media (max-width: 768px) {
	.content.full-width {
		overflow: hidden;
	}
	.container-page .inside-article {
		width: 100%;
		padding-top: 4em;
	}
	.container .site-content .content-area {
		width: 100% !important;
	}
}
@media (min-width: 576px) {
  .container, .grid-container {
    max-width: 540px !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container, .grid-container {
    max-width: 720px !important;
	max-width: 82% !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container, .grid-container {
    max-width: 960px !important;
	max-width: 82% !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .container, .grid-container {
    max-width: 1160px !important;
  }
  #page {
	max-width: 100% !important;
  }
}
@media (min-width: 1500px) {
  .container, .grid-container {
    max-width: 1450px !important;
  }
  #page {
	max-width: 100% !important;
  }
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* bootstrap col sizes */
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}

.treatment-slider + .slider-help {
	display: none;
}

@media (max-width: 991px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		padding-right: 25px;
  		padding-left: 25px;
	}
}

/* bootstrap offsets */
.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}


/**
 * SECTION: Styling added by Think, Love Digital
 */
.site-footer #footer-widgets label.accept span.wpcf7-list-item-label {
    font-size: 12px;
    text-transform: initial;
}

.content-contact-form.quick-contact-form div form {
    display: block;
}

.content-contact-form.quick-contact-form .contact-form-outer form label.hear-info {
    margin-bottom: 20px;
}

.content-contact-form.quick-contact-form .contact-form-outer form label.picture-upload input[type="file"]::before {
    margin-top: 5px;
}

.content-contact-form.quick-contact-form .contact-form-outer form label.accept a {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .content-contact-form.quick-contact-form {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 605px) {
    .page-hero .carousel-banner .banner-content {
        /* display: none; */
		line-height: normal;
		letter-spacing: -0.54px;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
    }
}

/* === Hide Search Bar Until Click === */
.asl_w_container_1 {
  display: none !important;
}

.top-search-function[aria-enabled="true"] .asl_w_container_1 {
  display: block !important;
}


.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f4f7;
  padding: 4rem 2rem;
  border-radius: 10px;
}

.hero-content {
  max-width: 50%;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.hero-subtitle {
  color: #7a2cb8;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.hero-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
}

.hero-buttons a {
  text-decoration: none;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
}

.btn-primary {
  background-color: #7a2cb8;
  color: #fff;
}

.btn-secondary {
  background-color: #ff9f00;
  color: #fff;
}

.hero-image img {
  max-width: 400px;
  border-radius: 8px;
}



/* --- CONTACT US TAB --- */
#menu-item-215 > a {
  background-color: #f7941d !important; /* Always orange */
  color: #fff !important;               /* White text */
}

/* CONTACT US hover: no change */
#menu-item-215 > a:hover {
  background-color: #f7941d !important;
  color: #fff !important;
}

/* --- OTHER TABS --- */

/* Normal hover: orange text */
.main-nav ul li:not(#menu-item-215) > a:hover {
  color: #f7941d !important;
  background-color: transparent !important;
}

/* Selected/active page (current-menu-item): orange text only, no background */
.main-nav ul li:not(#menu-item-215).current-menu-item > a {
  color: #f7941d !important;
  background-color: transparent !important;
}

/* Ensure default (unselected) state is white text */
.main-nav ul li:not(#menu-item-215) > a {
  color: #fff !important;
  background-color: transparent !important;
}


input[type="date"],
input[type="text"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #fff;
  font-size: 15px;
  padding: 12px 0;
  outline: none;
  box-shadow: none;
  font-family: inherit;
  appearance: none; /* Removes browser default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}






/* Remove the calendar icon background in Chrome/Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* makes icon white if background is dark */
  opacity: 0.6;
  cursor: pointer;
}

/* Optional: Adjust hover/focus effect 
input[type="date"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border-bottom: 1px solid #b0c4de;
}
*/


/* Optional: Adjust placeholder color */
input::placeholder {
  color: rgba(255, 255, 255, 0.6);

}






/* ===== CONTACT SECTION LAYOUT ===== */
.contact-section {
  padding: 60px 0;
}

/* Two-column grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 520px; /* left | right */
  gap: 48px;
  align-items: start;
}

@media (max-width: 1050px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Left column */
.contact-left {
  display: flex;
  flex-direction: column;
}

.contact-title {
  margin-top: 0;
  font-size: 2rem;
}

.contact-intro {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.6;
}

/* Address + Hours side by side */
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .details-grid {
    grid-template-columns: 1fr;
  }
}

/* Map under contact details (left side only) */
.contact-map {
  margin-top: 20px;
}

.contact-map img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}





.contact-form-card {
  background: #111;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}






/* ===== LINK FIX (Contact Section only) ===== */
.contact-section a,
.contact-section a:visited {
  color: #000;
  text-decoration: none;
}

.contact-section a:hover,
.contact-section a:focus,
.contact-section a:active {
  color: #000;
  text-decoration: underline;
}

















.contact-right {
  overflow-x: hidden;
}






/* Base form container */
.contact-right {
  background-color: #ffffff; /* same dark background */
  padding: 40px;
  border-radius: 10px;
  
  margin: 0 auto;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  flex-wrap: wrap;
  min-width: 0;
  box-sizing: border-box;
}

/* Form title */
.contact-right h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

/* Input fields */
.contact-right input[type="text"],
.contact-right input[type="email"],
.contact-right input[type="date"],
.contact-right input[type="tel"],
.contact-right select,
.contact-right textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  /* border: 1px solid #333; */
  /* border-radius: 4px; */
  background-color: #111;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
}

.contact-right input::placeholder,
.contact-right textarea::placeholder {
  color: #aaa;
}

/* Checkbox area */
.contact-right .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-right input[type="checkbox"] {
  margin-top: 4px;
}

/* Submit button */
.contact-right button,
.contact-right input[type="submit"] {
  width: 100%;
  background-color: #f7941d; /* orange button */
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.contact-right button:hover,
.contact-right input[type="submit"]:hover {
  background-color: #d67d13;
}

/* Privacy Policy link */
.contact-right a {
  color: #f7941d;
  text-decoration: underline;
  font-size: 14px;
}

/* Form layout adjustments */
.contact-right form {
  display: flex;
  flex-direction: column;
}

.contact-right label {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #fff;
}






.gallery-meta {
    text-align: left;
    margin-top: 10px;
}

.gallery-procedure {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}

.gallery-dentist {
    font-size: 20px;
    color: #555;
	font-weight: 500;
	
}




.global-reviews-section {
	overflow: hidden;
}


.slider-help.col-12 {
	display: none;
}


@media (max-width: 768px) {
	.main-nav ul li:not(#menu-item-215) > a {
		color: #f7941d !important;
	}
}




.wpcf7 input[type="tel"] {
    width: 100% !important;
    box-sizing: border-box;
}









.bottom-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px;
  width: 100%;
}

.bottom-row label {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  display: block !important;
}

.bottom-row .wpcf7-list-item {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  flex-wrap: unset !important;
}

.wpcf7 form .bottom-row {
  grid-column: 1 / -1 !important;
}



@media (max-width: 1024px) {

    /* Parent container MUST be flex and right-aligned */
    .main-navigation .inside-navigation {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center;
    }

    /* Menu toggle must not grow */
    .main-navigation .menu-toggle {
        flex-grow: 0 !important;
        margin-left: auto !important;
		margin-top: 10px;
    }
}









.gallery-section .gallery-list-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* LI container */
.gallery-section .gallery-list-items li.gallery-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Image inside the gallery */
.gallery-section .gallery-list-items li.gallery-image img {
    width: 100%;
    height: auto !important;  /* fix stretching */
    object-fit: cover;        /* ensures images line up cleanly */
    display: block;
    border-radius: 6px;
}


.gallery-section .gallery-list-items li.gallery-image img.fixed {
    height: 220px;
    object-fit: cover;
}

/* Meta text under images */
.gallery-section .gallery-list-items .gallery-meta {
    text-align: center;
    padding-top: 10px;
}

.gallery-section .gallery-meta h4.gallery-procedure {
    font-size: 16px;
    margin: 0;
}

.gallery-section .gallery-meta .gallery-dentist {
    font-size: 14px;
    opacity: 0.7;
}





@media (max-width: 768px) {
    .inside-navigation {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .site-branding {
        flex: 0 1 auto !important;
        max-width: 60% !important;
    }

    .menu-toggle {
        margin-left: 0 !important;
        margin-top: 0 !important;
        flex-shrink: 0 !important;
        position: relative !important;
        z-index: 1000;
    }

	.site-branding a {
		font-size: 28px !important;
		line-height: 30px !important;
	}

	.site-description {
		font-size: 12px !important;
		line-height: 14px !important;
	}
}



@media (max-width: 768px) {
	/* Homepage Header Fix */
.home .site-branding a,
.front-page .site-branding a {
    font-size: 28px !important;
    line-height: 30px !important;
}

.home .site-description,
.front-page .site-description {
    font-size: 12px !important;
    line-height: 14px !important;
}

.home .inside-navigation,
.front-page .inside-navigation {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.site-header .inside-header {
	min-height: 50px !important;
}


}


/* Default (DESKTOP) */
.social-icons .social-icon svg {
    color: #756C94; /* desktop colour */
}

/* MOBILE (<= 768px) */
@media (max-width: 768px) {
    .social-icons .social-icon svg {
        color: #ffffff; /* mobile colour */
    }
}






