/* --- PRIORITÀ ASSOLUTA: VIA IL FOOTER --- */
.site-info,
#colophon .site-info,
.site-footer .site-info {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* =========================================================
   1. DATA E AUTORE
   ========================================================= */

/* Rende visibile la data ovunque */
.home .entry-date,
.home .date,
.home .posted-on,
.home time {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #666 !important;
}

/* Nasconde i doppioni (aggiornato/updated) */
.home .updated,
.home .entry-meta .updated {
    display: none !important;
}

/* SOLO SU PC: Inserisce la stanghetta separatrice */
@media screen and (min-width: 900px) {
    .home .entry-date::before,
    .home .date::before,
    .home .posted-on::before,
    .home time::before {
        content: "\00a0\00a0\00a0|\00a0\00a0\00a0" !important;
        color: #ccc !important;
        opacity: 1 !important;
        display: inline-block !important;
    }
}

/* =========================================================
   2. BARRA SEPARATRICE
   ========================================================= */

hr,
.wp-block-separator {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #666 !important;
    height: 2px !important;
    border: none !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/* =========================================================
   3. LOGO SOPRA IL TITOLO
   ========================================================= */

.post .entry-header,
.page .entry-header {
    padding-top: 0 !important;
    position: relative !important;
}

.logo-titolo {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 0 15px 0 !important;
    width: 130px !important;
    height: auto !important;
    z-index: auto !important;
}

.logo-titolo figcaption {
    display: none !important;
}

/* =========================================================
   4. RIMOZIONE FOOTER
   ========================================================= */

.site-info,
#colophon .site-info {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    font-size: 0 !important;
}

.site-footer {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

footer#colophon,
.site-footer,
div[class*="site-info"],
.imprint {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* =========================================================
   5. DATA ARTICOLI IN EVIDENZA
   ========================================================= */

.sticky .entry-date,
.sticky .date,
.sticky .posted-on {
    display: inline !important;
    visibility: visible !important;
}

@media screen and (min-width: 900px) {
    .sticky .posted-on::before {
        content: " | " !important;
        color: #ccc !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}

/* =========================================================
   6. STILE CAPOLETTERA
   ========================================================= */

.has-drop-cap:first-letter {
    font-family: 'Playfair Display', serif !important;
    font-size: 4.5em !important;
    font-weight: normal !important;
    color: #000 !important;
    margin: 0.1em 0.1em 0 0 !important;
    line-height: 0.8 !important;
    float: left !important;
}

/* =========================================================
   7. NASCONDE PRECEDENTE / SUCCESSIVO
   ========================================================= */

.post-navigation,
.navigation.post-navigation,
.nav-links {
    display: none !important;
}

/* =========================================================
   8. HEADER SU SCHERMI FINO A 1500px
   ========================================================= */

@media screen and (max-width: 1500px) {

    .site-header,
    .ast-main-header-wrap,
    .elementor-location-header {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        min-height: 50px !important;
    }

    .custom-logo,
    .site-logo img,
    .site-branding img {
        max-height: 35px !important;
        width: auto !important;
    }

    #gt_float_wrapper,
    .gtranslate_wrapper,
    div[class*="gt_container"] {
        position: absolute !important;
        top: 20px !important;
        left: 15px !important;
        bottom: auto !important;
        right: auto !important;
        display: block !important;
        z-index: 100 !important;
    }
}

/* =========================================================
   9. NASCONDE SOLO IL DOPPIONE
   "Lei Canta Per Chi Sa Ascoltare" NELLA SIDEBAR
   ========================================================= */

aside#secondary section#block-5 .carmen-final-box {
    display: none !important;
}
/* =========================================================
   10. SPAZIO HEADER SU MOBILE
   Evita sovrapposizione logo / sottotitolo
   ========================================================= */

@media screen and (max-width: 768px) {

    header#masthead.site-header {
        padding-bottom: 70px !important;
    }

}