/*
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 {
	--imn-lightblue: #0D91D3;
	--imn-darkblue: #043F56;
}

.pt-0 > .l-section-h { padding-top: unset !important; }

.ventaglio:before {
	content: "";
    left: -100px;
    height: 100%;
    width: 100px;
    z-index: 0;
    bottom: 0;
    position: absolute;
    background: #0d91d3;
    clip-path: polygon(11% 18%, 100% 95%, 235% 0);
}
.w-image.ventaglio {
	position: relative;
}
.iconbox-style p.w-iconbox-title {
	font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Assistant';
    color: var(--imn-lightblue);
}
.white-image.w-image {
	max-width: 125px;
    background: var(--imn-lightblue);
    padding: 17px 31px;
    position: absolute;
    top: -30px;
    left: -30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.title-services.w-vwrapper {
	background: white;
    padding: 40px 0 0;
    margin-top: -100px;
    position: relative;
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 -2px 5px 1px #0000001a;
}
.title-services.w-vwrapper .w-btn-wrapper {
	width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: unset;
	margin-top: 30px;
}
.title-services.w-vwrapper .w-btn-wrapper a.w-btn {
	width: 100%;
}
.divider-title > div {
	width: 50px;
    height: 6px;
    background: var(--imn-lightblue);
    margin: auto auto 30px;
}
.fs-h2 h2 {
	color: white;
    font-size: 2.2rem;
}
.wpb_text_column.title-footer {
	    color: var(--imn-lightblue) !important;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blue-section .w-iconbox :is(h3, h3 a:hover) {
	font-size: 1.5rem;
	color: white;
}
.blue-section .w-iconbox .w-iconbox-text {
	color: white;
}
.w-hwrapper.blue-section {
	justify-content: space-between;
}
.w-hwrapper.blue-section .w-iconbox-icon {
	font-size: 2.3rem;
    max-width: 125px;
    background: var(--imn-lightblue);
    padding: 17px 31px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
.w-hwrapper.blue-section .w-iconbox-icon i {
	color: white;
	font-size: 1.6rem;
}
.footer-style nav ul li,
.footer-style nav ul li :is(a, a:hover) {
	color: white;
	margin-bottom: 4px !important;
	line-height: 1.8;
}
.bottom-footer {
	margin-top: 80px !important;
    padding-top: 50px;
    border-top: solid #fdfdfd1a;
}
.contacts-header p {
	display: flex;
    flex-direction: column;
    text-align: right;
	font-weight: 600;
	position: relative;
}
.contacts-header p > :is(a, a:hover) {
	color: white;
}
.contacts-header p > a:first-child {
	padding-bottom: 10px;
	display: flex;
    align-items: center;
   /* margin-bottom: 10px;
    border-bottom: solid 1px #c0c0c0; */
}
.contacts-header p i {
	margin-left: 12px;
	color: var(--imn-lightblue);
	font-size: 1.3rem;
}
section.l-section.first-section-header {
	display: flex;
    align-items: flex-end;
}
.first-section-header h1 {
	color: white;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
}
.first-section-header nav.g-breadcrumbs {
	width: fit-content;
    margin: auto;
    background: var(--imn-darkblue);
    padding: 6px 21px;
}
.first-section-header .g-breadcrumbs-separator i,
.first-section-header nav.g-breadcrumbs :is(a, a:hover) {
	color: white;
}
.carousel-marchi .owl-item article {
	max-width: 290px;
	aspect-ratio: 1 / 1;
    background: white;
}
.carousel-marchi .owl-item {
	display: flex;
    align-items: center;
    justify-content: center;
	align-self: center;
}
.carousel-marchi .owl-item article > .w-grid-item-h {
	display: flex;
    align-items: center;
}
.single-marchio .w-grid-item-h {
	padding: 25px;
	justify-content: center;
}
.fs-marchi h2 { 
	font-size: 1.8rem;
}
.single-marchio .owl-carousel.navpos_outside .owl-prev {
	right: 90%;
}
.single-marchio .owl-carousel.navpos_outside .owl-next {
	left: 90%;
}
header.l-subheader-cell.at_right {
	height: 100%;
}
.l-subheader-cell.at_right {
	height: 100%;
}
.contacts-header {
	position: relative;
	height: 100%;
    display: flex;
    align-items: center;
}

.contacts-header:before {
	z-index: 0;
    content: "";
    position: absolute;
    background: var(--imn-darkblue);
    right: -2rem;
    height: 100%;
    width: calc(100% + 5rem);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.wrap-form .row {
	margin-bottom: 12px;
}

.wrap-form .row2 > p {
	display: flex;
	gap: 25px;
	margin-bottom: 12px;
}
.wrap-form textarea {
	max-height: 100px;
}
.wpb_column.contact-col {
	background: var(--imn-darkblue);
    padding: 40px;
	clip-path: polygon(0% 0%, 100% 0, 94% 100%, 0% 100%);
}
.wpb_column.contact-col p {
	color: white;
}
.wpb_column.contact-col .w-iconbox-text p { color: white; margin-bottom: 30px; }
.orario-style h4,
.wpb_column.contact-col h3.w-iconbox-title a,
.wpb_column.contact-col h3.w-iconbox-title {
	font-size: 1.2rem;
	color: white;
}
.orario-style p { margin-bottom: 8px;}
.orario-style {
	position: absolute;
    z-index: 99;
    background: var(--imn-darkblue);
    padding: 40px 50px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    color: white;
	right: 0;
}

@media (min-width: 920px) {
	.wrap-form .row2 > p > span {
		width: 50%;
	}
}
@media (max-width: 919px) {
	.white-image.w-image {
		max-width: 102px;
		left: -10px;
	}
	.row-services-a .vc_col-sm-4.wpb_column {
		margin-bottom: 100px !important;
	}
}
@media (max-width: 768px) {
	.w-hwrapper.blue-section {
		flex-direction: column;
		gap: 50px;
	}
	.first-section-header h1 {
		font-size: 1.8rem;
	}
	.orario-style {
		position: relative;
	}
	.wrap-form .row2 > p {
		flex-direction: column;
	}
	.wrap-form .row2 > p {
		margin-bottom: 25px;
	}
	section.l-section.first-section-header {
		background-size: cover !important;
		background-position: center !important;
	}
}
