/*
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-yellow: #fce218;
	--imn-black: #1c1c1c;
}
.subtitle p {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Oxanium';
	font-size: 16px;
	color: #BBBBBB;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5 {
	color: #fff;
	font-size: 65px;
	font-weight: 600;
	text-transform: uppercase;
}
.title-big.black h1,
.title-big.black h2,
.title-big.black h3,
.title-big.black h4,
.title-big.black h5 {
	color: var(--imn-black);
	font-size: 75px;
	font-weight: 600;
	text-transform: uppercase;
}
.title h1 strong,
.title h2 strong,
.title h3 strong,
.title h4 strong,
.title h5 strong {
	color: transparent;
    -webkit-text-stroke: 1px #939393;
	font-weight: 600;
}
.little-title h1,
.little-title h2,
.little-title h3,
.little-title h4,
.little-title h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 15px;
}
.little-title.txt-22 h1,
.little-title.txt-22 h2,
.little-title.txt-22 h3,
.little-title.txt-22 h4,
.little-title.txt-22 h5 {
	font-size: 22px;
}
.little-title.black h1,
.little-title.black h2,
.little-title.black h3,
.little-title.black h4,
.little-title.black h5 {
	color: var(--imn-black);
}
.txt-white p {
	color: #969696;
}
.w-btn-wrapper {
	backdrop-filter: blur(5px);
	border-left: 7px solid var(--imn-yellow);
}
.blur-btn .fa-plus {
	display: inline-block;
	transition: transform 0.5s ease;
}
.blur-btn:hover .fa-plus {
	transform: rotate(180deg);
}
.mb-30 {
	margin-bottom: 30px!important;
}
.elm-centro {
	position: relative;
}
.elm-centro:before {
	position: absolute;
	content: '';
	background: var(--imn-yellow);
	height: 15px;
	width: 15px;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.elm-sx {
	position: relative;
}
.elm-sx:before {
	position: absolute;
	content: '';
	background: var(--imn-yellow);
	height: 100%;
	width: 4px;
	top: 0;
	left: -10px;
}
.pb-0 h1,
.pb-0 h2,
.pb-0 h3,
.pb-0 h4 {
	padding-bottom: 0;
}
.ml-30 {
	margin-left: 30px;
}
.icon-home h4 {
	color: #fafafa;
    font-size: 20px;
}
.icon-home.black h4,
.icon-home.txt-black h4 {
	color: var(--imn-black);
}
.icon-home.black svg path {
    fill: var(--imn-yellow)!important;
}
/*FORM*/
.form-row p,
.form-row-3-clm p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.form-row p label {
	width: 49%;
}
.form-row-3-clm p label {
	width: 32%;
}
.form-row input,
.form-row select,
.form-row-3-clm input,
.form-row-3-clm select,
textarea {
	border-left: 7px solid #fff;
}
.form-row input:focus,
.form-row select:focus,
.form-row-3-clm input:focus,
.form-row-3-clm select:focus,
textarea:focus{
	border-left: 7px solid var(--imn-yellow);
}
textarea {
	height: 60px;
}
.wpcf7-form-control::placeholder {
    color: #fff;
    opacity: 1;
}
/*FINE FORM*/

.email-footer h3 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
.arrow-freccia {
	padding: 1.5rem 2.5rem;
}
.arrow-freccia .fa-long-arrow-right {
	font-size: 25px;
}
.txt-footer a {
	color: var(--color-content-text);
}
.title-black h1,
.title-black h2,
.title-black h3,
.title-black h4 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
.txt-black p {
	color: #171717;
}
.row-slider .l-section-h.i-cf {
	padding-top: 0!important;
}
.w-nav-anchor {
	text-transform: uppercase;
    font-family: 'Oxanium';
	font-size: 15px;
    font-weight: 600;
}
.ush_menu_1.type_desktop {
    --menu-items-gap: 30px!important;
}
.pt-3rem {
	padding-top: 3rem;
}
.g-breadcrumbs-item span {
	text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oxanium';
    color: #bababa;
}
.g-breadcrumbs-separator {
	color: var(--imn-yellow);
    font-weight: 700;
}
.w-grid-item-h img {
	width: 100%;
}
.mt-4rem {
	margin-top: 4rem;
}
.link-white a {
	color: #969696;
}
.current-menu-item .w-nav-anchor,
.menu-item:hover .w-nav-anchor {
    border-top: 6px solid var(--imn-yellow);
}

@media screen and (max-width: 767.98px) {
	.title h1, .title h2, .title h3, .title h4, .title h5 {
		font-size: 55px;
	}
	.elm-centro:before {
		width: 100%;
	}
	.email-footer h3 {
		font-size: 27px;
	}
	.title-big.black h1, .title-big.black h2, .title-big.black h3, .title-big.black h4, .title-big.black h5 {
		font-size: 55px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.title h1, .title h2, .title h3, .title h4, .title h5 {
		font-size: 55px;
	}
	.flex {
		display: flex!important;
		flex-wrap: wrap;
	}
	.flex .wpb_column {
		width: 100%!important;
	}
	.email-footer h3 {
		font-size: 35px;
	}
	.flex-2clm {
		display: flex!important;
		flex-wrap: wrap;
	}
	.flex-2clm .wpb_column {
		width: calc(100% / 2 - 3rem) !important;
	}
	.title-big.black h1, .title-big.black h2, .title-big.black h3, .title-big.black h4, .title-big.black h5 {
		font-size: 70px;
	}
	.elm-centro:before {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1023.98px) {
	.title h1, .title h2, .title h3, .title h4, .title h5 {
		font-size: 60px;
	}
	.preventivo {
		display: flex!important;
		flex-wrap: wrap;
	}
}

@media (min-width: 1024px) and (max-width: 1139.98px) {
	.title h1, .title h2, .title h3, .title h4, .title h5 {
		font-size: 60px;
	}
	.preventivo {
		display: flex!important;
		flex-wrap: wrap;
	}
}

