/*
Theme Name: Frog City Cheese Web Log Child
Theme URI: https://www.frogcitycheese.com/
Description: Child theme for Frog City Cheese. Preserves the Blog Nano look while using Web Log as the parent theme, with a classic full-content homepage layout and clean footer copyright.
Author: Frog City Cheese
Template: web-log
Version: 1.0.0
Text Domain: frogcitycheese-web-log-child
*/

/* Keep home/blog posts in a clean classic flow. */
.home .web-log-post-list .post,
.blog .web-log-post-list .post,
.home .web-log-post-list article,
.blog .web-log-post-list article {
    width: 100%;
    max-width: 100%;
    float: none;
}

.home .post-wrapper,
.blog .post-wrapper {
    display: block;
}

.home .post-thumbnail,
.blog .post-thumbnail {
    margin-bottom: 24px;
}

.home .post-thumbnail img,
.blog .post-thumbnail img,
.home .entry-content img,
.blog .entry-content img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.home .entry-content iframe,
.blog .entry-content iframe,
.home .entry-content embed,
.blog .entry-content embed,
.home .entry-content object,
.blog .entry-content object {
    max-width: 100%;
}

.home .entry-content table,
.blog .entry-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.mini-footer .copyright-text {
    text-align: center;
}

.mini-footer .copyright-text p {
    margin: 0;
}

@media (max-width: 767px) {
    .home .post-content-wrapper,
    .blog .post-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
