/*
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-darkred: #a5221c;
	--imn-red: #cc3a33;
	--imn-lightred: #db4e47;
	--imn-grey: #b5a09f;
}

.pr-80 { padding-right: 80px; }
.mt-40 { margin-top: 40px; }
.txt-white :is(h1, h2, p) { color: white; }


.header_hor .l-header.pos_fixed~.l-main>.l-section.section-slider:first-of-type>.l-section-h {
	padding-top: unset;
}
.icon-style .w-iconbox-icon {
	font-size: 2rem;
    width: 70px;
    height: 70px;
	min-width: 70px;
    background: var(--imn-lightred);
}
.mb-0.w-iconbox.icon-style { margin-bottom: 0px; }
.w-iconbox.icon-style {
	margin-bottom: 40px;
}
.icon-style .w-iconbox-icon i {
	font-size: 1.5rem;
	color: white;
}
.icon-style .w-iconbox-text,
.icon-style :is(a, a:hover) {
	color: white;
}
.icon-style .w-iconbox-title {
	color: white;
    font-size: 1.5rem;
	font-weight: 600;
    padding-bottom: 6px !important;
}
.small-title p {
	font-weight: 600;
    color: var(--imn-red);
    margin-bottom: 20px;
    font-size: 18px;
}

.carousel-prodotti h3 {
	font-size: 1.5rem;
	margin-top: 20px;
}
.carousel-prodotti .w-grid-item-h {
	background: white;
	box-shadow: 0px 2px 8px #0000003d;
}
.carousel-prodotti .w-vwrapper {
	padding: 30px;
}
.w-grid.carousel-prodotti {
	margin-top: -150px;
}
.carousel-recensioni .w-grid-item-h {
	padding: 40px;
	text-align: center;
	font-size: 19px;
    line-height: 1.5;
}
.carousel-recensioni .us_testimonial_author > span {
	font-weight: 600;
	color: var(--imn-red);
	margin-top: 30px;
}
a.btn-style.w-btn i,
a.btn-style.w-btn span {
	z-index: 2;
    position: relative;
}
a.btn-style.w-btn:after {
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--imn-darkred);
	position: absolute;
	transition: 350ms;
}

a.btn-style.w-btn:hover:after {
	width: 100%;
	transition: 350ms;
}
.header-style div :is(a, a:hover),
.header-style .g-breadcrumbs {
	color: white;
	font-size: 18px;
}
.price-style {
	font-weight: 600;
}
.wrapper-form .row2 > p {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.menu-style li {
	font-weight: 600;
	font-size: 19px;
	text-transform: uppercase;
}
#footer-style {
	background: #121212;
}
#footer-style img {
	max-width: 120px;
}
#footer-style h3 {
	font-size: 24px;
	margin-bottom: 30px;
	color: white;
}
#footer-style .w-iconbox-icon {
    background: var(--imn-lightred);
    padding: 10px;
    width: 50px;
    height: 50px;
}
#footer-style .w-iconbox-icon i {
	color: white;
    font-size: 23px;
}
#footer-style .w-iconbox-title {
	font-weight: 500;
    color: #ffffff66;
    padding-bottom: unset;
}
#footer-style .w-iconbox-text p > a {
	color: white;
    font-size: 16px;
    line-height: 1.2
}
#footer-style .w-iconbox {
	margin-bottom: 25px;
}
#footer-style .wpb_row.row-bottom :is(p, a),
#footer-style ul li a {
	color: white;
}
#footer-style .wpb_row.row-bottom {
	padding-top: 50px;
    border-top: solid 2px #ffffff36;
    margin-top: 50px;
}
#footer-style ul {
	list-style-type: none;
	margin-left: unset;
}
.orari-style p {
	margin-bottom: 13px;
    font-size: 19px;
    color: white;
}

