/*
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
*/

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

img.alignnone
{
    width: auto;
    height: auto;
    margin: 12px 0 6px;
    text-align: center;
}

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

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

article .category ul a { color:hsl(0, 0%, 40%) }

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

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

@media (min-width: 768px){

.social-link-item:first-child img {
    display: block;
}

.social-link-item:first-child {
    visibility: visible;
}

.footer-social .social-link-item:first-child
{
    width: auto !important;

}

.sm-flex aside {
    margin: 0px !important;
}

}


@media (min-width: 768px) {
.footer-social .social-link-item:first-child {
    width: auto !important;
}
.footer-social .social-link-item:first-child {
    visibility: visible;
    background: #252525;
    margin: 0;
    width: 148px;
}

.footer-social .social-link-item:first-child{
    height: auto !important;
}


.footer-social .social-link-item:first-child img{
    width: 25px !important;
    height: 25px !important;
}

}

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

.social-link-item:first-child img {
    display: block;
}

.footer-social .social-link-item:first-child img {
    width: 28px !important;
    height: auto !important;
}

}