/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
@font-face {
    font-family: 'Avenir Light';
    src: url('./fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('./fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('./fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('./fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Roman';
    src: url('./fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('./fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('./fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('./fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Alternate';
    src: url('./fonts/DINAlternate-Bold.woff2') format('woff2'),
        url('./fonts/DINAlternate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('./fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('./fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body{
    font-family: 'Roboto'!important;
}
h1,h2{
    font-family: 'Roboto' !important;
}
h3,h4,h5,h6{
    font-family: 'Roboto';
}

.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    background: #fafafa;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.44);
}

.l-header.bg_transparent:not(.sticky) .l-subheader {
    color: #5a9ccf !important;
}

.header-buy-button{
	display: none !important;
    color: #5a9ccf !important;
    border: 1px solid #5a9ccf;
    padding: 12px 26px;
    font-family: 'Avenir Book';
    line-height: 1;
    margin-right: 32px;
}

.w-nav.ush_menu_1 .w-nav-control {
    color: #28235f;
}


span.wpml-ls-native.icl_lang_sel_native {
    display: none;
}
span.wpml-ls-display.icl_lang_sel_translated {
    display: none;
}

/* HOME */
.text-block h6{
    font-family: 'Avenir Book';
    color: #606060;
    font-size: 14px;
    margin: 0;
}
.text-block h2{
    font-size: 60px;
}
.text-block h3{
    font-size: 50px;
}
.text-block h5{
    text-align: center;
    color: #00a69b;
    font-size: 36px;
}
.text-block p{
    color: #606060;
    font-size: 18px;
    line-height: 2;
}
.text-block strong{
    font-family: 'DIN Condensed';
    color: #000;
    font-size: 20px;
}
.text-block h4{
    padding: 0;
    font-size: 32px;
}
a.custom-button{
    background-color: #00a69b !important;
    border-radius: 0;
    font-size: 18px;
}
.home-icon-box img{
    margin-bottom: 16px;
}
.home-icon-box .w-iconbox-text{
    color: #000000;
    font-family: 'DIN Condensed';
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 30px;
}
.home-icon-box .w-iconbox-icon{
    min-height: 100px;
}
.home-icon-list .uavc-list-content{
    margin-bottom: 22px;
}
.how-it-works-number{
  	color: #28235f;
    font-size: 23px;
    font-family: 'DIN Condensed';
    text-align: center;
}
.how-it-works-number span{
    background-color: #28235f;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    margin-right: 16px;
}
.home-difference-chart{
    height: 500px;
    position: relative;
}
.home-difference-chart > div{
    text-align: center;
}
.home-difference-chart > div, .home-difference-chart__bar{
    height: inherit;
}
.home-difference-chart__bar{
    display: inline-block;
    width: 20%;
    margin: 0 .5%;
    position: relative;
}
.home-difference-chart__bar > div:first-child{
    background-color: #00a69b;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 16px;
    height: 66%;
    position: absolute;
    width: 90%;
    left: 5%;
    z-index: 1;
    bottom: 0;
}
.home-difference-chart__bar > div:last-child{
    background-color: #28235f;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 16px;
    width: 90%;
    left: 5%;
    z-index: 2;
    position: absolute;
    bottom: 0;
}
.home-difference-chart__bar h4{
    color: #fff;
    transform: rotate(270deg);
    position: absolute;
    bottom: 0;
    margin: 0;
    font-family: 'DIN Alternate';
    font-size: 42px;
    transform-origin: top left;
    line-height: 50px;
    left: calc(50% - 25px);
}
.home-difference-chart-bottom{
    width: 60%;
    margin: 32px auto;
    color: #606060;
    font-family: 'DIN Alternate';
    font-size: 24px;
}
.home-difference-chart-bottom span{
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 16px;
}
.home-difference-chart-bottom span:first-child{
    margin-left: 0;
}
.home-cover:before{
/*.home .l-canvas:before{*/
    height: 1000px;
    bottom: 0;
    position: absolute;
  	 width: 50%;
    background: url(https://healinghouse.life/wp-content/uploads/2018/11/background-mymat-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*background: #28235f; 
	background: -moz-linear-gradient(left, #00a5eb 0%, #28235f 50%, #28235f 50%, #25a196 100%);
	background: -webkit-linear-gradient(left, #00a5eb 0%,#28235f 50%,#28235f 50%,#25a196 100%); 
	background: linear-gradient(to right, #00a5eb 0%,#28235f 50%,#28235f 50%,#25a196 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5eb', endColorstr='#25a196',GradientType=1 );
    content: '';
    -webkit-clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);*/
}
.home-cover:after{
    /*background-color: #00a69b;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 300px;
    opacity: 0.5;*/
}
.page:not(.home) .home-cover:before{
	opacity: .75;
	z-index: 1;
}
.page:not(.home) .home-cover:after{
	z-index: 2;
}
.w-nav.ush_menu_1 .w-nav-control{
    color: #5a9ccf;
}
.home-footer span.wpcf7-form-control-wrap{
    width: 17%;
    margin-right: 3%;
}
.home-footer span.wpcf7-form-control-wrap input{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: 'Avenir Medium';
    margin-top: 29px;
    font-size: 15px;
}
.home-footer input[type="submit"]{
    height: 100px;
    border-radius: 0;
    background-color: #00a69b;
    font-size: 50px;  
    line-height: 100px;
    width: 40%;
}
.home-footer p{
    margin: 0;
}
.home-footer h3{
    font-size: 42px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/* END HOME */
/* CONTACT */
.page-template-default:not(.home) header, .border-bottom-shadow, .product-template-default header{
    webkit-box-shadow: 0px 3px 2px 0px rgba(238,238,238,1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(238,238,238,1);
    box-shadow: 0px 3px 2px 0px rgba(238,238,238,1);
}
.contact-page-form input, .contact-page-form textarea{
    background-color: transparent;
    border: 1px solid #00a69b;
    border-radius: 26px;
    padding: 26px 16px;
    font-size: 18px;
}
.contact-page-form input[type="submit"]{
    background-color: #00a69b;
    border-radius: 0;
    font-size: 20px;
    line-height: 1;
    padding: 12px 16px;
    width: 180px;
    margin-left: calc(50% - 90px);
    margin-top: 64px;
}
.contact-page-form textarea{
    height: 170px;
}
.contact-page-form form > div > span{
    width: 48%;
    margin-bottom: 16px;
}
.contact-page-form form > div > span:first-child{
    margin-right: calc(4% - 5px);
}
.contact-page-form form > div > br{
    display: none;
}
/* END CONTACT */
footer{
    font-family: 'Avenir Book';
}
footer h4{
    font-size: 17px;
    font-weight: 600;
    font-family: 'Avenir Book';
}
footer h3{
    font-size: 42px;
    font-family: 'Avenir Book';
}
.footer-icons .aio-icon{
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
}
@media(max-width: 768px){
	
    .text-block:not(.text-block--mcenter),
    .text-block:not(.text-block--mcenter) h6,
    .text-block:not(.text-block--mcenter) h3,
    .text-block:not(.text-block--mcenter) p,
    .text-block:not(.text-block--mcenter) h4,
    .text-block:not(.text-block--mcenter) h5
    {
        text-align: left !important;
    }
    .how-it-works-number{
        margin-bottom: 32px !important;
    }
	

	
    .mobile-hide{
        display: none !important;
    }
    .home-footer h3{
        text-align: center !important;
    }
    .home-footer input[type="submit"]{
        font-size: 16px;
        height: 42px;
        line-height: 42px;
    }
    .home-footer span.wpcf7-form-control-wrap input{
        margin-top: 0;
    }
    .home-cover:before, .home-cover:after{
    	width: 0;
    }
}
@media(max-width: 1100px){
	.ush_image_1 {
		height: 0px !important;
	}
	
    .header-buy-button{
        display: none !important;
    }
    .home-cover:before, .home-cover:after{
        height: 0 !important;
    }
    .home-cover .vc_column-inner{
        padding: 0 40px !important;
    }
    .home-difference-chart__bar{
        width: 25% !important;
        margin: 0 !important;
    }
    .home-difference-chart-bottom{
        width: 100% !important;
        text-align: center !important;
    }
    .home-footer span.wpcf7-form-control-wrap, .home-footer input[type="submit"]{
        width: 100% !important;
        margin-bottom: 16px !important;
    }
    .contact-page-form form > div > span{
        width: 100% !important;
    }
}
/* first time using my mat */
.page-cover h1{
    text-align: center;
    font-family: 'DIN Condensed';
    font-size: 80px;
}
.step-text-block > div{
    display: inline-block;
    vertical-align: bottom;
}
.step-text-block > div:first-child{
    margin-right: 16px;
}
.step-text-block > div:first-child h2{
    color: #28235f;
    font-size: 110px;
    line-height: 1;
    margin-bottom: 14px;
    padding: 0;
    font-family: 'DIN Condensed';
}
.step-text-block > div:first-child span{
    font-family: 'DIN Condensed';
    color: #28235f;
    display: block;
    text-align: center;
    font-size: 32px;
}
.step-text-block h1{
    font-family: 'DIN Condensed';
    color: #28235f;
    font-size: 50px;
    line-height: 1;
}
.step-text-block h1 span{
    color: #00a69b;
}
.row-buttons{
    text-align: center;
}
.row-buttons a{
    background-color: #28235f;
    padding: 8px 16px;
    color: #fff;
    font-size: 22px;
    width: 225px;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}
.faqs-accordion .w-tabs-section-header-h h5{
    color: #28235f;
    font-size: 24px;
}
.faqs-accordion.w-tabs.accordion .w-tabs-section{
    border-top: none;
    border-bottom: 3px solid #28235f;
}
.faqs-accordion .w-tabs-section-control{
    color: #28235f;
}
.big-button{
    border-radius: 0 !important;
    background-color: #00a69b !important;
    margin-top: 32px;
}
@media(max-width: 768px){
	.row-buttons a{
	    width: 100%;
	    margin: 0 0 16px;
	    display: block;
	}

}
@media(max-width: 1100px){
	.ush_image_1 {
		height: 0px !important;
	}
    .step-text-block h1{
        font-size: 45px !important;
    }
    .step-text-block > div:first-child h2{
        font-size: 65px !important;
    }
}

.l-section.height_large>.l-section-h {
    padding: 4rem 0;
}
/* BLOG */
.site-blog .post_title.entry-title + div{
    display: none;
}
.site-blog .post_title.entry-title{
    font-family: 'DIN Condensed';
    color: #000;
    font-size: 22px !important;
    width: 100%;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 62px;
}
.site-blog .post_image + div{
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.site-blog .post_content{
	text-align: left;
    color: #606060;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
}
.site-blog .usg_vwrapper_1{
    align-items: flex-start;
}
.site-blog .g-filters-item ,.programs-grid .g-filters-item{
    color: #000;
    font-size: 26px;
    font-family: 'DIN Condensed';
    border-radius: 0 !important;
    border-right: 1px solid #000;
}
.site-blog .g-filters-item:last-of-type, .programs-grid .g-filters-item:last-of-type{
    border-right: 0;
}
.site-blog .g-filters-item.active, .programs-grid .g-filters-item.active{
    color: #606060 !important;
    background-color: transparent !important;
}
@media(max-width: 480px){
    .site-blog .g-filters-item, .programs-grid .g-filters-item{
        border-right: 0;
    } 
}
/* END BLOG */

/* PROGRAMS */
.programs-grid .w-grid-item-h{
    display: flex;
    align-items: center;
}
.programs-grid .w-grid-item-h:hover{
    box-shadow: none !important;
}
.programs-grid .w-grid-list >article:nth-child(odd) .w-grid-item-h{
    flex-direction: row;
}
.programs-grid .w-grid-list >article:nth-child(even) .w-grid-item-h{
    flex-direction: row-reverse;
}
.programs-grid .post_title{
    font-size: 50px !important;
    text-align: left;
    width: 100%;
    font-family: 'DIN Condensed';
    color: #28235f;
}
.programs-grid .w-grid-list >article:nth-child(even) .post_title{
    text-align: right;
}
.programs-grid .g-filters{
    margin-bottom: 5rem;
}
.programs-grid .usg_hwrapper_2{display: none;}
.programs-grid .post_content{
    color: #606060;
    font-size: 18px;
    line-height: 2;
    text-align: left;
}
.programs-grid .w-grid-list >article:nth-child(even) .post_content{
    text-align: right;
}
.programs-grid .usg_vwrapper_1{
    align-items: flex-start;
}
.programs-grid .w-grid-list >article:nth-child(even) .usg_vwrapper_1{
    align-items: flex-end;
}
.programs-grid .w-grid-list >article .w-grid-item-h > div:first-child{
    width: 55%;
}
.programs-grid .w-grid-list >article .w-grid-item-h > div:last-child{
    width: 45%;
}

.programs-grid .w-grid-item-elm.post_image img{
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.programs-grid .w-grid-list >article{
    margin-bottom: 4rem !important;
}
@media(max-width: 480px){
    .programs-grid .w-grid-list >article .w-grid-item-h > div:first-child{
        width: 100%;
    }
    .programs-grid .w-grid-list >article .w-grid-item-h > div:last-child{
        width: 100%;
    }
    .programs-grid .w-grid-list >article:nth-child(odd) .w-grid-item-h{
        flex-direction: column;
    }
    .programs-grid .w-grid-list >article:nth-child(even) .w-grid-item-h{
        flex-direction: column;
    }
    .programs-grid .w-grid-list >article:nth-child(even) .post_title{
        text-align: left;
    }
    .programs-grid .w-grid-list >article:nth-child(even) .usg_vwrapper_1{
        align-items: flex-start;
    }
    .programs-grid .w-grid-list >article:nth-child(even) .post_content{
        text-align: left;
    }
}
/* END PROGRAMS*/

.l-subheader-cell.at_left>* {
    margin-right: 1.4rem;
    margin-top: 30px;
    margin-left: 20px;
}

#comments, .woocommerce-tabs .tabs, #ywar_reviews, .related, #reviews_summary, .woocommerce-breadcrumb {    
	display:none;
}

.sidebar_none .woocommerce-tabs {
    width: 100%;
}

@media (min-width: 1100px){
	.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
		width: 20% !important;
		left: unset !important;	    
	}
	.l-header.sticky .l-subheader.at_middle {
		background: url(https://dev.fernieweb.com/mymat/wp-content/uploads/2018/11/logomini.jpg) #fff !important;
		background-repeat: no-repeat !important;
	}
	
	#menu-item-wpml-ls-29-es, #menu-item-wpml-ls-29-en {
		display: none !important;	
	}
	
	.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
		padding-left: 0rem !important; 
		padding-right: 0rem !important;
	}

}

@media (max-width: 1100px){
	
	.color_footer-bottom {
		text-align:center;
	}
	
	.uavc-list-content span.uavc-list-desc {
		display: block !important;
	}
	
	.home-footer h3 {
    	text-align: center !important;
	}
	.page-cover h1 {
		text-align: center !important;
		font-family: 'DIN Condensed' !important;
		font-size: 40px !important;
	}
	
	.l-subheader.at_middle {
		background: url(https://dev.fernieweb.com/mymat/wp-content/uploads/2018/11/logomini.jpg) #fff !important;
		background-repeat: no-repeat !important;
		background-position: -40px !important;
	}
	
	
}

.woocommerce-product-details__short-description {
   color: #606060;
}

.l-subheader-cell.at_left>* {
    float: left;
    position: absolute;
}

@media (max-width: 1100px){
		
	/*.wpml-ls-statics-shortcode_actions {
		display: none !important;	
	}*/
	
	.home-footer{
		padding: 30px 0 !important;
	}
	
	.how-it-works-number {
		color: #28235f !important;
		font-size: 20px !important;
		font-family: 'DIN Condensed' !important;
		text-align: left !important; 
	}
	
	.programs-grid .g-filters {	
		display: none !important;
	}
	
    
    .order-column{
        flex-direction: row !important;
    }
    
    .order-text{
        order: 2 !important;
    }
    
    .order-img{
        order: 1 !important;
    }
    
  
}

	.post-template-default   .l-subheader.width_full .l-subheader-h , .us_portfolio-template-default   .l-subheader.width_full .l-subheader-h {
        max-width: none !important;
        background: url(https://healinghouse.life/wp-content/uploads/2018/11/logomini.jpg) #fff;
        background-repeat: no-repeat;
        background-position: 20px;		
			
    }
 
	 .post-template-default   .l-subheader.width_full .l-subheader-h .ush_image_1, .us_portfolio-template-default .l-subheader.width_full .l-subheader-h .ush_image_1 {
		height: 0px !important;
	}

	 .l-canvas, .l-footer, .l-popup-box-content, .w-form-row-field:before, .w-iconbox.color_light.style_circle .w-iconbox-icon, .w-	tabs.layout_timeline .w-tabs-item, .w-tabs.layout_timeline .w-tabs-section-header-h, .w-cart-dropdown, .select2-dropdown {
    	color: #606060 !important;
	}

	.l-header.sticky .l-subheader.at_middle .header-buy-button{
		color: #28235f !important;
   		border: 1px solid #28235f;
	}

	.l-header.sticky .l-subheader.at_middle .w-nav.ush_menu_1 .w-nav-control{
		color: #28235f !important;
   	}

@media( max-width:370px ){
	.l-subheader .wpml-ls-item{
		margin-left: 0px;
		margin-right: 0px;
	}
	.l-subheader.at_middle {
	    background-size: 175px!important;
	    background-position: left!important;
	}
}
