/* ------ FULLSCREEN HERO ------ */
.homepage-hero-fullscreen {
    position: relative;
    height: 100vh;
}

.homepage-hero-fullscreen .carousel-inner,
.homepage-hero-fullscreen .carousel-inner .carousel-item,
.homepage-hero-fullscreen .carousel-inner .it-single-slide-wrapper {
    height: 100%;
}


/* ------ FULLSCREEN HERO - AMBITA THEME RELATED ------ */
.homepage-hero-fullscreen {
    position: relative;
    height: calc(100vh - 60px);
}

@media (min-width:992px) {
    .homepage-hero-fullscreen {
        height: calc(90vh - 90px);
        margin-top: 90px;
    }
}


/* ------ STYLE CONTENT TEXT E CTA - AMBITA THEME RELATED ------ */

/* BUTTON */
#block-ambita-homepageslideshow a.read-more {
    display: inline-flex !important;
    padding: 7px 28px;
    background-color: #53911F;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    border-radius: 31px;
    font-family: "poppins";
    align-items: center;
    justify-content: center;
}

#block-ambita-homepageslideshow a.read-more span {
    font-size: 18px;
}

@media (min-width:1200px) {
    #block-ambita-homepageslideshow a.read-more {
        padding: 13px 28px;
    }
}


/* TEXT LAYOUT CENTRALE */
#block-ambita-homepageslideshow .it-hero-wrapper {
    display: flex;
    justify-content: center;
}

#block-ambita-homepageslideshow .it-hero-text-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

#block-ambita-homepageslideshow a,
#block-ambita-homepageslideshow p,
#block-ambita-homepageslideshow h5 {
    text-align: center;
}

#block-ambita-homepageslideshow p {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}


/* TEXT */
#block-ambita-homepageslideshow h5 {
    text-transform: uppercase;
    font-weight: 600;
}

#block-ambita-homepageslideshow p {
    font-size: 1rem;
    font-family: "Jost";
}

@media (min-width:992px) {
    #block-ambita-homepageslideshow h5 {
        font-size: 2.5rem;
    }

    #block-ambita-homepageslideshow p {
        font-size: 1.375rem;
        max-width: 750px;
        margin: 2rem auto;
        line-height: 1.9rem;
    }
}

@media (min-width:1400px) {
    #block-ambita-homepageslideshow h5 {
        font-size: 4.375rem;
        margin-right: 1rem;
        line-height: 5rem;
        margin-left: 1rem;
    }

    #block-ambita-homepageslideshow p {
        font-size: 1.75rem;
        max-width: 750px;
        margin: 2rem auto;
        line-height: 2.5rem;
    }
}


/* COLORS BG */
.it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after {
    background-color: #00305180;
}


/* ARROWS */
.carousel-control-prev,
.carousel-control-next {
    display: none;
}



/* ------ FIX FOR RESPONSIVE STYLE IMAGES ------ */
.it-single-slide-wrapper .img-responsive .img-wrapper>div {
    height: 100%;
}

