/*
Theme Name: MH Magazine Lite Child
Template: mh-magazine-lite
Version: 1.0
*/

/* =========================
   CLEAN BLACK NAVIGATION
========================= */

.mh-main-nav {
    background: #111;
}

.mh-main-nav ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.mh-main-nav ul li a:hover,
.mh-main-nav ul li.current-menu-item a {
    background: #8B0000;
    color: #ffffff;
}


/* =========================
   PREMIUM BREAKING BAR
========================= */

.tbe-breaking {
    background: #b00000;
    width: 100%;
    border-bottom: 3px solid #8B0000;
}

.tbe-breaking .mh-container {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.tbe-breaking strong {
    background: #000000;
    color: #ffffff;
    padding: 6px 14px;
    margin-right: 15px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#tbe-breaking-headline a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

#tbe-breaking-headline a:hover {
    text-decoration: underline;
}
