/* Local mirror fixes */

.header-menu-part {
    height: auto !important;
    min-height: 50px;
    overflow: visible;
}

#masthead {
    overflow: visible;
}

.bottom-bar {
    position: relative;
    z-index: 100;
}

.banner-exclusive-posts-wrapper {
    position: relative;
    z-index: 10;
    clear: both;
    margin-top: 0;
    margin-bottom: 15px;
    overflow: visible;
}

.banner-exclusive-posts-wrapper .exclusive-posts {
    min-height: 50px;
    flex-wrap: nowrap;
    gap: 8px;
}

.banner-exclusive-posts-wrapper .exclusive-now {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
}

.banner-exclusive-posts-wrapper .exclusive-posts .exclusive-now > span.exclusive-news-title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    align-self: center;
    margin-right: 0;
    z-index: 2;
}

.banner-exclusive-posts-wrapper .exclusive-now-txt-animation-wrap {
    display: flex;
    align-items: center;
    min-height: 50px;
}

.banner-exclusive-posts-wrapper .exclusive-slides {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.banner-exclusive-posts-wrapper + .aft-main-banner-section {
    margin-top: 0;
    clear: both;
}

.af-secondary-menu:empty {
    display: none;
}

/* main-header: logo + background */
.main-header.data-bg {
    background-image: url('/wp-content/uploads/header-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-style1 .main-header.data-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.45;
    z-index: 0;
}

.main-header .container-wrapper {
    position: relative;
    z-index: 1;
}

.main-header .custom-logo {
    max-height: 72px;
    width: auto;
    height: auto;
    display: block;
}

.main-header .logo-brand {
    position: relative;
    z-index: 2;
}

.header-ad-slot {
    text-align: right;
}

.header-ad-slot .header-banner-img {
    max-width: 100%;
    height: auto;
    max-height: 90px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .header-style1 .main-header .af-flex-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .header-ad-slot {
        display: none;
    }

    .main-header .custom-logo {
        max-height: 56px;
    }
}
