/*
Theme Name: Engage News
Theme URI: https://www.candidthemes.com/themes/engage-news/
Author: candidthemes
Author URI: http://www.candidthemes.com/
Description: The Engage Mag is a free magazine WordPress theme. It is easy to use, customize and lightweight WordPress theme. In addition to that, this theme comes with one click demo import option, added custom widgets, unlimited color possibilites and many more. Furthermore, Engage Mag is advertisement ready WordPress theme with SEO optimized code. Besides that, this theme support major and popular plugins. This premium theme has multiple blog column layout, single page advertisement area, related posts, comment form position change option, etc. Similiarly, it has meta options, header and footer options, sidebar options, individual sidebar for single post and many more. Demo: https://www.engage.candidthemes.com/
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mag-and-news
Requires PHP: 5.2
Tested up to: 5.6
Template: engage-mag
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, rtl-language-support, footer-widgets, custom-header, three-columns, one-column, left-sidebar, news, blog
*/
/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .header-text, .site-title, .ct-title-head, .trending-title{
    font-family: 'Saira Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 800;
}
.ct-header-carousel-section{
    padding: 0;
}
.ct-header-carousel-section .container-inner{
    padding: 30px 30px 10px;
}
.ct-missed-block .container-inner,
.ct-header-carousel-section .container-inner{
    background: #fff;
}
.widget-title, .about-author-box .container-title{
    padding-left: 0;
}
.widget-title:before, .about-author-box .container-title:before{
    bottom: -5px;
    top: auto;
}
.widget_archive ul li:before, .widget_meta ul li:before, .widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_pages ul li:before, .widget_categories ul li:before{
    content: "\f101";
    color: #ccc;
}
.slick-slider .slick-prev {
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
}

.slick-slider .slick-next {
    right: 0;
    z-index: 1;
    width: auto;
    height: auto;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    font-size: 50px;
    font-family: FontAwesome;
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    display: block
}

.slick-slider .slick-prev:before {
    content: "\f104";
    padding: 0 15px 0 10px;
}

.slick-slider .slick-next:before {
    content: "\f105";
    padding: 0 10px 0 15px;
}
.cat-links a{
    background-color: transparent;
    border-bottom: 3px solid;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
}
.cat-links a, .cat-links a:visited, .cat-links a:hover, .cat-links a:visited:hover{
    color: #444;
}
.ct-post-overlay .cat-links a, .ct-post-overlay .cat-links a:visited, .ct-post-overlay .cat-links a:hover, .ct-post-overlay .cat-links a:visited:hover{
    color: #fff;
}
#secondary .ct-three-cols{
    margin-top: 20px;
}
#secondary .ct-three-cols:first-child{
    margin-top: 0;
}
.top-footer{
    background-color: #073761;
}
footer .site-info{
    background-color: #022544;
}
@media screen and (max-width: 767px) {
    .ct-header-carousel-section .container-inner{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 768px) {
    body.ct-boxed .engage-mag-featured-block {
        margin-bottom: 0;
    }
    .engage-mag-featured-block {
        margin-top: 15px;
    }
    .ct-missed-block .container-inner{
        padding-bottom: 30px;
    }
    body.ct-boxed .ct-missed-block .container-inner{
        padding-bottom: 0;
    }
}