/*
 Theme Name:   Inspiro Child
 Theme URI:    https://glamourlife.it
 Description:  Tema child di Inspiro — personalizzazioni per Glamour Life
 Author:       Glamour Life
 Author URI:   https://glamourlife.it
 Template:     inspiro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  inspiro-child
*/

/* ============================================================
   PERSONALIZZAZIONI GLAMOUR LIFE
   Aggiungi qui le tue modifiche CSS — non verranno sovrascritte
   dagli aggiornamenti del tema padre Inspiro.
   ============================================================ */

/* Esempio: cambio colore link */
/* a { color: #c8a96e; } */

/* Esempio: font personalizzato */
/* body { font-family: 'Playfair Display', serif; } */
/* Recent Posts nel menu a comparsa — link */
/* Recent Posts nel menu a comparsa — link */
.wp-block-latest-posts__post-title {
    color: #e40078 !important;
}

/* Hover */
.wp-block-latest-posts__post-title:hover {
    color: #a3005a !important;
}
/* Nasconde h1 entry-title solo in homepage */
.home h1.entry-title {
    display: none;
}
/* Casella di ricerca — font e dimensione su schermi grandi */
@media (min-width: 1024px) {
    .sb-search-input {
        font-size: 64px !important;
        font-family: 'Playfair Display', serif !important;
    }
}
.hero-slider__arrow:hover {
    color: #e40078 !important;
    border-color: #e40078 !important;
    background-color: transparent;
}