/*
Theme Name: JNews - Child Theme
Version: 1.1.4
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
/* ------------------------------------------------------------------------- */

.fa.fa-twitter::before {
    display: none !important;
}

.jeg_hero_style_1 .comments-number {
    position: relative;
    margin-left: -10px;
    background-color: rgba(248, 61, 61, 0.85) !important;
}

.jeg_hero_style_1 .comments-number::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 45%;
    border-left: 0px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid rgba(248, 61, 61, 0.85);
}

.ad-wrapper {
    margin: 0 auto;
    padding: 24px;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
}

.ad-wrapper .ad-inner {
    background-color: #eee;
}

.ad-wrapper .ad-inner p {
    padding: 0 !important;
}


.jeg_post_category .comments-number {
    position: relative;
    margin-left: -5px;
    background-color: #fff !important;
    color: #000 !important;
}

.jeg_post_category .comments-number::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 45%;
    border-left: 0px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #fff;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .jeg_mainmenu_wrap ul li:nth-last-child(-n+3) {
        display: none;
    }
}

h3.jeg_block_title {
    font-size: 24px;
}