/*
Theme Name: Themify Float Child
Description: Child theme for Themify Float
Author: Themify
Template: themify-float
*/

/* write custom css below */
/* SB updates */
/** Footer **/
.footer_p{
	text-align: center;
	color: white;
}
.footer_cta{
	text-align: center;
    margin: 1rem auto;
    display: block !important;
    width: fit-content;
    width: -moz-fit-content;
   background: linear-gradient(138deg,#1abbc5 0,#2dbc81 100%) !important;
   margin-bottom: 1.5rem;
   border-color: white !important;
}
.footer-widgets .first{
	margin: 0 auto;
	float: unset;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}
.footer-widgets .widget{
	margin-left: 0.7rem;
	margin-bottom: 1.5rem;
}
.footer-text{
	border-top: unset;
	padding-top: 0;
}

/** Footer social links **/
.social-links .icon-large i {
    font-size: 18px;
    /* padding: 6px; */
    padding: 0;

}
.social-link-item a{
	   padding: 0.3rem 0.2rem 0.2rem 0.2rem;
	border: 1px solid white;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
       -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.social-link-item a:hover{
	    background: linear-gradient(138deg,#1abbc5 0,#2dbc81 100%) !important;

}

#site-logo{
	max-width: 130px;
}

#themify-popup-2101 {
	max-width: 1010px;
	margin: auto;
}
.welcome-popup{
    background-image: url("../themify-float/images/free-meditation.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	height: auto;
}
.welcome-popup .title-area h2 {
	color: #a32928!important;
}
.welcome-popup .subtitle {
	color: #2e2e2e;
}
.welcome-popup .form-area {
	color: #000000;
	max-width: 260px;
	display: inline-block;
}
.welcome-popup .popup_text_wrap > div {
	text-align: left;
}

.welcome-popup button {
	color: #ffffff!important;
	background: rgb(162,42,41)!important;
	background: linear-gradient(90deg, rgba(162,42,41,1) 0%, rgba(163,43,42,1) 100%)!important;
	width: 100%!important;
	border: 0!important;
}

.welcome-popup input {
	color: #000000!important;
}
.welcome-popup input::-webkit-input-placeholder {
	color: #000000!important;
}
.welcome-popup input:-moz-placeholder {
	color: #000000!important;
}
.welcome-popup input::-moz-placeholder {
	color: #000000!important;
}
.welcome-popup input:-ms-input-placeholder {
	color: #000000!important;
}
.popup_text_wrap{
	display: inline-block;
    float: none;
    color: white;
	transform: none;
	text-align: right;
	padding: 32px 0;
	text-shadow: 0px 0px 20px #ffffff;
	max-width: 260px;
}
.popup_text_wrap .form-area {
	display: inline-block;
}
.popup_text_wrap h2{
    color: white !important;
    line-height:1em !important;
}
.form-area p {
	font-weight: 700;
	line-height: 1.2em;
}
.form-area > div, .form-area > p {
	margin-bottom: 10px!important;
}
.form-area .text-before-button {
	font-size: 21px;
    letter-spacing: -0.3px;
	margin-bottom: -4px!important;
}
.form-area .text-after-button {
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.3;
}
.form-area input {
	height: 50px!important;
}
.welcome-popup .subtitle {
	font-size: 24px;
}
@media screen and (min-width: 1200px) {
	.welcome-popup .title-area h2 {
		font-size: 58px;
	    letter-spacing: -4px;
	}
	.welcome-popup .subtitle {
		font-size: 36px;
	}
	.popup_text_wrap{
		max-width: 520px;
	}
}

@media screen and (max-width: 400px) {
	.welcome-popup {
		padding: 5px 10% 5px !important;
	}
	.welcome-popup .popup_text_wrap {
		padding-left: 50px;
	}
}


.action-buttons a{
    margin: 0px 0 0px !important;
    margin-top: 0 !important;
    padding: 16px 66px !important;
    border-radius: 2px !important;
    background-color: white !important;
    box-shadow: 0 14px 28px 0 rgba(35, 31, 32, 0.19), 0 10px 10px 0 rgba(35, 31, 32, 0.19) !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.9 !important;
    letter-spacing: 2px !important;
    color: black !important;
    text-align: center !important;
}
.featured_container_blurb p{
    font-size: 15px;
    width: 80%;
    line-height:8px;
    }
    
    .featured_container_button .builder_button{
    margin:10px 0 45px;
    margin-top:0;
        padding: 16px 66px;
        border-radius: 2px;
        background-color: #231f20;
        box-shadow: 0 14px 28px 0 rgba(35, 31, 32, 0.19), 0 10px 10px 0 rgba(35, 31, 32, 0.19);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.9;
        letter-spacing: 2px;
        text-align: center;
        color: #ffffff;
    }
    .testimonial-content{
    position: relative;
    }
    .testimonial-entry-content blockquote{
    top: -2rem;
    left: -2.2rem;
    position: absolute;
    color: white;
    }
    .testimonial-item
    {
    display:block;
    width: 80%;
    float:right;
    margin-top: 3rem;
    line-height:8px;
    }
    .testimonial-item p{
    font-size: 15px;
    
    }
    
    
    .testimonial-item .person-name{
    font-size:15px;
    text-align: left;
    color: #F59451 !important;
    }
    .testimonial_wrap p{
    color: white;
    }
    .section_inspire{
    }
    .section_inspire p{
    font-size: 15px;
    line-height:8px
    }
    .section_inspire h2{
    }
    .inspire_btn{
    background: white !important;
    }
.themify-popup p{
    margin-top: 2rem;
}
.featured_container_blurb .tb_text_wrap p {
    line-height: 23px;
}
.testimonial-entry-content p{
    line-height: 23px;
}
/*@media screen and (min-width: 770px) and (max-width: 1200px) {
    .featured_subheadline{
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 16em !important;
    }
    .featured_container_blurb{
        padding-bottom:0 !important;
    }
    .featured_container_blurb .tb_text_wrap p {
        width: 100%;
        margin-bottom: 0;
    }
    .featured_container_blurb h2{
        font-size: 35px;
    }
    .person-name{
        line-height:22px;
    }
    .testimonial-item{
        margin-right: 3rem;
    }
    
}
@media screen and (min-width: 670px) and (max-width: 771px) {
    .featured_subheadline{
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 18em !important;
    }
    .featured_container_blurb{
        padding-bottom:0 !important;
    }
    .featured_container_blurb .tb_text_wrap p {
        width: 100%;
        margin-bottom: 3rem;
    }
    .featured_container_blurb h2{
        font-size: 30px;
    }
    .person-name{
        line-height:18px;
    }
    .testimonial-item{
        margin-right: 3rem;
    }
}*/
.person-name{
    line-height: 1rem;
}
@media screen and (min-width: 300px) and (max-width: 671px) {
    .featured_subheadline{
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 18em !important;
    }
    .featured_container_blurb{
        padding-bottom:0 !important;
    }
    .featured_container_blurb .tb_text_wrap p {
        width: 100%;
        margin-bottom: 1rem;
    }
    .featured_container_blurb h2{
        font-size: 30px;
    }
    .person-name{
    }
    .testimonial-item{
        margin-right: 3rem;
    }
    .themify_builder_content-34 .tb_735b4c9.module_column{
        width: 100% !important;
    }
    .themify_builder_content-34 .tb_d272775.module_column{
        width: 100% !important;
    padding-top: 0;
    margin-top: -10rem;
    padding: 0 1rem 0 1rem;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    }
    .featured_container_blurb{
        padding: 1rem !important;
        margin-top: 6rem !important;
        
    }
   .last tb_d272775{
    width: 100% !important;
    padding: 3rem;
    margin-top: -40%;
   }
   .featured_container_button{
       margin-top:-3rem !important;
   }
   .featured_container_button .builder_button{
       padding: 1rem 3rem 1rem 3rem;
   }
   .testimonial-item{
       margin-right :0 !important;
   }
   .tb_dfs3828{
       width: 100%;
       padding: 3rem;
   }
   .tb_ysky827{
   background-size: cover !important;
   }
   .hero_row_wrap .row_inner{
       transform: translateY(50%) !important;
   }
   .hero_row_wrap .module-buttons-item{
       display: block;
   }
   body.themify-popup-showing-220 .mfp-wrap .mfp-inline-holder .mfp-content {
		width: 90% !important;
	}
	
    .welcome-popup .action-buttons > a{
        padding: 1rem 2rem 1rem 2rem !important;
    }
    div.themify_builder.themify_builder_content .builder-parallax-scrolling {
       
        background-size: cover !important;
    }
    
}


.hero_row_wrap{
    height: 100vh;
}


#site-description{
    display: none !important;
}
.menu_slide{
    right: 0 !important;
}
.hero_middle_text{
        display: block;
        transform: translateY(30%);
    
}
#headerwrap * {
	transition:none;
}
.sidemenu {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media screen and (max-width: 1200px) {
  .mobile_menu_active #main-nav .child-arrow {
	  display: block !important;
  }
}
body.single-post .has-post-thumbnail .post-meta {
    margin: 1% 0 3%;
}
body.single-post .has-post-thumbnail .post-date {
	top: -95%;
}
body.single-post .has-post-thumbnail .post-meta .post-comment a {
	background-color: #ffffff;
}
@media screen and (max-width: 680px) {
.single-post .has-post-thumbnail .post-comment {
    margin-bottom: 1em;
    margin-right: 0.75em;
}
}
#main-nav>.current-menu-ancestor>a, #main-nav>.current_page_item>a, #main-nav>.current-menu-item>a, #main-nav li a:hover {
	color: inherit!important;
}

.scroll-effect {
	position: relative;
	min-height: calc(100vh - 58px);
}
.bkg-desktop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100vh - 58px);
}
.bkg-desktop.bkg-contain{
	background-size: contain!important;
}
.bkg-desktop.mobile-menu {
	height: calc(100vh - 73px);
}
.scroll-effect.fixed-section .bkg-desktop {
	position: fixed;
	top: 58px;
	left: 0px;
	width: 100%;
}

.scroll-effect.fixed-section.mobile-menu .bkg-desktop {
	top: 73px;
}
		  
.scroll-effect.stay-section .bkg-desktop {
	position: absolute;
	top: auto!important;
	bottom: 58px;
}
.scroll-effect.stay-section .bkg-desktop.mobile-menu {
	bottom: 73px;
}
.scroll-content:not(.no-justify) h1, .scroll-content:not(.no-justify) h2, .scroll-content:not(.no-justify) h3 {
	text-align: center!important;
}
.scroll-content h1,.scroll-content h2,.scroll-content h3, .scroll-content p {
	color: #ffffff!important;
}
.scroll-content.black h3, .scroll-content.black p {
	color: #000000!important;
} 
@media screen and (min-width: 681px) {
	.scroll-content .tb-column-inner {
		max-width: 430px;
		margin: auto;
		color: #ffffff;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.scroll-content:not(.no-height) .tb-column-inner {
		min-height: 100vh;
		padding: 50px 15px;
	}
	.scroll-content.no-height p:last-of-type {
		margin-bottom: 0px;
	}
	/* .scroll-content:not(.no-size) p {
		font-size: 24px;
	}*/
	.scroll-content .books-body p {
		font-size: 24px;
	}
}
@media screen and (min-width: 681px) and (max-width: 1024px) {
	.scroll-content .tb-column-inner {
		max-width: 100%;
	}
	.scroll-content.include-tablet:not(.no-height) .tb-column-inner {
		min-height: initial;
		padding: 25px 15px;
	}
	.scroll-content.include-tablet:not(.no-height) .sub_column:first-of-type  .tb-column-inner{
		padding-top: 50px;
	}
}
@media screen and (max-width: 680px) {
	.scroll-content .sub_column {
		width: 100% !important;
	}
	.scroll-content .tb-column-inner {
		padding: 15px;
	}
	.scroll-content h1,.scroll-content h2,.scroll-content h3 {
		margin-top: 30px;
	}
	.scroll-content p {
		text-align: center!important;
	}
}
@media screen and (min-width: 1200px) {
	.scroll-content:not(.no-height) .tb-column-inner {
		padding: 100px 15px;
	}
}

.course-video-plain-text {
	margin: auto;
}
.course-images-top, .course-images-bottom {
	position: relative;
	max-width: 650px;
    margin: auto;
}
.course-images-top .img-1 {
	width: 65%;
	padding-bottom: 30%;
}
.course-images-top .img-2 {
	position: absolute;
	width: 65%;
	right: 0;
	bottom: 0;
}
.course-images-bottom .img-1 {
	width: 65%;
	padding-top: 15%;
}
.course-images-bottom .img-2 {
	position: absolute;	
	width: 65%;
	right: 0;
	top: 0;
}
.image-text-section > div {
	align-items: center;
}
@media screen and (min-width: 681px) and (max-width: 900px) {
	.course-images-bottom .img-1 {
    	width: 90%;
		padding-top: 42%;
	}
	.course-images-bottom .img-2 {
    	width: 90%;
	}
	
}

.btn-berries a {
	background-color: #dd483e;
} 
.btn-berries a span {
	color: #ffffff;
}
.btn-white a {
	background-color: #ffffff;
} 
.btn-white a span {
	color: #dd483e;
}
.btn-berries a:hover span,
.btn-white a:hover span {
	color: #000000;
}

body.home .n2-ss-slider-wrapper-inside h2 {
	display: none!important;
}
a:hover, .post-title a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a {
    color: #dd483e;
}
.scroll-effect a {
	color: #dd483e;
}
body.post-template-default .entry-content, body.post-template-default .commentwrap {
    color: #000000;
}
body.post-template-default .entry-content {
	font-weight: 700;
}
.blog-page-w .post-title a {
	color: #dd483e;
}
@media screen and (max-width: 1023px) {
	.themify_builder_content-824 .tb_twgd501.module-post a:not(.post-edit-link), .themify_builder_content-824 .tb_twgd501.module-post p {
		color: #000000;
	}
}
@media screen and (min-width: 681px) {
	body.post-template-default .entry-content, body.post-template-default .commentwrap {
		font-size: 20px;
	}
}
@media screen and (max-width: 680px) {
	body.post-template-default .commentlist cite {
		width: calc(100% - 70px);
	}
}
.contain-video {
	padding-top: 30px !important;
}
.subrow_inner,
.contain-video .tb-column-inner {
	height: 100%;
}
.contain-video .module-plain-text {
	width: 50%;
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 681px) {
	.bkg-contain+div+div .scroll-content .tb-column-inner {
		padding: 0;
	}
}
