/*
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 {
    --red: #bb1020;
	--red-light: #ffe7e4;
    --grey: #616467;
	--white: #ffffff;
}
.l-body-outline>.top {
	display: none;
}
.w-image-h img {
	mix-blend-mode: darken;
}
.l-subheader.at_middle .w-btn,
.w-btn.us-btn-style_1,
.w-btn.us-btn-style_5 {
	padding: 12px 12px 12px 19px;
	    display: inline-flex;
    align-items: center;
    align-content: center;
}

.l-subheader.at_middle .w-btn i,
.w-btn.us-btn-style_1 i,
.w-btn.us-btn-style_5 i {
	background: var(--red);
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: var(--white);
	
	font-size: 16px;
}
.w-btn.us-btn-style_5 i {
	background: var(--white);
	color: var(--red);
}
.l-subheader.at_middle .w-btn i {
	transform: rotate(-45deg);
}
.l-subheader.at_middle .w-btn {
	display: inline-flex;
	align-items: center;
}
.ybig-title :is(h1, h2, h3, h4, h5, p) {
	font-size: 65px;
	line-height: 75px;
	text-transform: uppercase;
	margin-bottom:20px;
}
.ybig-text :is(h1, h2, h3, h4, h5, p){
	font-size: 18px;
	line-height: 26px;
}
html.no-touch {
	padding-top: 0px;
}
.ymain-subtitle :is(h1, h2, h3, h4, h5, h6, p) {
	font-size: 18px;
	color: var(--grey);
}
.ymain-titles :is(h1, h2, h3, h4, h5, h6, p) {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 30px;
}
.ymain-subtitle {
	position: relative;
	padding-left: 20px;
}
.ymain-subtitle:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: var(--red);
	left: 0px;
	top: 50%;
	transform: translateY(-50%);	
	border-radius: 50px;
	
}
.clmn-height {
	padding: 80px 30px;
}
.clmn-height .vc_column-inner {
	height: 85%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.img-round {
	border-radius: 12px;
}
.yicon-box {
	padding: 24px;
	border: 1px solid #eae3e2;
	border-radius: 12px;
	background: var(--white);
	box-shadow: 0 4px 24px -8px rgb(30 19 17 / 12%);
}
.yicon-box .w-iconbox-icon {
	width: 50px;
	height: 50px;
	background: var(--red-light);
	border-radius: 14px;
	margin-bottom: 10px;
}
.yservices-box {
	position: relative;
	max-width: 75%;
}
.yicon-box .w-iconbox-title,
.ysmall-title :is(h1, h2, h3, h4, p){
	font-weight: 500;
    font-size: 24px;
}
.ysmall-title :is(h1, h2, h3, h4, p) {
	margin-bottom: 10px;
}
.yservices-box .w-iconbox-icon {
	display: none;
}
.yservices-box .w-iconbox-meta {
	z-index: 1;
	position: relative;
}
.yservices-clmn  {
	height: 450px;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
	padding: 30px 20px;
}
.yservices-clmn.light {
	position: relative;
}
.yservices-clmn .vc_column-inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}
.yservices-clmn .w-btn {
    position: absolute;
    right: 25px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	color: var(--white)!important;
	border: 1px solid var(--white)!important;
	
}
.yservices-clmn.light .w-btn {
	background: var(--red)!important;
	border: 1px solid var(--red)!important;
}
.yservices-clmn .w-iconbox-title {
	color: var(--white);
	font-size: 32px;
	line-height: 36px;
}
.yservices-clmn:before,
.yservices-clmn.light:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(135deg,rgba(187, 16, 32, 1) 50%, rgba(158, 17, 34, 1) 100%);
	border-radius: 14px;
	z-index: 0;
	transition: 350ms;
}
.yservices-clmn.light:before {
	background: var(--white);
	z-index: 0;
	border-radius: 14px;
}
.yservices-clmn:hover:before {
	opacity: 0.8;
}
.yservices-clmn.light:hover:before {
	opacity: 0.8;
	background: var(--red);
}
.yservices-clmn.light .w-iconbox-title,
.yservices-clmn.light .w-iconbox-text{
	color: 	var(--color-content-heading);
}

.yservices-clmn .w-iconbox-text {
	color: var(--white);
}
.yservices-clmn .ynumber-service p {
	color: var(--white);
	font-size: 32px;
	line-height: 36px;
	opacity: 0.9;
}
.yservices-clmn.light:hover .w-iconbox-title,
.yservices-clmn.light:hover .w-iconbox-text,
.yservices-clmn.light:hover .ynumber-service p{
	color: var(--white);
}
.yservices-clmn.light:hover .w-btn {
	background: var(--white)!important;
	border: 1px solid var(--white)!important;

}
.yservices-clmn.light:hover .w-btn i {
		color: var(--red);
}
.yservices-clmn.light .ynumber-service p {
	color: var(--red);
	font-size: 32px;
	line-height: 36px;
	opacity: 0.9;
	z-index: 1;
}
.ylist-home ul {
	list-style: none;
}
.ylist-home ul li {
	position: relative;
}
.ylist-home ul li:before {
    content: '\f00c';
    position: absolute;
    left: -34px;
    top: 0;
    font-family: "fontawesome";
    color: var(--red);
    width: 22px;
    height: 22px;
    border: 1px solid var(--red);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 400;
}
.red-row {
	/*background: linear-gradient(135deg,rgba(187, 16, 32, 1) 50%, rgba(158, 17, 34, 1) 100%);*/
	background: var(--color-footer-text);
	border-radius: 14px;
	padding: 40px;
}
.red-row :is(h1, h2, h3, h4, h5, h6, p) {
	color: var(--white);
}
.ytitle-footer :is(h1, h2, h3, h4, h5, h6, p) {
	color: var(--red);
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 8px;
}
#page-footer p 
#page-footer p strong {
	font-weight: 500;
}
#page-footer p i {
	width: 28px;
    height: 28px;
    border: 2px solid var(--red);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 8px;
	margin-top: 10px;
}
#page-footer p  i:hover{
	 border: 2px solid var(--color-footer-text);
}
.border-top {
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
}
.wpcf7-list-item-label {
	    font-size: 13px;
    line-height: 20px;
}
.ycontacts-clmn {
/*	background: var(--white);
	border-radius: 14px;
	padding: 40px;
	margin-top: 5px;*/
}
.ycontacts-clmn p strong {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--red);
}
.yrow-form p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.yrow-form p label {
	width: 48%;
}
.top-section {
	border-bottom: 1px solid #e1e1e1;
}

