/*
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:*/
:root {
	--black: #0c0c0c;
	--white: #ffffff;
}
.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
	padding-top: 0px!important;
}
.title-top :is(h1, h2, h3, h4, p) {
	font-size: 80px;
	line-height: 70px;
	color: var(--white);
}
.title-top strong {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	text-transform: lowercase;
	margin-bottom: 15px;
}
.top-section .l-section-h {
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;	
}
.main-titles :is(h1, h2, h3, h4, h5,p) {
	font-size: 50px;
	line-height: 54px;
}
.main-titles.white :is(h1, h2, h3, h4, h5,p) {
	color: var(--white);
	font-size: 70px;
	line-height: 72px;
}
.ybig-text p{
	font-size: 20px;
	line-height: 30px;
}
.ybig-text.white p {
	color: var(--white);
	font-weight: 400;
}
.yarrow-top {
	    font-size: 2rem;
    width: 55px;
    height: 55px;
    border: 1px solid var(--white);
    border-radius: 50px;
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.yarrow-top i {
	color: var(--white);
	font-size: 20px;
}
.yicons-services .w-iconbox-icon {
	width: 100%!important;
}
.yicons-services img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	transition: 350ms;
}
.yicons-services:hover img {
	height: 550px;
}
.yicons-services .w-iconbox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.clmn-services :is(h1, h2, h3, h4, h5) {
	font-size: 40px;
	
}
.clmn-services:hover:after  {
		opacity: 0.9;
}
.yfooter-img img {
    object-fit: contain;
}
.yfooter-title :is(h1, h2, h3, h4, h5,p) {
font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}
.border-top {
	border-top: 1px solid color(srgb 1 1 1 / 0.17);
}
#page-footer p strong {
	font-weight: 500;
	text-transform: lowercase;
}
.small-text p {
	font-size: 13px;
	color: var(--white);
}
.clmn-services .ylist-products,
.clmn-services .wpb_text_column {
	z-index: 1;
}
.yicons-services:not(:last-child) {
	margin-bottom: 20px;
}
.yrow-form p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.yrow-form p label {
	width: 49%;
}
.ycontacts-box:not(:last-child) {
	margin-bottom: 50px;
}
.wpcf7-list-item-label {
	font-size: 13px;
	line-height: 16px;
}
.yimg-gallery {
	    display: flex;
    justify-content: center;
	margin-bottom: 20px;
}
.yicons-products .w-iconbox-icon {
	font-size: 75px!important;
	margin-right: 12px!important;
}
.yimg-gallery img{
	height: 396px;
	object-fit: cover;
}
.ysocial i {
	font-size: 20px;
	margin: 0px 15px 0px 0px;
}
#page-header .ysocial p {
	text-transform: uppercase;
	font-size: 15px;
}
#page-header .ysocial a {
	display: flex;
	font-weight: 400;
}
#page-header.sticky .l-subheader.at_middle i {
	color: var(--color-content-link);
} 

@media only screen and (max-width: 767.98px) {
	.ysocial span {
		display: none;
	}
	.ysocial i {
		font-size: 28px;
	}
	.main-titles :is(h1, h2, h3, h4, h5,p) {
    font-size: 46px;
    line-height: 52px;
}
	.title-top :is(h1, h2, h3, h4, p) {
	font-size: 80px;
    line-height: 70px;
	}
	.ybig-text p {
    font-size: 21px;
    line-height: 31px;
}
	.small-text p {
	font-size: 16px;
	}
	.yicons-products .w-iconbox-icon {
	margin-right: 0px!important;
	}
	.yimg-gallery img {
    height: 250px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
	.yicons-products .w-iconbox-icon {
		margin-right: 0px!important;
	}
}
.wpcf7-list-item-label a {
	font-weight: 500;
}


