/*
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-blue: #1f5267;
	--imn-gold: #b29557;
}
h1.title {
	color: var(--imn-gold);
	font-size: 65px;
	text-transform: uppercase;
}
h2.section-title {
	color: var(--imn-gold);
	text-transform: uppercase;
	font-size: 40px;
}
h2.title-intro {
	color: var(--imn-gold);
	text-transform: uppercase;
	font-size: 50px;
}
h3 span.number {
	color: var(--imn-gold);
	font-size: 55px;
	font-weight: 700;
	padding-right: 10px;
}
h3.box-title {
	color: #fff;
	font-size: 30px;
}
h3 {
	font-size: 35px!important;
}
h4.w-iconbox-title {
	color: var(--imn-blue);
}
.w-iconbox-text p {
	color: #000;
}

/*bottone*/
.button {
	position: relative;
	text-decoration: none;
	color: #e8e8e8;
	padding: 15px 30px;
	width: 170px;
	height: 60px;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: transparent!important;
	transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.button span , .button span::before {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	pointer-events: none;
	justify-content: center;
	transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.button span::before {
	content: 'Di più';
	top: -100%;
}
.button:before {
	top: 0;
	left: 0;
	border-top: 2px solid var(--imn-gold)!important;
	border-left: 2px solid var(--imn-gold)!important;
}
.button:after {
	bottom: 0;
	right: 0;
	border-bottom: 2px solid var(--imn-gold)!important;
	border-right: 2px solid var(--imn-gold)!important;
}
.button:after,
.button:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.button:hover {
	/*box-shadow: 0 0 30px rgba(248 ,155, 41,0.4),
	0 0 30px rgba(178, 149, 87,0.4);*/
}
.button:hover:before,
.button:hover:after {
	width: 100%;
	height: 100%;
}
.button:hover span {
  	top: 100%;
}
.button:active {
	scale: 0.95;
	/*box-shadow: 0 0 10px rgba(248 ,155, 41,0.4),
	0 0 10px rgba(178, 149, 87,0.4);*/
}

.scritta {
	position: relative;
}
.scritta::after {
	content: 'CHI SIAMO';
    position: absolute;
    font-size: 102px;
    color: var(--imn-gold);
    right: -51%;
    top: 86%;
    font-family: 'EB Garamond';
    transform: rotateZ(270deg);
    z-index: 5;
}
.scritta-perche {
	position: relative;
}
.scritta-perche::before {
	content: 'PERCHÈ NOI';
    position: absolute;
    font-size: 102px;
    color: var(--imn-gold);
    left: -15%;
    top: 91%;
    font-family: 'EB Garamond';
    transform: rotateZ(270deg);
    z-index: 5;
}
.servizi {
	position: relative;
}
.servizi::after {
	content: 'SERVIZI';
    position: absolute;
    font-size: 102px;
    color: var(--imn-gold);
    right: -139%;
    top: 200%;
    font-family: 'EB Garamond';
    transform: rotateZ(270deg);
    z-index: 5;
}
.servizi-caf {
	position: relative;
}
.servizi-caf::after {
	content: 'SERVIZI CAF';
    position: absolute;
    font-size: 96px;
    color: var(--imn-gold);
    right: -179%;
    top: 3%;
    font-family: 'EB Garamond';
    transform: rotateZ(270deg);
    z-index: 5;
}
.servizi-aziende {
	position: relative;
}
.servizi-aziende::after {
	content: 'SERVIZI AZIENDE';
    position: absolute;
    font-size: 82px;
    color: var(--imn-gold);
    right: -205%;
    top: 3%;
    font-family: 'EB Garamond';
    transform: rotateZ(270deg);
    z-index: 5;
}
.servizi-patronato {
	position: relative;
}
.servizi-patronato::before {
	content: 'SERVIZI PATRONATO';
    position: absolute;
    font-size: 96px;
    color: var(--imn-gold);
    left: -83%;
    top: 79%;
    font-family: 'EB Garamond';
    transform: rotateZ(270deg);
    z-index: 5;
}
.informazioni {
	position: relative;
}
.informazioni::after {
	content: 'INFORMAZIONI';
    position: absolute;
    font-size: 96px;
    color: var(--imn-gold);
    right: -248%;
    top: 47%;
    font-family: 'EB Garamond';
    transform: rotateZ(270deg);
    z-index: 5;
}
.immigrazione {
	position: relative;
}
.immigrazione::after {
	content: 'IMMIGRAZIONE';
    position: absolute;
    font-size: 96px;
    color: var(--imn-gold);
    right: -219%;
    top: -8%;
    font-family: 'EB Garamond';
    transform: rotateZ(270deg);
    z-index: 5;
}
.righe {
	position: relative;
}
.righe::before {
	top: 0;
  	left: 0;
  	border-top: 2px solid var(--imn-gold)!important;
  	border-left: 2px solid var(--imn-gold)!important;
}
.righe::after {
	bottom: 0;
	right: 0;
	border-bottom: 2px solid var(--imn-gold)!important;
	border-right: 2px solid var(--imn-gold)!important;
}
.righe:after,
.righe:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.righe:hover:before a,
.righe:hover:after a {
	width: 100%;
	height: 100%;
}
p.footer-title {
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 20px;
}
p.footer-text {
	font-size: 15px;
}
p.footer-text-sotto {
	font-size: 13px;
}
span.w-nav-title {
	font-size: 20px;
}
h4.services-title {
	color: var(--imn-gold);
	font-size: 35px;
}
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: "\f054";
    left: -45px;
    font-size: 14px;
    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{
	background: transparent;
	color: var(--imn-gold);
	left: -38px;
}
.black-text {
	color: #1F1F1F;
}

/*form*/
.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]) {
	color: #fff!important;
	background: transparent!important;
	border-collapse: var(--imn-gold)!important;
	box-shadow: 0px 0px 0px 1px rgba(178,149,87,0.40) inset!important;
}
.w-tabs-section-title {
	color: var(--imn-blue);
}
.w-tabs-section {
	border-color: var(--imn-gold);
}
.w-tabs-section-control {
	color: var(--imn-gold);
}
.w-socials-item {
	padding: 2rem!important;
}
.w-socials-list {
	justify-content: flex-end;
	display: flex;
	font-size: 1.3rem;
	padding-right: 15px;
}
.article-title {
	font-size: 70px;
	color: #fff;
}
.gt_selector.notranslate {
	color: #fff!important;
}
.l-header.id_119.pos_fixed.bg_transparent.shadow_none.sticky .gt_selector.notranslate,
.l-header.id_119.pos_fixed.bg_transparent.shadow_thin.sticky .gt_selector.notranslate {
	color: var(--imn-blue)!important;
}
.gt_selector.notranslate option {
	color: var(--imn-blue)!important;
}

@media screen and (max-width: 767.98px) {
	h1.title {
		font-size: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	h2.title-intro {
		text-align: center!important;
		font-size: 40px;
	}
	.scritta::after {
		content: 'CHI SIAMO';
		position: absolute;
		font-size: 65px;
		color: var(--imn-gold);
		right: -31%;
		top: 86%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.scritta-perche::before {
		content: 'PERCHÈ NOI';
		position: absolute;
		font-size: 60px;
		color: var(--imn-gold);
		left: -30%;
		top: 260%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	p.footer-title,
	p.footer-text {
		text-align: center!important;
	}
	.w-socials-list {
		justify-content: center;
	}
	.servizi-patronato::before {
		content: 'SERVIZI PATRONATO';
		position: absolute;
		font-size: 61px;
		color: var(--imn-gold);
		left: -83%;
		top: 79%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	h1.title {
		font-size: 50px;
	}
	.scritta::after {
		content: 'CHI SIAMO';
		position: absolute;
		font-size: 55px;
		color: var(--imn-gold);
		right: -64%;
		top: 84%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.scritta-perche::before {
		content: 'PERCHÈ NOI';
		position: absolute;
		font-size: 44px;
		color: var(--imn-gold);
		left: -37%;
		top: 91%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.g-cols.wpb_row.us_custom_e11ab399 {
		display: flex;
		flex-wrap: wrap;
	}
	.servizi::after {
		content: 'SERVIZI';
		position: absolute;
		font-size: 66px;
		color: var(--imn-gold);
		right: -132%;
		top: 75%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	p.footer-text a {
		word-break: break-all;
	}
	.servizi-caf::after,
	.servizi-aziende::after {
		display: none;
	}
	.w-hwrapper.valign_middle.stack_on_mobiles.align_none {
		--hwrapper-gap: 5rem!important;
	}
	.servizi-patronato::before {
		content: 'SERVIZI PATRONATO';
		position: absolute;
		font-size: 55px;
		color: var(--imn-gold);
		left: -89%;
		top: 79%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.informazioni::after {
		content: 'INFORMAZIONI';
		position: absolute;
		font-size: 63px;
		color: var(--imn-gold);
		right: -316%;
		top: 47%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.immigrazione::after {
		content: 'IMMIGRAZIONE';
		position: absolute;
		font-size: 54px;
		color: var(--imn-gold);
		right: -219%;
		top: -85%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
}

@media (min-width: 992px) and (max-width: 1023.98px) {
	.g-cols.wpb_row.us_custom_e11ab399 {
		display: flex;
		flex-wrap: wrap;
	}
	.scritta::after {
		content: 'CHI SIAMO';
		position: absolute;
		font-size: 71px;
		color: var(--imn-gold);
		right: -51%;
		top: 86%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.scritta-perche::before {
		content: 'PERCHÈ NOI';
		position: absolute;
		font-size: 54px;
		color: var(--imn-gold);
		left: -39%;
		top: 91%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.servizi::after {
		content: 'SERVIZI';
		position: absolute;
		font-size: 70px;
		color: var(--imn-gold);
		right: -89%;
		top: 33%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	h1.title {
		font-size: 55px;
	}
	.servizi-caf::after,
	.servizi-aziende::after {
		display: none;
	}
	.servizi-patronato::before {
		content: 'SERVIZI PATRONATO';
		position: absolute;
		font-size: 71px;
		color: var(--imn-gold);
		left: -83%;
		top: 79%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.informazioni::after {
		content: 'INFORMAZIONI';
		position: absolute;
		font-size: 73px;
		color: var(--imn-gold);
		right: -248%;
		top: 47%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	p.footer-text a {
		word-break: break-all;
	}
	.immigrazione::after {
		content: 'IMMIGRAZIONE';
		position: absolute;
		font-size: 64px;
		color: var(--imn-gold);
		right: -169%;
		top: -120%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.scritta::after {
		content: 'CHI SIAMO';
		position: absolute;
		font-size: 68px;
		color: var(--imn-gold);
		right: -51%;
		top: 86%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.scritta-perche::before,
	.servizi-caf::after {
		display: none;
	}
	.g-cols.wpb_row.us_custom_e11ab399 {
		display: flex;
		flex-wrap: wrap;
	}
	.servizi::after {
		content: 'SERVIZI';
		position: absolute;
		font-size: 85px;
		color: var(--imn-gold);
		right: -110%;
		top: 12%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	h1.title {
		font-size: 55px;
	}
	.servizi-patronato::before {
		content: 'SERVIZI PATRONATO';
		position: absolute;
		font-size: 85px;
		color: var(--imn-gold);
		left: -99%;
		top: 79%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.informazioni::after {
		content: 'INFORMAZIONI';
		position: absolute;
		font-size: 75px;
		color: var(--imn-gold);
		right: -264%;
		top: 47%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.immigrazione::after {
		content: 'IMMIGRAZIONE';
		position: absolute;
		font-size: 75px;
		color: var(--imn-gold);
		right: -219%;
		top: -8%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
}

@media (min-width: 1280px) and (max-width: 1339.98px) {
	h1.title {
		font-size: 60px;
	}
	.scritta::after {
		content: 'CHI SIAMO';
		position: absolute;
		font-size: 74px;
		color: var(--imn-gold);
		right: -51%;
		top: 86%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.scritta-perche::before {
		content: 'PERCHÈ NOI';
		position: absolute;
		font-size: 69px;
		color: var(--imn-gold);
		left: -42%;
		top: 116%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.servizi::after {
		content: 'SERVIZI';
		position: absolute;
		font-size: 74px;
		color: var(--imn-gold);
		right: -77%;
		top: 59%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.servizi-caf::after {
		content: 'SERVIZI CAF';
		position: absolute;
		font-size: 67px;
		color: var(--imn-gold);
		right: -112%;
		top: 3%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.servizi-patronato::before {
		content: 'SERVIZI PATRONATO';
		position: absolute;
		font-size: 76px;
		color: var(--imn-gold);
		left: -66%;
		top: 79%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.informazioni::after {
		content: 'INFORMAZIONI';
		position: absolute;
		font-size: 85px;
		color: var(--imn-gold);
		right: -213%;
		top: 47%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.immigrazione::after {
		content: 'IMMIGRAZIONE';
		position: absolute;
		font-size: 84px;
		color: var(--imn-gold);
		right: -178%;
		top: -8%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.servizi-aziende::after {
		display: none;
	}
}

@media (min-width: 1340px) and (max-width: 1599px) {
	.scritta-perche::before {
		content: 'PERCHÈ NOI';
		position: absolute;
		font-size: 77px;
		color: var(--imn-gold);
		left: -43%;
		top: 91%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.servizi::after {
		content: 'SERVIZI';
		position: absolute;
		font-size: 102px;
		color: var(--imn-gold);
		right: -65%;
		top: 6%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.servizi-caf::after {
		content: 'SERVIZI CAF';
		position: absolute;
		font-size: 71px;
		color: var(--imn-gold);
		right: -87%;
		top: -33%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.informazioni::after {
		content: 'INFORMAZIONI';
		position: absolute;
		font-size: 94px;
		color: var(--imn-gold);
		right: -181%;
		top: 47%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
	.servizi-aziende::after {
		display: none;
	}
	.immigrazione::after {
		content: 'IMMIGRAZIONE';
		position: absolute;
		font-size: 96px;
		color: var(--imn-gold);
		right: -161%;
		top: -269%;
		font-family: 'EB Garamond';
		transform: rotateZ(270deg);
		z-index: 5;
	}
}

