/*
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 {
  --blue: #252531;
  --white: #ffffff;
  --black: #1f261e;
	--grey: #f9f9f9;
	--dark-grey: #cecece;
	--red: #ba0f0c;
}

.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
	padding-top: 0px;
}
li.current-menu-item  .w-nav-title {
	color: var(--white);
	font-weight: 600;
}
#page-header.sticky li.current-menu-item  .w-nav-title {
	color: var(--red);
}

.main-titles h1,
.main-titles h2,
.main-titles h3,
.main-titles h4,
.main-titles p {
	font-size: 45px;
	line-height: 52px;
	color: var(--blue);
	margin-bottom: 10px;
	    font-family: var(--h1-font-family, inherit);
}
ul.ylist {
	padding-top: 30px;
	list-style: none;
	margin-left: 0px;
}
ul.ylist li {
	position: relative;
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
	border-bottom: 1px solid var(--dark-grey);
	padding: 12px 15px;
}
ul.ylist li span {
	font-weight: 600;
	margin-right: 6px;

}
.grey-section {
	background: var(--grey);
}
.maskimg,
.maskimg.right {
	position: relative;
}
.maskimg:after {
	content: '';
	position: absolute;
	background-image: url("images/maschera-img.svg");
	background-repeat: no-repeat;
	width: 230px;
    height: 230px;
    right: -1px;
    top: -1px;
}
.maskimg.right:after {
	content: '';
	position: absolute;
	background-image: url("images/maschera-img-left.svg");
	width: 230px;
    height: 230px;
	left: 0;
	top: -1px;
}
.small-titles h1,
.small-titles h2,
.small-titles h3,
.small-titles h4,
.small-titles p {
	font-size: 17px;
	text-transform: uppercase;
	color: var(--red);
	margin-bottom: 20px;
	font-weight: 400;
    letter-spacing: 1px;
	    font-family: var(--h1-font-family, inherit);
}
.blue-section {
	background: var(--blue);
	position: relative;
}
.ycontacts-box .w-iconbox-icon i {
	color: var(--white);
	font-size: 20px!important;
}
.ycontacts-box p,
.ycontacts-box p a,
.ycontacts-box:hover p a{
	color: var(--white);
	letter-spacing: 1px;
}
.ycontacts-box .w-iconbox-icon  {
	width: 50px!important;
    height: 50px;
    border: 1px solid  var(--white);
}
.yservices-box .w-iconbox-title {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	height: 68px;
}


.yservices-box svg {
	font-size: 55px;
 	width: 55px;
}
.yservices-box i {
	margin-right: 10px;
    width: 40px;
    height: 40px;
    background: var(--red);
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: var(--white);
}
.yservices-box p {
	text-transform: uppercase;
	font-size: 15px;
}
p.number-services {
	font-size: 40px;
    font-weight: 400;
	margin-bottom: 10px;
    color: var(--red);
}
.ycontacts-box.bottom .w-iconbox-icon {
	display: none;
}
.ycontacts-box.bottom .w-iconbox-title {
	text-transform: uppercase;
    font-size: 17px;
	font-weight: 400;
	text-align: center;
}
.ycontacts-box.bottom p a {
	font-size: 25px;
	font-weight: 700 !important;
	font-family: var(--font-family) !important;
	color: var(--color-header-middle-text-hover);
}

.ycontacts-box.bottom p a,
.ycontacts-box.bottom p {
	font-size: 16px;
	font-weight: 300!important;
	letter-spacing: 0px;
	text-align: center;
}
div.yrow-form {
	display: flex;
	justify-content: space-between;
}
div.yrow-form p {
	width: 48%;
}
/*.ybottom-footer {
	
}*/
h2.yfooter-title,
h3.yfooter-title {
	color: var(--white);
	font-size: 20px!important;
	text-transform: uppercase;
}
#page-footer p {
	color: var(--white);
	font-size: 15px;
}
#page-footer .ybottom-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(255 255 255 / 60%);
}
#page-header.sticky {
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 8%);

}
#page-header.sticky .number-phone {
	color: var(--red);
}