  /*  GLOBAL COLORS */
.read-more span, .read-more .far, .read-more .fas, .copyright a, .elvotics_event_list_text h4 a, .widget_recent_posts .article-title h5 a, .widget_recent_posts .article-title h5, .entry-title a, .entry-title, .widget-title, .elementor-heading-title {
    color: #000!important;
}

.flex-direction-nav a::before {
    color: #fff;
}


/* ON-AIR NOW SCHEDULE NOW A */

  #schedule_now_a {
    color: #fff;
    background: #ED1C24;
  }

  #schedule_now_a .excerpt .show_title {
    color: #fff !important
  }

#schedule-now-c .on-air-bottom {
    background: rgba(30, 21, 69, 0.6)!important;
}

/* SHOWS CAROUSEL */
#shows-carousel .elementor-heading-title{
  color: #CCC !important;
}

#shows-carousel .elementor-text-editor{
  color: #ccc!important;
  line-height: 18px;
}

#shows-carousel .elementor-widget{
  margin-bottom: 8px!important;
}

/* CALENDAR */
.tribe-mini-calendar{
  display: none;
}
.tribe-mini-calendar-event .list-date {
    background: #383636!important;
}

.tribe-mini-calendar-event .list-date,
.tribe-mini-calendar-event .list-date .list-dayname{
    border-radius: 6px;
}

.tribe-mini-calendar-event .list-date .list-daynumber{
  color:#fff!important;
}

/* LOADER */
.ajax-spinner {
    color: #000;
}

.ajax-spinner, .ajax-spinner:before, .ajax-spinner:after {
    background: #000;
}

/* DIVIDER */
.divider-text-wrap .eael-divider-text{
  color: #000;
}
.divider-text-wrap .divider-border {
    border-top-color: #383636;
}


/* FOOTER */


.copyright {
  color: #FFF!important;
}

.copyright a {
  color: #FFF!important;
}


/* Mobile Ad */
div[id*='div-gpt-ad'] iframe[width="320"]{
      width: 320px !important;
}

/* WIDGET TITLE BARS IN SIDEBARS */

.widget-sidebar .widget-title {
    color: #000!important;
    font-size: 20px!important;
    font-weight: 400!important;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif;
    padding: 6px 6px 6px 0px!important;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color: #CB4544!important;
}

.tribe-events-back {display: none !important}

.InnerFormBody-sc-o0t3bv-0, .DNPCm {padding: 0 20px 0 0 !important;}

.elementor-widget-container {
	font-family:Roboto, sans-serif !important;
	font-size:16.75px !important;
	line-height:26.8px !important;
}

.on-air-now {background-color:#222222 !important;}

.page-numbers, .next {color: white !important;}

.pp_close {
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    bottom: auto !important;
    display: block !important;
    z-index: 20000 !important;
}
.pp_expand {
    position: absolute !important;
    right: 25px !important; 
    top: 5px !important; 
    display: block !important;
    z-index: 20000 !important;
}

.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5 {
  color:#191919 !important;
  font-weight:500 !important;
}

/*.elementor-widget-theme-post-content a {color:#191919 !important;}
.elementor-widget-theme-post-content a:hover {color:#ED1C24 !important;}
.elementor-widget-theme-post-content a:visited {color:#191919 !important;}*/

.jet-smart-listing__post-thumbnail {padding-right: 10px;}

.elementor-widget-theme-post-content a {color:#E30019 !important;}
.elementor-widget-theme-post-content a:visted {color:#E30019 !important;}
.elementor-widget-theme-post-content a:hover {color:#E30019 !important;text-decoration:underline !important;}

/* Formstack overrides */

label[class*="StyledOptionLabel"]::before,
label[class*="StyledOptionLabel"]::after {
    display: none !important;
    content: none !important;
}


label[class*="StyledOptionLabel"] input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    margin-right: 8px !important;
    position: relative !important; 
}

/* StreamGuys Recently Played*/
.sg-stream-title {display: none !important;}

.sg-recent {
  background: #fff;
  max-width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111;
  box-sizing: border-box;
}

.sg-recent *,
.sg-recent *::before,
.sg-recent *::after {
  box-sizing: inherit;
}

.sg-recent-list {
  display: flex;
  flex-direction: column;
}

.sg-recent-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.sg-recent-item:last-child {
  border-bottom: none;
}

.sg-recent-art {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #c9c9c9;
}

.sg-recent-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sg-recent-text {
  flex: 1 1 auto;
  min-width: 0;
}

.sg-recent-artist {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  color: #111;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sg-recent-title {
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1.3;
  margin-top: 2px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sg-recent-time {
  font-size: 0.8em;
  color: #777;
  margin-top: 4px;
}

.sg-recent-empty {
  padding: 16px;
  color: #777;
  font-style: italic;
  text-align: center;
}

/* Variant-specific tweaks */
.sg-recent-sidebar .sg-recent-art {
  width: 50px;
  height: 50px;
}

.sg-recent-history .sg-recent-art {
  width: 64px;
  height: 64px;
}

/* Narrow screens */
@media (max-width: 360px) {
  .sg-recent-item {
    gap: 8px;
    padding: 8px;
  }
  .sg-recent-art {
    width: 48px;
    height: 48px;
  }
}

/* Misc */
.cky-btn-revisit-wrapper, .cky-revisit-bottom-left {
    position: fixed !important;
    z-index: 2147483647 !important;
}

.jock-page-pic {margin-top:5px !important;}

.long-title-lead {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
  color: #555555;
  margin-bottom: 20px;
  margin-top: 20px;
  font-style: italic;
  border-left: 5px solid #CE2027;
  padding-left: 20px;
  display: block;
}