/*
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
/* ------------------------------------------------------------------------- */
.event-bar {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    padding: 8px 12px;
    background: linear-gradient(45deg, #5EB78B 5%, #97DDA7 100%);
    background: -moz-linear-gradient(45deg, #5EB78B 5%, #97DDA7 100%);
    background: -webkit-linear-gradient(45deg, #5EB78B 5%, #97DDA7 100%);
}
@media (max-width:  767px) {
    .event-bar {font-size: 14px;}
    .event-bar span {max-width: 300px; display: inline-block; margin: 0 auto;}
}
@media (max-width:  374px) {
    .event-bar {font-size: 14px;}
}



.single-post .content-inner a {
    color: #44d985;
    font-weight: 600;
}
.single-post .content-inner .jeg_post_tags a {
color: #616161; font-weight: inherit;}


.blog--table-wrapper{
    overflow: auto;
}
.blog--table-wrapper .blog--table{
    max-width: initial;
    min-width: 630px;
}
.blog--table-wrapper .blog--table thead th{
    background: #000000;
    color: #fff;
} 
.blog--table-wrapper .blog--table tbody td{
    color: #000000;
        font-weight: 400;
}
.jeg_meta_comment {
    display: none !important;
}
.table-content-main a, .subheading-li a {color: #4cab72 !important;}
.subheading-li {padding-left: 15px !important;}