/*
 Theme Name:     Lasciti
 Description:    Lasciti
 Author:         A+ S.r.l
 Author URI:     https://a-piu.it/
 Template:       Divi
 Version:        1.0.0
*/
/*
 Theme Name:     Lasciti
 Description:    Lasciti
 Author:         A+ S.r.l
 Author URI:     https://a-piu.it/
 Template:       Divi
 Version:        1.0.0
*/
.light{
    font-weight: 300;
}

.regular{
    font-weight: 400;
}

.black{
    font-weight: 900;
}

.extra-bold h3{
    font-weight: 800;
}

.black h2, h3, h4{
    font-weight: 900;
}

.colonna-header{
    max-width: 600px !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#nf-form-2-cont nf-field input{
    border-radius: 10px;
    background: white;
    font-size: 14px;
    color: #656A64;
    border: none;
}

.nf-form-fields-required{
    display: none;
}

#nf-label-field-9{
    font-size: 11px;
    color: #656A64;
    font-weight: 400;
}

#nf-form-2-cont nf-field input[type="button"]{
    border-radius: 25px;
    background: #00A5DF;
    font-size: 16px;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    border: none;
}

.questions h5.et_pb_toggle_title{
    font-weight: 900;
}

.questions .et_pb_toggle_content p span{
    font-weight: 400;
}

.bottone-guida{
    font-weight: bold;
}

/*** Testimonianze (da 5x1000) ****/

.row-testimonianze {
    text-align: center;
}

.row-testimonianze .et_pb_image {
    border-radius: 123px;
    overflow: hidden;
    border: 20px solid #fff;
    box-shadow: 0 0 10px #ddd;
    margin: 0 auto 20px !important;
    max-width: 230px;
    height: 230px;
    width: 230px;
}

.row-testimonianze .et_pb_image:hover .et_pb_image_wrap img{
    transform: scale(1.2);
    transition: 0.2s ease-in;
}

.row-testimonianze .et_pb_image_wrap {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.row-testimonianze .et_pb_image .et_pb_image_wrap img {
    max-width: 240px;
    transform: scale(1);
    transition: 0.2s ease-in;
}

.row-testimonianze .et_pb_module {
    text-align: center;
}

.row-testimonianze .et_pb_module.et_pb_text .et_pb_text_inner h3::after {
    border-bottom: 6px dotted #656A64;
    height: 20px;
    width: 36px;
    content: '';
    display: block;
    margin: 0 auto;
}

.popup{
    max-width: 1200px !important;
}

@media (max-width: 980px){
    .popup {
        padding: 0; 
    }
}

.evr-close{
    font-size: 40px !important;
    font-weight: 100 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #fafffa !important;
    box-shadow: none !important;
}

.evr-close:hover, .evr-close:focus{
    box-shadow: none !important;
    transform: scale(1) !important;
    color: #333 !important;
    background: #fafffa !important;
}

.area-outer-wrap .et_pb_section{
    background-color: #fafffa !important;
}

/* ******************************* */

#nf-form-3-cont nf-field input{
    border-radius: 10px;
    background: white;
    font-size: 14px;
    color: #656A64;
    border: none;
}

#nf-form-3-cont nf-field input[type="button"]{
    border-radius: 25px;
    background: #00A517;
    font-size: 16px;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    border: none;
}

#nf-form-3-cont #nf-label-field-15{
    font-size: 11px;
    color: white;
    font-weight: 400;
}

#nf-form-3-cont nf-field>div{
    width: 70%;
}

@media screen and (max-width: 980px) {
    #nf-form-3-cont nf-field>div{
        width: 100%;
    }

    #nf-form-3-cont #nf-field-16-wrap .nf-field-element{
        display: flex;
        justify-content: center;
    }

    #nf-form-2-cont #nf-field-10-wrap .nf-field-element{
        display: flex;
        justify-content: center;
    }

    #main-header .menu-item{
        padding-right: 10px;
    }
    
    #main-header .menu-item a{
        color: black !important;
    }

    .stats-col{
        margin-bottom: 0 !important;
    }
    
    #top-menu-nav{
        display: none !important;
    }

    .email-container{
        margin-bottom: 15px !important;
    }
}

.nf-field-container{
    margin-bottom: 10px !important;
}

nf-field:nth-last-child(2)>div{
    margin-bottom: 20px !important;
}

#nf-form-3-cont nf-field, .nf-after-form-content{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

#main-header li{
    text-transform: uppercase !important;
}

#main-header .menu-item a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
}

#top-menu-li{
    padding-right: 30px !important;
}

#et_search_icon{
    display: none !important;
}

#et-top-navigation {
    float:unset !important;
}

#top-menu-nav{
    float: unset !important;
    display: flex;
    justify-content: center;
}

.mobile_menu_bar_toggle::before{
    color: white;
}

#page-container{
    padding-top: 0px !important;
}

#main-header{
    background-color: transparent;
    position: fixed !important;
}

#top-menu-nav{
    padding: 10px 20px;
}

#et_mobile_nav_menu{
    padding-bottom: 18px;
}

.et-fixed-header #et_mobile_nav_menu{
    padding-top: 10px;
}

.logo_container{
    display: none !important;
}

.et-fixed-header .logo_container{
    display: block !important;
}

.et-fixed-header{
    background-color: #00A5DFBB !important;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px; 
}

#main-header.et-fixed-header{
    box-shadow: none !important;
}

#main-header{
    box-shadow: none !important;
}


@media screen and (max-width: 980px) {
    #main-header{
        background-color: #00A5DFBB;
    }

    .logo_container{
        display: none;
    }
}

@media screen and (min-width: 981px){
    #main-header ul{
        padding: 10px 20px;
        background-color: #00A5DFAA;
        border-radius: 10px;
        width: 650px;
        display: flex;
        justify-content: space-between;
    }
    
    #main-header.et-fixed-header ul{
        padding: 0px ;
        background-color: transparent;
        border-radius: 0px;
    }
}

header .container{
    max-width: 1370px !important;
}

#et-top-navigation nav>ul>li>a {
    padding-bottom: 0px !important;
}

#et-top-navigation{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.et-fixed-header #et-top-navigation{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.nf-form-content {
    padding: 0px !important;
}

.et-fixed-header .logo_container{
    display: block;
}

.boxes{
    display: grid;
    grid-template-columns: 270px 270px 270px 270px !important;
    grid-gap: 0.5rem;
    justify-items: center;
    margin: 0;
    padding: 0;
    grid-auto-rows: 1fr;
}

@media screen and (max-width: 2080px) {
    .boxes{
        grid-template-columns: 270px 270px !important;
    }
}

@media screen and (max-width: 640px) {
    .boxes{
        grid-template-columns: 400px !important;
        justify-content: center;
    }
}

@media screen and (max-width: 415px) {
    .boxes{
        grid-template-columns: 300px !important;
    }
}

.box{
    display: flex;
    align-items: center;
}

.stats-col{
    height: 370px;
    width: 320px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 70px;
    margin-right: 1% !important;
}

@media screen and (max-width: 980px){
    .riga-stats{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 981px) {
    .guida-lasciti{
        margin-right: 0;
    }
}

@media screen and (min-width: 981px) and (max-width: 1700px) {
    .guida-lasciti{
        width: 100% !important;
    }
}

@media screen and (min-width: 981px) and (max-width: 1240px) {
    #contatti>div{
        padding: 50px;
    }

    #contatti>div .et_pb_image{
        width: 120px;
        margin-left: auto !important;
    }
}

.guida-lasciti{
    width: 80%;
}

.guida-lasciti span{
    width: 100%;
}

#come>div{
    max-width: 800px;
}

#faq .et_pb_toggle_title::before{
    right: 0px;
    left: 5px;
}

#faq .et_pb_toggle_title{
    padding-left: 50px;
}

#faq .et_pb_toggle_open h5::after{
    font-size: 26px;
    color: #00A5DF;
    font-family: ETmodules!important;
    font-weight: 400!important;
    content: "\33"!important;
    left: 5px;
    right: 0px;
    position: absolute;
}

.et_pb_toggle_content{
    padding-left: 50px;
}

.riga-stats{
    display: flex;
    justify-content: center;
}

.checkbox-wrap .nf-field-label label:after{
    border-radius: 5px;
}

.et_social_instagram, .et-social-instagram .icon{
    background: #f09433 !important;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ) !important;
}