/*
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 {
	--white: #ffffff;
	--dark-red: #92292d;
	--blue: #3E647A;
	--black: #111111;
	--red: #fb030a;
	--dark-grey: #E7E0D8;
}
.big-title h1,
.big-title h2,
.big-title h3,
.big-title h4,
.big-title p {
	font-size: 58px;
	line-height: 64px;
	font-weight: 500;
	color: var(--white);
	max-width: 75%;
}
.main-titles h1,
.main-titles h2,
.main-titles h3,
.main-titles h4,
.main-titles p {
	font-size: 40px;
	line-height: 48px;
	color: var(--black);
}
.main-titles.border {
	padding-bottom: 40px;
	border-bottom: 1px solid #bbbbba;
}
.small-titles h1,
.small-titles h2,
.small-titles h3,
.small-titles h4,
.small-titles p,
.yicons-contacts .w-iconbox-title {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.small-titles {
	position: relative;
	padding-left: 20px;
}
.small-titles:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url("images/implast-shape.svg");
	width: 16px;
	height: 16px;
	background-size: contain;
}
.us-btn-style_1,
.us-btn-style_4,
.us-btn-style_5 {
	display: flex;
    align-items: center;
    align-content: center;
}
.us-btn-style_1 i,
.us-btn-style_4 i,
.us-btn-style_5 i{
	width: 40px;
	height: 40px;
	background: var(--white);
	border-radius: 50px;
	color: var(--red);
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-left: 15px!important;
}
.us-btn-style_4 i{
		color: var(--black);
}
.us-btn-style_5 i {
	background: var(--black);
	color: var(--white);
}
.us-btn-style_1,
.us-btn-style_4,
.us-btn-style_5{
	padding: 6px 8px 6px 24px!important;
}
.home-top .l-section-h {
	height: 550px;
	display: flex;
	align-items: flex-end;
}
.attivita-box .w-iconbox-icon {
	width: 70px;
	height: 70px;
	background: var(--black);
	border-radius: 50px;
}
.attivita-box .w-iconbox-icon svg {
	font-size: 40px!important;
}
.attivita-box .w-iconbox-title {
	font-size: 25px;
	line-height: 32px;
}
.clmn-attivita {
		padding: 0px 40px;
}
.ufficio-row {
	height: 450px;
}
.section-ufficio .l-section-h {
	background: var(--dark-grey);
	z-index: 0;
}
.ufficio-row {
	padding: 30px;
	position: relative;
}
.ufficio-row:after {
	content: '';
	position: absolute;
	background: var(--black);
	opacity: 0.5;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ufficio-row .wpb_column {
	z-index: 1;
}
.ufficio-row h1,
.ufficio-row h2,
.ufficio-row h3,
.ufficio-row h4,
.ufficio-row p {
	color: var(--white);
}
.ufficio-rowtext {
	padding: 30px 0px;
}
.ufficio-rowtext p {
	max-width: 75%;
	margin: 0 auto;
}
.ybtn-center {
	margin: 0 auto;
    max-width: fit-content;
}
.dark-beigesection {
	background: var(--dark-grey);
}
.white-section {
	background: var(--white);
}
.ynumbers-box {
	background: var(--white);
	    backdrop-filter: blur(5px);
	width: 200px;
	height: 200px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.ynumbers-box p {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
	text-transform: uppercase;
	text-align: left;
	line-height: 17px;
	max-width: 75%;
}
.ynumbers-box span{
	display: block;
	font-size: 54px;
	line-height: 50px;
    font-weight: 600;
	text-align: left;
	color: var(--black);
}
.ynumbers-box.absolute {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)!important;
}
.yicons-contacts:not(:last-child) {
	margin-bottom: 15px;
}
.yicons-contacts .w-iconbox-title {
	letter-spacing: 0.5px;
}
.yicons-contacts .w-iconbox-icon {
	font-size: 14px!important;
	margin-right: 10px!important;
}
.img-logo img {
	height: 55px;
	object-fit: contain;
}
.border-top .l-section-h{
	border-top: 1px solid #bbbbba;
	padding-top: 80px;
}
.title-footer h1,
.title-footer h2,
.title-footer h3,
.title-footer p {
	font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
	color: var(--white);
	margin-bottom: 8px;
	letter-spacing: 0.5px;
}
.border-bottom {
	border-bottom: 1px solid #ffffff47;
	padding-bottom: 50px;
}
#page-footer  p {
	font-size: 15px;
	font-weight: 300;
}
.yrow-form {
	display: flex;
	justify-content: space-between;
}
.yrow-form p {
	width: 49%;
}
.wpcf7-list-item-label {
	font-size: 14px;
	line-height: 20px;
	color: var(--black);
}
input[type=checkbox] {
	border: 1px solid var(--black)!important;
	box-shadow: unset!important;
}
.yhome-top .post_title {
	    font-size: 60px;
    line-height: 60px;
}
.ysectors-icon .w-iconbox-icon {
	font-size: 60px!important;
}
.ysectors-icon .w-iconbox-title {
	    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
	.home-top .l-section-h {
		height: 715px!important;
	}
	.big-title h1, .big-title h2, .big-title h3, .big-title h4, .big-title p {
	font-size: 45px;
    line-height: 50px;
	max-width: 100%;
    padding-bottom: 50px;
	}
	.clmn-attivita {
    padding: 0px 24px;
}
	.ynumbers-box {
		width: 160px;
    height: 160px;
	margin-bottom: 30px !important;
	}
	.ynumbers-box p {
		height: 130px;
	}
	.img-logo img {
		height: 45px;
	}
	.yhome-top .post_title {
    font-size: 46px;
    line-height: 54px;
}
	.page-id-46 .main-titles p {
	font-size: 29px;
    line-height: 40px;
	}
	.yrow-form p {
    width: 100%;
		margin-bottom: 16px;
}
	.yrow-form {
		flex-direction: column;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
	.big-title h1, .big-title h2, .big-title h3, .big-title h4, .big-title p {
	font-size: 50px;
    line-height: 58px;
	max-width: 100%;
	}
	.home-top .l-section-h {
	height: 575px!important;
	}
	.clmn-attivita {
    padding: 0px 15px;
}
	.ynumbers-box {
	width: 155px;
    height: 155px;
	margin-bottom: 20px !important;
	}
	.ynumbers-box p {
	height: 130px;
	}
	.logo-footer img {
		object-fit: contain;
	}
	.ynumbers-box span {
	font-size: 50px;
    line-height: 50px;
	}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
	font-size: 33px;
    line-height: 43px;
	}
	.attivita-box .w-iconbox-icon {
	width: 60px;
    height: 60px;
	}
	.attivita-box .w-iconbox-icon svg {
    font-size: 30px !important;
}
}
@media screen and (min-width: 1280px) and (max-width: 1499.98px) {
	.home-top .l-section-h {
		height: 480px!important;
	}
	.yhome-top .post_title {
    font-size: 50px;
    line-height: 56px;
}
}
