/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
.jnews_header_bottom_ads {
    background:#FFF;
}
.jnews_header_bottom_ads .hfn-highlight-wrapper {
    padding: 30px 15px 0 15px;
    margin:0 auto;
}
@media (min-width: 1200px) {
    .jnews_header_bottom_ads .hfn-highlight-wrapper {
        max-width: 1170px;
    }
}
@media (min-width: 992px) {
    .jnews_header_bottom_ads .hfn-highlight-wrapper {
        max-width: 970px;
    }
}

.jeg_logo_img {
    max-height: 60px !important;
}

.jeg_sidebar .widget_categories {
    ul {
        overflow-y: scroll;
        max-height: 400px;
        li {
              padding-right: 20px;
        }
    }
}
.jeg_mobile_logo {
    .jeg_logo_img{
        max-height:30px !important;
    }
}
