/*
Theme Name: CIS Exclusive Club Theme

Author: Mark Sorreda 
Author URI: 
Description: Exclusive Club Theme developed by CIS, derived from Newsup Child Theme News-Hunt
Version: 0.0.1
Template: newsup
Text Domain: cis-exclusive-club

*/


/*
 * 
 * 
 * 
 *
ESSENTIALS

#ea9840 - orange
#808282 - gray


*
*
*
 */
 
.mg-headwidget .navbar-wp{
box-shadow: 0 1px 0 rgb(0 0 0 / 7%);
}

span.time {
    margin-left: 5px;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
}
.mg-headwidget.center .heacent {
    margin-top: unset !important;
}
.mg-headwidget.center .logo-center, .mg-headwidget.center .navbar-header, .mg-headwidget.center .site-branding-text  {
    float: none;
    text-align: center;
}

.mg-headwidget.center .navbar-brand {
    float: none;
    display: inline-block;
    margin: 8px auto 0 auto;
    font-weight: bold;
}
.mg-headwidget.center .heacent {
    margin-top: 40px;
    color: #fff;
}
.navbar-wp .dropdown-menu.searchinner .btn {
    border: medium none;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 25px;
    padding: 5px 15px;
}
.mg-search-box .dropdown-toggle::after {
    display: none;
}
.btn-subscribe {
    padding: 0 8px;
    margin-right: 8px;
}
.m-header {
    display: none;
}
.desk-header {
    display: flex;
}
.mobilehomebtn {
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
}
.mg-blog-post.md{
    width: 49.8%;
    float: left;
    height: 236px;
}
.mg-blog-post.md .bottom h4 {
    font-size: 26px;
}
.mb1px {
    margin-bottom: 1px;
}
.mg-blog-post.lg.mins {
    width: 100%;
    height: 222.5px;
    margin-bottom: 30px;
}

.small-list-post {
    width: 100%;
    margin-bottom: 30px; 
}

.mg-blog-post.lg.mins h4.title {
    font-size: 22px;
}

.post-items ul:not(.post-categories) li a,.post-items ol:not(.post-categories) li a, .post-items table a, strong a, blockquote a, code a, p a, span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a, .navigation.posts-navigation .nav-links a:hover,
.navigation.posts-navigation .nav-links a:hover, #cancel-comment-reply-link, .comment-reply-link {
    text-decoration: underline;
}
.small-list-post.no-img-list ul {
    list-style: none;
    overflow: hidden;
}
.small-list-post.no-img-list .small-post {
    border-bottom: .1rem solid rgba(19,18,18,.2);
}
.small-list-post.no-img-list .small-post:last-child {
    border-bottom: none;
}
.small-list-post.no-img-list .mg-blog-meta a {
    color: #3e3c3c;
}

/* ====================================== Responsive Part ================================ */

@media screen and (max-width: 767px) and (min-width: 240px) {
    .mg-headwidget .navbar-wp .navbar-nav > li> a {
        position: relative;
        border-bottom: 1px solid rgba(225,225,225,0.4);
    }
    .mg-fea-area .col-sm-6{
        flex: 0 0 100%;
        max-width: 100%;    
    }
    .mg-blog-post.lg.mins {
        height: 250px;
    }
}

@media (max-width: 991px) {
    .navbar-wp .navbar-nav > li> a i {
        display: none;
    }   
}

@media (min-width: 1200px) {
    .mg-blog-post.md .bottom h4 {
        max-height: 65px;
        overflow: hidden;
    }   
}

@media (max-width: 991.98px) {
    #menu-primary li.active.home {
        display: none;
    }
    .m-header {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        justify-content: space-between;
    }
    .desk-header {
        display: none;
    }
}


@media screen and (max-width: 767px) and (min-width: 576px) {
    .mg-fea-area .col-sm-6{
        flex: 0 0 100%;
        max-width: 100%;    
    }
    .mg-fea-area .col-md-3 {
        display: flex;
    }
    .mg-fea-area .mg-blog-post.lg.mins {
        margin: 0 5px 30px 0;
    }
}

.mg-footer-widget-area .wp-block-search .wp-block-search__label, .mg-widget .wp-block-group h2{

        margin: 0px 0px 20px 0px;
}