/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	Luigi;
Theme URI: http://impreza.us-themes.com/
Author URI: https://itmedianet.it/
*/

/*Add your own styles here:*/
@import url("assets/css/stylesheet.css");

:root {
	--imn-azure: #09fffe;
	--imn-blue: #00016e;
	--imn-black: #1c1c1c;
}
p {
	color: #827e7d;
}
.fs-18, .fs-18 p { font-size: 18px; }
.fw-700, .fw-700 p { font-weight: 700; }
.monda, .monda p { font-family: "Monda",sans-serif; }

.g-cols.via_grid.type_default>.has_bg_color.wpb_column.padding-right,
.wpb_column.padding-right {
	padding: 80px 35% 80px 120px;
}
.g-cols.via_grid.type_default>.has_bg_color.wpb_column.padding-left,
.wpb_column.padding-left {
	padding: 80px 120px 80px 35%;
}
.p-80120 {
	padding: 80px 120px;
}
.p-8040 {
	padding: 80px 40px;
}
a.btn-style {
	display: flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
}
a.btn-style i {
	background: white;
    color: var(--imn-blue);
    padding: 6px;
    width: 28px;
    height: 28px;
    border-radius: 50px
}
.txt-image p {
	color: var(--imn-black);
    position: relative;
    padding-right: 25px;
	margin-right: 20px;
}
.txt-image p:after {
	position: absolute;
    content: "";
    right: 0;
    width: 11px;
    height: 11px;
    background-color: var(--imn-azure);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}
.border-right {
	border-right: solid 1px #e2e2e2;
}
.border-top {
	border-top: solid 1px #e2e2e2;
}
.little p strong {
	font-family: 'Monda';
    border-bottom: solid 1px var(--imn-azure);
    padding-bottom: 8px;
}
.white :is(p, h1, h2, h3) {
	color: white;
}
.iconbox-style.w-iconbox {
	gap: 20px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.iconbox-style i {
	background: white !important;
    padding: 20px;
    border-radius: 50px;
    border: solid 2px var(--imn-azure);
    color: var(--imn-blue) !important;
}
.iconbox-style a p {
	font-family: 'Monda';
    font-weight: 500;
}
.iconbox-style .w-iconbox-text p {
	font-weight: 600;
    color: var(--imn-black);
}
.rs-layer i {
	padding: 10px;
    border-radius: 50px;
    border: solid 2px;
    width: 46px;
    text-align: center !important;
    margin-left: 16px !important;
	border-color: var(--imn-azure) !important;
}
.top-contact a:hover,
.top-contact a {
	font-family: 'Monda';
	display: flex;
	align-items: center;
	gap: 20px;
	color: var(--imn-blue);
}
.top-contact a i {
	border: solid 1px var(--imn-azure);
    padding: 12px;
    border-radius: 50px;
    color: var(--imn-blue);
    font-size: 21px;
}
.w-nav-list li {
	font-family: 'Monda';
	text-transform: uppercase;
	font-size: 18px;
}
.w-nav-list li .w-nav-title {
	position: relative;
}
.w-nav-list li .w-nav-title:after {
	content: "";
	left: 0;
	position: absolute;
	bottom: -4px;
	width: 0;
	height: 2px;
	background-color: var(--imn-azure);
	transition: 300ms;
}
.w-nav-list li.current_page_item .w-nav-title:after,
.w-nav-list li:hover .w-nav-title:after {
	width: 50%;
	transition: 300ms;
}
.w-nav-list li:first-child {
	border-left: solid 1px #e2e2e2;
}
.w-nav-list li{
	border-right: solid 1px #e2e2e2;
}
.first-section > .l-section-h {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-contacts .iconbox-style.w-iconbox {
	justify-content: flex-start;
}
.col-contacts > .vc_column-inner {
	gap: 18px;
    display: flex;
    flex-direction: column;
}
.wrapper-form .row,
.wrapper-form .row-2 {
	margin-bottom: 12px;
}
.wrapper-form .row-2 > p {
	display: flex;
	gap: 12px;
}
.wrapper-form .wpcf7-list-item-label > a {
	color: inherit;
	text-decoration: underline;
}
.footer-style :is(h4, p, td, th, a, li a, li a:hover) {
	color: #d3d3d3 !important;
}
.orario-footer {
	border: solid 1px var(--imn-azure);
	padding: 30px;
	height: fit-content;
}
.orario-footer :is(td, th) {
	border-bottom: unset;
	padding-left: unset;
}
#page-header .l-subheader.at_top {
	background-color: var(--imn-blue);
}
#page-header .l-subheader.at_top .w-html > div {
	display: flex;
	gap: 20px;
}
#page-header .l-subheader.at_top .w-html > div :is(a, a:hover) {
	gap: 6px;
    display: flex;
    align-items: center;
	color: #dfdfdf;
}
.carousel-loghi .owl-stage{
	display: flex;
	align-items: center;
}
.carousel-loghi .w-post-elm.post_image {
	max-width: 200px;
	margin: auto;
}
.list-style ul {
	list-style-type: none;
	margin-left: unset;
}
.list-style ul li i {
	color: var(--imn-blue);
    margin-right: 10px;
    padding: 10px;
    border: solid 1px var(--imn-azure);
    border-radius: 50px;
}
body {
	-webkit-tap-highlight-color: transparent;
}

@media (max-width: 820px) {
	.w-image.align_right,
	.w-image.align_left {
		text-align: center;
	}
	.txt-image p {
		width: fit-content;
		margin: auto;
	}
	.g-cols.via_grid.type_default>.has_bg_color.wpb_column.padding-left, .wpb_column.padding-left,
	.g-cols.via_grid.type_default>.has_bg_color.wpb_column.padding-right, .wpb_column.padding-right {
		padding: 2.5rem;
	}
	.iconbox-style.w-iconbox {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	div.p-8040 {
		padding: 2rem 0;
	}
	.border-right {
		border-right: unset;
	}
	.iconbox-style.w-iconbox.iconpos_left .w-iconbox-icon {
		margin-right: unset;
	}
	section.first-section {
		background-size: cover !important;
	}
	.wrapper-form .row-2 > p {
		flex-direction: column;
	}
	.wrapper-form .row-2 > p br {
		display: none;
	}
	.col-contacts table td {
		border-bottom: unset;
	}
	.col-contacts table th {
		padding-left: unset;
	}
	.footer-style :is(th, td),
	.col-contacts table :is(th, td) {
		display: block;
	}
}
@media (max-width: 1440px) {
	.top-contact a i {
		font-size: 14px;
	}
	.top-contact a p {
		display: none;
	}
	.rs-parallax-wrap i.fa-angle-right {
		aspect-ratio: 1 / 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}
