
/*4 CSS custom form */
@media screen and (min-width:767px){
    .contact-la{
        width:531px;
    }
}
@media screen and (max-width:767px){
    .contact-la{
        width:unset !important;
    }
    .phone-wrap >div >div >div,
    .mail-wrap >div >div >div,
    .maps-wrap >div >div >div{
        flex-wrap:unset !important;
    }
}

/*4 CONTATTI */
.phone-wrap .elementor-heading-title,
.mail-wrap .elementor-heading-title,
.maps-wrap .elementor-heading-title {
    font-family: "Bebas Neue", Sans-serif !important;
    font-size: 55px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02px !important;
}

.contact-la .elementor-heading-title {
    font-family: "Bebas Neue", Sans-serif !important;
    font-size: 55px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02px !important;
}

.elementor-100 .elementor-element.elementor-element-d934e0d .elementor-heading-title {
    font-family: "Bebas Neue", Sans-serif !important;
    font-size: 55px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02px !important;
}

@media screen and (max-width:767px){
    .elementor-100 .elementor-element.elementor-element-d934e0d .elementor-heading-title {
        font-size: 46px !important;
        line-height: 1.05 !important;
        letter-spacing: 0 !important;
        width: 100% !important;
        overflow: visible !important;
    }
}

.contact-phone a:link,
.contact-phone a:visited,
.contact-phone a:focus,
.contact-phone a:active,
.contact-email a:link,
.contact-email a:visited,
.contact-email a:focus,
.contact-email a:active{
  color:#111111;
}
.contact-phone b,
.contact-maps b{
    font-weight:600;
}
/* .user-box ,
.user-privacy,
.gdpr-acc,
.btn-submit{
    display:flex;
    justify-content: center;
} */
.user-box p {
	display: flex;
border-bottom: 2px solid #fff;
color: #fff;
font-size: 20px;
align-items: flex-end;
position:relative;
}

.user-box p label {
	display: flex;
align-items: flex-end;
margin-right: 15px;
padding-left: 20px;
position: absolute;
transition: all 0.5s ease;
top:0px;
font-size:18px;
color:rgba(1, 24, 107,0.4);
height: 44px;
display: flex;
align-items: center;
}

.user-box p input,
.user-box p textarea {
	border: unset !important;
	outline: unset !important;
	color: #ffe;
	font-weight:600;
	font-size:24px;
	padding-bottom:0px;
    background:rgba(1, 24, 107,0.2);
    border-radius: 11px;    
    box-shadow: 1px 1px 7px 2px rgba(20,20,20,0.1) !important;
}
.gdpr-acc label{
	display: flex;
	gap: 20px;

}
.gdpr-acc{
	margin-top: 40px;
    font-family: "Montserrat", Sans-serif;
	color:rgba(1, 24, 107,1);
}
.gdpr-acc label span{
	font-size:14px;
    display:flex;
    align-items: center;
}
.wpcf7-list-item{
    margin:unset !important;
}
.user-privacy{
    display:inline-block !important;
    margin:0 auto;
    background:#01186B;
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 6px 18px 6px 18px;
    border-radius: 8px;
    font-family: "Montserrat", Sans-serif;
}
.user-privacy p{
    margin:0 ;
}
.user-privacy a:link,
.user-privacy a:visited,
.user-privacy a:active,
.user-privacy a:focus{
    color:#fff;
    text-decoration:none;
    text-transform:capitalize;
    font-size:12px;
}
p input[type='submit']{
	margin:20px auto;
	display:flex;
	align-items: center;
	color:#fff;
	justify-content: center;
	background:#25CFE6;
	font-family: "Montserrat", Sans-serif;
	font-weight:600;
	font-size:25px;
	padding: 10px;
	box-shadow: 0px 10px 20px 1px rgba(20,20,22,0.3);
    transition: all 0.2s linear;
	border-radius:50px;
	min-width:300px;
	border: unset;	
    text-transform: uppercase;
}
p input[type='submit']:hover{
    background:#25CFE6;
    color:#fff;
    /* letter-spacing: 5px; */
    box-shadow: 0px 10px 20px 1px rgba(20,20,22,0.0);
    /* box-shadow: 0px 10px 20px 1px rgba(20,20,22,0.1) inset; */
}
/* checkbox */
input[type="checkbox"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
    background:rgba(1, 24, 107,0.2);
	/* Not removed via appearance */
	margin: 0;
  
	font: inherit;
	color: #fff;
	width:30px;
	height:30px;
	border: 0.15em solid #fff;
	border-radius: 8px;
	transform: translateY(-0.075em);
    border:1px solid #01186B;
	display: grid;
	place-content: center;
  }
  
  input[type="checkbox"]::before {
	content: "";
	width:40px;
	height:40px;
	clip-path: polygon(20% 36%, 10% 45%, 40% 90%, 90% 16%, 75% 20%, 40% 70%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	/* Windows High Contrast Mode */
	background-color: #fff;
  }
  
  input[type="checkbox"]:checked::before {
	transform: scale(1);
  }
  
  input[type="checkbox"]:focus {
	/* outline: max(2px, 0.15em) solid currentColor; */
	outline-offset: max(2px, 0.15em);
  }
/* controlli */
.wpcf7-not-valid-tip {
    color: #bc1111;
    font-size: 14px;
    /* font-weight: normal; */
    display: block;
    position: absolute;
    right: 0;
    text-transform: lowercase;
}
.img-none{
	display:block !important;
}