/*
 Theme Name:   Nashos' MH Magazine Lite Child Theme
 Description:  A child theme of the MH magazine Lite WordPress theme
 Author:       Nasho Mumbaki
 Template:     twentyfifteen
 Version:      1.0.0
*/
.entry-thumbnail img { width:min-content }
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.label {
    padding: 1px 3px 2px;
    font-size: 9.75px;
    font-weight:normal;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label a {
    color: #ffffff;
}
.label.important {
    background-color: #c43c35;
}
.label.warning {
    background-color: #f89406;
}
.label.success {
    background-color: #46a546;
}
.label.notice {
    background-color: #62cffc;
}
@media screen and (max-width: 620px) {
    .mh-loop-excerpt, .mh-custom-posts-content .mh-excerpt {display: initial}
}
