/*
Theme Name: Clean Mama
Author: The Curio Collective
Author URI: http://thecurio.co
Version: 3.0
*/

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}h1,h2,h3,h4,h5,h6{clear:both;}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;}del{color:#333;}ins{background:#fff9c0;text-decoration:none;}hr{background-color:#cdc7c2;border:0;height:1px;margin:40px 0px;width:40px;opacity:1;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}small{font-size:smaller;}img{border:0;-ms-interpolation-mode:bicubic;}:focus{outline:0px;}

/* Custom Font Imports */

@font-face {
    font-family: 'regina_blacksolid';
    src: url('fonts/reginablack-solid-webfont.woff2') format('woff2'),
         url('fonts/reginablack-solid-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'grottelw01-regularregular';
	src: url('fonts/grottel_w01_regular-webfont.woff2') format('woff2'),
	     url('fonts/grottel_w01_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: 'grottelw01-bold';
	src: url('fonts/grottel_w01_bold-webfont.woff2') format('woff2'),
	     url('fonts/grottel_w01_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: 'blackbikeclean';
	src: url('fonts/blackbike-clean-webfont.woff2') format('woff2'),
	     url('fonts/blackbike-clean-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* General Styles */

	body{
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-family: 'grottelw01-regularregular', sans-serif;
	font-size:18px;
	letter-spacing:0.5px;
	line-height:1.35;
	font-weight: 400;
	color:#48484a;
	}

	a{
	text-decoration:none;
	color:#48484a;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}

	a:hover{
	color:#66adab;
	}

	/* Add subscribe button styling below as needed */

	.button, .text-link, .post-nav, .button-sm, .button-lg, .pushbutton-wide, input[type="submit"]{
	transition:all 0.4s ease;
	font-family: 'grottelw01-bold', sans-serif;
	-webkit-transition:all 0.4s ease;
	text-transform: uppercase;
	letter-spacing:3px;
	cursor: pointer;
	font-size:18px;
	line-height: 1;
	text-decoration: none !important;
	-webkit-appearance:none;
	font-weight: 100;
	border-bottom: 0px !important;
	}

	.button, .post-nav a, .button-sm, .pushbutton-wide, input[type="submit"]{
	display:inline-block;
	padding:18px 50px;
	width:auto;
	text-align:center;
	font-weight: 800;
	color:#ffffff;
	background:#66adab;
	border: 0px;
	}

	.button-sm, .pushbutton-wide, input[type="submit"]{
	font-size: 14px;
	padding: 15px 30px;
	}

	.button:hover, .post-nav a:hover, .button-sm:hover, .pushbutton-wide:hover, input[type="submit"]:hover{
	background:#48484a;
	color: #ffffff;
	}

	.text-link{
	color:#66adab;
	display: inline-block;
	position: relative;
	background-image: url(./images/cm-underline.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	}

	.text-link:hover{
	color:#b7dce0;
	}

	.subscribe .button{
	height: 56px;
	}

	.mega-button{
	background: #66adab;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	padding: 25px 100px 25px 40px;
	position: relative;
	}

	.mega-button:hover{
	background: #48484a;
	color: #ffffff;
	}

	.mega-button h5{
	margin-bottom: 0px;
	margin-top: 5px;
	}

	.mega-button img{
	position: absolute;
	width: 40px;
	right: 30px;
	top: 44px;
	}

	.button.login{
	background: #ffffff;
	color: #48484a;
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 14px;
	padding: 15px 25px;
	}

	.button.login:hover{
	background: #48484a;
	color: #fff;
	}

	.small{
	font-size: 18px;
	}

/* Typography */

	h1 a, h2 a, h3 a, h4 a, h5 a, em a, strong a{
	font-size: inherit;
	color:inherit;
	text-transform: inherit;
	}

	.site-content p a{
	font-size: inherit;
	text-decoration: underline;
	text-decoration-thickness: from-font;
	}

	h1, h2, h3, h4{
	font-family: 'regina_blacksolid';
	margin-bottom: 30px;
	line-height: 1.25;
	font-weight: 100;
	}

	h5, h6, label{
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight:300;
	}

	h1{
	font-size:50px;
	}

	h2{
	font-size:40px;
	}

	h3{
	font-size: 30px;
	}

	h4{
	font-size: 26px;
	}

	h5{
	font-size: 20px;
	font-family: 'grottelw01-bold';
	}

	h6, label{
	font-size: 18px;
	color: #909092;	
	}

	p{
	margin-bottom: 30px;
	}

	p:last-child{
	margin-bottom:0px;
	}

	p a{
	color: #66adab;
	text-decoration: none !important;
	border-bottom: solid 1px;
	}

	p a:hover{
	color: #48484a;
	}

	em{
	font-style: italic;
	}

	h2 em, h3 em, h4 em{
	font-style: normal;
	background-image: url(./images/cm-underline.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

	strong{
	font-weight: 600;
	}

	.social i{
	margin: 0px 5px;
	}

	.site-content ul, .site-content ol{
	text-align: left;
	margin-bottom: 40px;
	margin-left: 25px;
	}

	.site-content ul li{
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	}

	.site-content ul li:before{
	content: '';
	background: url(./images/cm-bullet.svg) no-repeat center;
	display: inline-block;
	height: 14px;
	width: 15px;
	position: absolute;
	left: -25px;
	top: 5px;
	}

	.site-content ol li{
	list-style:decimal;
	margin-bottom: 20px;
	}

/* Layouts */

	.flex{
	display:flex;
	justify-content:space-between;
	}

	.cont{
	max-width:910px; 
	margin:0 auto;
	position: relative;
	}

	.cont-sm{
	max-width:720px; 
	margin:0 auto;
	position: relative;
	}

	.padding{
	padding:100px;
	}

	.padding-sm{
	padding:50px;
	}

	.padding-top{
	padding-top:100px;
	}

	.padding-bottom{
	padding-bottom:100px;
	}

	.no-padding-top{
	padding-top: 0px !important;
	}

	.no-padding-bottom{
	padding-bottom: 0px !important;
	}

	.grid{
	padding: 75px;
	position: relative;
	}

	.center{
	text-align: center;
	}

	.half{
	width: 50%;
	}

	div{
	background-position: center;
	background-size: cover;
	}


/* Form Fields + Edits */

	input, textarea, select{
	box-sizing: border-box;
	padding:15px; 
	border-radius: 0px;
	border:none;
	margin-bottom:15px;
	-webkit-appearance:none;
	appearance: none;
	border-radius:0px;
	outline: 0px;
	background:#f7f8f9;
	border: solid 1px #f7f8f9;
	font: inherit;
	font-size: 16px;
	color: #48484a;
	width: 100% !important;
	}

	select{
	background: url(./images/down-arrow.svg) no-repeat center right #f6f3f1;
	background-size: 34px;
	}

	input:focus, textarea:focus, select:focus{
	border:solid 1px #66adab;
	outline: 0px;
	box-sizing: border-box;
	}

	button{
	-webkit-appearance:none;
	outline: 0;
	border: solid 1px #616666;
	width: auto !important;
	}

	.searchform .button-sm{
	border: solid 1px #66adab;
	background: #66adab;
	height: 53px;
	max-width: 170px;
	}

	.searchform .button-sm:hover{
	border: solid 1px #48484a;
	}

	form{
	text-align: left;
	}

	label{
	font-size: 14px !important;
	color: #3f4143;
	margin-top: 20px;
	}


/* Hello Bar */

	#hello-bar{
	background-color:#b7dfe2;
	text-align: center;
	padding:15px 40px;
	font-size: 15px;
	line-height: 1;
	position: relative;
	transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
	}

	#hello-bar a{
	display: block;
	}

	a #hello-bar:hover{
	background: #66adab;
	color: #ffffff;
	}
	
/* Header + Navigation */
	
	#header{
	padding:40px 100px;
	line-height: 0;
	position: relative;
	}

	#header .flex{
	align-items:center;
	}

	#header .logo{
	max-width: 200px;
	width: 200px;
	max-height: 50px;
	height: auto;
	}

	.desktop-nav li{
	display: inline-block;
	}

	.desktop-nav li a{
	font-family: 'grottelw01-bold', sans-serif;
	padding: 50px 20px;
	}

	.desktop-nav li a:hover{
	color: #66adab;
	}

	.desktop-nav li.current-menu-item a, .head-icons a{
	color: #909092;
	}

	.head-icons a{
	margin-left: 20px;
	}

	.head-icons a:hover{
	color: #48484a;
	}

	.hks-btn a{
	color: #66adab;
	background-image: url(./images/cm-underline.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 15px 0px !important;
	margin-left: 20px;
	}

	.hks-btn a:hover{
	color: #b7dce0 !important;
	}

	.sub-nav ul{
	list-style: none;
	margin-left: 0px !important;
	margin-bottom:0px !important;
	padding: 13px 20px 15px 20px;
	text-align: center;
	}

	.sub-nav li{
	display: inline-block;
	padding: 0px 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 100;
	margin-bottom:0px !important;
	}

	.sub-nav li a{
	font-size: 13px;
	}

	.sub-nav li a:hover{
	color:#66adac;
	}

	.sub-nav .current-menu-item a{
	color:#66adac;
	border-bottom: 0px;
	}

	.sub-nav-open{
	display: none;
	}

	.sub-navs li:before{
	display: none !important;
	}

	.shop-drop, .courses-drop{
	display: none;
	width: 100%;
	padding: 30px 0px 50px 0px;
	background: #ffffff;
	position: absolute;
	z-index: 9999;
	}

	.shop-drop .flex, .courses-drop .flex{
	justify-content: center;
	}

	.drop-navs{
	padding-right: 80px;
	margin-left: 20px;
	}

	.drop-navs li{
	margin-bottom: 15px;
	}

	.drop-item a:hover, .drop-item a:hover h6{
	color: #66adab;
	}

	.drop-img{
	padding-bottom: 70%;
	}

	.drop-item{
	width: 23%;
	margin: 0px 20px;
	}

	.drop-item h6{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	}



/* Footer */

	.sub-info h2:after{
	content: url('./images/cm-arrow-b.svg');
	position: absolute;
	display: block;
	width: 100px;
	right: -140px;
	top: 150px;
	}

	.sub-info{
	max-width: 580px;
	position: relative;
	padding: 100px 0px;
	}

	.sub-img{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 30px;
	}
	
	.copyright{
	max-width: 600px;
	color: #909092;
	}

	.copyright a{
	color: #909092;
	border-bottom: 0px;
	}

	.copyright a:hover{
	color: #48484a;
	}

	.credit img{
	margin: 0px 10px;
	position: relative;
	top: 6px;
	}

	.footer-nav li{
	font-family: 'grottelw01-bold';
	margin-bottom: 15px;
	}

	.foot-links .social{
	margin-top: 40px;
	font-size: 20px;
	}

	.foot-links .social a, #footer-alt .social a{
	margin: 0px 10px 0px 0px;
	color: #66adab;
	}

	.foot-links .social a:hover, #footer-alt .social a:hover{
	color: #48484a;
	}

	.flex.bottom-foot{
	align-items: center;
	}

	.cozi{
	margin-bottom: 40px;
	}

	.hks-cta{
	padding: 50px;
	max-width: 300px;
	}

	.subscribe img{
	max-width: 80%;
	right: 0px;
	position: relative;
	float: right;
	}

	#footer .subscribe{
	padding-bottom: 0px;
	padding-top: 0px;
	}

	#footer-alt{
	display: none;
	}

	#footer-alt p{
	max-width: 600px;
	margin: 30px auto;
	color: #909092;
	}

/* Color Backgrounds */

	.teal-bg{
	background: #66adab;
	color: #ffffff;
	}

	.teal-bg p{
	color: #ffffff;
	}

	.teal-bg h1, .teal-bg h2, .teal-bg h3, .teal-bg h4{
	color: #ffffff;
	}

	.teal-bg h5, .teal-bg h6{
	color: #b7dfe2;
	}

	.teal-bg .button, .teal-bg .button-sm, .teal-bg .button-lg{
	background: #48484a;
	color: #ffffff;
	}

	.teal-bg .button:hover, .teal-bg .button-sm:hover, .teal-bg .button-lg:hover{
	background: #b7dfe2;
	color: #48484a;
	}

	.teal-bg .text-link{
	color: #48484a;
	}

	.teal-bg .text-link:hover{
	color: #b7dfe2;
	}

	.teal-text{
	color:#66adab;
	}

	/* Aqua Background */

	.aqua-bg{
	background: #b7dfe2;
	}

	.aqua-bg h6{
	color: #48484a;
	margin-bottom: 0px;
	}

	.aqua-bg h2 em, .aqua-bg h3 em, .aqua-bg h4 em{
	font-style: normal;
	background-image: url(./images/cm-underline-white.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

	/* Light Background */

	.light-bg{
	background: #f7f8f9;
	}

	.light-bg input{
	background: #ffffff;
	}


/* Section Specific */
	
	.head-block{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	position: relative;
	}

	.head-block h6{
	color: #66adab;
	}

	.head-block h5, .head-fade h5{
	color: #909092;
	}

	.light-bg .tb-photo{
	margin-bottom: 0px;
	}

	.tb-photo, .tb-icon{
	margin-bottom: 40px;
	}

	.tb-photo{
	padding-bottom: 60%;
	}

	.fourth-blocks .tb-photo{
	padding-bottom: 100% !important;
	}

	.half-blocks, .third-blocks, .fourth-blocks{
	flex-wrap: wrap;
	}

	.half-inner{
	flex: 1 1 40%;
	display: flex;
	flex-direction: column;
	}

	.third-inner{
	flex: 1 1 25%;
	display: flex;
	flex-direction: column;
	}

	.fourth-inner{
	flex: 1 1 20%;
	display: flex;
	flex-direction: column;
	}

	.grid .half-inner, .grid .third-inner, .grid .fourth-inner{
	margin: 25px;
	}

	.grid h6{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}

	.fourth-blocks h6{
	color: #48484a;
	}

	.head-block .photo-area{
	width: 40%;
	}

	.head-block .content-area{
	width: 60%;
	}

	/* Blog Post + Page Edits */

	.fp-image{
	padding-bottom: 55%;
	margin-bottom: 60px;
	}

	.blog-posts .post-area{
	margin: 60px 0px 80px 0px;
	}

	.featured-post{
	margin-right:100px;
	width: 58%;
	text-align: left;
	}

	.light-bg .featured-post{
	background: #ffffff;
	}

	.light-bg .fp-image{
	margin-bottom: 0px;
	}

	.light-bg .fp-cont{
	padding: 50px;
	}

	.featured-feed .fp-cont{
	width: 65%;
	}

	.light-bg .featured-feed .fp-cont h4{
	margin-bottom: 20px;
	}

	.light-bg .fp-title-only{
	background: #ffffff;
	}

	.fp-title-image{
	width: 25%;
	}

	.featured-feed{
	width: 50%;
	text-align: left;
	justify-content: space-around;
	display: flex;
	flex-direction: column;
	}

	.featured-post h3, .featured-feed h3{
	margin-bottom: 20px;
	}

	.fp-title-only{
	margin-bottom: 50px;
	}

	.fp-title-only.flex{
	justify-content: start;
	}

	.fp-title-only:last-child{
	margin-bottom: 0px;
	}

	.cm-single-post img{
	max-width: 100%;
	height: auto;
	}

	.social-proof h4{
	width: 100%;
	min-width: 300px;
	margin-right: 60px;
	display: flex;
	align-items: center;
	position: relative;
	}

	.social-proof h4:after{
	content: url('./images/cm-arrow-a.svg');
	position: absolute;
	display: block;
	width: 100px;
	right: -20px;
	bottom: -10px;
	}

	.sp-logo{
	background: #fff;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
	padding: 3.25% 20px;
	width: 100%;
	text-align: center;
	display: flex;
	}

	.sp-logo img{
	max-width: 100%;
	height: auto;
	max-height: 43px;
	}

	.tagline{
	position: absolute;
	width: 200px;
	z-index: 9999;
	right: 30px;
	top: -30px;
	}

	.tagline-head{
	position: absolute;
	width: 200px;
	z-index: 999;
	right: 50px;
	bottom: -50px;
	}

	.fourth-inner.light-bg h5, .fourth-inner.light-bg h6{
	margin: 30px;
	font-size: 16px;
	}

	.small-grid .grid{
	padding-top: 0px;
	padding-bottom: 25px;
	}

	.search p{
	max-width: 500px;
	margin: 0px auto 50px auto;
	}

	.inline-icon{
	height: 60px;
	width: auto;
	margin-bottom: 30px;
	}

	.right .content-area.padding{
	padding-left: 0px !important;
	}

	.left .content-area.padding{
	padding-right: 0px !important;
	}

	.post-nav{
	margin-top: 40px;
	}

	.cat-title{
	text-align: center;
	padding:60px 20px 40px 20px;
	margin-bottom: 0px;
	}

	.cats{
	font-size: 14px;
	}

	.commentlist li{
	list-style: none !important;
	}

	.commentlist{
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	}

	.comment-respond input, .comment-respond textarea{
	background: #ffffff;
	margin-bottom: 10px;
	}

	.comment-posts{
	padding-left: 100px;
	}

	.comment-post h6{
	margin-bottom: 10px;
	font-size: 16px;
	}

	.comment-post h6 a{
	color: #66adab;
	}

	.comment-respond label{
	margin-bottom: 5px;
	display: inline-block;
	margin-top: 0px;
	}

	.comment-respond p{
	margin-bottom: 0px;
	}

	.cats span{
	display: inline-block;
	margin: 0px 10px;
	opacity: .5;
	}

	.comment-form-cookies-consent, .comment-form-url, .pingback{
	display: none;
	}

	.comment-notes{
	margin-bottom: 20px !important;
	font-size: 17px;
	}

	.comment-respond input#submit{
	width: 220px !important;
	margin: 10px 0px 0px 0px;
	}

	.comment-post p{
	font-size: 17px !important;
	}

	.commentlist .children li{
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	}

	.bypostauthor span{
	display: none;
	}

	.comment-post{
	margin-bottom: 10px;
	}

	ol.children{
	margin-left: 0px !important;
	}

	.cm-single-post .main-content h1 strong, 
	.cm-single-post .main-content h2 strong,
	.cm-single-post .main-content h3 strong,
	.cm-single-post .main-content h4 strong{
	font-weight: 100;
	}

	#comments .half{
	margin: 0px auto;
	}

	.link-blocks a:hover h6{
	color: #66adab;
	}

/* Home Page Specific */

	.courses-intro:after{
	content: '';
	display: block;
	background: #b7dfe2;
	height: 350px;
	width: 100%;
	position: absolute;
	right: 0px;
	}

	.courses-intro{
	position: relative;
	}

	.home-cta-hks{
	padding-bottom:0px !important;
	padding-top: 0px !important;
	}

	.home-cta-shop{
	padding-top: 50px;
	}

	.slider{
	padding-top: 0px !important;
	}

	.slide p{
	font-size: 24px;
	max-width: 480px;
	}

	.head-fade p{
	font-size: 24px;
	}

	.slide p a, .head-fade p a{
	font-size: 18px;
	}

	.slide .content-area, .head-fade .content-area{
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
	}

	.head-fade .content-area{
	width: 100%;
	}

	.slide.photo-content.flex, .head-fade.flex{
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #f7f8f9;
	position: relative;
	}

	.slide h1{
	max-width: 560px;
	}

	.slide .overlay{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(247,248,249);
	background: linear-gradient(90deg, rgba(247,248,249,1) 0%, rgba(247,248,249,1) 40%, rgba(247,248,249,0) 60%);
	}

	.head-fade .overlay{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(247,248,249);
	background: linear-gradient(90deg, rgba(247,248,249,1) 0%, rgba(247,248,249,1) 50%, rgba(247,248,249,0) 70%);
	}

	.owl-nav, .owl-dots{
	background: #ffffff;
	position: absolute;
	right: 100px;
	bottom: 100px;
	}

	.owl-dots button, .owl-nav button{
	border: 0px;
	background: #ffffff;
	}

	.owl-prev{
	position: relative;
	margin-right: 60px;
	}

	.owl-dots{
	margin-right: 38px;
	padding: 11px 0px 13px 0px;
	}

	/* Slideshow Set-up */

	.owl-theme .owl-nav {
	  text-align: center; }
	  .owl-theme .owl-nav [class*='owl-'] {
	    color: #B5B5B6;
	    font-size: 16px;
	    padding: 15px;
	    display: inline-block;
	    cursor: pointer; }
	    .owl-theme .owl-nav [class*='owl-']:hover {
	      color: #48484a;
	      text-decoration: none; }
	  .owl-theme .owl-nav .disabled {
	    opacity: 0.5;
	    cursor: default; }

	.owl-theme .owl-dots {
	  text-align: center;
	  -webkit-tap-highlight-color: transparent; }
	  .owl-theme .owl-dots .owl-dot {
	    display: inline-block;
	    zoom: 1;
	    *display: inline; }
	    .owl-theme .owl-dots .owl-dot span {
	      width: 10px;
	      height: 10px;
	      background: #D6D6D6;
	      display: block;
	      -webkit-backface-visibility: visible;
	      transition: opacity 200ms ease;
	      border-radius: 30px; }
	    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	      background: #B5B5B6; }

	.owl-carousel{
	  display: none;
	  width: auto;
	  -webkit-tap-highlight-color: transparent;
	  /* position relative and z-index fix webkit rendering fonts issue */
	  position: relative;
	  z-index: 1; }
	  .owl-carousel .owl-stage{
	    position: relative;
	    -ms-touch-action: pan-Y;
	    touch-action: manipulation;
	    -moz-backface-visibility: hidden;
	    /* fix firefox animation glitch */ }
	  .owl-carousel .owl-stage:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0; }
	  .owl-carousel .owl-stage-outer {
	    position: relative;
	    overflow: hidden;
	    /* fix for flashing background */
	    -webkit-transform: translate3d(0px, 0px, 0px); }
	  .owl-carousel .owl-wrapper,
	  .owl-carousel .owl-item {
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	    -webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0); }
	  .owl-carousel .owl-item {
	    position: relative;
	    min-height: 1px;
	    float: left;
	    -webkit-backface-visibility: hidden;
	    -webkit-tap-highlight-color: transparent;
	    -webkit-touch-callout: none; }
	  .owl-carousel .owl-nav.disabled,
	  .owl-carousel .owl-dots.disabled {
	    display: none; }
	  .owl-carousel .owl-nav .owl-prev,
	  .owl-carousel .owl-nav .owl-next,
	  .owl-carousel .owl-dot {
	    cursor: pointer;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none; }
	  .owl-carousel.owl-loaded {
	    display: block;
	    width:auto; }
	  .owl-carousel.owl-loading {
	    opacity: 0;
	    display: block; }
	  .owl-carousel.owl-hidden {
	    opacity: 0; }
	  .owl-carousel.owl-refresh .owl-item {
	    visibility: hidden; }
	  .owl-carousel.owl-drag .owl-item {
	    -ms-touch-action: pan-y;
	        touch-action: pan-y;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none; }
	  .owl-carousel.owl-grab {
	    cursor: move;
	    cursor: grab; }
	  .owl-carousel.owl-rtl {
	    direction: rtl; }
	  .owl-carousel.owl-rtl .owl-item {
	    float: right; }

	/* No Js */
	.no-js .owl-carousel {
	  display: block; }

	/*
	 *  Owl Carousel - Animate Plugin
	 */
	.owl-carousel .animated {
	  animation-duration: 1000ms;
	  animation-fill-mode: both; }

	.owl-carousel .owl-animated-in {
	  z-index: 0; }

	.owl-carousel .owl-animated-out {
	  z-index: 1; }

	.owl-carousel .fadeOut {
	  animation-name: fadeOut; }

	@keyframes fadeOut {
	  0% {
	    opacity: 1; }
	  100% {
	    opacity: 0; } }

	/*
	 * 	Owl Carousel - Auto Height Plugin
	 */
	.owl-height {
	  transition: height 500ms ease-in-out; }

	/*
	 * 	Owl Carousel - Lazy Load Plugin
	 */
	.owl-carousel .owl-item {
	  /**
				This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
				calculation of the height of the owl-item that breaks page layouts
			 */ }
	  .owl-carousel .owl-item .owl-lazy {
	    opacity: 0;
	    transition: opacity 400ms ease; }
	  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	    max-height: 0; }
	  .owl-carousel .owl-item img.owl-lazy {
	    transform-style: preserve-3d; }

	   .owl-stage-outer{
	   background: #f7f8f9;
	   }

/* Sales Pages */

	.sales .head-block{
	padding-bottom: 100px;
	padding-top: 100px;
	}

	.sales #header, .sales #footer,  .sales #hello-bar{
	display: none;
	}

	.sales #footer-alt{
	display: block;
	}

	/* Accordion Addition */

	.faq{
	text-align: left;
	border-bottom:solid 1px #e7e8e7;
	margin-top: 60px;
	}
	
	.accordion div{
	margin-bottom: 30px;
	padding-top: 10px;
	}

	.faq h6{
	position: relative;
	border-top:solid 1px #e7e8e7;
	padding:15px 30px 15px 0px;
	margin:0px;
	}

	.faq h6:hover{
	cursor: pointer;
	}

	.faq h6:after{
	content:'+';
	display: inline-block;
	position: absolute;
	right: 0px;
	top:16px;
	}

/* Password Pages */

	.post-password-form p:first-child{
	display: none !important;
	}

	.pw-explain{
	margin-top: 50px;
	}

	.pw-explain img{
	margin-bottom: 20px;
	width: 80px;
	height: auto;
	}

	.pass-protect label{
	color: #fff;
	}

	.pass-protect h6{
	margin-bottom: 0px;
	}

	.pw-explain h6{
	margin-bottom: 20px;
	}

	.pass-protect form{
	max-width: 700px;
	margin: 0px auto;
	}

	input[type="submit"], .pw-explain .button-sm{
	display: block;
	margin: 0px auto;
	width: 150px;
	background: #66adab;
	}

	.page-template-free-guides-page .pass-protect{
	display: none;
	}

	.password-protected .pass-protect{
	display: block !important;
	}


/* Free Guides */
	
	.link-intro{
	padding-bottom: 30px;
	}

	.link-blocks .fourth-blocks{
	justify-content: center;
	}

	.link-blocks .fourth-blocks .fourth-inner{
	flex: 0 1 21%;
	display: block;
	}

	.link-blocks .fourth-blocks h6{
	margin-bottom: 15px;
	}

	.link-blocks .tb-photo{
	margin-bottom: 30px;
	}

/* Routine Popup */

	.popups{
	display: none;
	position: fixed;
	background:rgba(184, 221, 224, 0.6);
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	}

	.popups .text-area{
	padding:50px;
	width: 100%;
	}

	.klaviyo-form{
	width: 100%;
	max-width: 100% !important;
	position: relative;
	}

	.popups p{
	margin-bottom: 0px;
	}

	.popup-inner-guide{
	background:#fff;
	max-width: 940px;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	max-height: 100vh;
	box-sizing:border-box;
	}

	.popup-inner img{
	max-width: 100%;
	height: auto;
	}

	.close-popup{
	position: absolute;
	right: 30px;
	top:30px;
	opacity: .5;
	height: 20px;
	cursor: pointer;
	}

	.close-popup:hover{
	opacity: 1;
	}

	.fg-img{
	width: 100%;
	padding-bottom:50%;
	}



/* Extra */

	.head-fade form{
	max-width: 550px;
	}

	.head-fade form input{
	background: #ffffff;
	}

	.head-fade p, .head-fade h1{
	max-width:550px;
	}


/* Hidden until mobile */

	.mobile-menu-open, #mobile-nav, .m-show, .mobile-nav-cont, .swap-close{
	display: none;
	}

/* Responsive Styles */

@media (max-width:1700px){

	.padding{
	padding:80px;
	}

	.padding-top{
	padding-top:80px;
	}

	.padding-bottom{
	padding-bottom:80px;
	}

	.grid{
	padding: 55px;
	}

	#header{
	padding: 40px 80px;
	}

	.slide .content-area, .head-fade .content-area{
	padding-top: 150px;
	padding-bottom: 150px;
	}

	.slide .overlay{
	background: linear-gradient(90deg, rgba(247,248,249,1) 0%, rgba(247,248,249,1) 44%, rgba(247,248,249,0) 60%);
	}

	.tagline{
	top: -80px;
	}

	h1{
	font-size:45px;
	}

	h2{
	font-size:35px;
	}

	h3{
	font-size: 28px;
	}

	h4{
	font-size: 24px;
	}

	h5{
	font-size: 18px;
	}

	.slide h1{
	max-width: 510px;
	}

	.button, .text-link, .post-nav, .button-lg{
	font-size: 16px !important;
	}

	.fp-cont h4{
	margin-bottom: 15px;
	}

	.light-bg .fp-cont{
	padding: 40px;
	}

	ul#menu-header-menu{
	margin-left: 5px;
	}

}

@media (max-width:1500px){

	.padding{
	padding:60px;
	}

	.comment-posts{
	padding-left: 60px;
	}

	.padding-top{
	padding-top:60px;
	}

	.padding-bottom{
	padding-bottom:60px;
	}

	.owl-nav, .owl-dots{
	right: 60px;
	bottom: 60px;
	}

	.grid{
	padding: 45px;
	}

	#header{
	padding: 40px 60px;
	}

	#header .logo{
	max-width: 180px;
	}

	.desktop-nav li{
	font-size: 17px;
	}

	.desktop-nav li a{
	padding: 50px 15px;
	}

	.hks-btn a{
	margin-left: 15px;
	}

	.sp-logo{
	margin-left: 10px;
	}

	.social-proof h4{
	margin-right: 40px;
	}

	h6, label{
	font-size: 16px;
	}

	.courses-intro:after{
	height: 250px;
	}

	.blog-posts .post-area{
	margin: 40px 0px 60px 0px;
	}

	.featured-post{
	margin-right: 60px;
	}

	.hks-cta{
	max-width: 280px;
	padding: 40px;
	}

	.copyright{
	max-width: 530px;
	font-size: 16px;
	}

	.foot-links{
	margin: 0px 40px;
	width: 40%;
	}

	h1{
	font-size:40px;
	}

	.slide h1{
	max-width: 450px;
	}

	.padding-sm{
	padding: 40px;
	}

	.grid .half-inner, .grid .third-inner, .grid .fourth-inner{
	margin: 15px;
	}

	.tagline-head{
	width: 150px;
	right: 30px;
	bottom: -40px;
	}

	.slide h1{
	max-width: 480px;
	}

	.cat-title{
	padding: 40px 20px 30px 20px;
	}

}

@media (max-width:1300px){

	.padding{
	padding:40px;
	}

	.padding-top{
	padding-top:40px;
	}

	.padding-bottom{
	padding-bottom:40px;
	}

	.owl-nav, .owl-dots{
	right: 40px;
	bottom: 40px;
	}

	.grid{
	padding: 25px;
	}

	#header{
	padding: 40px;
	}

	#header .logo{
	max-width: 150px;
	}

	.slide .content-area{
	padding: 120px 60px;
	}

	.desktop-nav li{
	font-size: 15px;
	}

	.desktop-nav li a{
	padding: 48px 10px;
	}

	.hks-btn a{
	margin-left: 10px;
	}

	.drop-item{
	width: 28%;
	}

	.head-icons a{
	margin-left: 12px;
	font-size: 16px;
	}

	.drop-item h6{
	font-size: 14px;
	}

	h1, h2, h3, h4, h5, h6, p{
	margin-bottom: 20px;
	}

	h2{
	font-size: 30px;
	}

	h3{
	font-size: 25px;
	}

	h4{
	font-size: 20px;
	}

	.social-proof h4:after{
	width: 70px;
	}

	.social-proof h4{
	min-width: 220px;
	}

	.button, .post-nav a, .button-sm{
	padding: 16px 30px;
	}

	.banner{
	padding: 60px 40px;
	}

	.tagline, .tagline-head{
	display: none;
	}

	.light-bg .fp-cont{
	padding: 30px;
	}

	.featured-post{
	margin-right: 40px;
	}

	.blog-posts .post-area{
	margin: 40px 0px;
	}

	.blog-posts{
	padding: 60px 40px;
	}

	.footer-nav li{
	font-size: 15px;
	}

	.copyright{
	font-size: 15px;
	}

	.foot-links{
	margin: 0px 30px;
	}

	.hks-cta{
	padding: 30px;
	}

	.hks-cta p{
	font-size: 15px;
	}

	.cozi{
	margin-bottom: 20px;
	max-width: 240px;
	height: auto;
	}

	.sub-info{
	padding: 40px 0px;
	}

	.site-content ul, .site-content ol{
	margin-bottom: 20px;
	}

	.sub-info h2:after{
	top: 110px;
	}

}

@media (max-width:1010px){

	#header .logo{
	max-width: 180px;
	}

	#header{
	padding: 30px 40px;
	}

	#hello-bar{
	font-size: 14px;
	padding: 12px 30px;
	}
	
	/* Mobile Nav */

	.desktop-nav, .desktop-nav-cont{
	display: none;
	}

	.mobile-nav-open{
	display: inline-block;
	}

	.mobile-menu-open{
	display: block;
	}

	.mobile-nav-cont{
	display: flex;
	}

	/*#mobile-nav{
	position: absolute;
	width: 100%;
	background: #616666;
	z-index: 999999;
	border-bottom: solid 1px #eae8e4;
	height: 100vh;
	top:0px;
	position: fixed;
	text-align: center;
	}

	.mobile-nav{
	top: 50%;
	width: 100%;
	position: absolute;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}*/

	.mobile-nav a{
	border-top: solid 1px #f4f4f5;
	font-size: 18px;
	display: block;
	padding: 10px 20px;
	font-family: 'grottelw01-bold';
	}

	.head-icons{
	display: flex;
	}

	.mobile-nav a span{
	float: right;
	}

	#mobile-nav{
	position: absolute;
	width: 100%;
	z-index: 9999;
	background: #fff;
	}

	.mobile-nav .sub-menu{
	display: none;
	}

	.sub-menu{
	background: #f7f8f9;
	padding: 8px 0px;
	}

	.sub-menu a{
	font-size: 16px;
	border-top: none;
	padding: 8px 20px;
	}

	.mobile-hks a{
	background: #66adab;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	padding: 15px 0px;
	}

	.swap-open img{
	width: 25px;
	}

	.swap-close{
	position: absolute;
	top:20px;
	right:20px;
	opacity: .5;
	}

	.social-proof .flex{
	flex-wrap: wrap;
	justify-content: center;
	}

	.social-proof h4{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-right: 0px;
	}

	.sp-logo{
	margin-left: 0px;
	margin: 5px;
	width: 26%;
	}

	.sp-logo img{
	max-width: 130px;
	max-height: 40px;
	}

	.social-proof h4:after{
	display: none;
	}

	.sp-logo:last-child{
	display: none;
	}

	h1{
	font-size:34px;
	}

	h2{
	font-size: 28px;
	}

	h3{
	font-size: 22px;
	}

	h4{
	font-size: 20px;
	}

	h6, label{
	font-size: 14px;
	}

	h5, body{
	font-size: 16px;
	}

	.padding-sm{
	padding: 30px;
	}

	.courses-intro:after{
	height: 150px;
	}

	.blog-posts{
	padding: 40px;
	}

	.fp-title-only{
	margin-bottom: 30px;
	}

	.blog-posts .post-area{
	margin: 30px 0px;
	}

	.featured-post{
	margin-right: 20px;
	}

	.light-bg .fp-cont{
	padding: 25px;
	}

	.flex.bottom-foot.padding{
	flex-direction: column-reverse;
	text-align: center;
	}

	.hks-cta{
	max-width: 100%;
	}

	.foot-links{
	width: 100%;
	margin: 30px 0px;
	}

	.foot-links .social a, #footer-alt .social a{
	margin: 0px 5px;
	}

	.foot-links .social{
	margin-top: 20px;
	}

	.copyright{
	max-width: 100%;
	}

	.button, .post-nav a{
	font-size: 14px !important;
	padding: 15px 25px;
	line-height: 1.25;
	letter-spacing: 1.5px;
	}

	.text-link{
	font-size: 14px !important;
	}

	.fourth-inner.light-bg h5, .fourth-inner.light-bg h6{
	margin: 20px 15px;
	}

	.grid .half-inner, .grid .third-inner, .grid .fourth-inner{
	margin: 10px;
	}

	.fourth-inner.light-bg h5{
	font-size: 14px;
	}

	.slide .content-area, .head-fade .content-area{
	padding: 100px 40px;
	}

	.slide h1{
	max-width: 380px;
	}

	.slide p, .head-fade p{
	font-size: 20px;
	max-width: 300px;
	}

	.slide.photo-content.flex, .head-fade.flex{
	background-position: 200px center;
	}

	.slide .overlay, .head-fade .overlay{
	background: linear-gradient(90deg, rgba(247,248,249,1) 0%, rgba(247,248,249,1) 50%, rgba(247,248,249,0) 70%);
	}

	.owl-nav, .owl-dots{
	right: 70px;
	bottom: 70px;
	}

	.button.login{
	font-size: 12px !important;
	padding: 13px 15px;
	top: 20px;
	right: 20px;
	}

	div#comments{
	flex-wrap: wrap;
	}

	#comments .half{
	width: 100%;
	}

	.comment-posts{
	padding-left: 0px;
	padding-top: 40px;
	}

}

@media (max-width:800px){

	.photo-content.flex, 
	.featured-block .flex, 
	.blog-posts.flex, 
	.flex.half-blocks,
	.flex.post-area,
	.subscribe .flex,
	.head-block.flex{
	flex-wrap: wrap;
	flex-direction: column;
	}

	.half, .head-block .photo-area, .head-block .content-area{
	width: auto;
	}

	.half.photo-area, .tb-photo, .fp-image{
	padding-bottom: 75% !important;
	}

	.photo-area.padding{
	padding: 0px;
	}

	.featured-block{
	padding: 20px;
	}

	.featured-post{
	padding-right: 0px;
	margin-right: 0px;
	}

	.blog-posts .post-area{
	margin-bottom: 0px;
	}

	.featured-feed{
	justify-content: center;
	}

	.featured-post, .featured-feed{
	width: auto;
	}

	.slide.photo-content.flex, .head-fade.flex{
	background-position: top center;
	padding-top: 50%;
	}

	.slide .content-area, .head-fade .content-area{
	padding: 40px;
	}

	.slide .overlay, .head-fade .overlay{
	top: 0px;
	background: linear-gradient(0deg, rgba(247,248,249,1) 0%, rgba(247,248,249,1) 40%, rgba(247,248,249,0) 90%);
	}

	.head-fade .content-area{
	text-align: center;
	}

	.sp-logo{
	width: 23%;
	padding: 20px;
	}

	.home-cta-shop, .right{
	flex-direction: column-reverse !important;
	}

	.owl-theme .owl-nav [class*='owl-']{
	font-size: 14px;
	}

	.subscribe img{
	max-width: 100%;
	}

	.left .content-area, .right .content-area{
	padding: 40px 0px 0px 0px !important;
	}

	.courses-intro:after{
	height: 300px;
	}

	.fourth-inner{
	flex: 1 1 40%;
	}

	.head-fade .content-area{
	width: auto;
	}

	.head-fade p{
	max-width: 100%;
	}

	.button.login{
	position: relative;
	top: 0px;
	right: 0px;
	}

	.bottom-foot.padding{
	padding: 0px;
	margin-top: 40px;
	}

	.copyright{
	padding: 20px;
	background: #f7f8f9;
	text-align: center;
	}

	.foot-links{
	margin: 10px 0px 30px 0px;
	}

	.copyright .m-show{
	display: inline-block;
	}

	.credit img{
	display: none;
	}

	.credit{
	max-width: 220px;
	margin: 15px auto;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

	.subscribe.teal-bg.padding .flex{
	flex-direction: column-reverse;
	}

	.sub-nav-open{
	display: block;
	margin-bottom: 0px;
	padding: 15px;
	}

	.sub-navs{
	display: none;
	}

	.sub-nav ul{
	padding: 0px;
	}

	.sub-nav li{
	display: block;
	padding:10px;
	border-right: 0px;
	font-family: inherit;
	}

	.link-blocks .fourth-blocks .fourth-inner{
	flex: 0 1 45%;
	}

	.link-intro{
	padding: 40px 20px 20px 20px;
	}

	.free-guides .left .content-area.padding{
	background: #f7f8f9;
	padding: 30px !important;
	}

	.head-fade form{
	text-align: center;
	}

	.sub-info h2:after{
	display: none;
	}

}


@media (max-width:600px){

	#header{
	padding: 20px;
	}

	#header .logo{
	width: 150px;
	}

	.swap-open img{
	width: 20px;
	}

	.padding{
	padding: 20px;
	}

	.padding-top{
	padding-top: 20px;
	}

	.bottom-foot.padding{
	margin-top: 0px;
	}

	.padding-bottom{
	padding-bottom: 20px;
	}

	.sp-logo{
	width: 34%;
	}

	.sp-logo img{
	max-width: 100px;
	max-height: 30px;
	}

	.slide .content-area, .head-fade .content-area{
	padding: 30px;
	}

	.slide p, .head-fade p{
	font-size: 18px;
	}

	h1{
	font-size: 30px;
	}

	h2{
	font-size: 25px;
	}

	.button, .post-nav a{
	padding: 12px 20px;
	font-weight: 100 !important;
	}

	.owl-nav, .owl-dots{
	bottom: 40px;
	}

	.owl-theme .owl-nav{
	width: auto;
	right: 40px;
	background: transparent;
	bottom: 48px;
	}

	button.owl-prev{
	margin-right: 4px;
	}

	.owl-prev{
	margin-right: 0px;
	}

	.owl-dots{
	display: none;
	}

	.slide.photo-content.flex, .head-fade.flex{
	padding-top: 60%;
	}

	.slide .overlay{
	background: linear-gradient(0deg, rgba(247,248,249,1) 0%, rgba(247,248,249,1) 60%, rgba(247,248,249,0) 70%);
	}

	.head-fade .overlay{
	background: linear-gradient(0deg, rgba(247,248,249,1) 0%, rgba(247,248,249,1) 50%, rgba(247,248,249,0) 70%);
	}

	.owl-theme .owl-nav [class*='owl-']{
	height: 44px;
	}

	.social-proof h4{
	max-width: 240px;
	margin-bottom: 10px;
	}

	.photo-content .padding{
	padding: 30px;
	}

	.grid{
	padding: 10px;
	}

	.courses-intro:after{
	height: 160px;
	}

	.fp-title-only{
	margin-bottom: 15px;
	}

	.featured-feed{
	display: block;
	margin-top: 15px;
	}

	.blog-posts .post-area{
	margin-top: 0px;
	display: block;
	margin-bottom: 15px;
	}

	h4{
	font-size: 18px;
	}

	.fp-cont h4{
	margin-bottom: 10px;
	}

	.mega-button{
	padding: 20px 80px 20px 20px;
	font-size: 14px;
	width: auto;
	}

	.mega-button img{
	right: 20px;
	top: 34px;
	}

	.left .content-area, .right .content-area{
	padding: 20px 0px 0px 0px !important;
	}

	.hks-cta h4{
	margin-bottom: 10px;
	}

	.hks-cta{
	margin: 20px;
	}

	.button-sm{
	padding: 13px 20px;
	font-weight: 100 !important;
	font-size: 12px;
	}

	.cozi{
	max-width: 200px;
	}

	.home-page .banner h2{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	}

	.banner{
	padding: 30px 20px;
	}

	.small-grid h3{
	margin: 10px auto;
	}

	.blog-posts h2{
	margin: 10px auto 20px auto;
	}

	.sub-info{
	padding: 20px 0xp;
	}

	.hks-cta img{
	display: inline-block;
	margin-bottom: 10px;
	}

	.head-block h6{
	font-weight: 800;
	}

	.grid h6{
	max-width: auto;
	}

	.head-block .light-bg.padding{
	padding: 30px;
	}

	.head-fade .content-area{
	text-align: center;
	}

	h5{
	font-size: 15px;
	}

	.sales #footer-alt{
	padding: 30px !important;
	}

	#footer-alt p{
	margin: 20px auto;
	}

	.faq{
	margin-top:20px;
	}

	.fourth-inner.light-bg h5, .fourth-inner.light-bg h6{
	font-size: 14px;
	}

	.post-nav{
	margin: 20px auto;
	}

	.popups .flex{
	display: block;
	}

	.popups .text-area{
	width: auto;
	padding: 30px;
	}

	.popup-inner-guide{
	overflow-x:hidden;
	overflow-y:scroll;
	}

}

@media (max-width:500px){

	.head-fade .overlay{
	background: linear-gradient(0deg, rgba(247,248,249,1) 0%, rgba(247,248,249,1) 60%, rgba(247,248,249,0) 80%);
	}

	.head-fade .button{
	display: block;
	}

}


