/*
Theme Name: Colormag Child Theme
Theme URI: http://themegrill.com/themes/colormag/
Description: Child Theme for Colormag
Author: ThemeGrill
Author URI: http://themegrill.com
Template: colormag
Version: 1.0
*/     

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "Lato", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h2 {
    font-size: 22px;
}
.entry-content li {
    margin-bottom: 10px;
}

/** FOOTER CATEGORY LIST **/
.site-footer .footer-category-list-area {
    border-top: 1px solid #e2e2e2;
    background-color: #f7f7f7;
}
    .site-footer .footer-category-list-area .widget > h3.widget-title {
        color: #777 !important;
        margin-top: 25px !important;
        margin-bottom: 15px !important;
    }
    .site-footer .footer-category-list-area .widget.widget_text .footer-category-list {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
        .site-footer .footer-category-list-area .widget.widget_text .footer-category-list li {
            list-style-type: none;
            display: inline-block;
        }
            .site-footer .footer-category-list-area .widget.widget_text .footer-category-list a {
                font-size: 12px;
                color: #777 !important;
            }
            .site-footer .footer-category-list-area .widget.widget_text .footer-category-list a:hover,
            .site-footer .footer-category-list-area .widget.widget_text .footer-category-list a:focus,
            .site-footer .footer-category-list-area .widget.widget_text .footer-category-list a:active {
                color: #ff3d2e !important;
            }
            .site-footer .footer-category-list-area .widget.widget_text .footer-category-list .slash {
                color: #999999;
                font-size: 12px;
                margin-right: 3px;
                margin-left: 2px;
                position: relative;
                top: 1px;
            }
 
/** POST - MOBILE SPECS **/
.entry-content .mobile-specs-list,
.entry-content .mobile-specs-list ul {
    display: inline;
}
    .entry-content .mobile-specs-list ul li {
        display: inline;
        list-style: none;
    }
    .entry-content .mobile-specs-list ul li:before {
        content: "";
    }
    .entry-content .mobile-specs-list ul li:after {
        content: ", ";
    }
    .entry-content .mobile-specs-list ul li:last-child:after {
        content: "";
    }
 
/** POST - MOBILE META **/
.mobile-meta {
    border: 1px solid #ddd;
    box-shadow: 0 0 20px #F0F0F0;
    margin-bottom: 25px;
}
    .mobile-meta .header {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
        .mobile-meta .header h2 {
            margin: 0;
            font-size: 22px;
            line-height: 1.3em;
            padding: 0;
        }
    .mobile-meta .description {
        overflow: hidden;
        background: #f9f9f9;
    }
        .mobile-meta .description .image-content {
            display: block;
            padding: 10px;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            float: left;
            width: 25%;
            padding: 10px;
            font-weight: bold;
            text-align: center;
            background-color: #f9f9f9;
            border: 1px solid #fff;
            border-top: none;
            border-bottom: none;
        }
        .mobile-meta .description .text-content {
            display: block;
            padding: 10px;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            float: left;
            width: 75%;
            padding: 10px;
            font-weight: bold;
            background-color: #f9f9f9;
            border: 1px solid #fff;
            border-top: none;
            border-bottom: none;
        }
 
        @media (max-width: 599px) { 
            .mobile-meta .description .image-content,
            .mobile-meta .description .text-content {
                float: none;
                width: 100%;
            }
                .mobile-meta .description .image-content img {
                    width: auto;
                    height: 200px;
                }
        }
 
/** POST - GRID CONTENT **/
.grid-content {
    border: 1px solid #ddd;
    box-shadow: 0 0 20px #F0F0F0;
    margin-bottom: 25px;
}
    .grid-content .header {
        padding: 10px;
        border-bottom: 1px solid #ff3d2e;
        /*background: #ff3d2e;*/
    }
    	.grid-content .header h2,
        .grid-content .header h5 {
            margin: 0;
            color: #333;
            font-size: 22px;
            line-height: 1.3em;
            padding: 0;
        }
        @media (max-width: 599px) { 
        	.grid-content .header h2,
            .grid-content .header h5 {
                font-size: 1.3em;
            }
        }
    .grid-content .description {
        overflow: hidden;
    }
        .grid-content .description a {
            display: block;
            float: left;
            width: 25%;
            /*min-height: 235px;*/
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.4;
            text-align: center;
            background-color: #f9f9f9;
            border: 1px solid #fff;
        }
        .grid-content .description a:hover,
        .grid-content .description a:focus,
        .grid-content .description a:active {
            color: #257dbe;
        }
        .grid-content.logo .description a {
            min-height: 160px;
        }
        .grid-content .description a .content-cell {
            border: 1px solid #ff3d2e;
            border-radius: 5px 5px;
        }
            .grid-content .description a .content-cell span.text {
                height: 105px;
            }
            .grid-content .description a .content-cell span.text:after {
                content: "View All";
                display: block;
                position: absolute;
                bottom: 8px;
                left: 9px;
                width: 80%;
                border-radius: 4px 4px;
                background: #ff3d2e;
                color: #fff;
                padding: 7px;
                font-size: 12px;
            }
        @media (max-width: 767px) { 
            .grid-content .description a {
                width: 33.33%;
                /*height: 195px;
                min-height: 195px;*/
            }
            .grid-content .description a .content-cell span.text {
                height: 105px;
            }
        }
        @media (max-width: 599px) { 
            .grid-content .description a {
                width: 50%;
                /*height: 195px;
                min-height: 195px;*/
            }
            .grid-content .description a .content-cell span.text {
                height: 105px;
            }
        }
 
                .grid-content .description a .content-cell img {
                    border-radius: 5px 5px 0 0;
                }
                .grid-content.logo .description a .content-cell img {
                    /*border-radius: 0%;*/
                }
                .grid-content .description a .content-cell span.text {
                    /*display: block;
                    background: #257dbe;
                    color: #fff;
                    padding: 5px;
                    border-radius: 0 0 5px 5px;*/
                    display: block;
                    background: none;
                    color: #ff3d2e;
                    border-radius: 0 0 5px 5px;
                    border-top: 1px solid #ff3d2e;
                    position: relative;
                    font-size: 13px;
                    padding: 0 5px;
                    padding-top: 5px;
                }
                .grid-content .description a:hover .content-cell,
                .grid-content .description a:active .content-cell,
                .grid-content .description a:focus .content-cell {
                    border-color: #257dbe;
                }
                .grid-content .description a:hover .content-cell span.text,
                .grid-content .description a:active .content-cell span.text,
                .grid-content .description a:focus .content-cell span.text {
                    color: #257dbe;
                    border-top-color: #257dbe;
                }
                .grid-content .description a:hover .content-cell span.text:after,
                .grid-content .description a:active .content-cell span.text:after,
                .grid-content .description a:focus .content-cell span.text:after {
                    background: #257dbe;
                }
                    .grid-content .description a .content-cell span.text .mobile-name {
                        display: block;
                    }
                    .grid-content .description a .content-cell span.text .acc-name {
                        display: block; 
                    }
 
/** SIDEBAR WIDGETS - POST LIST **/
.widget-area .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list {
    margin-bottom: 0;
}
.widget-area .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li > a {
    top: 3px;
}
.widget-area .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list .content {
    margin-top: 0;
}
.widget-area .widget:not(.widget_newsmag_banner):not(.newsmag_slider).popular-posts .posts-list li:last-of-type {
    margin: 0;
    padding: 0;
}
.entry-content ul.posts-list {
    margin-left: 0 !important;
}
 
.widget-area .widget h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: initial;
    color: #fff;
    position: relative;
    line-height: 27px;
    margin-bottom: 15px;
}
.widget-area .widget h3:after {
    position: absolute;
    height: 2px;
    background: #ff3d2e;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
}
    .widget-area .widget h3 span {
        font-size: 16px;
        color: #FFF;
        background: #ff3d2e;
        font-weight: 700;
        padding: 1px 20px 2px;
        background: #ff3d2e;
        display: inline-block;
    }
 
/** SIDEBAR WIDGETS - LOGO LIST **/
.logo-grid-content ul.logo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    .logo-grid-content ul.logo-list li {
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
    }
        .logo-grid-content ul.logo-list li a {
            display: block;
            float: left;
            width: 33.33%;
            padding: 2px;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.4;
            text-align: center;
            background-color: #eee;
            border: 3px solid #fff;
            margin-bottom: 3px;
        }
        .logo-grid-content ul.logo-list li a:hover,
        .logo-grid-content ul.logo-list li a:active,
        .logo-grid-content ul.logo-list li a:focus {
            background-color: #ff3d2e;
            color: #fff;
        }
            .logo-grid-content ul.logo-list li a img {
                height: auto;
                max-width: 100%;
                vertical-align: middle;
                margin: 0;
            }
 
ul.brand-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
    .brand-list li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
        .brand-list li a {
            display: block;
            float: left;
            width: 50%;
            padding: 15px;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.4;
            text-align: center;
            background-color: #eee;
            border: 5px solid #fff;
            margin-bottom: 1px;
        }
        @media (max-width: 767px) { 
            .brand-list li a {
                float: none;
                width: 100%;
            }
        }
 
.footer-latest-posts .upw-posts article {
    border-bottom: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
    .footer-latest-posts .upw-posts .entry-title {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.5;
        text-transform: inherit;
    }
        .footer-latest-posts .upw-posts .entry-title a {
            color: #fff;
        }
 
/** FIXES + OVERRIDES **/
.widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_categories > ul > li:before, 
.widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_archive > ul > li:before, 
.widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_meta > ul > li:before, 
.widget:not(.widget_newsmag_banner):not(.newsmag_slider).widget_pages > ul > li:before {
    display: none !important;
}
@media (max-width: 767px) {
    .newsmag-breadcrumbs-container .newsmag-breadcrumbs-row .col-xs-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
 
/** ADSENSE ADS **/
ins,
ins.adsbygoogle {
    background: #fff;
}
.ad-content {
    margin-bottom: 25px;
}
.ad-content-breadcrumb {
    margin-top: 10px; 
    margin-bottom: 10px; 
    display: block;
}
.entry-content .content-ad {
    margin-bottom: 25px;
}
 
/** ADSENSE ADS **/
@media (max-width: 599px) {
    .ad-content {
        width: 90%;
        max-height: 70px;
        margin: 0 5%;
    }
}
@media (max-width: 767px) {
    /*.header-banner {
       display: block !important;
    }
    .header-banner .newsmag-adsense {
       width: 100% !important; 
       height: auto !important;
       max-height: 100px !important;
    } */
}
 
/** SIDEBAR WIDGETS **/
@media (max-width: 767px) {
    .widget-area {
        clear: both !important;
    }
}
 
/** ARCHIVE PAGE **/
@media (max-width: 767px) {
    .newsmag-blog-post-layout .newsmag-image {
        float: none !important;
        display: block !important;
        margin-left: auto;
        width: 50%;
        margin-right: auto;
    }
}
 
/** UTILITY CLASSES **/
.hide {
    display: none !important;
}

.breadcrumbs {
    font-size: 11px;
    margin: 0 0 10px;
}
    .breadcrumbs .sep {
        margin: 0 5px;
    }
.home .breadcrumbs {
    display: none;
}
.home .widget_featured_posts .entry-content {
    display: none;
}
#header-right-section {
    width: 728px;
}
@media screen and (max-width: 768px) {
    #header-right-section {
        width: 90%;
        max-height: 70px;
        margin: 0 5%;
    }
}

.advertisement_above_footer {
    padding-bottom: 20px;
}
.popular-posts .posts-list li {
    overflow: hidden;
}
.popular-posts .posts-list .newsmag-image {
    float: left;
}
.news-bar {
    display: none;
}
.post .featured-image {
    display: none !important;
}
.widget_featured_posts .following-post img {
    padding: 5px 0 !important;
}

@media (max-width: 599px) {
    #header-text-nav-wrap {
        padding: 10px 0;
    }
    #header-left-section {
        margin-bottom: 0;
    }
    #header-logo-image img {
        height: 70px;
        width: auto;
    }
}
