#content {
    float: left;
    width: 100%;
}

.blog-lists {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-position: outside;
}

.blog-lists li {
    margin-bottom: 20px;
    padding: 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    min-height: 140px;
}

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

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

.blog-lists-2 .post-thumb {

}

.date-left {
    float: left;
    width: 50px;
    padding: 0;
    background: #fff;
    margin: 7px 25px 0 0;
    box-shadow: 1px 1px 1px #e5e5e5;
    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 {
    float: right;
}

#content > ul > li h2 a {
    font-weight: normal;
    text-decoration: none;
    color: #574747;
    text-transform: uppercase;
}

.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 {
    background-color: #fff;
    overflow: hidden;
    max-height: 275px;
}

.post-thumb img {
    max-height: 275px;
    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;
}

@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;
        margin-bottom: 10px;
    }
}