  /*
Theme Name: Empire Broadcasting KRTY
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: Template-E Child theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: empire-broadcasting-krty
Template: template-e
*/

/*=============================================================================*/

/*--------------------------------------------------------------
      Brand Colors
  --------------------------------------------------------------*/
/* Brand color (Purple) */
a,
.color-brand {
    color: #202020;
}

  .wpb-compact h5 a:hover {
      color:#FDB827
  }


.bg-brand,
.wpb-compact .category li {
    background-color: #252525;
}

.hover-color-brand:hover {
    color: #202020;
}

.hover-bg-brand:hover {
    background-color: #202020;
}

/* Secondary color (yellow/orange) */
.color-secondary {
    color: #FDB827;
}

.bg-secondary {
    background-color: #FDB827;
}

.border-secondary {
    border-color: #FDB827;
}

.hover-color-secondary:hover {
    color: #FDB827;
}

.hover-bg-secondary:hover {
    color: #FDB827;
}

/* Light color (white) */
.color-light,
.copyright a {
    color: hsl(0, 0%, 100%);
}

.bg-light {
    background-color: hsl(0, 0%, 100%);
}

.hover-color-light:hover {
    color: hsl(0, 0%, 100%);
}

.border-light {
    border-color: hsl(0, 0%, 100%);
}

/* Dark color (black)  */
.color-dark {
    color: #252525;
}

.bg-dark {
    background-color: #252525;
}

.border-dark {
    border-color: #EE3B33 !important;
}

.hover-color-dark:hover {
    color: #252525;
}

.hover-bg-dark:hover,
.navbar-default {
    background-color: #252525;
}

.hover-border-dark:hover {
    border-color: #252525;
}

.content-widget-title, .archive-title {
    background: #202020;
    color: #fff;
    border-bottom: 4px solid #EE3B33;
}

.pagination span, .pagination a {
    color: #ffffff;
    background: #252525 none repeat scroll 0 0;
}

.pagination .current {
    padding: 6px 9px 5px;
    color: #ffffff;
    background: #EE3B33 none repeat scroll 0 0;
}

.pagination a:hover {
    text-decoration: none;
    color: #ffffff;
    background: none repeat scroll 0 0 #EE3B33;
}

.schedule-now {
    border-left: 5px solid #EE3B33;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FDB827;
    background-color: #252525;
}

.navbar-default .navbar-nav > li > a {
    font: normal 600 16px/22px 'Open Sans';
    padding: 17px 11px 14px;
    text-transform: uppercase;
    color: hsl(0, 0%, 100%);
}

.show-excerpt {
    margin-top: 10px;
    min-height: 80px;
}

.dropdown-menu {
    background: #232323;
}

.dropdown-menu > li > a {
    color: #ffffff;
    border-bottom: 1px dotted #EE3B33;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: hsl(0, 0%, 100%);
    background: #EE3B33;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #EE3B33;
}

.wpb-default {
    color: #fff;
    background-color: #252525;
    border-color: #EE3B33;
}

.home article .category ul a {
    color: hsl(0, 0%, 100%);
    display: none;
}


  .content-widget-title a
  {
      color: #FFF;
  }
  
  .content-widget-title a:hover
  {
      color: #FFF;
      text-transform:uppercase;
      text-decoration:none;
  }

.schedule-now .item .link-text {
    font-family: 'Oswald';
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    display: block;
    margin: 10px 0;
    color: hsl(0, 0%, 100%);
}


.schedule-now .wp-post-image {
    display: block;
    float: left;
    margin: 0;
    width: 100px;
    border-radius: 0%;
    padding-top: 10px;
    padding-left: 0px;
}

.tribe-mini-calendar-event .list-date {
    float: left;
    overflow: hidden;
    font-weight: bold;
    margin: 10px 5% 10px 0;
    padding: 3px;
    width: 15%;
    text-align: center;
    display: inline;
    background: #EE3B33 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px !important;
}

.tribe-mini-calendar-event .list-info h2 a:hover {
    color: #FDB827 !important;
}

.weblator-poll-container ul {
    margin-top: 10px;
}

.weblator-poll-container .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.weblator-poll-container .panel-body {
    padding: 0px;
}

.weblator-poll-container label {
    color: #232323;
    font: normal 600 14px/20px "Open Sans";
    margin-left: 0;
}


aside#widget-04 {
    max-height: 394px;
}

 .show-social-link
  {
      padding: 4px 2px; 
      -webkit-border-radius: 5px;    
      -moz-border-radius: 5px;        
       border-radius: 5px;
       background:none !important;
  }
  
  .show-social-link:hover
  {
      background:none;
  }

.weblator-poll-container label {
    color: #232323;
    font: normal 300 13px/20px "Open Sans";
    margin-left: 0;
}

@media (min-width: 992px){
.navbar-default .navbar-nav > li:hover {
    background: #232323;
}

}