/*
Theme Name: MH Magazine Lite Child
Theme URI: https://www.mhthemes.com/themes/mh-magazine-lite/
Description: Child theme for MH Magazine Lite
Author: FV2FREE
Author URI: https://farmville2free.com
Template: mh-magazine-lite
Version: 1.0
*/
/* --------------------------------------------------------------------------
   STILE TOP BAR PERSONALIZZATA: NERO CON HOVER ROSSO
-------------------------------------------------------------------------- */

.custom-top-bar {
    width: 100%;
    background-color: #000000; 
    border-bottom: none;
    padding: 6px 20px; 
    box-sizing: border-box;
}

.custom-top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.custom-top-bar a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    padding: 6px 10px;
    transition: background-color 0.2s;
    display: block;
}

.custom-top-bar a:hover {
    background-color: #e23b3b;
    color: #ffffff;
    text-decoration: none;
}

.custom-top-bar ul li {
    margin: 0;
    padding: 0;
}

.mh-container-outer {
    margin-top: 0 !important;
}

.mh-container-outer,
.mh-header {
    padding-top: 0 !important;
}

/* Allinea la top bar al container del tema */
.custom-top-bar > ul {
    max-width: 1080px;
    margin: 0 auto !important;
    padding: 0 10px;
}

.custom-top-bar {
    padding: 0;
}

/* 🔥 Nasconde il placeholder MH Magazine */
.mh-image-placeholder {
    display: none !important;
}
asconde il container generale della miniatura in MH Magazine.
Il container tipico è la figura che contiene l'immagine.
*/
.single-post .entry-header figure {
    display: none !important;
}

/* Tentativo 2: Se la miniatura è inserita direttamente come immagine
sotto l'header del post.
*/
.single-post .entry-header img {
    display: none !important;
}
