
.entry-content-wrap[style],
.entry-content[style] {
  color: initial !important;
}


.aft-image-caption p {
    display:none;
}

.home h3, 
.home h4, 
.home h5, 
.home h6, 
.home .entry-title a, 
.home .wp-block-search__label, 
.home #primary .widget-title, 
.home .af-tabs.nav-tabs > li > a, 
.home .af-tabs.nav-tabs > li.active > a, 
.home .af-tabs.nav-tabs > li:hover > a, 
.home .af-tabs.nav-tabs > li:focus > a {
    color: #FFFFFF !important;
	}

/* Make "You May Have Missed" text white */
*:contains("You may have missed") {
    color: #fcfcfc !important;
}




h2.heading-wrapper {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
}
.ul_li_wrapper li a {
    text-decoration: none !important;
}
/* Flash Posts / Latest Stories - full redesign */
.home .exclusive-posts {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background:
        radial-gradient(circle at 8% 20%, rgba(20,156,255,0.28), transparent 28%),
        radial-gradient(circle at 92% 80%, rgba(255,46,154,0.18), transparent 30%),
        linear-gradient(180deg, #151515, #050505) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 18px !important;
    padding: 11px !important;
    margin: 16px 0 24px !important;
    overflow: hidden !important;
    box-shadow:
        0 18px 40px rgba(0,0,0,0.42),
        inset 0 1px 0 rgba(255,255,255,0.08) !important;
}

.home .exclusive-posts *,
.home .exclusive-posts *::before,
.home .exclusive-posts *::after {
    box-sizing: border-box !important;
}

/* Cool light sweep */
.home .exclusive-posts::before {
    content: "" !important;
    position: absolute !important;
    inset: -2px !important;
    background: linear-gradient(
        100deg,
        transparent 0%,
        rgba(20,156,255,0.16) 35%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,46,154,0.14) 65%,
        transparent 100%
    ) !important;
    transform: translateX(-120%) !important;
    animation: flashPostsSweep 5s ease-in-out infinite !important;
    pointer-events: none !important;
}

.home .exclusive-posts > * {
    position: relative !important;
    z-index: 2 !important;
}

/* Latest Stories label */
.home .exclusive-posts .exclusive-now {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #149cff, #7c3cff) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 11px 17px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    box-shadow:
        0 0 18px rgba(20,156,255,0.48),
        inset 0 1px 0 rgba(255,255,255,0.28) !important;
    animation: flashPostsPulse 2.4s ease-in-out infinite !important;
}

/* Story track - do not force custom scrolling */
.home .exclusive-posts .exclusive-slides,
.home .exclusive-posts .marquee {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* Story pills */
.home .exclusive-posts a {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    width: auto !important;
    min-width: 250px !important;
    max-width: 360px !important;
    min-height: 46px !important;
    height: auto !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        #181818 !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 999px !important;
    padding: 8px 14px !important;
    margin-right: 8px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: hidden !important;
    transition:
        transform .22s ease,
        background .22s ease,
        border-color .22s ease,
        box-shadow .22s ease !important;
}

/* Thumbnail images */
.home .exclusive-posts a img {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    object-fit: cover !important;
    border-radius: 7px !important;
    margin-right: 8px !important;
}

/* Blue live dot */
.home .exclusive-posts a::before {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    flex: 0 0 7px !important;
    margin-right: 8px !important;
    border-radius: 999px !important;
    background: #149cff !important;
    box-shadow: 0 0 12px rgba(20,156,255,0.9) !important;
    animation: flashPostsDot 1.7s ease-in-out infinite !important;
}

/* Hover */
.home .exclusive-posts a:hover {
    transform: translateY(-2px) scale(1.02) !important;
    background:
        linear-gradient(180deg, rgba(20,156,255,0.16), rgba(255,255,255,0.04)),
        #202020 !important;
    border-color: rgba(20,156,255,0.85) !important;
    box-shadow: 0 8px 22px rgba(20,156,255,0.22) !important;
    color: #fff !important;
}

/* Phone friendly */
@media (max-width: 768px) {
    .home .exclusive-posts {
        gap: 10px !important;
        padding: 10px !important;
        margin: 12px 0 20px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        flex-wrap: nowrap !important;
    }

    .home .exclusive-posts .exclusive-now {
        position: relative !important;
        left: auto !important;
        z-index: 5 !important;
        padding: 10px 13px !important;
        font-size: 10px !important;
        letter-spacing: .04em !important;
    }

    .home .exclusive-posts .exclusive-slides,
    .home .exclusive-posts .marquee {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .home .exclusive-posts a {
        min-width: 230px !important;
        max-width: 270px !important;
        min-height: 48px !important;
        padding: 8px 12px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
    }

    .home .exclusive-posts a img {
        flex: 0 0 34px !important;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        margin-right: 8px !important;
    }
}

/* Very small phones */
@media (max-width: 420px) {
    .home .exclusive-posts {
        gap: 8px !important;
        padding: 9px !important;
    }

    .home .exclusive-posts .exclusive-now {
        padding: 9px 11px !important;
        font-size: 9px !important;
    }

    .home .exclusive-posts a {
        min-width: 210px !important;
        max-width: 240px !important;
        font-size: 11px !important;
    }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
    .home .exclusive-posts::before,
    .home .exclusive-posts .exclusive-now,
    .home .exclusive-posts a::before {
        animation: none !important;
    }

    .home .exclusive-posts a {
        transition: none !important;
    }
}

/* Animations */
@keyframes flashPostsSweep {
    0%, 62%, 100% {
        transform: translateX(-120%);
        opacity: 0;
    }
    72% {
        opacity: 1;
    }
    90% {
        transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes flashPostsPulse {
    0%, 100% {
        box-shadow:
            0 0 16px rgba(20,156,255,0.42),
            inset 0 1px 0 rgba(255,255,255,0.28);
    }
    50% {
        box-shadow:
            0 0 26px rgba(124,60,255,0.62),
            inset 0 1px 0 rgba(255,255,255,0.32);
    }
}

@keyframes flashPostsDot {
    0%, 100% {
        transform: scale(1);
        opacity: .75;
    }
    50% {
        transform: scale(1.45);
        opacity: 1;
    }
}
/* Phone fix: show posts under the Latest Stories label */
@media (max-width: 768px) {
    .home .exclusive-posts {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        overflow: hidden !important;
    }

    .home .exclusive-posts .exclusive-now {
        width: fit-content !important;
        max-width: 100% !important;
        position: relative !important;
        left: auto !important;
    }

    .home .exclusive-posts .exclusive-slides,
    .home .exclusive-posts .marquee {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        min-height: 52px !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .home .exclusive-posts a {
        display: inline-flex !important;
        align-items: center !important;
        min-width: 245px !important;
        max-width: 285px !important;
        min-height: 48px !important;
        white-space: normal !important;
        vertical-align: middle !important;
    }
}
/* Socials menu redesign */
#menu-socials,
.menu-socials-container ul,
.social-navigation ul,
.social-menu ul {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#menu-socials li,
.menu-socials-container li,
.social-navigation li,
.social-menu li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#menu-socials li > a,
.menu-socials-container li > a,
.social-navigation li > a,
.social-menu li > a {
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.28) !important;
    overflow: hidden !important;
    transition:
        transform .22s ease,
        filter .22s ease,
        box-shadow .22s ease,
        border-color .22s ease !important;
}

/* Icon font support */
#menu-socials li > a::before,
.menu-socials-container li > a::before,
.social-navigation li > a::before,
.social-menu li > a::before,
#menu-socials li > a::after,
.menu-socials-container li > a::after,
.social-navigation li > a::after,
.social-menu li > a::after {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hide text labels if theme outputs text inside spans */
#menu-socials li > a span,
.menu-socials-container li > a span,
.social-navigation li > a span,
.social-menu li > a span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

/* Hover animation */
#menu-socials li > a:hover,
.menu-socials-container li > a:hover,
.social-navigation li > a:hover,
.social-menu li > a:hover {
    transform: translateY(-2px) scale(1.06) !important;
    filter: brightness(1.15) !important;
    border-color: rgba(20,156,255,0.45) !important;
    box-shadow:
        0 10px 24px rgba(0,0,0,0.36),
        0 0 18px rgba(20,156,255,0.3) !important;
}

/* 1. TikTok */
#menu-socials li:nth-child(1) > a,
.menu-socials-container li:nth-child(1) > a {
    background: linear-gradient(135deg, #050505, #2b2b2b) !important;
}

/* 2. YouTube */
#menu-socials li:nth-child(2) > a,
.menu-socials-container li:nth-child(2) > a {
    background: linear-gradient(135deg, #ff0033, #9b0015) !important;
}

/* 3. X / Twitter */
#menu-socials li:nth-child(3) > a,
.menu-socials-container li:nth-child(3) > a {
    background: linear-gradient(135deg, #050505, #333) !important;
}

/* 4. Facebook */
#menu-socials li:nth-child(4) > a,
.menu-socials-container li:nth-child(4) > a {
    background: linear-gradient(135deg, #1877f2, #123f91) !important;
}

/* 5. Instagram */
#menu-socials li:nth-child(5) > a,
.menu-socials-container li:nth-child(5) > a {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
}

/* Mobile */
@media (max-width: 768px) {
    #menu-socials,
    .menu-socials-container ul,
    .social-navigation ul,
    .social-menu ul {
        gap: 6px !important;
    }

    #menu-socials li > a,
    .menu-socials-container li > a,
    .social-navigation li > a,
    .social-menu li > a {
        width: 34px !important;
        height: 34px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
    }

    #menu-socials li > a::before,
    .menu-socials-container li > a::before,
    .social-navigation li > a::before,
    .social-menu li > a::before,
    #menu-socials li > a::after,
    .menu-socials-container li > a::after,
    .social-navigation li > a::after,
    .social-menu li > a::after {
        font-size: 15px !important;
    }
}
/* Transparent glass social icons */
#menu-socials li > a,
.menu-socials-container li > a,
.social-navigation li > a,
.social-menu li > a {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.16),
        0 8px 20px rgba(0,0,0,0.22) !important;
}

/* Remove platform solid backgrounds */
#menu-socials li:nth-child(1) > a,
#menu-socials li:nth-child(2) > a,
#menu-socials li:nth-child(3) > a,
#menu-socials li:nth-child(4) > a,
#menu-socials li:nth-child(5) > a,
.menu-socials-container li:nth-child(1) > a,
.menu-socials-container li:nth-child(2) > a,
.menu-socials-container li:nth-child(3) > a,
.menu-socials-container li:nth-child(4) > a,
.menu-socials-container li:nth-child(5) > a {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)) !important;
}

/* Platform colored icon glow */
#menu-socials li:nth-child(1) > a,
.menu-socials-container li:nth-child(1) > a {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(255,255,255,0.42) !important;
}

#menu-socials li:nth-child(2) > a,
.menu-socials-container li:nth-child(2) > a {
    color: #ff3b55 !important;
    text-shadow: 0 0 12px rgba(255,0,51,0.5) !important;
}

#menu-socials li:nth-child(3) > a,
.menu-socials-container li:nth-child(3) > a {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(255,255,255,0.42) !important;
}

#menu-socials li:nth-child(4) > a,
.menu-socials-container li:nth-child(4) > a {
    color: #5aa7ff !important;
    text-shadow: 0 0 12px rgba(24,119,242,0.55) !important;
}

#menu-socials li:nth-child(5) > a,
.menu-socials-container li:nth-child(5) > a {
    color: #ff6ec7 !important;
    text-shadow: 0 0 12px rgba(255,46,154,0.55) !important;
}

/* Hover: glass lights up */
#menu-socials li > a:hover,
.menu-socials-container li > a:hover,
.social-navigation li > a:hover,
.social-menu li > a:hover {
    background:
        linear-gradient(180deg, rgba(20,156,255,0.22), rgba(255,255,255,0.06)) !important;
    border-color: rgba(20,156,255,0.52) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.2),
        0 10px 24px rgba(0,0,0,0.34),
        0 0 18px rgba(20,156,255,0.28) !important;
}