/* ----------------------   FONT   --------------------- */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;700&display=swap');

.mont_regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.mont_medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.mont_bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.bebas {
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
}

/* ----------------------   FONT   --------------------- */

/* ----------------------   HEADER   --------------------- */

#header-outer, #header-space {
    display: none;
} 

/* ----------------------   HEADER   --------------------- */

/* ----------------------   HERO  --------------------- */

.claim_header .column-image-bg {
    background-size: 95%!important;
    background-repeat: no-repeat;
    background-position: left center!important;
}

/* ----------------------   HERO  --------------------- */

/* ----------------------   SEZIONE DOWNLOAD / CONTATTI  --------------------- */

.arrow_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(0);
    transition: all 300ms;
}


a.link_arrow {
    display: block;
    width: fit-content;
    background-color: #FEF381;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 0 5% 0 0;
    margin: 30px;
    font-size: 35px;
    color: #00737C;
    font-weight: 700;
    transform: translateX(0);
    transition: all 300ms;
}

.link_arrow:hover{
    transform: translateX(40px);
}

a.link_arrow::before {
        content: "";
    background-image: url(https://www.zoppellosindaco.it/wp-content/uploads/2023/03/dissolvenza.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    display: block;
    height: 100px;
    width: 400px;
    position: absolute;
    left: -400px;
    z-index: -1;
}

a.link_arrow::after {
    content: "";
    background-image: url(https://www.zoppellosindaco.it/wp-content/uploads/2023/03/punta.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    display: block;
    height: 100px;
    width: 29px;
    position: absolute;
    right: -29px;
    z-index: -1;
}

img.img-with-animation.skip-lazy.date_comunali {
    width: 60%;
}

/* ----------------------   SEZIONE DOWNLOAD / CONTATTI  --------------------- */

/* ----------------------   SEZIONE BIO  --------------------- */

p.bio {
    text-align: justify;
    color: white;
    line-height: 1.6em;
}

.bio_text_col .wpb_wrapper {
    max-width: 60%;
    margin: auto!important;
}

img.img-with-animation.skip-lazy.logo_sindaco {
    width: 35%;
    padding: 7% 0%!important;
}

/* ----------------------   SEZIONE BIO  --------------------- */

/* ----------------------   SEZIONE VTOWN  --------------------- */

img.img-with-animation.skip-lazy.vtown_logo {
    width: 60%;
}

/* ----------------------   SEZIONE VTOWN  --------------------- */

/* ----------------------   SEZIONE SOCIAL  --------------------- */

.social_icon img {
    margin: 0px 5%!important;
    width: 20%!important;
}

/* .social_row::after {
    content: "";
    position: absolute;
    height: 270%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(https://www.zoppellosindaco.it/wp-content/uploads/2023/03/Risorsa-24-1.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    z-index: 1;
    transform: translate(0, -60px);
} */

/* img.img-with-animation.skip-lazy.ig {
    transform: scale(55%)!important;
    transition: all 300ms;
}

img.img-with-animation.skip-lazy.ig:hover {
    transform: scale(60%)!important;
}


img.img-with-animation.skip-lazy.fb {
    transform: scale(55%)!important;
    transition: all 300ms;
}

img.img-with-animation.skip-lazy.fb:hover {
    transform: scale(60%)!important;
} */

/* ----------------------   SEZIONE SOCIAL  --------------------- */

/* ----------------------   SEZIONE CONTATTI  --------------------- */

.contact_title_section {
    color: #00737C;
    font-size: 80px;
    text-align: center;
    margin-bottom: 5%;
}

.contact_p {
    color: #00737C;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 7%;
}

/* ----------------------   SEZIONE CONTATTI  --------------------- */

/* ----------------------   MOBILE  --------------------- */


@media (max-width: 767px) {
    
    .claim_header {
        margin-bottom: -25%;
    }

    .claim_header .column-image-bg {
        background-size: 80%!important;
        background-position: center!important;
    }

    img.img-with-animation.skip-lazy.date_comunali {
        width: 60%;
    }

    .social_icon {
        display: flex;
        justify-content: center;
    }

    .social_icon a {
        text-align: center;
    }

    .social_icon img {
        width: 50%!important;
    }

    img.img-with-animation.skip-lazy.logo_sindaco {
        width: 55%;
        padding: 7% 0%!important;
    }

    a.link_arrow::before {
        display: none;
    }

    a.link_arrow::after {
        display: none;
    }

    a.link_arrow {
        height: auto;
        font-size: 25px;
        padding: 20px;
        margin: 10px;
    }

    img.img-with-animation.skip-lazy.vtown_logo {
        width: 90%;
    }

    .mobile-hidden {
        display: none!important;
    }

    h2.bebas.contact_title_section {
        font-size: 40px;
        color: #00737C!important;
        text-align: center!important;
    }

    .vc_custom_1678961742277 {
        margin-bottom: 10% !important;
    }

    h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .lista .flickity-viewport {
        margin: 10px 0!important;
    }

    .lista ol.flickity-page-dots {
        transform: translateY(-100%);
    }
}






/* .column_row_fwc-dx {
    padding: 7% 18% 7% 12%!important;
}

.column_row_fwc-sx {
    padding: 12% 12% 12% 18%!important;
}

.bg_white_row  {
    background-color: white;
}

img.img-with-animation.skip-lazy.social_icon {
    transform: scale(55%)!important;
    transition: all 300ms;
}

img.img-with-animation.skip-lazy.social_icon:hover {
    transform: scale(60%)!important;
}

.in_row_fwc {
    padding: 0 20%;
}

p.social_name {
    font-size: 20px;
    font-weight: 600;
}

.row_lista {
    background-image: url(https://www.zoppellosindaco.it/wp-content/uploads/2023/03/Risorsa-16.svg);
    background-size: cover;
    background-repeat: no-repeat;
} */
/* .arrow_contatti {

}

img.img-with-animation.skip-lazy.palle_sotto {
    width: 50%;
    transform: translateY(50%)!important;
}

h2.bebas.contact_title_section {
    font-size: 80px;
    margin-bottom: -1%;
}

.social_row::after {
    content: "";
    position: absolute;
    height: 150%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(https://www.zoppellosindaco.it/wp-content/uploads/2023/03/Risorsa-24-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    transform: translateY(-89px);
}




/* -----------------------------------  No Linkedin */






