/*
Theme Name: Goodnews5 Child
Theme URI: http://www.momizat.com
Description: Good  News theme new is built for News Magazine, built in unlimited Concept, Unlimited Colors, Custom Widgets, Fully Customizable, Admin Panel, Comprehensive Theme Options, Unlimited Sidebars
Author: momizat team
Author URI: http://www.momizat.com
Version: 5.7
Template: goodnews5
*/

@import url('../goodnews5/style.css');

.cat{
    vertical-align: top;
}

.more-posts{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.article-img{
    width: 80%;
}
.post_title{
    height: 100px;
    width: 80%;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    color: black;
    line-height: 1.5rem;
}

.related_posts:hover .post_title{
    color: dimgray;
}

.widget.widget_text{
    padding: 0 !important;
}

.vc_col-sm-3{
    padding: 0 !important;
    position: static;
}

.momizat-ads{
    padding: 0 !important;
}

@media (max-width: 700px){
    .article-img{
        width: 100%;
    }

    .more-posts{
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
        height: auto;
    }

    .post_title{
        width: 100%;
        height: auto;
    }
}