/*
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 {
  --deep-blue: #0A154D;
  --white: #ffffff;
  --green: #75DB5A;
	 --grey: #f6faff;
}

.main-titles h1,
.main-titles h2,
.main-titles h3,
.main-titles h4,
.main-titles p {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 30px;
	color: var(--deep-blue);
	font-weight: 500;
}
.main-titles.white h1,
.main-titles.white h2,
.main-titles.white h3,
.main-titles.white h4,
.main-titles.white p {
	color: var(--white);
}
.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
	padding-top: 0px!important;
}
.blue-bg {
	background: var(--deep-blue);
	position: relative;
}
.grey-bg {
		background: var(--grey);
}
/*.blue-bg:after {
    content: '';
    position: absolute;
    right: 0;
	bottom: -8px;
    width: 325px;
    height: 190px;
    background-image: url(images/white-element-circuito.svg);
    opacity: 1;
}*/
.services-box .w-iconbox-icon {
	font-size: 60px;
}
.services-box .w-iconbox-title {
	text-transform: uppercase;
	font-size: 20px;
}
.services-box p {
	color: var(--color-content-text);
}
.services-box p i {
	width: 40px;
	height: 40px;
	background: var(--color-content-secondary);
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 50px;
	color: var(--color-content-primary);
	margin-left: 8px;
	font-weight: 200;
}
.services-box p a {
	color: var(--color-content-text);
}
ul.ylist {
	list-style: none;
	margin: 0px;
}
ul.ylist li {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 0px 15px 30px;
	font-weight: 600;
}
ul.ylist li:before {
	content: '\f00c';
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0px;
	color: var(--green);
}
.contacts-box .w-iconbox-icon {
	width: 50px;
	min-width: 50px;
	height: 50px;
	background: var(--green);
	border-radius: 50px;
	
}
.contacts-box .w-iconbox-icon i {
	color: var(--white);
	font-size: 20px;
}
.logo-footer .w-image-h img {
	width: 180px;
}
.footer-title h2,
.footer-title h3,
.footer-title p {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: var(--green);
	margin-bottom: 15px;
}
.ybottom {
	padding: 20px 0px!important;
	font-size: 14px;
	letter-spacing: 1px;
}
li.current-menu-item .w-nav-title {
	font-weight: 600;
}
.top-section {
	height: 300px;
	background: var(--color-footer-bg-grad);
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-section h1,
.top-section h2,
.top-section h3,
.top-section h4,
.top-section p {
	color: var(--white);
	font-size: 60px;
	line-height: 60px;
}
li.menu-item {
	line-height: 80px;
}
li.current-menu-item .w-nav-title {
	position: relative;
}
li.current-menu-item .w-nav-title:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--green);
	left: 0;
	bottom: -10px;
}
.yrow-form {
	display: flex;
	justify-content: space-between;
}
.yrow-form p {
	width: 49%;
}
#page-header.sticky .w-nav-title ,
#page-header.sticky .w-nav-control ,
#page-header .type_mobile .w-nav-title {
	color: var(--deep-blue);
} 
#page-header .w-nav-title ,
#page-header .w-nav-control {
	color: var(--white);
}
#page-header .type_mobile .w-nav-anchor:not(.w-btn) {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.yphone-header {
	margin-left: 40px;
}
.yphone-header a {
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: var(--green);
	border-radius: 50px;

}

/* OTTIMIZZAZIONE */

@media screen and (max-width: 767.98px) {
	section.section-esterna.l-section {
		padding-top: 100px;
		padding-bottom: 100px !important;
	}
	.gap-colonne-section.g-cols.via_grid {
		grid-gap: 2rem;
	}
	.has_scroll_effects.has_translate_y {
		transform: none;
	}
	section.section-esterna.l-section .w-hwrapper {
		gap: 3rem;
		justify-content: space-around;
	}
	section.section-esterna .colonna-interna {
		padding-left: 0;
		padding-right: 0;
	}
	section.section-esterna .g-cols .colonna-interna.wpb_column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	section .g-cols.via_grid>.wpb_column.stretched {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.testo-centrato {
		text-align: center;
	}
	ul.ylist li {
		padding: 15px 0 15px 0;
	}
	#colonne-servizi-home.g-cols.cols_3 {
    	grid-template-columns: repeat(1, 1fr);
		gap: 5rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	section.section-esterna.l-section {
		padding-top: 85px;
		padding-bottom: 85px !important;
	}
	.gap-colonne-section.g-cols.via_grid {
		grid-gap: 2rem;
	}
	.has_scroll_effects.has_translate_y {
		transform: none;
	}
	section.section-esterna.l-section .w-hwrapper {
		gap: 3rem;
		justify-content: space-around;
	}
	section.section-esterna .colonna-interna {
		padding-left: 0;
		padding-right: 0;
	}
	section.section-esterna .g-cols .colonna-interna.wpb_column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	section .g-cols.via_grid>.wpb_column.stretched {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.testo-centrato {
		text-align: center;
	}
	ul.ylist li {
		padding: 15px 0 15px 0;
	}
	.section-esterna .w-image-h {
		width: 70%;
		margin: auto;
	}
}

@media (min-width: 992px) and (max-width: 1023.98px) {
	section.section-esterna.l-section {
		padding-top: 80px;
		padding-bottom: 80px !important;
	}
	.gap-colonne-section.g-cols.via_grid {
		grid-gap: 2rem;
	}
	.has_scroll_effects.has_translate_y {
		transform: none;
	}
	section.section-esterna.l-section .w-hwrapper {
		gap: 3rem;
		justify-content: space-around;
	}
	section.section-esterna .colonna-interna {
		padding-left: 0;
		padding-right: 0;
	}
	section.section-esterna .g-cols .colonna-interna.wpb_column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	section .g-cols.via_grid>.wpb_column.stretched {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.testo-centrato {
		text-align: center;
	}
	ul.ylist li {
		padding: 15px 0 15px 0;
	}
	.section-esterna .w-image-h {
		width: 70%;
		margin: auto;
	}
}

@media (min-width: 1024px) and (max-width: 1139.98px) {
	.gap-colonne-section.g-cols.via_grid {
		grid-gap: 2rem;
	}
	section.section-esterna.l-section .w-hwrapper {
		gap: 3rem;
	}
	section.section-esterna .colonna-interna {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}

@media (min-width: 1140px) and (max-width: 1279.98px) {
	.gap-colonne-section.g-cols.via_grid {
		grid-gap: 2rem;
	}
	section.section-esterna.l-section .w-hwrapper {
		gap: 3rem;
	}
	section.section-esterna .colonna-interna {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
}

@media (min-width: 1280px) and (max-width: 1339.98px) {
	.gap-colonne-section.g-cols.via_grid {
		grid-gap: 2rem;
	}
}