.page-blog {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-posts article.post-grid {
    margin-bottom: 3rem;
}

.post-grid .grid-box {
    box-shadow: 0 30px 90px rgba(0,0,0,.08);
    padding: 1.5rem;
}

article.post-grid .post-image.single {
    margin-bottom: .25rem;
}

article.post-grid .post-image.single img {
    height: 220px;
    width: 100%;
    object-fit: scale-down;
}

article.post .post-meta {
    display: inline-block;
    font-size: .8em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: .5rem;
}

article.post .post-meta>span, article.post .post-meta>.post-views {
    display: inline-block;
    padding-right: 8px;
}

article.post .post-meta + .post-meta > span {
    border-left: 1px solid #ccc;
    padding-left: 12px;
    margin-left: 4px;
}

article.post .post-meta a {
    color: #51aa1b;
}

.post-content .entry-title a {
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.post-content .entry-title a:hover {
    color: #51aa1b;
}

.post-content .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 92px;
}

article.post .btn-readmore {
    background: none !important;
    border: none;
    padding: 0;
    color: #ff7f00 !important;
    font-size: 1em !important;
    font-weight: 700;
}

.post-item-small {
    border-top: 1px dotted #ececec;
    padding-top: 15px;
    padding-bottom: 15px;
}

.post-item-small .post-image {
    margin: 0 10px 0 0;
    float: left;
}

.post-item-small .post-item-content {
    margin-left: 105px;
}

.post-item-small .post-item-content h5 {
    margin-top: 0;
}

.post-item-small .post-item-content h5 a {
    color: #51aa1b;
}

.categories>ul {
    padding-left: 15px;
}

.categories>ul li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: -11px;
    margin-right: 6px;
    opacity: .7;
    vertical-align: middle;
}