/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2026 | 00:04:53 */
/**WLQT-DB Christmas 2025 Style**/
:root {
    /* Backgrounds */
    --bg-page: #F6F8F9;
    --bg-white: #FFFFFF;

    /* Brand colors */
    --primary: #C1172B;        /* main red */
    --primary-dark: #C1172B;   /* dark red for borders, accents */
    --accent: #86101E;         /* green accent */

    /* Special buttons */
    --masthead-play: #86101E;  /* header play button */
    --hero-play: #C1172B;      /* big hero play button */

    /* Hero gradient */
    --hero-top: #85101D;
    --hero-bottom: #6B0D18;

    /* Other theme colors */
    --news-header: #9e0c00;
    --text-main: #000000;
    --text-muted: #3F4447;
    --text-light: #ffffff;
    --link-blue: #007bff;
    --crumb-text: #27292d;
    --deep-green: #003300;
    --mid-grey: #555;
    --onair-bg: #e0f0ff;
}

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(--hero-top) 58%, var(--hero-bottom) 100%) !important;
}

/**Sub Pages**/
.page-header {
    /*background-color: #d35400 !important;*/
    background-image: linear-gradient(180deg, var(--hero-top) 58%, 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 {
    background-image: linear-gradient(180deg, var(--hero-top) 58%, var(--hero-bottom) 95%) !important;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 300px;
    overflow: hidden;
    padding: 2rem;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: var(--text-light);
    z-index: 1;
    transform: translateY(-2rem);
    /* Only move upward */
}

.station-logo-box {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background-color: var(--bg-white);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

img.homep_logo {
    width: 95% !important;
    height: auto !important;
    object-fit: contain !important;
}

.station-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.station-name {
    /*font-size: 2.5rem;
    font-weight: bold;*/
    margin: 0;
    color: var(--text-light) !important;
}

.station-slogan {
    font-size: 16px;
    line-height: 2.4rem;
    color: var(--text-light);
}

.module-play {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 64px;
    height: 64px;
    background-color: var(--hero-play);
    color: var(--text-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 2;
    transition: background 0.3s ease;
    text-decoration: none !important;
}

.module-play a {
    text-decoration: none;
}

.module-play:hover {
    background-color: var(--accent);
    color: var(--text-light) !important;
}

.clearfix-spacer {
    height: 6rem;
    /* Matches play button space */
}

/* 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-image: linear-gradient(180deg, var(--hero-top) 58%, var(--hero-bottom) 95%) !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;
}