.sidebar .block-title {
    padding-top: 28px !important;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .block-title strong{
    font-family: 'Oswald-400';
    font-size: 20px !important;
    font-weight: normal;
}

.sidebar .block-categories ul {
    font-size: 16px;
    overflow: hidden;
    border-radius: 3px;
    background: #f7f7f7;
    margin-top: 23px;
}

.sidebar .block-categories ul li {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar .block-categories ul li a {
    font-weight: normal;
}

.post-list-wrapper .post-list .post-holder {
    display: inline-block;
    width: 31.3333%;
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    border-bottom: none;
}
.post-list-wrapper .post-list .post-description {
    line-height: 21px;
    font-size: 14px;
}

.post-list-wrapper .post-list .post-holder {
     border-bottom: 0;
     margin-bottom: 0;
    padding-bottom: 10px;
}

.post-list-wrapper .post-list .post-holder .post-title {
    margin: 15px 0 10px;
    padding: 0px;
}
.post-list-wrapper .post-list .post-holder .post-summary {
    font-size: 14px;
}

.product-gray {
    font-size: 14px;
}
.post-categories .category-news-custom {
    font-size: 12px !important;
    text-decoration: underline!important;
    color: #747474;
}
.post-categories .category-news-custom:hover {
    color: #f79121;
}
.post-categories li {
    display: inline-block !important;
}

.toolbar.toolbar-blog-posts {
    position: unset !important;
    clear: both;
}

.post-text-hld .button {
    padding: 15px;
    font-size: 20px;
    border-radius: 5px;
}

.post-text-hld .button:hover {
    background-color: #c5741b;
}

.post-summary {
    font-size: 16px;
}

.post-list .post-description {
    line-height: 21px;
    font-size: 14px!important;
}


