/*
Theme Name: Bigass Gallery NewsMunch Child
Theme URI: https://bigassgallery.net/
Description: Child theme for Big Ass Gallery. Preserves the NewsTick look while using NewsMunch as the valid parent template.
Author: Big Ass Gallery
Template: newsmunch
Version: 1.0.0
Text Domain: bigassgallery-newsmunch-child
*/

.bigassgallery-classic-post {
    margin-bottom: 2rem;
}

.bigassgallery-classic-post .thumb {
    margin-bottom: 1rem;
}

.bigassgallery-classic-post .thumb img,
.bigassgallery-classic-post .entry-content img {
    display: block;
    width: 100%;
    height: auto;
}

.bigassgallery-classic-post .entry-content iframe,
.bigassgallery-classic-post .entry-content embed,
.bigassgallery-classic-post .entry-content object {
    max-width: 100%;
}

.bigassgallery-classic-post .entry-content table {
    width: 100%;
    max-width: 100%;
}

.bigassgallery-classic-home .dt-posts,
.bigassgallery-classic-home .listgrid {
    display: block;
}

.bigassgallery-classic-home article.post,
.bigassgallery-classic-home .dt-col-md-12,
.bigassgallery-classic-home .dt-col-sm-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    float: none;
}

.bigassgallery-footer-copyright {
    width: 100%;
    text-align: center;
}

.bigassgallery-footer-copyright .copyright {
    display: inline-block;
}

@media (max-width: 767px) {
    .bigassgallery-classic-post .details {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}