/*
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: #f1c52a;
	/*--imn-blue: #566478;*/
	--imn-blue: #232d35;
}
h1.intro {
	color: #f8f8f8;
	font-size: 30px;
	text-transform: uppercase;
}
h1,
h3,
h4 {
	color: #f8f8f8;
}
h2 {
	color: var(--imn-yellow);
	padding-bottom: 30px;
}
h4.subtitle {
	color: #fff;
	padding-bottom: 30px;
	font-size: 30px;
}
p.text-description {
	color: var(--imn-blue);
	font-size: 17px;
}
.intro {
	position: relative;
}
.intro:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 60px;
	background: var(--imn-yellow);
	left: -72px;
	top: 15px;
}

/*bottone*/
.fancy {
	background-color: transparent;
	border: 2px solid var(--imn-yellow);
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 1.25em 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	user-select: none;
	font-size: 13px;
}
.fancy-right {
	background-color: transparent;
	border: 2px solid var(--imn-yellow);
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 1.25em 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	user-select: none;
	font-size: 13px;
}
.fancy-right-blu {
	background-color: transparent;
	border: 2px solid var(--imn-blue);
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 1.25em 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	user-select: none;
	font-size: 13px;
}
.fancy-right-blu::before {
	content: " ";
	width: 1.5625rem;
	height: 2px;
	background: var(--imn-blue);
	top: 50%;
	left: 1.5em;
	position: absolute;
	transform: translateY(-50%);
	transform-origin: center;
	transition: background 0.3s linear, width 0.3s linear;
}
.fancy-right-blu .text {
	font-size: 1.125em;
	line-height: 1.33333em;
	padding-left: 2em;
	display: block;
	text-align: left;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--imn-blue);
}
.fancy-right-blu .top-key {
	height: 2px;
	width: 1.5625rem;
	top: -2px;
	left: 0.625rem;
	position: absolute;
	background: var(--imn-yellow);
	transition: width 0.5s ease-out, left 0.3s ease-out;
}
.fancy-right-blu .bottom-key-1 {
	height: 2px;
	width: 1.5625rem;
	right: 1.875rem;
	bottom: -2px;
	position: absolute;
	background: var(--imn-yellow);
	transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy-right-blu .bottom-key-2 {
	height: 2px;
	width: 0.625rem;
	right: 0.625rem;
	bottom: -2px;
	position: absolute;
	background: var(--imn-yellow);
	transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy-right-blu:hover {
	color: white;
	background: var(--imn-blue);
}
.fancy-basso {
	background-color: transparent;
	border: 2px solid var(--imn-yellow);
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 0.75em 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	user-select: none;
	font-size: 13px;
}
.fancy-center {
	background-color: transparent;
	border: 2px solid var(--imn-yellow);
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
 	display: inline-block;
	float: none;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 1.25em 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	user-select: none;
	font-size: 13px;
	margin-left: 28%;
}
.fancy::before,
.fancy-right::before,
.fancy-center::before,
.fancy-basso::before {
	content: " ";
	width: 1.5625rem;
	height: 2px;
	background: var(--imn-yellow);
	top: 50%;
	left: 1.5em;
	position: absolute;
	transform: translateY(-50%);
	transform-origin: center;
	transition: background 0.3s linear, width 0.3s linear;
}
.fancy .text,
.fancy-right .text,
.fancy-center .text,
.fancy-basso .text {
	font-size: 1.125em;
	line-height: 1.33333em;
	padding-left: 2em;
	display: block;
	text-align: left;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--imn-yellow);
}
.fancy .top-key,
.fancy-right .top-key,
.fancy-center .top-key,
.fancy-basso .top-key {
	height: 2px;
	width: 1.5625rem;
	top: -2px;
	left: 0.625rem;
	position: absolute;
	background: var(--imn-blue);
	transition: width 0.5s ease-out, left 0.3s ease-out;
}
.fancy .bottom-key-1,
.fancy-right .bottom-key-1,
.fancy-center .bottom-key-1,
.fancy-basso .bottom-key-1 {
	height: 2px;
	width: 1.5625rem;
	right: 1.875rem;
	bottom: -2px;
	position: absolute;
	background: var(--imn-blue);
	transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy .bottom-key-2,
.fancy-right .bottom-key-2,
.fancy-center .bottom-key-2,
.fancy-basso .bottom-key-2 {
	height: 2px;
	width: 0.625rem;
	right: 0.625rem;
	bottom: -2px;
	position: absolute;
	background: var(--imn-blue);
	transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy:hover,
.fancy-right:hover,
.fancy-center:hover,
.fancy-basso:hover {
	color: white;
	background: var(--imn-yellow);
}
.fancy:hover::before,
.fancy-right:hover::before,
.fancy-center:hover::before,
.fancy-basso:hover::before,
.fancy-right-blu:hover::before {
	width: 0.9375rem;
	background: white;
}
.fancy:hover .text,
.fancy-right:hover .text,
.fancy-center:hover .text,
.fancy-basso:hover .text,
.fancy-right-blu:hover .text {
	color: white;
	padding-left: 1.5em;
}
.fancy:hover .top-key,
.fancy-right:hover .top-key,
.fancy-center:hover .top-key,
.fancy-basso:hover .top-key,
.fancy-right-blu:hover .top-key {
	left: -2px;
	width: 0px;
}
.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2,
.fancy-right:hover .bottom-key-1,
.fancy-right:hover .bottom-key-2,
.fancy-center:hover .bottom-key-1,
.fancy-center:hover .bottom-key-2,
.fancy-basso:hover .bottom-key-1,
.fancy-basso:hover .bottom-key-2,
.fancy-right-blu:hover .bottom-key-1,
.fancy-right-blu:hover .bottom-key-2 {
	right: 0;
	width: 0;
}



.allineamento {
	justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    display: flex;
}
.w-post-elm.post_taxonomy.usg_post_taxonomy_1.style_simple.color_link_inherit {
	text-align: end;
}
h5.w-iconbox-title {
	font-size: 25px;
	color: #fff;
}
.form-row p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.form-row p label {
	width: 49%;
}
.w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, textarea, input:not([type=submit]) {
	border-bottom: solid 1px var(--imn-yellow)!important;
	background: var(--imn-blue)!important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-top: 30px;
}
.text-footer {
	color: #000;
	font-size: 18px;
}
.text-footer-sotto {
	color: #000;
	font-size: 16px;
}
p.text-footer a {
	color: var(--imn-blue);
}
h4.footer-title {
	color: var(--imn-blue);
	font-size: 30px;
	padding-bottom: 30px;
	padding-top: 44px;
}
/*h1.titolo-pagine-interne {
	color: #f8f8f8;
	font-size: 60px;
	text-transform: uppercase;
}*/
.titolo-pagine-interne {
	position: relative;
}
.titolo-pagine-interne:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 60px;
	background: #fff;
	left: -72px;
	top: 50%;
}
.w-image.img-dietro.align_none {
	margin-left: -450px;
    margin-top: -40px;
}
h3.subtitle {
	color: var(--imn-yellow);
	padding-bottom: 30px;
	font-size: 32px;
}
ul.lista {
	list-style: none;
	padding-top: 20px;
}
ul.lista li {
	position: relative;
	margin-bottom: 12px;
}
ul.lista li:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    left: -45px;
    font-size: 17px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
}
ul.lista li:before{
	color: var(--imn-yellow);
	left: -38px;
}
h5.clienti {
	color: #f5f5f5;
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
h1.page-name {
	color: var(--imn-yellow);
	font-size: 100px;
	text-transform: uppercase;
}
.banda {
	padding-top: 20px;
	padding-bottom: 20px;
}
.img-con-banda :hover {
	position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    width: 100%;
    height: 100%;
}
.wpcf7-not-valid-tip {
	color: var(--imn-yellow);
}
h4.w-iconbox-title {
	font-size: 30px;
}
h6.nome-cliente {
	color: var(--imn-yellow);
	font-size: 25px;
}
.img-testimonianze .vc_column-inner {
	justify-content: center;
	display: flex;
}
.menu-item.level_1:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	bottom: 25px;
	left: calc(50% - 2px);
	background: var(--imn-yellow);
	will-change: transform;
	transform: scale(0);
	transition: transform 0.2s ease;
}
.menu-item.level_1:hover:after {
	transform: scale(1);
}
.l-header.id_32.pos_fixed.bg_solid.shadow_thin.sticky {
	background: var(--imn-blue);
}
p.titolo-post-box {
	color: var(--imn-blue);
	font-size: 25px;
}
h1.w-post-elm.post_title.entry-title.color_link_inherit {
	color: var(--imn-yellow);
}
.w-post-elm.post_taxonomy {
	text-align: center;
	justify-content: center;
	display: flex;
}
span.yellow-text {
	color: var(--imn-yellow);
}
h3.post_title {
	font-size: 30px;
}
.w-nav-anchor.level_2 {
	padding-left: 9px!important;
}

.menu-item:after a.w-nav-anchor.level_2 {
	display: none!important;
}
label.campo-form-title {
	color: #8e9397;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}



@media (max-width: 767.98px) {
	.notizie .w-hwrapper.usg_hwrapper_1.align_left.valign_middle,
	.notizie .w-hwrapper.usg_hwrapper_1.align_left.valign_middle {
		display: flex;
		flex-wrap: wrap;
	}
	.fancy-right {
		float: left;
	}
	.footer-title,
	.text-footer {
		text-align: left!important;
	}
	h1.page-name {
		font-size: 60px;
	}
	.page-name {
		text-align: left!important;
	}
	.menu-item.level_1:after {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.notizie .w-hwrapper.usg_hwrapper_1.align_left.valign_middle,
	.notizie .w-hwrapper.usg_hwrapper_1.align_left.valign_middle {
		display: flex;
		flex-wrap: wrap;
	}
	.g-cols.via_flex.valign_bottom>div>.vc_column-inner, .g-cols.via_grid.valign_bottom>.vc_column_container {
		justify-content: flex-start;
	}
	.fancy-center {
		margin-left: 6%;
	}
	.spaziatura-sx-dx,
	.l-section.wpb_row.us_custom_b03640aa.height_large.width_custom {
		padding-left: 0.5rem;
    	padding-right: 0.5rem;
	}
	p.text-description {
		line-height: 23px;
	}
	.text-footer a {
		word-break: break-all;
	}
	.menu-item.level_1:after {
		display: none;
	}
	h1.page-name {
		font-size: 72px;
	}
	h5.clienti {
		word-break: break-all;
	}
	.w-image.img-dietro.align_none {
		margin-left: -50px;
	}
	.notizie  {
		display: flex!important;
		flex-wrap: wrap;
	}
	.notizie .wpb_column {
		width: calc(100% / 2)!important;
	}
	.notizie {
		justify-content: center;
	}
}

@media (min-width: 992px) and (max-width: 1023.98px) {
	.fancy-center {
		margin-left: 6%;
	}
	.menu-item.level_1:after {
		display: none;
	}
	.notizie  {
		display: flex!important;
		flex-wrap: wrap;
	}
	.notizie .wpb_column {
		width: calc(100% / 2)!important;
	}
	.notizie {
		justify-content: center;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	h1.page-name {
		font-size: 90px;
	}
	.notizie  {
		display: flex!important;
		flex-wrap: wrap;
	}
	.notizie .wpb_column {
		width: calc(100% / 2)!important;
	}
	.notizie {
		justify-content: center;
	}
}

@media (min-width: 1280px) and (max-width: 1339.98px) {
	
}




