  /*  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;
}
a{color:#CA4544}
a:hover, a:focus, a:active {
    color: #383838;
}

ul.tribe-events-sub-nav li a:hover, #tribe-events a.tribe-events-button:hover, .elvotics_event_list_button a:hover, .btn-default:hover, .btn:hover {
    color: #000 !important;
    background-color: #383636 !important;
    border-color: #383636 !important;
}

.section-title .elementor-widget-container{
  color: #000 !important;
  border-color:#CB4544!important;
}


nav .elementor-item.has-submenu.highlighted{
  color: #383636!important;
}

/* listen live */
#listen-live {
  color: #fff;
  background-color: #CB4544;
}

#listen-live i{
  color: #fff!important;
}

/* SOCIAL  */
.elementor-social-icon i{
  color: #fff!important;
}

/* MENU & NAV */

#top-bar {
    background-color: #383636;
}

#middle-section {
    background-color: #fff;
}

#main-nav {
    background-color: #CB4544;
}

nav .elementor-nav-menu--main .elementor-item,
nav .elementor-nav-menu--dropdown .elementor-item.has-submenu.highlighted{
    color: #FFFFFF!important;
}
nav .elementor-nav-menu .sub-arrow i{
  color: #383636!important;
}

.elementor-location-header nav .elementor-nav-menu a:hover{
  color:#fff!important;
  background-color: #000;
}

nav .elementor-nav-menu--dropdown a {
    color: #fff!important;
}

nav .elementor-nav-menu--dropdown .menu-item:hover,
nav .elementor-nav-menu--dropdown .elementor-item.highlighted,
nav .elementor-nav-menu--dropdown .elementor-item:focus, 
nav .elementor-nav-menu--dropdown .elementor-item:hover{
    background-color: #383636!important;
}

nav .elementor-nav-menu--dropdown {
    background-color: #383636!important;
}

nav .elementor-menu-toggle {
    color: #000!important;
}

nav .elementor-menu-toggle {
    background-color: #383636!important;
}

nav .elementor-search-form--skin-full_screen .elementor-search-form__toggle {
    color: #383636;
}

nav .elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
    background-color: #000!important;
}

/* ON-AIR NOW SCHEDULE NOW A */

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

  #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 */
footer, footer a,
footer .current-menu-item a{
  color: #fff!important;
  background-color: #383636;
}

footer a:hover{
  color: #fff!important;
}

.copyright{
    background-color: #CB4544!important;
}

.copyright {
  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;
}

/* StreamGuys Recently Played*/

.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;
  }
}

/*** DT ***/
.on-air-now-widget {display: none !important}
.elementor-widget-wp-widget-one_cms_now_playing_widget {display: none !important}