#content {
    float: left;
    width: 100%;
}
.page-title-wrapper {
    display: none;
}
.blog-lists {
    margin: 0;
    padding: 0;
    /* list-style: none outside none; */
    /* column-width: 18em; */
    /* column-gap: 0.5em; */
    column-count: 3;
}

.blog-lists li {
    display: inline-block;
    margin-bottom: 10%;
    padding: 2rem;
}

.blog-lists li h2 {
    margin: 0 0 20px 0;
}

.blog-lists li h4 {
    margin: 0 0 20px 0;
}

.blog-lists-2 .post-thumb {
    float: left;
    /* margin-top: 8px; */
    overflow: hidden;
}

.date-left {
    float: left;
    width: 50px;
    padding: 0;
    background: #fff;
    margin: 2px 25px 0 0;
    box-shadow: 0 0 5px gainsboro;
    height: 120px;
}

.month-stack {
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 8px 0 0 0;
}

.time-stack {
    font-size: 26px;
    text-align: center;
    display: block;
    font-weight: bold;
}

.year-stack {
    font-size: 12px;
    display: block;
    text-align: center;
}

.comments-stack {
    margin: 5px 0 0 0;
    padding: 7px 0 0 0;
    border-top: #eee 1px solid;
}

.blog-lists-2 .post-entry {
    margin-left: auto;;
}

.blog-lists .post-excerpt {
    padding: 5px 0 15px;
}
.post-entry p.post-more {
    position: absolute;
    bottom: 0;
    right: 2%;
}

#content > ul > li h2 a {
    /* font-weight: normal;
    text-decoration: none;
    color: #574747;
    text-align: center;
    display: block;
    margin: 2% 0 4%; */
}

.comments-stack a {
    background: url(../images/com-small.png) no-repeat 12px 1px;
    padding: 0 0 0 28px;
    text-decoration: none;
    color: #555555;
}

.blog-lists li .post-thumb img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 1 !important;
}

/* .post-thumb {
    padding: 4px;
    border: 2px solid #000;
    border-radius: 5px;
} */
/* 
.post-thumb img {
    max-height: 110px;
    min-width: 190px;
} */

.toolbar-number {
    display: none;
}

li.post-item .post-thumb {
    border: 0px;
}

li.post-item {
    background: #fff;
    padding: 10px;
    float: left;
    width: 24%;
    max-height: 375px;
    overflow: hidden;
    margin-right: 1%;
    box-sizing: border-box;
    min-height: 180px;
    margin-bottom: 10px;
    border: 2px solid #eaeaea;
    border-radius: 4px;
}

.block.posts {
    clear: both;
    margin-top: 10px;
}

.block.posts .blog-lists {
    margin-bottom: 0;
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
}

li.post-item:nth-child(4n+4) {
    margin-right: 0;
}

li.post-item:nth-child(4n+5) {
    clear: both;
}

li.post-item h4 {
    margin: 5px 0 10px;
}

.postimg img {
    width: 100%;
}

.post-item-link {
    font-weight: 600;
    text-decoration: none;
    color: #574747 !important;
    text-transform: uppercase;
}

.ias-noneleft, .ias-spinner {
    clear: both;
}
.date-stack-cnt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.date-stack-cnt span {
    margin: 1%;
    padding: 0;
    font-size: 15px !important;
    font-weight: 100 !important;
}
@media (max-width: 1280px) {
    li.post-item {
        width: 21%;
    }
}

@media (max-width: 1024px) {
    li.post-item {
        width: 32%;
    }

    li.post-item:nth-child(4n+4) {
        margin-right: 1%;
    }

    li.post-item:nth-child(4n+5) {
        clear: none;
    }

    li.post-item:nth-child(3n+4) {
        clear: both;
    }
}

@media (max-width: 768px) {
    li.post-item {
        width: 45%;
    }

    li.post-item:nth-child(2n+3) {
        clear: both;
    }

    li.post-item:nth-child(3n+4) {
        clear: none;
    }
}

@media (max-width: 650px) {
    li.post-item {
        width: 100%;
        margin: 0 0 10px;
    }
}