/*
Theme Name: Story Child 2
Version: 1.0
Description: A child theme of Story
Template: thestory
Author: visualcraft
*/

@import url("../thestory/style.css");

.wp-pagenavi {
    margin-top: 0;
}

.search-results  .justified-image-grid,
.category .justified-image-grid,
.archive .justified-image-grid,
.home.paged .justified-image-grid {
    display: none !important;
}

.blog-single-post .blog-post-img,
.search-results .blog-post-img,
.archive .blog-post-img,
.category .blog-post-img{
    text-align: center;
    max-height: 400px;
    overflow: hidden;
}
.blog-single-post .blog-post-img img,
.search-results .blog-post-img img,
.archive .blog-post-img img,
.category .blog-post-img img {
    width: 600px;
}
.home.page-template .blog-post-img.img-loading {
    max-height: 250px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .blog-single-post .blog-post-img img,
    .search-results .blog-post-img img,
    .archive .blog-post-img img,
    .category .blog-post-img img {
        width: 100%;
    }
}