/*****
Theme Name: MH Magazine Child Theme
Theme URI: https://www.mhthemes.com/themes/mh/magazine/
Description: This is a child theme for MH Magazine WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: MH Themes
Author URI: https://www.mhthemes.com/
Template: mh-magazine
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/


.mh-posts-large-widget.excerpt_only_first .mh-posts-large-excerpt, .mh-posts-list-widget.only_first .wp-post-image, .mh-posts-large-widget.only_first .wp-post-image {
    display: none;
}

.mh-posts-large-widget.excerpt_only_first article:first-child .mh-posts-large-excerpt, .mh-posts-list-widget.only_first article:first-child .wp-post-image, .mh-posts-large-widget.only_first article:first-child .wp-post-image {
    display: block;
}

.mh-posts-large-widget.excerpt_hide_all .mh-posts-large-excerpt, .mh-posts-list-widget.hide_all .wp-post-image, .mh-posts-large-widget.hide_all .wp-post-image {
    display: none;
}

.mh-posts-grid-widget.hide_all .wp-post-image, .mh-posts-grid-widget.only_first article:not(:first-child) .wp-post-image, .mh-posts-grid-widget article:not(:first-child) .mh-posts-grid-caption, .mh-posts-grid-widget.excerpt_only_first article:not(:first-child) .mh-posts-grid-excerpt{
    display: none;
}


.mh-content {
    width: 72.83% !important;
    overflow: hidden;
}

.mh-sidebar {
    width: 23.66%;
    float: left;
}
.mh-wrapper .mh-main.clearfix {
    width: 100% !important;
    max-width: none !important;
    display: block;
}
.entry-content {
    text-align: justify;
}

.mh-home .mh-sidebar {
    width: 31.66% !important;;
    float: left;
}

.mh-home .mh-content {
    width: 65.83% !important;
    overflow: hidden;
}
.mh-image-caption.mh-posts-grid-caption a {
    color: #fff;
}


@media screen and (max-width: 600px) {
    .mh-home .mh-content {
        width: 100% !important;
    }
    .mh-home .mh-sidebar {
        width: 100% !important;;
    }
    .mh-wrapper .mh-content {
        width: 100% !important;
        overflow: hidden;
    }
    .mh-wrapper .mh-sidebar {
        width: 100% !important;
        float: right !important;
    }
    .mh-posts-grid-widget article:first-child .mh-posts-grid-caption a {
        font-size: 11px;
    }

    .mh-posts-grid-widget article:first-child .mh-posts-grid-caption {
        display: block;
        position: relative;
        padding: 0px 3px !important;
    }
}