/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2026 | 05:16:59 */
/**WLQT-DB Main BLue 2026**/
:root {
    /* Backgrounds */
    --bg-page: #F4F7FB;
    --bg-white: #FFFFFF;

    /* Lite 99 brand colors */
    --primary: #005FBE;
    --primary-dark: #002F6B;
    --primary-deep: #001B3D;
    --primary-light: #31B6FF;
    --accent: #FF2346;
    --accent-dark: #D9183A;

    /* Special buttons */
    --masthead-play: #FF2346;
    --hero-play: #FF2346;

    /* Hero gradient */
    --hero-top: #0879DF;
    --hero-mid: #0058B8;
    --hero-bottom: #001B3D;

    /* Other theme colors */
    --news-header: #005FBE;
    --text-main: #111827;
    --text-muted: #4B5563;
    --text-light: #FFFFFF;
    --link-blue: #006FD6;
    --crumb-text: #27292D;
    --deep-green: #003300;
    --mid-grey: #555;
    --onair-bg: #EDF7FF;
}
body {
    background-color: var(--bg-page) !important;
}

#header {
    position: sticky;
    top: 0;
}

.header-items {
    display: grid;
    grid-template-columns: 1fr 20rem 1fr;
    align-items: center;
    justify-content: center;
}

.hfe-site-logo-img {
    height: 100px !important;
}

.elementor-alert {
    background-color: var(--accent) !important;
    border-color: transparent !important;
    color: var(--text-light) !important;
    border-radius: 6px;
}

.weather-alert-banner {
    background-color: var(--accent) !important;
    color: var(--text-light);
    /* Text color */
    padding: 10px;
    width: 100%;
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide overflowing content */
    border-radius: 6px !important;
}

.bibleVerse {
    background-color: var(--bg-white) !important;
    color: var(--text-main) !important;
    border-bottom: 10px solid var(--primary) !important;
    border-radius: 6px !important;
}
h1 {
	color: var(--accent) !important;
}
h2 {
	color: var(--accent) !important;
}
h3 {
	color: var(--accent) !important;
}
h4.bibleVerse-heading {
    color: var(--accent) !important;
    font-weight: bold !important;
}
h4 {
	color: var(--accent) !important;
}
h5 {
	color: var(--accent) !important;
}
.dailyVerses.bibleVerse {
    color: var(--text-main) !important;
    border: 0px !important;
}

.listenlive {
    min-width: 115px;
}

.slideout-overlay {
    background-color: transparent !important;
}

.elementskit-post-card {
    border-bottom: 10px solid var(--primary-dark) !important;
}

.station-name {
    font-family: mulish-variable, sans-serif;
    font-weight: bold;
}

.elementor-icon svg {
    fill: var(--text-muted) !important;
    background-color: transparent !important;
}

.elementor-social-icon svg {
    fill: var(--accent) !important;
    background-color: transparent !important;
}

.elementor-social-icon {
    fill: var(--accent) !important;
    background-color: transparent !important;
}

.vertical-menu-icon {
    color: var(--text-muted) !important;
    background-color: transparent !important;
}

/**Headings**/
h3.elementor-heading-title {
    color: var(--text-main) !important;
    font-weight: bold !important;
}

h3.elementor-post__title a {
    color: var(--text-main) !important;
    text-decoration: none !important;
}

h2.entry-title a {
    color: var(--text-main) !important;
    text-decoration: none !important;
}

.elementor-post-date {
    color: var(--text-main) !important;
}
/**Main Menu**/

.vertical-menu {
    font-family: inter-variable, sans-serif !important;
}

.vertical-menu li a {
    color: var(--text-muted) !important;
}

.vertical-menu li a::after {
    color: var(--text-muted) !important;
}
/*.vertical-menu-right-icon {
	color: #028441 !important;
}*/
.e-font-icon-svg.e-fas-times svg {
    fill: var(--text-muted) !important;
}

ul.news-arch {
    list-style-type: none !important;
}

li.news-arch {
    list-style-type: none !important;
}

li.elementor-post-info {
    list-style-type: none !important;
}

ul.elementor-post-info {
    list-style-type: none !important;
}

.elementskit-blog-block-post {
    border-color: var(--primary-dark) !important;
}

.elementskit-post-image-card {
    border-color: var(--primary-dark) !important;
}

.elementor-post {
    border-bottom: 10px solid var(--primary-dark) !important;
    border-radius: 6px !important;
}

.home-cta {
    border-radius: 10px !important;
    border-bottom: 10px solid var(--primary-dark) !important;
}

.elementskit-btn {
    background-color: var(--primary) !important;
}

.elementor-post__read-more {
    color: var(--primary) !important;
}

/**Menu**/
.ekit_navSidebar-button {
    background-color: var(--text-muted) !important;
}

#masthead-playbtn {
    background-color: var(--masthead-play) !important;
    border-radius: 15px;
    color: var(--text-light);
}

/**Playlist**/
.elementkit-tab-nav.elementskit_tab_border_bottm .elementkit-nav-item .elementkit-nav-link::before {
    background-color: var(--primary) !important;
    /*Caret*/
}

.song-item .details {
    color: var(--text-main) !important;
}

.song-item .details p {
    /*Artist*/
    color: var(--text-main) !important;
}

.song-item .album-name {
    color: var(--text-main) !important;
}

.song-item .time {
    color: var(--text-main) !important;
}

/**Tabs - such as Playlist**/
.elementkit-tab-nav .elementkit-nav-link.active {
    color: var(--text-muted) !important;
}

.elementkit-tab-nav .elementkit-nav-link {
    color: var(--text-muted) !important;
}

/**News Archives**/
.news-archive-header {
    color: var(--text-light) !important;
    background-color: var(--news-header) !important;
}

.elementor-post__card .elementor-post__meta-data {
    border-top-color: var(--primary) !important;
}

.news-post-header {
    color: var(--text-light) !important;
    /*background-color: #d35400 !important;*/
    /*background-image: linear-gradient(180deg, var(--primary) 58%, var(--primary-dark) 100%) !important;*/
	background:
        radial-gradient(circle at 78% 12%, rgba(49, 182, 255, 0.40), transparent 18rem),
        radial-gradient(circle at 95% 70%, rgba(255, 35, 70, 0.20), transparent 19rem),
        linear-gradient(
            135deg,
            var(--hero-top) 0%,
            var(--hero-mid) 38%,
            var(--hero-bottom) 100%
        ) !important;
}

/**Sub Pages**/
.page-header {
    /*background-color: #d35400 !important;*/
   /* background-image: linear-gradient(180deg, var(--primary) 58%, var(--primary-dark) 100%) !important;*/
	background:
        radial-gradient(circle at 78% 12%, rgba(49, 182, 255, 0.40), transparent 18rem),
        radial-gradient(circle at 95% 70%, rgba(255, 35, 70, 0.20), transparent 19rem),
        linear-gradient(
            135deg,
            var(--hero-top) 0%,
            var(--hero-mid) 38%,
            var(--hero-bottom) 100%
        ) !important;
    color: var(--text-light);
}

.page-header-text {
    color: var(--text-light) !important;
}

.ekit-wid-con .ekit-breadcrumb>li a {
    color: var(--crumb-text) !important;
    font-size: 18px;
    font-weight: bold;
}

.ekit-wid-con .ekit-breadcrumb>li {
    color: var(--crumb-text) !important;
    font-size: 18px;
    font-weight: bold;
}

.li .brd_sep {
    color: var(--deep-green);
}

/**Radio Schedule**/
.svg-icon.icon-equalizer {
    fill: var(--primary) !important;
}

/* Day Tabs */
.day-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.day-tab {
    cursor: pointer;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.day-tab.active {
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    position: relative;
}

.day-tab.active::after {
    content: "▼";
    position: absolute;
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: var(--primary-dark);
}

/* Schedule Blocks */
.schedule-block {
    display: flex;
    align-items: center;
    background: var(--bg-white);
    border-left: 5px solid var(--primary);
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.onair-heading {
    align-items: flex-end;
    font-size: 16px;
    color: var(--text-main) !important;
}

.schedule-block.current {
    background: var(--onair-bg);
    border-left-color: var(--primary);
}

.schedule-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.schedule-info h5 {
    color: var(--accent) !important;
    margin: 0;
    font-size: 1.1rem;
}

.schedule-info a {
    font-weight: bold;
    color: var(--text-main);
    text-decoration: none;
}

.schedule-info a:hover {
    text-decoration: underline;
}

.h3.schedule-day {
    color: var(--text-main) !important;
}

/* On Air Now */
#current-show {
    text-align: center;
    margin-bottom: 2rem;
}

#current-show h4 {
    font-weight: bold;
    color: var(--link-blue);
    margin-bottom: 1rem;
}

#current-show .current-show-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#current-show img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: contain;
}

/**New Livecard On Air Schedule Override**/
h2.oan-station {
	color: var(--accent) !important;
}
.onair-text {
    font-size: 14px !important;
    font-weight: bold !important;
}

h2.onair-show a {
    color: var(--text-main) !important;
    text-decoration: none !important;
}

.livecard-container {
    background: var(--bg-white);
    border-left: 5px solid var(--primary);
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.livecard-container img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}

.livecard-info h2 {
    margin: 0;
    font-size: 1.5rem;
}

.livecard-info .show-time {
    font-size: 1rem;
    color: var(--mid-grey);
}

/* BULLETPROOF LIVE EQ COLOR OVERRIDE */
.live-eq,
.live-eq *,
.live-eq svg,
.live-eq path,
.live-eq rect,
.live-eq g,
.live-eq use {
    fill: var(--primary) !important;
    stroke: var(--primary) !important;
    color: var(--primary) !important;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
        fill: var(--primary) !important;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.6;
        fill: var(--primary) !important;
    }

    100% {
        transform: scale(1);
        opacity: 1;
        fill: var(--primary) !important;
    }
}


/**Now Playing Bar on Bottom of Pg**/
.equalizer span {
    background: var(--primary) !important;
}
.equalizer path {
    fill: var(--primary) !important;
}

.song-title {
    font-weight: bold;
    font-size: 15px;
}

.artist-name {
    font-size: 13px;
    color: var(--text-main);
}

.play-button {
    font-size: 24px;
    background: none;
    border: none;
    color: var(--text-main);
    cursor: pointer;
    margin-right: 10px;
}

/**LiveCard On Air - Home Page**/
.livecard-homep {
    background: var(--bg-white);
    border-left: 5px solid var(--primary);
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 600px;
}

/**Homepage - Weather **/
#home-wx {
    background-color: var(--bg-white) !important;
    border-style: solid !important;
    border-width: 0px 0px 10px 0px !important;
    border-color: var(--primary) !important;
    border-radius: 6px 6px 6px 6px !important;
}

 
/**Homepage Hero**/
.home-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 12%, rgba(49, 182, 255, 0.40), transparent 18rem),
        radial-gradient(circle at 95% 70%, rgba(255, 35, 70, 0.20), transparent 19rem),
        linear-gradient(
            135deg,
            var(--hero-top) 0%,
            var(--hero-mid) 38%,
            var(--hero-bottom) 100%
        ) !important;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: -40%;
    pointer-events: none;
    background:
        linear-gradient(
            115deg,
            transparent 35%,
            rgba(255, 255, 255, 0.13) 50%,
            transparent 65%
        );
    transform: rotate(5deg) translateX(-50%);
    animation: lite99HeroSweep 11s ease-in-out infinite;
}
.home-hero::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.18) 0%,
            rgba(255,255,255,.08) 20%,
            rgba(255,255,255,0) 45%
        );
}
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 330px;
    overflow: hidden;
    padding: 2.5rem;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 2rem;
    color: var(--text-light);
    transform: translateY(-1rem);
}

.station-logo-box {
    width: 215px;
    height: 215px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow:
        0 22px 50px rgba(0, 17, 47, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

img.homep_logo {
    width: 95% !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 12px rgba(0, 47, 107, 0.16));
}

.station-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.station-name {
    margin: 0;
    color: var(--text-light) !important;
    font-family: mulish-variable, sans-serif;
    font-weight: 900;
    text-shadow: 0 4px 16px rgba(0, 17, 47, 0.35);
}

.station-slogan {
    font-size: 16px;
    line-height: 2.4rem;
    color: #EDF7FF;
}

.module-play {
    position: absolute;
    bottom: 3rem;
    right: 2rem;
    width: 64px;
    height: 64px;

    width: 70px;
    height: 70px;

    background: linear-gradient(
        135deg,
        var(--accent),
        var(--accent-dark)
    );

    color: var(--text-light);
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.55rem;
    font-weight: 900;
    cursor: pointer;

    box-shadow:
        0 14px 30px rgba(217, 24, 58, 0.38),
        0 0 0 10px rgba(255, 255, 255, 0.08);

    z-index: 2;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;

    text-decoration: none !important;
    animation: lite99PlayGlow 3s ease-in-out infinite;
}

.module-play:hover {
    color: var(--text-light) !important;
    transform: translateY(-50%) scale(1.05);
}

.module-play a {
    color: inherit !important;
    text-decoration: none;
}

.module-play:hover {
    color: var(--text-light) !important;
    transform: translateY(-3px) scale(1.05);
    box-shadow:
        0 18px 38px rgba(217, 24, 58, 0.50),
        0 0 0 13px rgba(255, 255, 255, 0.11);
    filter: brightness(1.04);
}

.clearfix-spacer {
    height: 6rem;
}

@keyframes lite99HeroSweep {
    0%,
    70% {
        transform: rotate(5deg) translateX(-50%);
    }

    92%,
    100% {
        transform: rotate(5deg) translateX(50%);
    }
}

@keyframes lite99PlayGlow {
    0%,
    100% {
        box-shadow:
            0 14px 30px rgba(217, 24, 58, 0.38),
            0 0 0 10px rgba(255, 255, 255, 0.08);
    }

    50% {
        box-shadow:
            0 18px 36px rgba(217, 24, 58, 0.50),
            0 0 0 14px rgba(255, 255, 255, 0.04);
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: auto;
        padding: 2rem 1rem 6.5rem;
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        text-align: center;
        transform: none;
    }

    .station-logo-box {
        width: 170px;
        height: 170px;
    }

    .module-play {
        right: 50%;
        bottom: 1.5rem;
        transform: translateX(50%);
    }

    .module-play:hover {
        transform: translateX(50%) translateY(-3px) scale(1.05);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero::before,
    .module-play {
        animation: none !important;
    }
}

/* Footer */
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_rss ul li {
    border-color: rgba(255, 255, 255, 0.22);
}

.footer-t ul li a {
    color: var(--text-light);
}

.bottom-footer a {
    color: var(--text-light);
}

.site-footer {
    display: none !important;
}

#site-menu {
    z-index: 100000 !important;
}
/***
Listen Live Player
***/
.loc-card-header {
    background-color: var(--primary) !important;
    color: var(--text-light) !important;
}
#loc-playPauseBtn {
    background-color: var(--accent) !important;
    color: var(--text-light) !important;
}
h2#loc-tagline {
    color: var(--text-light) !important;
}
h5#loc-station {
    color: var(--text-light) !important;
}
h4#loc-title {
    color: var(--text-light) !important;
}
/**Show Cards for home page**/
/* Talent Grid */
#talent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
    padding: 1rem;
}

/* Single Card */
.talent-card {
    background: var(--bg-white);
    border-radius: 10px;
    border-bottom: 10px solid var(--primary-dark);
    text-align: center;
    padding: 1.5rem 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: 0.25s ease;
}

.talent-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Circle Headshots */
.talent-avatar {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}

/* Name */
.talent-name {
    color: var(--accent); 
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Button */
.talent-btn {
    display: inline-block;
    padding: 10px 18px;
    background: var(--primary);
    color: var(--text-light);
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.talent-btn:hover {
    background: var(--primary-dark);
    text-decoration: none;
}

/* Pagination */
#talent-pagination {
    text-align: center;
    margin-top: 2rem;
}

.page-btn {
    padding: 8px 14px;
    margin: 0 5px;
    border: none;
    background: var(--primary-dark);
    color: var(--text-light);
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.page-btn.active {
    background: var(--accent);
}
/** On Air Talent Page Fix **/

/* Remove all Elementor & page wrapper padding on show pages */
#content.site-main,
#content .page-content,
#content .elementor,
#content .e-con,
#content .elementor-element.e-con-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove Elementor section padding above hero */
#content .elementor-element.e-parent {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Force show header to stretch edge-to-edge */
#show-profile .page-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 40px 0 !important; /* top + bottom padding */
    background: none !important;
    overflow-x: hidden !important;
}

/* Fix final tiny right-side gap (Bootstrap row margins) */
#show-profile .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove Bootstrap container padding inside the header */
#show-profile .container-fluid,
#show-profile .col-md-4,
#show-profile .col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#show-profile .container-fluid {
    background: radial-gradient(circle at 85% 10%, rgba(49, 182, 255, 0.34), transparent 18rem), linear-gradient(135deg, var(--hero-top), var(--hero-mid), var(--hero-bottom)) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Adjust avatar + title spacing */
#show-profile .col-md-4 img {
    margin-top: 20px !important;
}

#show-profile .page-header-text {
    margin-top: 10px !important;
}