/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 6.2
*/
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('/fonts/Montserrat.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Lora';
	font-display: swap;
	src: url('/fonts/lora.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins Bold';
	font-display: swap;
	src: url('/fonts/poppins-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins Light';
	font-display: swap;
	src: url('/fonts/poppins-light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('/fonts/poppins-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #2a2a2a;
	font-size: 28px;
	line-height: 1.35;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
p a {
	color: #D5B562;
}
h1, .blog #main h1 a {
	font-family: 'Lora';
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.08px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
}
h2 {
	font-family: 'Lora';
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.08px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #3E4759;
}
h2 span {
	color: #D5B562;
}
h3 {
	font-family: 'Lora';
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.08px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #3E4759;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #3E4759;
}
.main-btn {
	color: #2a2a2a;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Lora', sans-serif;
	font-size: 24px;
	line-height: 18px;
	padding: 12px 20px;
	text-decoration: none !important;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #D5B562;
	border-radius: 1px;
	border-left-width: 5px;
}
.main-btn:hover {
	background: #D5B562;
	color: #fff;
}
#logo {
	max-width: 480px;
}
.main-btn.gold {
	color: #D5B562 !important;
	border-color: #D5B562 !important;
	background: #222;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
.modal label {
	width: 100%;
}
.paged .pagination li.prev {
	display: none !important;
}
.paged .pagination li:nth-child(2) {
	float: left;
}
.menu-btn {
	display: inline-block;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2d2d2d;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 1;
	visibility: visible;
}
.cookie-banner p {
	margin: 0 0 10px;
	max-width: 800px;
}
.cookie-buttons {
	display: flex;
	gap: 10px;
}
.cookie-btn {
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}
.cookie-btn.accept {
	background: #6528f5;
	color: #fff;
}
.cookie-btn.deny {
	background: #666;
	color: #fff;
}
.cookie-btn:hover {
	opacity: 0.9;
}
.cookie-banner.hide {
	opacity: 0;
	visibility: hidden;
}
/* HEADER
------------------------------------- */
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.header .dropdown-menu li a {
	letter-spacing: 1px;
	font-size: 20px;
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a {
	color: #f00 !important;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #f00;
	padding-left: 17px;
}
a.phone2 {
	display: inline-block;
	margin-right: 15px;
	font-size: 21px;
}
.phone2 i.fa-solid.fa-mobile {
	color: #6528f5;
}
.header .container {
	max-width: 1720px;
}
.top {
	background: #3E4759;
	padding: 12px 0;
}
.top-info a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	font-family: 'Poppins Light', sans-serif;
	font-size: 24px;
}
.top-info a i {
	margin-right: 8px;
}
.top .flex {
	align-items: center;
	justify-content: space-between;
}
.top a.main-btn {
	color: #fff;
	border-color: #fff;
	font-size: 20px;
	margin: 0 0 0 25px;
}
.innerHeader {
	padding: 10px 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar .nav > li > a {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Lora', sans-serif;
	padding: 10px 12px;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.header.scrolling .navbar .nav > li > a {
	font-size: 18px;
}
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	transition: transform 0.6s ease-in-out;
	transform: translateY(0);
}
.header.hidden {
	transform: translateY(-100%);
}
.grecaptcha-badge {
	opacity: 0;
}
.header.scrolling {
	background: rgb(0 0 0 / 75%);
}
.header.scrolling #logo img {
	max-width: 380px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .nav li.current-menu-ancestor > a {
	background: none;
	color: #D5B562;
	box-shadow: none;
	font-weight: 500;
}
.header .dropdown-menu li a {
	text-transform: uppercase;
	font-family: 'Lora', sans-serif;
	font-size: 18px;
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a {
	color: #D5B562 !important;
}
.header .dropdown-menu li.current-menu-item a {
	border-color: #D5B562;
}
/* BANNER
------------------------------------- */
.banner {
	position: relative;
	height: 550px;
	background: #3E4759;
	background: url('/images/contact-us-banner.avif') center center no-repeat;
	background-size: cover;
}
.home .banner {
	height: 825px;
}
.banner .slick-slider, .banner .slick-list, .banner .slick-track, .banner .slide {
	height: 100%;
}
.banner .slide1 {
	background: url('/images/banner1.avif') center center no-repeat;
	background-size: cover;
}
.banner .slide2 {
	background: url('/images/banner2.avif') center center no-repeat;
	background-size: cover;
}
.banner .slide3 {
	background: url('/images/banner3.avif') center center no-repeat;
	background-size: cover;
}
.banner .slide4 {
	background: url('/images/banner4.avif') center center no-repeat;
	background-size: cover;
}
.banner .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(17, 17, 17, 0.70);
	z-index: 2;
	max-width: 100%;
	padding: 0 25px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.internal-page h1.page-title {
	margin: 200px 0 0;
}
.internal-page #logo {
	max-width: 380px;
}
.home-content.center {
	margin-top: 200px;
}
.home-content.center h2 {
	color: #fff;
	font-size: 54px;
	font-weight: 500;
	letter-spacing: 1.2px;
	margin-bottom: 15px;
}
.home-content.center p {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	max-width: 750px;
	margin: 20px auto 30px;
}
.home-content.center a.main-btn {
	color: #fff;
	border-color: #fff;
	margin: 10px;
}
.page-meet-the-team .banner {
	background: url('/images/team-banner.avif') center center no-repeat;
	background-size: cover;
}
.page-services .banner {
	background: url('/images/services-banner.avif') center center no-repeat;
	background-size: cover;
}
.page-service-descriptions .banner {
	background: url('/images/services-banner.avif') center center no-repeat;
	background-size: cover;
}
/* TOP
------------------------------------- */
/* Welcome Section */
.main-wrap {
	position: relative;
	padding: 50px 0;
}
.home .main-wrap {
	padding: 150px 0;
}
.home .row.contentsection {
	max-width: 720px;
	width: 45%;
}
.home h1 {
	color: #2a2a2a;
	font-weight: 400;
	font-size: 42px;
}
img.welcome-group {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 1000px;
	width: 53%;
	transform: translateY(-50%);
}
.home .post_content {
	max-width: 620px;
}
/* MAIN
------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1680px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.pagination {
	display: block;
	text-align: center;
	margin: 50px auto;
	width: 100%;
}
.pagination ul {
	margin: 0 !important;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.pagination ul li:first-child {
	float: left;
}
.pagination ul li:last-child {
	float: right;
}
.pagination a {
	color: #2f1964;
}
.pagination li.active a {
	color: #ff7a4d;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999;
	cursor: pointer;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Lightbox Image Hover Effect (Optional) */
#customLightbox img:hover {
	transform: scale(1.02); /* Slight zoom effect */
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-nav.next-arrow {
	position: absolute;
	right: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.lightbox-nav.prev-arrow {
	position: absolute;
	left: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
/* BOTTOM
------------------------------------- */
/* Memberships Section */
.memberships-section {
	background: #3E4759;
	padding: 75px 0 75px;
	position: relative;
	overflow: hidden;
}
.memberships-section .container {
	position: relative;
	z-index: 5;
}
.memberships-section::before {
	content: "";
	background: url(/images/wave-group.avif) center center no-repeat;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
}
.memberships-section h2 {
	color: #fff;
}
.memberships-section .flex {
	margin: 50px auto;
	gap: 48px;
	max-width: 1420px;
}
.membership {
	width: 33.33%;
	max-width: 442px;
	overflow: hidden;
	max-height: 520px;
	margin: auto;
	position: relative;
}
p.disclaimer {
	color: #fff;
	font-size: 16px;
	margin-bottom: 50px;
}
.memberships-section p {
	color: #fff;
}
.memberships-section a.main-btn.transition {
	color: #fff;
	border-color: #fff;
	margin: 20px 20px 0;
}
.membership-info {
	position: absolute;
	top: 360px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(42, 42, 42, 0.70);
	text-align: left;
	padding: 50px 20px 20px;
}
.membership:hover .membership-info {
	top: 120px;
}
.membership-info h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.memberships-section p.price {
	text-align: center;
	text-transform: uppercase;
}
.membership-info ul {
	color: #fff;
	margin-left: 30px;
	margin-top: 40px;
}
.membership-info ul li {
	font-size: 24px;
	margin-bottom: 15px;
}
.membership-info::before {
	content: "+";
	display: block;
	position: absolute;
	top: -25px;
	background: #F1CDCD;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #3E4759;
	font-size: 42px;
	left: 0;
	right: 0;
	margin: auto;
}
.membership-info:hover::before {
	content: "-";
}
/* Services Section */
.services-section {
	position: relative;
	padding: 100px 0;
}
.services-section p {
	max-width: 1400px;
	margin: 0 auto 75px;
}
.services-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 75px;
}
.service {
	width: 100%;
	max-width: 400px;
	border-right: 1px solid;
}
.service:last-child {
	border: none;
}
.service h3 {
	margin-top: 30px;
}
.services-section a.main-btn.transition {
	margin: 10px;
}
/* Product Type Slider */
.product-type-slide.center.slick-slide {
	position: relative;
}
.type-slide-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	background: rgba(42, 42, 42, 0.40);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.type-slide-content img {
	margin: 0 auto 25px;
}
.type-slide-content p {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .56px;
}
/* Product Slider */
.product-section {
	position: relative;
	padding: 75px 0;
	background: #F1CDCD;
}
.product-slider {
	margin-top: 50px;
}
.product img {
	display: block;
	margin: auto;
}
.product h3 {
	font-family: "Poppins", sans-serif;
	letter-spacing: .6px;
	text-transform: capitalize;
	margin: 15px 0 5px;
	font-size: 24px;
}
.product-slider .slick-prev, .product-slider .slick-next {
	transform: translate(0, -120%);
}
/* Glow Up Section */
.glow-up-section {
	position: relative;
	padding: 100px 0;
}
.glow-up-section .flex {
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.glow-up-info {
	max-width: 640px;
}
.glow-up-info h2 {
	max-width: 500px;
}
/* Meet Kindra Section */
.meet-kindra-section {
	padding: 100px 0;
	position: relative;
}
.meet-kindra-info {
	max-width: 630px;
}
img.meet-kindra-group {
	margin-left: auto;
	display: block;
	width: 54%;
}
.meet-kindra-section .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* Meet Beauty Experts Section */
.beauty-experts-section {
	padding: 100px 0;
	position: relative;
}
/* Bottom Call To Action Section */
.bottom-cta {
	background: #F1CDCD;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.bottom-cta::before {
	content: "";
	background: url(/images/wavegroup.svg) center center no-repeat;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
}
.beauty-experts-section p {
	max-width: 1240px;
	margin: 0 auto 25px;
}
.bottom-cta .container {
	position: relative;
	z-index: 5;
}
.bottom-cta a.main-btn {
	border-color: #3e4759;
}
.bottom-cta a.main-btn:hover {
	border-color: #3e4759;
	background: #3e4759;
	color: #F1CDCD;
}
.bottom-cta p {
	max-width: 1050px;
	margin: 0 auto 40px;
}
/* Hide-only utility for the H2 above */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}
/* Section framing */
.staff-scroller {
	--gap: 22px; /* space between photos */
	--img-h: 220px; /* photo height (adjust to taste) */
	--distance: 40vw; /* how far rows travel from start to end */
	padding: 24px 0;
	overflow: hidden;
	position: relative;
}
/* Optional soft fade at edges (can remove if not wanted) */
.staff-scroller::before, .staff-scroller::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	pointer-events: none;
	z-index: 2;
}
.staff-scroller::before {
	left: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.staff-scroller::after {
	right: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.scroller-mask {
	overflow: hidden;
}
/* Row layout */
.scroller-row {
	display: flex;
	gap: var(--gap);
	will-change: transform;
	transform: translate3d(0, 0, 0);
	padding: 8px 2vw;
}
.scroller-row + .scroller-row {
	margin-top: var(--gap);
}
.scroller-row img {
	height: var(--img-w);
	width: auto;
	border-radius: 10px;
	flex: 0 0 auto; /* don’t shrink */
	object-fit: cover;
	user-select: none;
}
/* Mobile sizes */
@media (max-width: 640px) {
	.staff-scroller {
		--img-h: 160px;
		--gap: 16px;
		--distance: 60vw;
	}
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
	.scroller-row {
		transform: none !important;
	}
	.staff-scroller::before, .staff-scroller::after {
		display: none;
	}
}
/* FOOTER
------------------------------------- */
footer {
	background: #2A2A2A;
	padding: 0;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 5;
	padding-top: 70px;
	padding-bottom: 20px;
}
footer hr {
	border-color: #F1CDCD;
	border-width: 5px;
	margin: 50px 0;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.footer-info > div {
	width: 25%;
}
.footer-info {
	display: flex;
	align-items: start;
	gap: 50px;
}
footer h3 {
	color: #f1cdcd;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
.footer-nav {
	padding-left: 50px;
}
.menu-footer {
	margin: 0;
	column-count: 1;
}
.menu-footer li {
	margin-bottom: 0;
}
.menu-footer li a {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}
footer .fa-brands {
	font-weight: 300;
	font-size: 40px;
	color: #f1cdcd;
}
.footer-social-media a {
	display: inline-block;
	margin-right: 30px;
}
footer .contact-info {
	color: #fff;
}
footer .contact-info p, p.hours {
	font-size: 20px;
	color: #fff;
}
footer a.main-btn.transition {
	color: #fff;
}
p.hours {
	line-height: 1.8;
}
.attribution {
	color: #fcfcfc;
	text-align: left;
	padding: 0;
	background: none;
	display: block;
	float: none;
	font-size: 18px;
	margin: 0;
	font-weight: 300;
	vertical-align: middle;
}
.attribution a {
	color: #F1CDCD;
	text-decoration: underline;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #f1cdcd;
	color: #3e4759;
	text-align: center;
	padding: 5px 10px;
	font-size: 30px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
}
#back-to-top:hover {
	background-color: #3e4759; /* Slightly darker for hover effect */
	color: #fff;
}
/* INTERNAL PAGES
------------------------------------- */
/* Portfolio Galleries */
.flex.gallery-wrap {
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 50px auto 0;
	padding: 0 30px 0 30px;
}
.flex.gallery-wrap .img-wrap {
	width: calc(33% - 50px);
	max-width: 100%;
	height: auto;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	cursor: pointer;
}
.img-wrap img {
	cursor: pointer;
}
.img-wrap {
	max-height: 285px;
	overflow: hidden;
}
.lightbox-img:hover {
	transform: scale(1.05);
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
/* Meet The Team Page */
.page-meet-the-team #main h3 {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.staff-row .col-md-7 h2 {
	margin-bottom: 0;
}
.staff-row .col-md-5 img {
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.page-meet-the-team #main hr {
	margin: 100px 0;
}
.row.staff-row.owners {
	display: flex;
	align-items: center;
	gap: 20px;
}
#main .staff-row.owners .col-md-5 img {
	max-width: 520px;
	margin: auto;
	width: 100%;
}
.staff__grid .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.gray-wrap {
	background: #F5F6F7;
}
nav#staffFilters {
	text-align: center;
	background: #F5F6F7;
	padding: 25px;
	margin-top: 50px;
}
#staffFilters button {
	background: none;
	border: none;
	font-size: 32px;
	display: inline-block;
	margin: 0 20px;
	cursor: pointer;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	color: #222;
}
#staffFilters button:hover, #staffFilters button[aria-pressed="true"] {
	color: #D5B562;
}
#staffFilters button[aria-pressed="true"]:focus {
	border: none;
	outline: none;
}
article.staff-card {
	max-width: 316px;
}
.front-desk article.staff-card {
	max-width: 100%;
}
article.staff-card img {
	margin-bottom: 12px;
}
h3.staff-card__name {
	margin-bottom: 5px;
}
.flex.staff-flex {
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-bottom: 50px;
}
.page-meet-the-team .main-wrap {
	padding-bottom: 0;
}
/* Services Menu */
.toc li {
	display: flex;
	margin-bottom: 5px;
}
.toc li .title {
	order: 1;
}
.toc li .price {
	order: 3;
	width: 60px;
	color: #d5b562;
}
.toc li::after {
	content: "";
	border-bottom: 1px dotted;
	flex-grow: 1;
	order: 2;
	position: relative;
	bottom: 8px;
}
ul.toc {
	margin: 0;
	margin-left: 5px;
}
.services-wrap .col-md-6 {
	padding-right: 30px;
	padding-left: 30px;
}
.services-wrap .center {
	margin-bottom: 50px;
}
.services-wrap h3 {
	color: #d5b562;
}
.services-wrap hr {
	margin: 50px 0;
	border-color: #f1cdcd;
}
.services-wrap .main-btn {
	margin: 10px;
}
/* Services Descriptions */
.page-service-descriptions #main hr {
	margin: 50px 0;
	border-color: #f1cdcd;
}
.page-service-descriptions #main h3 {
	color: #d5b562;
}
.page-service-descriptions #main .center {
	margin-bottom: 80px;
}
.page-service-descriptions .col-md-6 p {
	max-width: 700px;
}
/* Contact Us Page */
.page-contact-us .wpcf7-form input, .page-contact-us .wpcf7-form textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border-radius: 0;
	border-color: #777;
	padding: 10px;
}
.page-contact-us .wpcf7-form p {
	margin: 0;
}
.page-contact-us .wpcf7-form label {
	font-size: 24px;
	width: 100%;
	margin-bottom: 5px;
}
.page-contact-us .wpcf7-form label {
	font-size: 24px;
	width: 100%;
}
.page-contact-us .wpcf7-form {
	max-width: 580px;
}
label.sms-consent {
	font-size: 17px !important;
}
.page-contact-us input.wpcf7-form-control.wpcf7-submit:hover {
	background: #3e4759;
	color: #fff;
	border-color: #3e4759;
}
.page-contact-us input.wpcf7-form-control.wpcf7-submit {
	vertical-align: middle;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	text-transform: uppercase;
	-moz-backface-visibility: hidden;
	margin-top: 25px;
	color: #2a2a2a;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Lora', sans-serif;
	font-size: 24px;
	line-height: 18px;
	padding: 12px 20px;
	text-decoration: none !important;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #D5B562;
	border-radius: 1px;
	border-left-width: 5px;
	max-width: 150px !important;
	min-width: 0;
}
.contact-boxes {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 15px;
	margin-bottom: 50px;
}
.contact-boxes div {
	background: #3e4759;
	width: calc(50% - 15px);
	text-align: center;
	padding: 20px;
}
.contact-boxes h3 {
	margin-bottom: 8px;
	color: #fff;
}
.contact-boxes p {
	color: #fff;
}
.contact-boxes p.contact-hours {
	text-align: left;
}
.contact-boxes p.contact-hours {
	text-align: left;
	font-size: 24px;
	padding-left: 20px;
	line-height: 2;
}
.contact-boxes strong {
	color: #dbbf78;
}
.page-contact-us .glow-up-section {
	padding-top: 25px;
}
#main hr {
	margin: 50px 0;
}
/* Employment Page */
.page-form {
	background: #3e4759;
	padding: 20px;
	max-width: 800px;
	margin: 35px auto;
}
.page-form label input, .page-form label textarea {
	margin-top: 5px;
}
.page-form label {
	color: #fff;
	font-size: 20px;
	display: block;
}
.page-form p {
	margin: 0 0 20px;
}
.page-form .wpcf7-submit {
	background: #D5B562 !important;
}
span.wpcf7-spinner {
	display: none;
}
.page-form .wpcf7 form .wpcf7-response-output {
	font-size: 18px;
	color: #f79090;
}
/* Black Friday Lightbox */
#bf-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999999;
}
#bf-lightbox .bf-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}
#bf-lightbox img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	cursor: pointer;
}
/* Close Button */
#bf-close {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	color: #000;
	font-size: 22px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-height: 920px) {
	.page-meet-the-team #main .col-md-5 img {
		max-width: 480px !important;
	}
}
@media (max-height: 850px) {
	.page-meet-the-team #main .col-md-5 img {
		max-width: 420px !important;
	}
}
@media (max-width: 1799px) {}
@media (max-width: 1749px) {}
@media (max-width: 1699px) {
	.header.scrolling #logo img {
		max-width: 320px;
	}
	#logo {
		max-width: 450px;
	}
	.glow-up-images img {
		max-width: 740px;
	}
	img.meet-kindra-group {
		max-width: 800px;
	}
	.meet-kindra-info {
		max-width: 700px;
	}
	.banner {
		height: 480px;
	}
}
@media (max-width: 1649px) {}
@media (max-width: 1599px) {
	img.meet-kindra-group {
		max-width: 750px;
	}
}
@media (max-width: 1549px) {}
@media (max-width: 1499px) {
	#logo {
		max-width: 400px;
	}
	.navbar .nav > li > a {
		font-size: 19px;
	}
	.top a.main-btn {
		font-size: 17px;
		padding: 10px 15px;
	}
	.top-info a {
		font-size: 20px;
	}
	.home .main-wrap {
		padding: 75px 0;
	}
	img.welcome-group {
		width: 45%;
	}
	.home .row.contentsection {
		max-width: 720px;
		width: 100%;
	}
	.page-service-descriptions .col-md-6 p {
		padding-right: 50px;
	}
}
@media (max-width: 1449px) {
	.membership-info {
		top: 330px;
	}
	.contact-boxes p.contact-hours {
		font-size: 18px;
	}
}
@media (max-width: 1399px) {
	.membership-info {
		top: 310px;
	}
	.glow-up-images img, img.meet-kindra-group {
		max-width: 600px;
	}
	.banner {
		height: 400px;
	}
	html, body {
		font-size: 22px;
	}
	h1, .blog #main h1 a, .home-content.center h2 {
		font-size: 48px;
	}
	h2 {
		font-size: 36px;
	}
	.page-meet-the-team #main h3, h3, .home-content.center p {
		font-size: 28px;
	}
	#staffFilters button {
		font-size: 24px;
		margin: 0 12px;
	}
	.header.scrolling #logo img {
		max-width: 280px;
	}
	.main-btn {
		font-size: 20px;
	}
}
@media (max-width: 1349px) {
	.meet-kindra-info {
		max-width: 640px;
	}
}
@media (max-width: 1299px) {
	img.welcome-group {
		width: 43%;
	}
	.membership-info {
		top: 280px;
	}
	.membership:hover .membership-info {
		top: 50px;
	}
	.membership-info ul li {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.glow-up-images img, img.meet-kindra-group {
		max-width: 530px;
	}
	.scroller-row img {
		max-width: 250px;
	}
	.internal-page #logo {
		max-width: 320px;
	}
}
@media (max-width: 1249px) {
	.product img {
		display: block;
		margin: auto;
		max-width: 300px;
	}
	.contact-boxes p.contact-hours {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	#logo {
		max-width: 320px;
	}
	.navbar .nav > li > a {
		font-size: 17px;
	}
	.header .dropdown-menu li a {
		font-size: 16px;
	}
	.header.scrolling .navbar .nav > li > a {
		font-size: 16px;
	}
	.home .row.contentsection {
		max-width: 100%;
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	img.welcome-group {
		position: relative;
		top: auto;
		transform: none;
		width: auto;
		margin-left: auto;
		display: block;
		max-width: 700px;
	}
	.home .post_content {
		max-width: 100%;
	}
	.home .main-wrap {
		padding: 50px 0;
	}
	.membership-info {
		top: 50px;
	}
	.membership-info ul li {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.membership-info ul {
		color: #fff;
		margin-left: 15px;
		margin-top: 40px;
	}
	.service img {
		max-height: 120px;
	}
	.glow-up-section .flex {
		flex-direction: column;
		align-items: normal;
	}
	.glow-up-info {
		max-width: 100%;
	}
	.glow-up-info {
		text-align: right;
		max-width: 960px;
		margin-left: auto;
	}
	.glow-up-info h2 {
		margin-right: 0;
		margin-left: auto;
		max-width: 100%;
	}
	.meet-kindra-section .flex {
		flex-direction: column;
	}
	.meet-kindra-info {
		max-width: 100%;
	}
	.meet-kindra-section .container {
		position: relative;
	}
	img.meet-kindra-group {
		position: relative;
		top: 0;
	}
	.meet-kindra-section {
		padding: 0px 0;
		position: relative;
	}
	.page-contact-us #main .row {
		display: flex;
		flex-direction: column-reverse;
	}
	.page-contact-us #main .col-md-5, .page-contact-us #main .col-md-7 {
		width: 100%;
	}
	.contact-boxes p.contact-hours {
		font-size: 20px;
	}
	.page-contact-us #main .col-md-7 img {
		display: none;
	}
}
@media (max-width: 1149px) {
	.scroller-row img {
		max-width: 200px;
	}
	h1, .blog #main h1 a, .home-content.center h2 {
		font-size: 40px;
	}
}
@media (min-width: 1100px) {
	.hide-desktop {
		display: none;
	}
}
@media (max-width: 1099px) {
	#logo2 {
		max-width: 200px;
		margin: 0;
	}
	.mobile-header {
		flex-direction: row-reverse;
		justify-content: space-between;
		box-shadow: 0 4px 6px 0 rgb(0 0 0 / .1);
	}
	.mobile-header {
		background: #3E4759;
	}
	.menu-line {
		background: #fff;
	}
	.menu-btn {
		width: 34px;
	}
	.phone2 i.fa-solid.fa-mobile {
		color: #d5b562;
	}
	.main-btn {
		font-size: 18px;
	}
	.mobile-info a.main-btn.transition {
		display: block;
		max-width: 200px;
		margin: 10px 0;
	}
	.mobile-nav-menu {
		top: 67px;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-family: 'Lora', sans-serif;
	}
	.mobile-nav-menu .menu-mobile .sub-menu li a {
		font-family: 'Poppins', sans-serif;
	}
	.home .banner {
		height: 90svh;
	}
	.membership {
		width: 100%;
	}
	.membership-info ul {
		color: #fff;
		margin-left: 30px;
		margin-top: 40px;
	}
	.membership-info ul li {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.membership-info {
		top: 100px;
	}
	.type-slide-content img {
		max-height: 80px;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-item a {
		text-decoration: underline;
	}
	.banner {
		height: 280px;
	}
	.internal-page h1.page-title {
		margin: 60px 0 0;
	}
	.services-wrap .col-md-6, .page-service-descriptions #main .col-md-6 {
		width: 100%;
		float: none;
		padding: 0;
	}
	.page-service-descriptions #main .col-md-6:first-child {
		padding-bottom: 25px;
		border-bottom: 1px solid #f1cdcd;
		margin-bottom: 35px;
	}
	.memberships-section::before {
		background: url(/images/wavegroup2.avif) center center no-repeat;
		bottom: auto;
		height: 900px;
	}
	.memberships-section::after {
		background: url(/images/wavegroup2.avif) center center no-repeat;
		height: 900px;
		content: "";
		display: block;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		position: absolute;
		transform: rotateX(180deg);
	}
	.page-meet-the-team #main hr {
		margin: 75px 0;
	}
}
@media (max-width: 1049px) {
	.memberships-section .flex {
		flex-direction: column;
		max-width: 100%;
	}
	.footer-info > div {
		width: calc(50% - 50px);
	}
	.footer-info {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.footer-nav {
		padding-left: 0;
	}
	.contact-boxes div {
		padding: 30px;
	}
}
@media (max-width: 999px) {
	.container {
		width: 100%;
	}
	.staff-row .col-md-7, .staff-row .col-md-5 {
		width: 100%;
	}
	#main .staff-row .col-md-5 img, #main .staff-row.owners .col-md-5 img {
		max-width: 400px;
		margin: auto;
	}
	#staffFilters button {
		font-size: 18px;
		margin: 0 8px;
	}
	.staff-flex {
		flex-wrap: wrap;
	}
	article.staff-card {
		width: calc(50% - 40px);
	}
	.service:nth-child(2) {
		border: none;
	}
	.attribution {
		font-size: 14px;
	}
	.contact-boxes div {
		padding: 30px 0px;
	}
	.internal-page .glow-up-section .flex {
		flex-direction: column-reverse;
	}
	.internal-page .glow-up-section {
		border-top: 1px solid #f1cdcd;
		padding-top: 50px;
	}
	img.meet-kindra-group {
		width: 100%;
	}
	.row.staff-row.owners {
		flex-direction: column-reverse;
	}
}
@media (max-width: 949px) {}
@media (max-width: 899px) {}
@media (max-width: 849px) {}
@media (max-width: 799px) {
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 0;
	}
	.page-meet-the-team #main h3, h3, .home-content.center p {
		font-size: 24px;
	}
	.home h1 {
		font-size: 36px;
	}
	.service {
		width: 50%;
		margin-bottom: 50px;
	}
	.services-wrapper {
		flex-wrap: wrap;
	}
	.services-wrapper {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 30px;
	}
}
@media (max-width: 749px) {}
@media (max-width: 699px) {
	.flex.gallery-wrap .img-wrap {
		width: calc(50% - 20px);
	}
	.product-type-slide > img {
		object-fit: cover;
		height: 250px;
	}
	.product-type-slide.center.slick-slide.slick-current {
		min-height: 250px;
	}
	.type-slide-content p {
		max-width: 380px;
	}
	html, body {
		font-size: 18px;
	}
	.membership-info {
		top: 150px;
	}
	.contact-boxes {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.contact-boxes div {
		width: 100%;
		padding: 20px;
	}
	.contact-boxes p.contact-hours {
		font-size: inherit;
	}
	h1, .blog #main h1 a, .home-content.center h2 {
		font-size: 34px;
	}
	.page-meet-the-team #main h3, h3, .home-content.center p {
		font-size: 21px;
	}
	.home h1 {
		font-size: 30px;
	}
	nav#staffFilters {
		margin-top: 0;
	}
	.page-meet-the-team #main .center > p img {
		display: none;
	}
}
@media (max-width: 649px) {}
@media (max-width: 599px) {
	.main-btn {
		font-size: 16px;
	}
	.home h1 {
		font-size: 28px;
	}
	.footer-info > div {
		width: 100%;
	}
	#staffFilters button {
		font-size: 20px;
		margin: 0 0 10px;
		display: block;
	}
	#logo3 {
		display: inline-block;
		max-width: 300px;
	}
	.glow-up-images img, img.meet-kindra-group {
		max-width: 530px;
		width: 100%;
	}
}
@media (max-width: 549px) {
	ul, ol {
		margin: 0 0 10px 20px;
	}
	.banner {
		background: url('/images/contact-us-banner-mobile.avif') center top no-repeat;
		background-size: cover;
	}
	.page-meet-the-team .banner {
		background: url('/images/team-banner-mobile.avif') center center no-repeat;
		background-size: cover;
	}
	.page-services .banner {
		background: url('/images/services-banner-mobile.avif') center center no-repeat;
		background-size: cover;
	}
	.page-service-descriptions .banner {
		background: url('/images/services-banner-mobile.avif') center center no-repeat;
		background-size: cover;
	}
	.banner .slide1 {
		background: url('/images/banner1-mobile.avif') center center no-repeat;
		background-size: cover;
	}
	.banner .slide2 {
		background: url('/images/banner2-mobile.avif') center center no-repeat;
		background-size: cover;
	}
	.banner .slide3 {
		background: url('/images/banner3-mobile.avif') center center no-repeat;
		background-size: cover;
	}
	.banner .slide4 {
		background: url('/images/banner2-mobile.avif') center top no-repeat;
		background-size: cover;
	}
	.glow-up-info h2 {
		text-align: center;
	}
	.glow-up-info {
		text-align: center;
	}
	.meet-kindra-info {
		margin-bottom: 50px;
	}
	.page-form label {
		color: #fff;
		font-size: 16px;
		display: block;
	}
	#main {
		padding: 0;
	}
	.row.contentsection {
		padding: 0;
	}
}
@media (max-width: 499px) {
	.flex.gallery-wrap {
		padding: 0;
	}
	.flex.gallery-wrap .img-wrap {
		width: 100%;
		max-height: none;
	}
	.type-slide-content p {
		max-width: 270px;
	}
	.product-slider .slick-prev, .product-slider .slick-next {
		transform: translate(0, -150%);
	}
	.scroller-row img {
		max-width: 150px;
	}
	#main .staff-row .col-md-5 img {
		max-width: 320px;
		margin: auto;
	}
	.flex.staff-flex {
		gap: 20px;
	}
	article.staff-card {
		width: calc(50% - 20px);
	}
	.staff-row .col-md-7, .staff-row .col-md-5 {
		width: 100%;
		padding: 0;
	}
	.home h1 {
		font-size: 32px;
		max-width: 300px;
	}
	.staff-row h2 {
		font-size: 28px;
	}
	.page-contact-us input.wpcf7-form-control.wpcf7-submit {
		font-size: 18px;
		line-height: 18px;
		padding: 8px 20px;
		max-width: 130px !important;
		min-width: 0;
	}
	.page-contact-us #main .col-md-5, .page-contact-us #main .col-md-7 {
		padding: 0;
	}
	.membership-info {
		top: 330px;
	}
}
@media (max-width: 449px) {
	.service img {
		max-height: 100px;
	}
	.menu-footer li a {
		font-size: 18px;
		font-weight: 300;
		color: #fff;
		margin-bottom: 10px;
	}
	footer .contact-info p, p.hours {
		font-size: 18px;
		color: #fff;
	}
	.toc li .title {
		font-size: 15px;
	}
	h1, .blog #main h1 a, .home-content.center h2 {
		font-size: 31px;
	}
}
@media (max-width: 419px) {
	article.staff-card {
		width: 100%;
	}
}
@media (max-width: 349px) {}