/*
Theme Name: JNews
Version: 4.0.6
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/


.cnl-stat-col {
    padding: 20px 20px;
    color: #fff;
    background: #232882;
    background: linear-gradient(180deg,#232882 15%,#ff1e50 100%);
    border-radius: 4px;
    margin-bottom: 20px!important;
}
.cnl-stat-heading {
    text-align: center;
    margin-bottom: 16px;
}
.cnl-stat-heading h4 {
    margin-top: 0;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0px;
    line-height: normal;
}
.cnl-stat-heading h5 {
    margin-top: 0;
    color: #00c36e;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    position: relative;
}
.cnl-stat-heading h5 span {
    z-index: 9;
    position: relative;
    background-color: #232882;
    padding: 0 6px;
}
.cnl-stat-heading h5:after {
    content: '';
    /* border-bottom: 1px solid #000; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #fff;
}
.cnl-cwc-stats .jeg_block_loadmore {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.table-filter thead tr th {
    padding: 10px 10px !important;
    font-size: 14px!important;
    font-weight: 600;
    white-space: nowrap;
    color: #fff;
    background: rgba(13,17,90,.6);
    border: none!important;
}