/*
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: #004182;
	--imn-red: #820800;
	--imn-rosy: #B6A39E;*/
	--imn-light-blue: #0086d9; /*#a5c3d5;*/
	--imn-dark-blue: #172030;
	--imn-blue: #005396;
	--imn-black: #3f3f3f;
}
/*HEADER*/
.link-header .fal.fa-phone-alt,
.link-header .fal.fa-envelope {
	margin-right: 10px;
}
.link-header a {
	font-size: 16px;
}
.l-header.bg_transparent.shadow_thin .link-header {
	opacity: 0;
}
.l-header.bg_transparent.shadow_thin.sticky .link-header {
	opacity: 1;
}
.w-nav-list.level_1.hover_simple {
	padding-top: 340px!important;
	position: relative;
	padding-right: 0!important;
}
.w-nav-control.active {
	color: #fff;
	position: relative;
	z-index: 10;
}
.w-nav-control.active:hover {
	color: var(--imn-light-blue)!important;
}
.w-nav-list:before {
	position: absolute;
	content: '';
	background: url("img/logo-bianco-vert.svg");;
	background-repeat: no-repeat;
	height: 150px;
	width: 193px;
	left: 50%;
	top: 14%;
	transform: translateX(-50%);
}
.menu-item-141,
.menu-item-156,
.menu-item-155,
.menu-item-154,
.menu-item-153,
.menu-item-401 {
	position: relative;
	padding-left: 35px;
}
.menu-item-141:before,
.menu-item-156:before,
.menu-item-155:before,
.menu-item-154:before,
.menu-item-153:before,
.menu-item-401:before {
	position: absolute;
    content: '';
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.menu-item-141:before { /*HOME*/
	background: url(img/home1.svg);
}
.menu-item-156:before,
.menu-item-401:before { /*CHI SIAMO*/
	background: url("img/book1.svg");
}
.menu-item-155:before { /*SERVIZI*/
	background: url("img/service.svg");
}
.menu-item-154:before { /*TEAM*/
	background: url("img/team.svg");
	height: 27px;
    width: 27px;
}
.menu-item-153:before { /*CONTATTI*/
	background: url("img/contact.svg");
	height: 26px;
    width: 26px;
}
.menu-item-156,
.menu-item-155,
.menu-item-154,
.menu-item-153,
.menu-item-401 {
	margin-top: 20px!important;
}
.w-nav-title {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.current-menu-item {
	background: var(--imn-light-blue);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}



/*SLIDER*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
button {
    background-color: #fff;
    border: 0;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    transition: color .2s ease-in;
}
button:hover {
    color: #222;
}
button:focus {
    outline: 0;
}
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}
.left-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    transition: transform .5s ease-in-out;
}
.left-slide > div {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding-left: 70px;
    padding-right: 70px;
}
.left-slide h1 {
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: -30px;
}
.left-slide p {
	font-size: 20px;
	text-align: center;
}
.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 35%;
    width: 65%;
    transition: transform .5s ease-in-out;
}
.right-slide > div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}
.slider-container .action-buttons button {
    position: absolute;
    left: 35%;
    top: 50%;
    z-index: 100;
}
.slider-container .action-buttons .down-button {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transform: translateX(-100%);
}
.slider-container .action-buttons .up-button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(-100%);
}

p.txt-black {
	color: #000;
}
img.logo-slider {
	padding-bottom: 20px;
}
.fa.fa-arrow-down,
.fa.fa-arrow-up {
	color: var(--imn-light-blue);
}
h1.title-slider {
	color: #fff;
	text-align: center;
	font-size: 55px;
}
.title-white h1,
.title-white h2,
.title-white h3,
.title-white h4,
.title-white h5 {
	color: #fff;
	font-size: 70px;
}
.title h1,
.title h2,
.title h3,
.title h4 {
	font-size: 60px;
	color: var(--imn-black);
}
.subtitle h1,
.subtitle h2,
.subtitle h3,
.subtitle h4,
.subtitle h5,
.subtitle h6,
.subtitle-left h1,
.subtitle-left h2,
.subtitle-left h3,
.subtitle-left h4,
.subtitle-left h5,
.subtitle-left h6 {
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
    color: var(--imn-light-blue);
}
.subtitle,
.subtitle-left {
	position: relative;
}
.subtitle:before {
	position: absolute;
    content: '';
    background: var(--imn-blue);
    height: 2px;
    width: 20px;
    top: 48%;
    left: 34%;
    transform: translateY(-50%);
}
.subtitle-left:before {
	position: absolute;
    content: '';
    background: var(--imn-blue);
    height: 2px;
    width: 20px;
    top: 48%;
    left: 0%;
    transform: translateY(-50%);
}
.subtitle.white h1,
.subtitle.white h2,
.subtitle.white h3,
.subtitle.white h4,
.subtitle.white h5,
.subtitle.white h6,
.title.white h1,
.title.white h2,
.title.white h3,
.title.white h4{
	color: #fff;
}
.img-d {
	position: relative;
}
.img-d:after {
	position: absolute;
    content: '';
    background: url(img/favicon.svg);
    background-repeat: no-repeat;
    height: 170px;
    width: 120px;
    top: -7%;
    left: 7%;
    opacity: 0.5;
}
.fondatori p {
	color: var(--imn-light-blue);
    text-transform: uppercase;
}
/*BUTTON*/
.btn-animated,
.btn-white {
	position: relative;
}
.btn-animated:before {
	position: absolute;
	content: '';
	background: var(--imn-light-blue);
	height: 40px;
	width: 40px;
	border-radius: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	transition: width 0.4s ease-in-out;
}
.btn-white:before {
	position: absolute;
	content: '';
	background: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	transition: width 0.4s ease-in-out;
}
.btn-animated .far.fa-chevron-right {
	z-index: 10;
    position: relative;
    padding-right: 19px;
    margin-left: -22px;
	color: #fff;
	transition: margin-left 0.4s ease-in-out;
}
.btn-white .far.fa-chevron-right {
	z-index: 10;
    position: relative;
    padding-right: 19px;
    margin-left: -22px;
	color: var(--imn-light-blue);
	transition: margin-left 0.4s ease-in-out;
}
.btn-animated:hover:before,
.btn-white:hover:before {
	width: 100%;
}
.btn-animated:hover .fa-chevron-right:before,
.btn-white:hover .fa-chevron-right:before {
	content: '\f061';
}
.btn-animated .w-btn-label,
.btn-white .w-btn-label {
	z-index: 10;
	position: relative;
}
.btn-animated:hover .far.fa-chevron-right,
.btn-white:hover .far.fa-chevron-right {
	margin-left: -10px;
}
/*Fine button*/


.slogan p {
	font-size: 25px;
	color: #fff;
}
.one,
.two,
.three {
	position: relative;
}
.one:after {
	position: absolute;
    content: '';
    background: url(img/one.svg);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.two:after {
	position: absolute;
    content: '';
    background: url(img/two.svg);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.three:after {
	position: absolute;
    content: '';
    background: url(img/three.svg);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.txt-white p {
	color: #fff;
}
.service-name.txt-white p {
	font-size: 25px;
	padding-top: 50px;
	padding-bottom: 15px;
}
.one:before,
.three:before {
	position: absolute;
	content: '';
	background: #00539624;
	height: 0%;
	width: 100%;
	top: 0;
	left: 0;
	transition: height 0.5s ease-in-out;
}
.two:before {
	position: absolute;
	content: '';
	background: #00539624;
	height: 0%;
	width: 100%;
	bottom: 0;
	left: 0;
	transition: height 0.5s ease-in-out;
}
.one:hover:before,
.two:hover:before,
.three:hover:before,
.valore:hover:before,
.valore2:hover:before {
	height: 100%;
}
.valore h4.w-iconbox-title,
.valore2 h4.w-iconbox-title {
	color: #fff;
	font-size: 26px;
}
.valore .w-iconbox-text p,
.valore2 .w-iconbox-text p {
	color: #F7F7F7;
}
.valore,
.valore2 {
	position: relative;
}
.valore:before {
	position: absolute;
	content: '';
	background: var(--imn-light-blue);
	height: 0%;
	width: 100%;
	top: 0;
	left: 0;
	transition: height 0.5s ease-in-out;
}
.valore2:before {
	position: absolute;
	content: '';
	background: var(--imn-light-blue);
	height: 0%;
	width: 100%;
	bottom: 0;
	left: 0;
	transition: height 0.5s ease-in-out;
}
.txt-footer p,
.icona-footer h5.w-iconbox-title {
	color: #f7f7f7;
	font-size: 16px;
}
.title-footer p {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 40px;
	color: #fff;
}
.icona-footer,
.txt-footer {
	margin-bottom: 10px;
}
.txt-footer-basso p,
.txt-footer-basso p a {
	color: #c1c1c1;
	font-size: 15px;
}
.no-padding .l-section-h.i-cf {
	padding-top: 0!important;
}
.fal.fa-angle-right {
	color: #fff;
}
.txt-white {
	color: #fff;
}
.w-vwrapper.descrizione-team.align_center {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.person-name p {
	font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.ruolo p {
	color: #fff;
}
.linkedin .w-iconbox-icon {
	font-size: 1.5rem;
    background: var(--imn-blue);
    padding: 10px;
}
.linkedin .w-iconbox-icon:hover {
	background: var(--imn-dark-blue);
}
.tel a {
	color: #454545;
}
.tel a:hover {
	color: var(--imn-blue);
}


/*FORM*/
.form-row p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.form-row p label {
	width: 49%;
}
.campo-form input,
.campo-form textarea {
	border-bottom: 1px solid #A8A8A8!important;
}
.campo-form input:not([type=submit]), select {
	line-height: 2.2rem;
	min-height: 2.2rem;
}
.campo-form textarea {
	height: 100px;
}
p.check-text {
	font-size: 18px;
}
p.check input {
	background: transparent;
	border: 1px solid #a8a8a8;
	border-radius: 0px;
}
p.check.check-text {
	color: #a8a8a8;
}
p.check-text a {
	color: var(--imn-blue);
}
.wpcf7-acceptance,
.button-form {
	justify-content: center;
	display: flex;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--imn-light-blue);
    margin-top: 30px;
    text-align: center;
}
/*FINE FORM*/

@media screen and (max-width: 380.98px) {
    .link-header {
        display: none;
    }
}

@media screen and (max-width: 420.98px) {
    .link-header a {
        font-size: 13px!important;
    }
    .header_hor .l-subheader-cell.at_right>* {
        margin-left: 0.9rem;
    }
}

@media screen and (max-width: 767.98px) {
    .link-header a {
        font-size: 15px;
    }
    .img-d:after {
        height: 130px;
        width: 93px;
        top: -12%;
        left: -1%;
    }
    .title h1, .title h2, .title h3, .title h4 {
        font-size: 50px;
    }
    .flex {
        display: flex!important;
        flex-wrap: wrap;
    }
    .title-white h1, .title-white h2, .title-white h3, .title-white h4, .title-white h5 {
        font-size: 60px;
    }
    .subtitle:before {
        display: none;
    }
    .wpcf7-acceptance, .button-form {
        justify-content: left;
    }
    .w-hwrapper.align_center {
        justify-content: left;
    }
    .w-iconbox.linkedin {
        margin-left: 0;
    }
}

@media (min-width: 1030px) and (max-width: 1139.98px) {
     .subtitle:before {
        left: 23%;
    }
}
    
@media (min-width: 768px) and (max-width: 991.98px) {
    .subtitle:before {
        display: none;
    }
    .title h1, .title h2, .title h3, .title h4 {
        font-size: 50px;
    }
    .img-d:after {
        height: 120px;
        width: 88px;
        top: -12%;
        left: -10%;
    }
    .three:after,
    .two:after,
    .one:after {
        height: 60px;
        width: 60px;
    }
    .flex-wrap .g-cols {
        display: flex!important;
        flex-wrap: wrap;
    }
    .service-name.txt-white p {
        font-size: 20px;
    }
    .person-name p {
        font-size: 20px;
        font-weight: 400;
    }
    .title-white h1, .title-white h2, .title-white h3, .title-white h4, .title-white h5 {
        font-size: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1023.98px) {
    .title-white h1, .title-white h2, .title-white h3, .title-white h4, .title-white h5 {
        font-size: 60px;
    }
    .w-nav-list.level_1.hover_simple {
        padding-top: 420px !important;
    }
    .subtitle:before {
        display: none;
    }
    .img-d:after {
        height: 130px;
        width: 92px;
        top: -8%;
        left: -8%;
    }
    .flex-wrap .g-cols.via_grid.cols_1-2 {
        display: flex!important;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) and (max-width: 1139.98px) {
    .w-nav-list.level_1.hover_simple {
        padding-top: 400px !important;
    }
    .flex-wrap .g-cols.via_grid.cols_1-2 {
        display: flex!important;
        flex-wrap: wrap;
    }
}

@media (min-width: 1140px) and (max-width: 1279.98px) {
    .subtitle:before {
        left: 25%;
    }
    .w-nav-list.level_1.hover_simple {
        padding-top: 440px !important;
    }
}

@media (min-width: 1280px) and (max-width: 1339.98px) {
    .img-d:after {
        top: -9%;
        left: -5%;
    }
    .subtitle:before {
        left: 30%;
    }
    .w-nav-list.level_1.hover_simple {
        padding-top: 440px !important;
    }
}
@media (min-width: 1384px) and (max-width: 1467.98px) {
    .flex-wrap .w-vwrapper {
        height: 460px!important;
    }
}



