:1024/* Hide Edit Bar WP */

/* body{
    margin-top: -32px !important;
} */
/* #wpadminbar {
    display: none;;
} */
html,body {
    overflow-x: hidden;
}

.cursor-pointer {
    cursor: pointer !important;
}

/* HEADER */
body:not(.elementor-editor-active) #header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

/* HEader Tablet */
@media(max-width: 1024px){
    #header-wrapper.tablet-responsive {
        max-height: 115px;
    }
}

/* Header mobile */
body:not(.elementor-editor-active) #wrapper-header-mobile {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #2c3648 !important;
}
#wrapper-header-mobile > .elementor-container > .elementor-row {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}
#wrapper-header-mobile > .elementor-container > .elementor-row .hfe-nav-menu__toggle{
    margin-right: 0;
}
@media(max-width:767px){
    #btn-preventivo {
        position: fixed;
        left: 0;
        width: 100%;
    }
    #wrapper-header-mobile .hfe-dropdown{
        z-index: 9999;
        position: fixed;
        left: 0;
        width: 100%;
    }
}

/* BG HOME MOBILE */
@media(max-width:767px){
    #banner-img-home {
        background-position: left -150px;
        background-size: cover;
    }
}

/* CHI SIAMO */
/* CHI SIAMO */
/* CHI SIAMO */
@media(max-width: 767px){
    .page-id-8 .starting-banner > .elementor-background-overlay {
        background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, rgba(26, 32, 42, 0.8) 50%) !important;
    }
}

/* CONTATTI */
@media(max-width: 1023px){
    .banner-contatti {
        background-size: cover !important;
    }
}
@media(max-width: 767px){
    .banner-contatti {
        padding-top: 170px !important;
        background-position: center 130px !important;
        margin-top: -40px;
    }
}
/* Form */
.thankyou {
    text-align: center;
    margin-top: 30px;
    line-height: 1.1;
}
.thankyou .thank-icon {
    margin-bottom: 10px;
    color: #19bc6d !important;
    font-size: 50px;
}

/* 404 */
body.error404 {
    background-color: #fff !important;
}
.error404 .ast-404-search {
    display: none;
}

.error404 .image-404-errore {
    height: 230px !important;
    margin-bottom: 30px !important;
}

/* CORREZIONE PROBLEMA TABLET - AGGIUNGO PADDING LEFT/RIGHT - 28/12/2020 */
@media(max-width: 1199px) and (min-width:1024px){
    #content #main.site-main .type-page .entry-content .elementor-inner > .elementor-section-wrap > section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


/* EDITS FORM IUBENDA */
#iubenda_policy .iub_footer {
    display: none !important;
}