

/* ====================== */
/*         Header         */
/* ====================== */


/* ============================= */
/*          Banner         */
/* ============================= */

#mt_banner {
    position: relative;
    padding: 0;
    height: 530px!important;
}

#mt_banner .half-slide, #mt_banner .pre-half-slide{
    width: 50%;
    top: 0;
    left: 0;
    border-radius: 0;
    overflow: hidden; 
    border: 0px;
    border: none;
}

#mt_banner .pre-half-slide{
    left: 50%;
}

#mt_banner .pre-half-slide .banner_caption_text, #mt_banner .half-slide .banner_caption_text{
    width: 90%;
} 

@media(max-width: 767px){
    #mt_banner .half-slide{width: 100%;}
    #mt_banner .pre-half-slide{left:0;width:100%;}

    #mt_banner .half-slide .banner_caption_text{width: 80%;}
}

/* ============================= */
/*          blog post        */
/* ============================= */

#mt_blog .blog-post_wrapper {
    border-radius: 0;
    height: 285px;
    background-size: cover;
    background-position: 50% 50%;
}

#mt_blog .widget-popular-post-main{
    height:550px;
    overflow-y:auto;
}
#mt_blog .widget-popular-post-main .post-thumb{
    float:left;
    margin-right:10px;
    padding-bottom: 75px;
    width: 70px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#mt_blog .widget-popular-post-main .widget-posts{
    overflow: hidden;
}

#mt_blog .widget-popular-post-main .post-datecat{
    width:100%;
    font-size: 70%;
    color: #afafaf;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mt_blog .widget-popular-post-main .post-title{
    line-height: 1.5;
    max-height: 65px;
    overflow: hidden;
}

#mt_blog .widget-popular-post-main .post-title a{
    font-size: 80%;
    line-height: 1.6;
    padding-bottom: 0;
    color: #2a2f52;
    background-image: linear-gradient(to right, #2a2f52, #2a2f52);
}

#mt_blog .widget-popular-post-main .post-title a:hover{
}

#mt_blog .widget-title{
    background: #2a2f52;
    padding: 5px 10px;
    margin-bottom: 16px;
}

#mt_blog .widget-title h4{
    margin:0;
}

#mt_blog .slider-sports .blog-post_wrapper {
    height: 600px;
}

#mt_blog .blog-post_wrapper.image-wrapper .post-content{
    top: inherit;
    bottom: 0;
    height: auto;
}

section#mt_blog.category-list{
    background: url(../images/sports/sliders/bg5.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}

section#mt_blog.category-list:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #00000070;
    top: 0;
    height: 100%;
    width: 100%;
}

section#mt_blog .row.slider-sports,  section#mt_blog .row.slider-foods{
    margin: 0 -15px;
}

section#mt_blog .row.slider-sports .slick-prev, section#mt_blog .row.slider-sports .slick-next{
    top: 5%;
}

section#mt_blog .row.slider-sports .slick-prev{left: inherit; right: 70px;}

section#mt_blog .row.slider-sports .slick-next{right: 30px;}

.ads-banner-img img{border: none; border-radius: 0;}

.post-list-main .thumb-wrap, .category-item .thumb-wrap{border-radius: 0px;}

.post-list-main .entry-thumb{width: 100px;}

.post-list-main .content-entry-wrap a, .category-item .content-entry-wrap a{
    background-image: none;
}

@media(max-width: 1100px){
    #mt_blog .blog-post_wrapper{height: 250px;}

    #mt_blog .slider-sports .blog-post_wrapper{height: 530px;}
}
@media(max-width: 991px){
    #mt_blog.latest-post{padding-bottom: 20px;}
}

@media(max-width: 639px){
    #mt_blog .slider-sports .blog-post_wrapper{height: 450px;}
}



/* ============================= */
/*          Instagram        */
/* ============================= */

.mt_instagram .col-sm-2{padding: 0;}

.mt_instagram img{border-radius: 0;}

/* ============================= */
/*          Footer        */
/* ============================= */

#mt_footer {
    background: url(../images/sports/sliders/bg3.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding: 50px 0 0;
}

#mt_footer .container{position: relative; z-index: 1;}

#mt_footer:before {
    content: '';
    background: #0b0e1ca8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.footer-quick-links-4 .menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.footer-quick-links-4 .menu > li {
    padding: 0 15px;
    margin-bottom: 30px !important;
}

.footer-quick-links-4 .menu > li a {
    font-size: 13px !important;
}

.footer-quick-links-4 .menu > li > a {
    font-weight: bold;
    font-size: 14px !important;
    background: none !important;
}