@charset "UTF-8";

/*
Theme Name: Body Catalyst
*/

/* CSS Document */

.navbar.navbar-default{
	position:fixed !important;
	top: 0px;
}


body {
	overflow-x:hidden;
}

body, h1, h2, h3, h4, h5, p {
	font-family: 'Montserrat', sans-serif;
	line-height: 150%;
	letter-spacing:1px;
	color:#3D3D3D;
}

h1{
	line-height:125%;
}

a {
	color:#CFB87C;
}

a:hover, a:active {
	color:#3D3D3D;
	border:0px;
}

/* colors */

.duck-bg { background: #BFD3D4; }
.gold-bg { background: #CFB87C;}
.grey-bg { background: #3D3D3D; }
.black-bg { background: #000000; }
.white-bg { background: #FFFFFF; }


.duck-fg { color: #BFD3D4;}
.gold-fg { color: #CFB87C; }
.grey-fg { color: #3D3D3D; }
.black-fg { color: #000000; }
.white-fg { color: #FFFFFF; }

/* fonts */

h1 { font-size:70px; font-weight:900; text-transform:uppercase; }
h2 { font-size:26px; font-weight:900; text-transform:uppercase; }
h3 { font-size:18px; font-weight:600; }
p, a, li, ul, body { font-size:14px; font-weight:400; }

/* buttons */

.btn-primary{
	background:#CFB87C;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	box-shadow:none;
	padding:8px 14px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
	background:#3D3D3D;
	background-color:#3D3D3D;
	color:#FFF;
	border:0px;
}

.btn-secondary {
	font-size:14px;
	background: #3D3D3D;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 0px;
	box-shadow: none;
	padding:12px 18px;
	display:inline-block;
	width:auto;
}

	.btn-secondary:hover, .btn-secondary:active {
		background: #CFB87C;
		background-color: #CFB87C;
		color: #FFF;
		text-decoration:none;
		border:0px;
	}



/* logo */

.shortcuts {
	background: #CFB87C;
	position: fixed;
	top: 350px;
	right: 0px;
	padding:20px 12px;
	z-index:5000;
}

.shortcuts ul {
	list-style-type:none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
    	padding-inline-start: 0px;
	margin:0px;
	padding:0px;
}

.shortcuts li {
	list-style-type:none;
	color:#FFF;
	margin:0px;
	padding:6px 0px;
	font-size:1.42em;
}

.shortcuts li:nth-of-type(1){
	margin-left:2px;
}

.shortcuts ul li a {
	color:#FFF;
}


/* Shortcuts */

.fixed-logo {
	background: #CFB87C;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	position: fixed;
	top: 200px;
	left: 0px;
	padding:0px;
	font-weight:600;
	letter-spacing:1px;
	color:#FFF;
	z-index:5000;
	font-size:16px;
}

.fixed-logo > div {
	padding:20px 10px;
}


/* section - hero */

.hero-fill video{
    object-fit:cover;
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position:absolute;
}

.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 0;
   pointer-events: none;
   overflow: hidden;
}

.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; 
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.hero-fill {
	width: 100%;
	height:inherit;
	background-color: #BFD3D4;
	background-size: cover;
}

.hero-fill h1{
	max-width:600px;
}

.hero-fill p{
	max-width:420px;
	font-size:1.25em;
}

.hero-fill .contact-form p{
	max-width:unset;
}

.hero-fill .social-icons {
	margin-top:40px;
}

.hero-fill .social-icons a, .hero-fill .social-icons a:hover, .hero-fill .social-icons a:active{
	color:unset;
}

.hero-fill .social-icons i{
	margin:0 20px 0px 0px;
}

.hero-style-1, .hero-style-2, .hero-style-3 {
	height:100vh;
}

.short .hero-style-1, .short .hero-style-2, .short .hero-style-3 {
	height:65vh;
	max-height:650px;
	min-height:400px;
}

.post-template-default .short.post, .post-template-default .short.post .hero-style-1 {
	height: 100%;
	min-height: 450px;
	max-height: 450px;
}

.hero-style-1 {
	background-position: center;
}

.hero-fill .post h1{
	font-size:40px;
	max-width:900px;
}

.hero-fill .post p{
	max-width:800px;
}


.item.hero-style-1.filter::before{
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73));
    opacity: .3;
}

.hero-style-2 .item-split, .hero-style-3 .item-split{
	display:inline-block;
	width:50%;
	z-index:1;
}

.hero-style-2 img, .hero-style-3 img{
	min-width:200px;
	max-width:600px;
	width:90%;
	border:0px;
	position:relative;
	left:0px;
	top:0px;
	float:right;
}

.owl-carousel .owl-item .hero-style-2 img{
	width:auto;
	max-height: 440px;
    	margin-top: 40px;
}

.owl-carousel .owl-item .hero-style-3 img{
	width:auto;
	max-height: 440px;
    	margin-top: 0px;
}

	.item.hero-style-3 .social-icons img{
		float:left;
		min-width:110px;
		width:110px;
		margin:8px;
	}

@media(max-widh:992px){
	.owl-carousel .owl-item .hero-style-2 img, .owl-carousel .owl-item .hero-style-3 img {
		margin-top:20px;
	}
}

.hero-style-2 h1, .hero-style-3 h1{
	left:-20%;
	position:relative;
	margin-bottom:40px;
	font-size:56px;
	line-height:120%;
	top:20px;
}

.hero-style-2 .item-split:nth-of-type(2), .hero-style-3 .item-split:nth-of-type(2){
	padding-left:5%;
}

.hero-fill .owl-prev {
	display:none !important;
}

.hero-fill .owl-nav{
	position:absolute;
	top:42%;
	right:100px;
	color:#FFF;
	font-size:7em;
	font-weight:100;
}

.hero-fill .owl-next, .hero-fill .owl-next:hover, .hero-fill .owl-next span:hover{
	background:none;
	color:#000;
}

.hero-fill .owl-dots{
	display:none;
}

/* ---------- */
/* Blog Index */
/* ---------- */

.section-blog-index {
	padding:100px 30px 0px 20px;
}

.blog-navigation{
	margin:30px 0px;
}

.blog-post .image img{
	max-width:100%;
	width:100%;
	height:auto;
}

.blog-post .res{
	border:1px solid #eaeaea;
	padding:10px;
	margin-top:10px;
}

.blog-post .recent p{
	display:block;
	margin-top:10px;
	font-weight:600;
}

.blog-post .recent img{
	max-width:100%;
	height:auto;
}

.blog-post .section-content {
    padding: 0px 0px 0px 10px;
}

.category-link{
	display:block;
	padding:12px 0px;
	border-bottom:1px solid #E1E1E1;
}

.category-link:hover{
	text-decoration:none;
	border-bottom:1px solid #E1E1E1;
}


.section-blog-index .card-columns{
	column-count: 2;
}

.post-article{
	display:block;
}


.section-blog-index .card {
	
}

.post-article .image {
	display:block;
	position:relative;
	width:100%;
}

.post-article .image img{
	width:100%;
	height:auto;
}

.post-article .details {
	padding:20px;
}

.post-article .details h3 {

}

.post-article .details h3 a {
	color:#3d3d3d;
	font-weight:600;
	font-size:1em;
}

.post-article .details p {

}

.section-blog-index .card{
	border:0px;
	border-bottom:1px solid #3d3d3d;
	margin-top:30px;
	border-radius:0px;
}

.section-blog-index .post-article .details {
	padding:15px 10px 30px 0px;
}

.section-blog-index .post-article .details h3 a {
	font-size:0.9em;
}

.blog-post p, .blog-post li, .blog-post a, .blog-post ul{
	line-height:180%;
}


/* navigation */

.sub-menu{
	display:none;
	position:absolute;
	z-index:2;
	top:81px;
	left:0px;
	width:220px;
	background:#CFB87C;
}

.sub-menu-2{
	display: none;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 80px;
	width: 220px;
	background: #3d3d3d;
	min-height: 111px;
}

.sub-menu ul, .sub-menu-2 ul{
    text-indent: unset;
    margin: 0px;
    list-style: none;
    padding-inline-start: unset;
    margin-block-start: unset;
    margin-top: 0px;
}

.sub-menu ul li, .sub-menu-2 ul li  {
    text-indent: unset;
    margin: 0px;
    padding: 8px;
    list-style: none;
    color:#FFF;
    font-size:
    cursor:pointer;
}

.sub-menu ul li:hover, .sub-menu-2 ul li:hover  {
	cursor:pointer;
}

.sub-menu ul li a, .sub-menu-2 ul li a {
    font-size:13.2px;
}

.sub-menu ul li a:hover, .sub-menu-2 ul li a:hover {
    text-decoration:underline;
}



.menu-container {
	padding:30px 0px;
}

.menu-container:hover > .sub-menu {
	display:block;
}

.sub-menu > ul li:hover > .sub-menu-2 {
	display:block;
}


.bars span {
  width: 35px;
  height: 2px;
  background-color: black;
  margin: 6px 0;
  display:block;
}

#menu {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	transition:none;
}

#menu h1{
	padding-top:25px;
	font-size:55px;
	max-width:750px;
}

#menu h3{
	padding-bottom:13px;
	color:#FFF;
	font-weight:600;
	margin-top:30px;
}

#menu .contact-form h3{
	color:#000;
}

#menu ul h3{
	margin:0px;
	padding:0px;
}

#menu h3 u a{
	font-weight:600;
	font-size:17px;
}

.navbar {
	background:rgba(255,255,255,0.75);
	margin:0px;
	padding:0px 10px;
	width:100%;
	position:absolute;
	z-index:1000;
}

.navbar-btn.d-none.d-xl-inline-block:nth-of-type(5) a{
    background: #CFB87C;
    padding: 10px;
    color: #FFF;
}


p.navbar-btn {
	font-size:13.5px;
}

.navbar-btn a{
	color:unset;
	font-weight:unset;
}

.navbar-btn a, .navbar-btn a:hover{
	text-decoration:none;
}


.navbar-default{
	margin-right:20px;
}

.navbar-default .navbar-btn{
	margin: 0 20px;
	text-transform:uppercase;
	color:#000000;
	font-weight:600;
}

.navbar-btn {
	font-size:13.5px;
}

.navbar-close{
	position:absolute;
	right:70px;
	top:70px;
	z-index:5000;
}

#menu .form-group {
    margin-bottom: 0.5rem;
}

.btn.hamburger:active,.btn.hamburger:focus{
	outline:none;
}

a.block-btn{
	display:block;
	background:#FFFFFF;
	padding:15px;
	font-size:15px;
	font-weight:600;
	color:#000;
	margin:20px 0px;
	text-transform:uppercase;
}

.block-btn span{
	font-size:12px;
	display:block;
}

.block-btn:hover{
	text-decoration:none;
	background:#CFB87C;
	color:#FFF;
}

#menu .container, .section-footer .container{
	max-width:84%;
}

#menu ul{
	text-indent:unset;
	margin:0px;
	list-style:none;
	padding-inline-start:unset;
	margin-block-start:unset;
	margin-top:20px;
}

	#menu ul li {
		text-indent: unset;
		margin: 0px;
		padding: 4px 0px;
		list-style: none;
	}

	#menu ul li a{
		font-size:15px;
		color:#FFF;
	}

	#menu form input, #menu form textarea, #menu form select{
		width:100%;
		padding:16px;
		font-size:12px;
		border:none;
		color:#3d3d3d;
		outline:none;
	}
	
	#menu form input:focus, #menu form textarea:focus, #menu form select:focus{
		outline:none;
	}

	#menu form textarea{
		height:100px;
	}

	#menu .contact-form  {
		text-align:center;
		padding:100px 20px 0px 40px;
	}
	
	#menu .contact-form p{
		margin-bottom:0px;
	}
	
	#menu .contact-form  h2 {
		margin-bottom:30px;
	}
	
	#menu .contact-form  input[type='submit'] {
		background:#CFB87C;
		color:#FFF
	}
	
	#menu .contact-form  input[type='submit']:hover {
		color:#FFF
	}
	
	.navbar-close{
		font-size:46px;
		color:#FFF;
		font-weight:300;
	}
	
	.navbar-close:hover{
		color:#FFF;
	}
	
	#menu .wpcf7-form label{
		display:none;
	}
	
	#menu .wpcf7-not-valid-tip{
		text-align:left;
		display:block;
		font-size:12px;
		color:#FFF;
		padding:4px 8px;
	}
	
	#menu .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
		border:0px;
		font-size:12px;
		color:#FFF;
		text-align:left;
		display:block;
	}
	
	#menu .wpcf7 form .wpcf7-response-output{
		margin:10px 0px;
	}
	
/* breadcrumb */

.breadcrumb {
	background:#BFD3D4;
	margin-bottom:0px;
}


.breadcrumb ul {
	text-indent:unset;
	margin:0px;
	list-style:none;
	padding-inline-start:unset;
	margin-block-start:unset;
	margin-top:0px;
	margin-left:50px;
}

	.breadcrumb ul li {
		text-indent: unset;
		margin: 0px;
		padding: 4px 0px;
		list-style: none;
		display:inline-block;
		font-size:12px;
		color:#FFF;
	}

	.breadcrumb ul li a{
		font-size:12px;
		color:#FFF;
	}

/* section - concern*/

.section-concern-index{
	text-align:center;
	padding:80px 0px;
	display:block;
}

.section-concern-index p.w-75.d-inline-block, .section-treatments-index p.w-75.d-inline-block{
	margin:15px 0px 50px 0px;
	font-size:15px;
}

.owl-concern img{
	height:fit-content;
}

.section-concern-index .item {
	text-align: center;
}

.section-concern-index .item img {
	max-width: 360px;
	width: 100%;
	min-width: 200px;
	margin-bottom:20px;
	height:auto;
}

.section-concern-index .owl-prev {
	display:none !important;
}

.section-concern-index .owl-nav{
	position:absolute;
	bottom:180px;
	right:-40px;
	color:#3D3D3D;
	font-size:7em;
	font-weight:100;
}

.section-concern-index .owl-next, .section-concern-index .owl-next:hover, .section-concern-index .owl-next span:hover{
	background:none;
	color:#000;
}

.section-concern-index .owl-dots{
	display:none;
}

/* section - treatments */

.section-treatments-index{
	background: #BFD3D4;
	padding:20px 10px 20px 10px;
	display:block;
}

.section-treatments-index p.w-75.d-inline-block a{
	color:#FFFFFF;
	text-decoration:underline;
}

.section-treatments-index p.w-75.d-inline-block a:hover{
	color:#3d3d3d;
}


.section-treatments-index .item-split, .section-treatments-index .item-split-reverse {
	width:49%;
	display:inline-block;
}

.section-treatments-index .item-split:nth-of-type(1) {
	text-align:left;
	width:70%;
}

.section-treatments-index .item-split-reverse:nth-of-type(2) {
	text-align:left;
	width:70%;
}

.section-treatments-index .item-split a, .section-treatments-index .item-split-reverse a{
	margin-top:auto;
}

.section-treatments-index .item-split a:hover, .section-treatments-index .item-split-reverse a:hover{
	text-decoration:none;
}

.section-treatments-index .item-split:nth-of-type(2) {
	position:absolute;
	top:8%;
	right:15px;
	width:54%;
	background:#FFF;
	padding:36px 20px;
	min-height:320px;
	box-shadow:0px 0px 12px rgba(0,0,0,0.15);
	    display: flex;
	    flex-direction: column;
    	justify-content: flex-end;
}

.section-treatments-index .item-split-reverse:nth-of-type(1) {
	position:absolute;
	top:8%;
	left:15px;
	width:54%;
	background:#FFF;
	padding:36px 20px;
	text-align:left;
	min-height:320px;
	box-shadow:0px 0px 12px rgba(0,0,0,0.15);
	    display: flex;
	    flex-direction: column;
    	justify-content: flex-end;
}


.section-treatments-index .item-split img, .section-treatments-index .item-split-reverse img{
	width:100%;
}

/* section - promo */

.section-promo {
	background: #BFD3D4;
	min-height: 420px;
	padding: 80px 10px 20px 10px;
	display: block;
}

.section-promo img{
	width:100%;
	max-width:100%;
}

.section-promo .promo-block{
	position:absolute;
	padding:40px;
	background:#FFF;
	width:100%;
	max-width:600px;
	z-index:500;
}

.section-promo .promo-block.right {
	left:-15%;top:15%
}

.section-promo .promo-block.left {
	right:-15%;top:15%
}

/* section - testimonial */

.section-testimonial {
	background: #BFD3D4;
	min-height: 420px;
	padding-top: 60px;
	display:block;
}

	.section-testimonial img {
		width: 100%;
		max-width:360px;
		display:inline-block;
	}

	.section-testimonial .owl-carousel .owl-item img{
		display:inline-block;
	}

	.section-testimonial .testimonial-block {
		position: absolute;
		padding: 40px;
		background: #FFF;
		width: 100%;
		z-index:500;
		max-width:600px;
	}
	
	.section-testimonial .owl-prev {
		display:none !important;
	}
	
	.section-testimonial .owl-nav{
		position:absolute;
		top:25%;
		right:0px;
		color:#FFF;
		font-size:7em;
		font-weight:100;
	}
	
	.section-testimonial .owl-next, .section-testimonial .owl-next:hover, .section-testimonial .owl-next span:hover{
		background:none;
		color:#000;
	}
	
	.section-testimonial .owl-dots{
		display:none;
	}
	
	.section-testimonial .testimonial-block.right{
		top:15%;left:-15%
	}

	.section-testimonial .testimonial-block.left{
		top:15%;right:-15%
	}


/* section - brands */

.section-brands {
	background: #BFD3D4;
	min-height: 260px;
	padding-top: 80px;
	padding-top: 60px;
	display: block;
}

	.section-brands img {
		width: 100%;
	}

	.section-brands .owl-prev {
		display:none !important;
	}
	
	.section-brands .owl-nav{
		position:absolute;
		top:-20px;
		right:-60px;
		color:#FFF;
		font-size:7em;
		font-weight:100;
	}
	
	.section-brands .owl-next, .section-brands .owl-next:hover, .section-brands .owl-next span:hover{
		background:none;
		color:#000;
	}
	
	.section-brands .owl-dots{
		display:none;
	}
	
	.owl-brands .item{
	    height: 80px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding:6px;
	}


/* section - footer */

.section-footer{
	background:#FFFFFF;
	display:block;
	padding-top:80px;
}

.section-footer.footer-bottom {
	background:#BFD3D4;
}

.section-footer.footer-bottom h3, .section-footer.footer-bottom a, .section-footer.footer-bottom p {
	color:#FFF;
}

.section-footer a{
	color:unset;
	font-weight:unset;
}

.section-footer a:hover, .section-footer a:active {
	text-decoration:none;
}


	.section-footer ul {
		list-style: none;
		list-style-type: none;
		text-indent:unset;
		margin-block-start:0px;
		padding-inline-start:0px;
	}

	.section-footer ul li {
		margin:6px 0px;
		padding:0px;
	}

.section-footer ul.horizontal{
	list-style:none;
	list-style-type:none;
}

.section-footer ul.horizontal li{
	display:inline-block;
	margin:0px 30px 0px 0px;
}

.payment.logos > .row > .col-lg, .payment.logos > .row > .col-3 {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.payment.logos img {
	max-width:90%;
}


/* divider */

hr.divide-25{
	margin:80px 0px 20px 0px;
	border-top:1px solid #FFF;
	width:25%;
}

hr.divide-100{
	margin:80px 0px 20px 0px;
	border-top:1px solid #FFF;
	width:100%;
}


/* owl carousel general */

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:active{
	background:unset;
	border:0px;
}

.owl-next:focus, .owl-prev:focus {outline: none;}

/* Content*/

.section-content{
	padding:50px 0px 0px 20px;
}

.section-content iframe{
	max-width:100%;
}

.section-content > .container{
	padding:0px 30px;
}

.section-content h2 {
	margin:0px 0px 30px 0px;
}

.section-content p, .section-content li, .section-content ul, .section-content a, .section-content {
	font-size:15px;
	line-height:160%;
}

.wpcf7 form.sent .wpcf7-response-output{
	border:0px;
	color:#FFF;
}

p.footnote {
	max-width:640px;
	margin-bottom:30px;
	font-style:italic;
}

.Membership {
	display:inline-block;
	width:50%;
}

/* Price */

.section-price {
	padding: 60px 0px 0px 40px;
	background: #BFD3D4;
}

.section-price .price-box {
	padding:0px;
	background:#FFF;
	margin-bottom:30px;
}

.section-price .price-box h3 {
	padding:20px 20px;
	margin:0px;
}

.section-price .price-box .price
{
	padding:20px 20px;
	background:#CFB87C;
	font-size:1.75em;
	font-weight:800;
	color:#FFF;
}

.section-price .price-details {
	padding:20px;
}

.section-price ul.key-points {
	list-style-type:none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
    	padding-inline-start: 0px;
	margin:0px;
	padding:0px;
}

.section-price .key-points li {
	list-style-type:none;
	background:#F1F1F1;
	border-top:1px solid #FFF;
	margin:0px;
	padding:10px 20px;
	font-weight:600;
}

/* Questions */

.section-question{
	background:#BFD3D4;
	padding:20px 0px 80px 40px;
}

.section-question h2 {
	color:#FFF;
}


.section-question .card{
	border:0px;
	border-radius:0px;
}

.question-item{
	box-shadow:0px 0px 4px rgba(151,171,172,0.55);
	padding:40px 25px;
	color:#FFF;
}

.section-question .card-columns{
	column-count: 2;
}

/* Key Points */

.center-col{
	float: none;
    	margin: 0 auto;
}

.center-col h3, .center-col p {
	color:#FFF;
}

.section-key-points{
	padding:40px 0px 80px 35px;
}

.section-key-points .point-item
{
	background:#FFF;
	padding:40px 25px;
	height:100%;
}

.section-key-points .item-split:nth-of-type(1){
	display:inline-block;
	width:35%;
}

.section-key-points .item-split:nth-of-type(2){
	display:inline-block;
	width:64%;
}

.section-key-points.links .details{
	min-height:210px;
}

.section-key-points img {
	max-width:100%;
}

.link-fixed-bottom{
	position:absolute;
	left:0px;
	bottom:0px;
}

/* Action */

.section-action{
	margin:60px 0px 30px 30px;
	display:block;
	padding:60px 0px;
}

/* Store Locator */

.wpsl-gmap-canvas {
	margin-bottom:0px;
}

/* Thanks */

.book-container {
	padding:50px;
	display:inline-block;
}

.book-container a{
	padding:45px;
	font-size:1.3em;
	line-height:150%;
}


/* Location Grid */

.section-location-grid{
	padding:40px 0px 80px 0px;
}

.section-location-grid .btn-secondary{
	width:100%;
	margin-top:5px
}

.location-details{
	padding:10px 0px;
	border-top:1px solid #FFF;
	min-height:160px;
}

.section-location-grid a {
	color:#FFF;
}

/* Section Shortcode */

.section-contact {
	padding:40px 20px 80px 50px;
	background:#BFD3D4;
	border-top:1px solid #FFF;
}

@media(min-width:1200px){
	.section-contact {
		padding:40px 20px 40px 50px;
	}
}

.section-contact h2 {
	color:#FFF;
	padding:30px 0px;
}

.section-contact p {
	color:#FFF;
}

.section-contact form{
	margin-top:30px;
}

.section-contact input[type='text'], .section-contact input[type='email'], .section-contact input[type='tel'], .section-contact select, .section-contact textarea {
	width:100%;
	max-width:500px;
	padding:12px;
	font-size:14px;
	color:#3D3D3D;
	line-height:130%;
	border:0px;
}

.section-contact textarea {
	max-height:180px;
}

.section-contact input[type='submit']{
	width:100%;
	max-width:500px;
	padding:12px;
	font-size:14px;
	color:#FFF;
	background:#CFB87C;
	//margin-left:20px;
	line-height:130%;
	border:0px;
}

	.section-contact .wpcf7-form label{
		display:none;
	}
	
	.section-contact .wpcf7-not-valid-tip{
		text-align:left;
		display:block;
		font-size:12px;
		color:#FFF;
		padding:4px 8px;
		max-width:500px;	
		margin:auto;
	}

	.section-contact .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
		border:0px;
		font-size:12px;
		color:#FFF;
		text-align:left;
		display:block;
		max-width:500px;
		margin:auto;
	}
	
	.section-contact .wpcf7 form .wpcf7-response-output{
		margin:10px 0px;
	}
	
	.section-contact .ajax-loader{
		display:none;
		position:absolute;
	}
	
/* TEMP */

.section-contact-2{
	padding:40px 0px 100px 0px;
}

.section-contact-2 h2 {
	color:#3D3D3D;
	padding:0px 0px 15px 0px;
	margin:0px;
}

.section-contact-2 p {
	color:#3D3D3D;
}

.section-contact-2 form{
	margin-top:30px;
}

.section-contact-2 input[type='text'], .section-contact-2 input[type='email'], .section-contact-2 input[type='tel'], .section-contact-2 select, .section-contact-2 textarea {
	width:100%;
	max-width:500px;
	padding:12px;
	font-size:14px;
	color:#3D3D3D;
	line-height:130%;
	border:0px;
}

.section-contact-2 textarea {
	max-height:180px;
}

.section-contact-2 input[type='submit']{
	width:100%;
	max-width:500px;
	padding:1rem;
	font-size:15px;
	color:#FFF;
	background:#CFB87C;
	//margin-left:20px;
	line-height:130%;
	border:0px;
	text-transform:uppercase;
	font-weight:600;
}

	.section-contact-2 .wpcf7-form label{
		display:none;
	}
	
	.section-contact-2 .wpcf7-not-valid-tip{
		text-align:left;
		display:block;
		font-size:12px;
		color:#FFF;
		padding:4px 8px;
		max-width:500px;	
		margin:auto;
	}

	.section-contact-2 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
		border:0px;
		font-size:12px;
		color:#FFF;
		text-align:left;
		display:block;
		max-width:500px;
		margin:auto;
	}
	
	.section-contact-2 .wpcf7 form .wpcf7-response-output{
		margin:10px 0px;
	}
	
	.section-contact-2 .ajax-loader{
		display:none;
		position:absolute;
	}
	
	.section-contact-2 a {margin-top:15px;display:inline-block;}
	.section-contact-2 input[type='text'], .section-contact-2 input[type='email'], .section-contact-2 input[type='tel'], .section-contact-2 textarea, .section-contact-2 select {border: 1px solid #3D3D3D;}
	.section-contact-2 .wpcf7-not-valid-tip {color:#3d3d3d;}
	.section-contact-2 > div > div {
		margin-bottom:40px;
	}
	
	.item.hero-style-3 .social-icons img {
	    min-width: 130px;
	    width: 130px;
	}
	.item.hero-style-3 .social-icons {
	    margin-left:20px;
	}	

	
@media(max-width:991px){
	.section-contact-2 a.btn-primary{
		width:100%;
	}
	.section-contact-2 input[type='submit'],.section-contact-2 input[type='text'], .section-contact-2 input[type='email'], .section-contact-2 input[type='tel'], .section-contact-2 textarea, .section-contact-2 select {width:100%;max-width:unset;}
	.section-contact-2 .wpcf7-not-valid-tip {max-width:unset;}
	.item.hero-style-3 .social-icons img {
	    min-width: 110px;
	    width: 110px;
	}
	.item.hero-style-3 .social-icons {
	    margin-left:0px;
	}	

}
	
/* Custom HTML */

.section-custom-html video, .section-custom-html iframe {
	max-width:100%;
}

/* Related Posts */

.container-fluid.related {
	margin:60px 0px 40px 0px;
	padding:60px 0px;
	background:#BFD3D4;
	color:#FFF;
}

.container-fluid.related img {
	max-width:100%;
	height:auto;
}

.related-panel{
	background:#FFF;
	padding:10px;
}

.related-panel p{
	margin-top:15px;
	display:block;
	font-weight:600;
	min-height:60px;
}

.related-panel .image{
	text-align:center;
	min-height:220px;
}

/* Before & After */

.section-photos{
	padding:30px 0px 40p 0px;
}

.section-photos .owl-photos .item{

}

.section-photos .photo-group {
	
}

.section-photos .photo-group h3 {
	min-height:60px;
}

.section-photos .photo-group p {
}

.section-photos .photo-item {
	display:inline-box
}

.section-photos .photo-item img {

}

.section-photos .photo-item label {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    POSITION: absolute;
    bottom: 20px;
    left: 0px;
    background: #CFB87C;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 8px 4px;
    font-size: 0.9em;
    height:120px;
}

.section-photos .owl-prev {
	display:none !important;
}

.section-photos .owl-nav{
	position:absolute;
	bottom:180px;
	right:-40px;
	color:#3D3D3D;
	font-size:7em;
	font-weight:100;
}

.section-photos .owl-next, .section-photos .owl-next:hover, .section-photos .owl-next span:hover{
	background:none;
	color:#000;
}

.section-photos .owl-dots{
	display:none;
}

/* Post Pagination */

nav.navigation.pagination h2 {
	display:none;
}

nav.navigation.pagination .page-numbers{
	background:#BFD3D4;
	color:#FFF;
	padding:10px 15px;
}

.prev.page-numbers{
	margin-right:4px;
}

nav.navigation.pagination svg {
	fill: #FFF;
}

/* Responsive */

@media (max-width: 1350px){
	.navbar-default .navbar-btn{
		margin: 0 15px;
	}
}

@media (min-width: 1200px){
	.hero-fill .container {
	    max-width: 85%;
	}
	
	.owl-carousel .owl-item .hero-style-2 img, .owl-carousel .owl-item .hero-style-3 img{
		max-height: 600px;
	}
}

@media (max-width: 1280px){
	.hero-style-2 h1, .hero-style-3 h1{
		font-size:50px;
	}
	.navbar-default .navbar-btn{
		margin: 0 10px;
	}
}

@media (max-width: 1200px){
	.shortcuts{
		display:none;
	}
	.hero-style-2 h1, .hero-style-3 h1{
		font-size:46px;
	}
	.navbar {
		padding:18px 10px;
	}

}

@media(max-width:992px){
	h1 { font-size:54px;}
	h2 { font-size:23px;}
	h3 { font-size:18px; }
	p, a, li, ul, body { font-size:13.5px;}	
	
	.hero-style-2 h1, .hero-style-3 h1{
		font-size:44px;
	}
	
	#menu{
		overflow-y:scroll;
	}
	
	#menu ul{
		margin-top:0px;
	}
	
	#menu h1 {
	    padding-top: 40px;
	}
	
	#menu h3{
		padding-bottom:0px;
		margin-bottom:5px;
	}
	
	#menu .container, .section-footer .container{
	    max-width: 100%;
	    padding-left: 70px;
	}
	
	.navbar-close {
	    right: 20px;
	    top: 20px;
	    z-index:1500;
	}
	
		.item.hero-style-2.video .item-split, .item.hero-style-3.video .item-split {
			display:block;
			width:100%;
			margin-top: -100px;
		}
		
		.item.hero-style-2.video .col-12.d-flex.align-items-center.h-100, .item.hero-style-3.video .col-12.d-flex.align-items-center.h-100{
			display:block !important;
		}
		
		.item.hero-style-2.video h1, .item.hero-style-3.video h1{
			left:0%;
			top:0px;
		}
			
}

@media(max-width:830px){
	.hero-fill .hero-style-1 > .container, .hero-fill .hero-style-2 > .container, .hero-fill .hero-style-3 > .container, .section-concern-index > .container, section-promo > .container, .section-treatments-index > .container, .section-testimonial > .container, .section-brands  > .container, .section-promo > .container {
		padding-left:60px;
	}
}

@media(max-width:768px){
	h1 { font-size:46px;}
	h2 { font-size:21px;}
	h3 { font-size:17px; }
	p, a, li, ul, body { font-size:14px;}	
	
	.owl-hero.short.post h1 {
		font-size:25px;
	}
	
	#menu .container, .section-footer .container{
		max-width: 100%;
		padding-left: 50px;
	}

		.section-question .card-columns {
			column-count: 1;
		}

	.section-content .btn-secondary {
		margin-bottom:30px;
	}

	.item.hero-style-2 .col-12.d-flex.align-items-center.h-100,.item.hero-style-3 .col-12.d-flex.align-items-center.h-100{
		flex-wrap:wrap;
	}
		
	.item.hero-style-2 .item-split, .item.hero-style-3 .item-split{
		display:block;
		width:100%;
	}
	
	.item.hero-style-3 .item-split{
		text-align:center;
	}
	
	.item.hero-style-3 .social-icons img{
		float:unset;
		display:inline-flex;
		min-width:110px;
		width:110px;
		margin:15px;
	}
	
	.item.hero-style-2 .item-split:nth-of-type(2) h1 {
		margin-top:-35%;
		left:0px;
	}
	
	.item.hero-style-3 .item-split:nth-of-type(2) h1{
		margin-top:10px;
		left:0px;
	}

	.short .owl-item .hero-style-2 img, .short .owl-item .hero-style-3 img{
		width:100%;
	}
	
	.short .owl-item .hero-style-2 .social-icons, .short .owl-item .hero-style-3 .social-icons{
		display:none;
	}

	.short .item.hero-style-2 .item-split:nth-of-type(2) h1, .short .item.hero-style-3 .item-split:nth-of-type(2) h1 {
		margin-top:-60%;
	}

	.section-footer ul.horizontal li{
		display:block;
	}

	.hero-fill .hero-style-1 > .container, .hero-fill .hero-style-2 > .container, .hero-fill .hero-style-3 > .container, .section-concern-index > .container, section-promo > .container, .section-treatments-index > .container, .section-testimonial > .container, .section-brands  > .container, .section-promo > .container {
		padding-left:52px;
	}
	
		
	.fixed-logo {
		font-size:14px;
	}

	.section-promo .row.reverse{
		display: flex;
    		flex-direction: column-reverse;
	}

	.section-promo {
		min-height: inherit;
	}
	
	.section-promo .promo-block{
		position:relative;
	}

	.section-promo img{
		max-width:85%;
	}
	
	.section-promo .promo-block.right {
		left:0;
		margin-top:-30%
	}
	
	.section-promo .promo-block.left {
		right:0;
		margin-top:30%
	}
	
	.section-promo .row.reverse .promo-block.left {
		right:0;
		margin-top:-30%
	}
	
	.shortcuts {
		bottom: 130px;
	}
	
	.shortcuts ul li {
		font-size:1.0em;
	}
	
	.fixed-logo{
		top: 130px;	
	}
	
	.post-template-default .short.post, .post-template-default .short.post .hero-style-1 {
		height: 100%;
		min-height: 360px;
	}
		
	.clinics-footer ul, .copyright-footer ul{
		columns: 2; 
		-webkit-columns: 2; 
		-moz-columns: 2; 
	}	
	
	.recent-posts{
		display:none;
	}
	
	.blog-post{
		margin-left:35px;
	}
	
	.section-blog-index {
		padding:100px 30px 0px 50px;
	}
}

	.clinics-footer ul {
		columns: 2; 
		-webkit-columns: 2; 
		-moz-columns: 2; 
	}	

@media(max-width:576px){

	.owl-carousel .owl-item .hero-style-3 img{
		width:inherit;
	}
	
		.item.hero-style-3 .social-icons img{
			width:110px;
		}

		.item.hero-style-2 .social-icons{
			display:none;
		}


	h1 { font-size:40px;}
	h2 { font-size:19px;}
	h3 { font-size:17px; }
	p, a, li, ul, body { font-size:14px;}	
	
		h1, .hero-style-2 h1, .hero-style-3 h1 { 
			font-size:32px;
		}

	
	.short .item.hero-style-2 .item-split:nth-of-type(2) h1, .short .item.hero-style-3 .item-split:nth-of-type(2) h1  {
		font-size:38px;
	}
	
	nav.navigation.pagination .page-numbers{
		padding:8px;
	}
	
	.container-fluid.related {
		padding-left:35px;
	}

	.recent-posts {
		padding-left:50px;
	}
		
	.section-blog-index .card-columns{
		column-count: 1;
	}
	
	.navbar{
		padding: 20px 5px 20px 5px;
	}
	
	.navbar-default .navbar-btn {
		margin:0px 10px;
	}
	
	.navbar.navbar-default .container-fluid {
		padding:0px;
	}
	
	.navbar.navbar-default .container-fluid .strip p{
		font-size:12px;
	}
	
	#menu h1{
		font-size:28px;
		max-width:80%;
	}
	
	.owl-carousel .owl-item .hero-style-2 img
	{
		width:inherit;
	}
	
	.hamburger {
		margin: 0px 0px 0px 10px
	}
	
	.owl-nav{
		display:none;
	}
	
	.section-testimonial .owl-dots {
	    display: block;
	    margin-top:10px;
	}
	
	.section-testimonial .owl-theme .owl-dots .owl-dot span {
	    width: 13px;
	    height: 13px;
	}

	.section-testimonial .owl-theme .owl-dots .owl-dot span {
		background: #FFF;
	}
	
	.section-testimonial .owl-theme .owl-dots .owl-dot.active span, .section-testimonial .owl-theme .owl-dots .owl-dot:hover span {
	    background: #CFB87C;
	}	
	
	
		.hero-fill .owl-dots {
		    display: block;
		    margin-top:10px;
		    position:absolute;
		    bottom:50px;
		    left:30px;
		}
		
		.hero-fill .owl-theme .owl-dots .owl-dot span {
		    width: 13px;
		    height: 13px;
		}
	
		.hero-fill .owl-theme .owl-dots .owl-dot span {
			background: #FFF;
		}
		
		.hero-fill .owl-theme .owl-dots .owl-dot.active span, .hero-fill .owl-theme .owl-dots .owl-dot:hover span {
		    background: #CFB87C;
		}
	
	
	
		.section-photos .owl-dots {
		    display: block;
		    margin-top:25px;
		}
		
		.section-photos .owl-theme .owl-dots .owl-dot span {
		    width: 13px;
		    height: 13px;
		}
	
		.section-photos .owl-theme .owl-dots .owl-dot span {
			background: #EAEAEA;
		}
		
		.section-photos .owl-theme .owl-dots .owl-dot.active span, .section-photos .owl-theme .owl-dots .owl-dot:hover span {
		    background: #CFB87C;
		}	
	
	
		.section-concern-index .owl-dots {
		    display: block;
		    margin-top:30px;
		}
		
		.section-concern-index .owl-theme .owl-dots .owl-dot span {
		    width: 13px;
		    height: 13px;
		}
	
		.section-concern-index .owl-theme .owl-dots .owl-dot span {
			background: #EAEAEA;
		}
		
		.section-concern-index .owl-theme .owl-dots .owl-dot.active span, .section-concern-index .owl-theme .owl-dots .owl-dot:hover span {
		    background: #CFB87C;
		}	
	
	
		.section-brands .owl-dots {
		    display: block;
		    margin-top:30px;
		}
		
		.section-brands .owl-theme .owl-dots .owl-dot span {
		    width: 13px;
		    height: 13px;
		}
	
		.section-brands .owl-theme .owl-dots .owl-dot span {
			background: #EAEAEA;
		}
		
		.section-brands .owl-theme .owl-dots .owl-dot.active span, .section-brands .owl-theme .owl-dots .owl-dot:hover span {
		    background: #CFB87C;
		}	
		
	
	
	
	.section-treatments-index{
		padding-top:40px;
	}
	
	.section-concern-index .item img{
		display:inline-block;
		width:80%;
	}
		
	.section-treatments-index .item-split, .section-treatments-index .item-split-reverse {
		width:100%;
	}
	
	.section-treatments-index .item-split:nth-of-type(1) {
		width:100%;
	}
	
	.section-treatments-index .item-split-reverse:nth-of-type(2) {
		width:100%;
	}
		
	.section-treatments-index .item-split:nth-of-type(2) {
		position:relative;
		top:0%;
		right:0;
		width:100%;
		padding:16px 10px;
		min-height:auto;
		box-shadow:none;
	}
	
	.section-treatments-index .item-split-reverse:nth-of-type(1) {
		position:relative;
		top:0%;
		left:0;
		width:100%;
		padding:16px 10px;
		min-height:auto;
		box-shadow:none;
	}
	
	.section-treatments-index .item-split img, .section-treatments-index .item-split-reverse img{
		width:100%;
	}
	
	.section-treatments-index .container .col-12.col-md-6.text-right.mb-4{
	    	display: flex;
    		flex-direction: column-reverse;
	}
	
	
	

		.section-testimonial img {
			width: 85%;
			max-width:360px;
		}
	
		.section-testimonial .testimonial-block {
			position: relative;
			padding: 40px;
			background: #FFF;
			width: 100%;
			z-index:500;
			max-width:600px;
		}
		
		.section-testimonial .testimonial-block.right{
			top:0;
			left:0;
		}
		
		.section-testimonial .testimonial-block.left{
			top:0;
			right:0;
		}
		
		.section-testimonial .owl-nav{
			display:none;
		}
			
		.section-brands{
			min-height:auto;
		}
	
	
	.payment.logos > .row > .col-lg, .payment.logos > .row > .col-3{
		height:75px;
	}
	
	
	.divide-25{
		display:none;
	}
	
	.section-key-points .item-split:nth-of-type(1){
		display:block;
		width:100%;
		padding:10px;
	}
	
	.section-key-points .item-split:nth-of-type(2){
		display:block;
		width:100%;
		padding:10px;
	}
	
	.section-key-points .point-item{
		text-align:center;
		flex-wrap:wrap;
		padding: 15px 25px;
	}
	
	.footer-bottom h3 {
		font-size:15px;
	}
	
	.footer-bottom a {
		font-size:13px;
	}
	
}

@media(max-width:420px){
	.navbar.navbar-default .container-fluid .strip p, .navbar.navbar-default .container-fluid .strip a {
		font-size:10px;
	}
	.navbar-default .navbar-btn{
		margin:0px 5px;
	}
	.short .item.hero-style-2 .item-split:nth-of-type(2) h1, .short .item.hero-style-3 .item-split:nth-of-type(2) h1 {
		font-size:32px;
	}
	h1, .hero-style-2 h1, .hero-style-3 h1 { 
		font-size:28px;
	}
}

@media(max-width:420px){
	.navbar.navbar-default .container-fluid .strip p {
		// display:none;
	}
}

@media (max-width:393px){
	.item.hero-style-3 .social-icons img{
		float:unset;
		display:inline-flex;
		min-width:85px;
		width:85px;
		margin:5px;
	}
}

body.noscroll{
    position:fixed;
    overflow:hidden;
}

.mw-80 img{
	max-width:80%;
}

div.wpcf7 .ajax-loader {
    width:30px;
    height:30px;
    position: absolute;
    background-size: contain;
    left: 45px;
    margin-top: 14px;
}

.section-contact form{
    position: relative;
    display: inline-block;
    max-width: 500px;
    width: 100%;
}

.section-contact input[type='submit']{
	padding:18px 12px;
}

.ajax-loader{
	animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.card-columns{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0) !important;
}

.container-fluid .owl-carousel .owl-item
{
	background: #BFD3D4;
}

.protect form{
	display:inline-block;
}

.protect p{
    font-weight: 500;
    color: #FFF;
}

.protect input[type='password']{
	border:0px;
	padding:6px 0px;
}

.protect input[type='submit']{
    background: #CFB87C;
    color: #FFF;
    border: 0px;
    padding: 6px 18px;
    text-transform: uppercase;
    font-size: 15px;
}

.hero-fill .btn-secondary{
	margin-bottom:2px;
}