/* ==========================================================================
   Componenti personalizzati
   ========================================================================== */

/* ==========================================================================
   Homepage components
   ========================================================================== */

.head-home > div {
    min-height: 100vh;
}

/* ==========================================================================
   Utilità e helpers
   ========================================================================== */

/* Classe di utilità per elementi che necessitano dell'altezza completa del viewport */
.full-height {
    min-height: 100vh;
}

/* Classe di utilità per elementi che necessitano dell'80% del viewport (come nel tema) */
.theme-height {
    min-height: 80vh;
}

/* ==========================================================================
   Componenti futuri
   ========================================================================== */

/* Qui andranno i componenti specifici come:
   - Cards
   - Bottoni personalizzati
   - Form elements
   - Gallery layouts
   - ecc.
*/ 


/* ==========================================================================
   Header
   ========================================================================== */

.site-header .site-header-wrapper {
    /* align-items: flex-start; */
}

.theme-social-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.theme-social-menu a:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
}
.theme-social-menu a[href*="booking.com"]:before {
    content: '';
    display: inline-block;
    /* width: 16px;
    height: 16px; */
    background-image: url('../images/icon/booking.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.theme-social-menu a[href*="booking.com"] .menu-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.theme-social-menu a[href*="booking.com"]:before {
    margin-right: 0;
}

.theme-social-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.main-navigation a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none !important;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.banner-v1 > div,
.banner-v2 .banner-v2__inner > div {
    min-height: 43rem;
}

.banner-v1--eventi img {
    transform: translateY(10px);
}

@media screen and (max-width: 768px) {
    .banner-v1 > div,
    .banner-v2 .banner-v2__inner > div {
        min-height: 20rem;
    }
    .banner-v1--eventi img {
        transform: translateY(5px);
    }
}




/* ==========================================================================
   Row contatti
   ========================================================================== */

.row-contatti a,
.row-contatti * {
    color: #000;
}
.row-contatti .wp-block-separator {
    border-top: 1px solid;
    height: 0px;
}
.row-contatti__box {
    padding: 20px 10px;
    max-width: 450px;
    margin: 20px auto;
}
@media screen and (min-width: 768px) {
    .row-contatti__box {
        padding: 70px 50px 100px;
        margin-left: auto;
        margin-right: -100px;
        margin-top: 100px;
        margin-bottom: 100px !important;
        position: relative;
        /* transform: translateX(100px); */
    }
    .row-contatti .wp-block-image {
        margin-left: -20px;
    }
}