.sidebar-post {
    background-color: #f3f3f3;
    overflow: hidden;
    padding: 15px 20px 15px 30px;
    border: 1px solid #dedede;
}
.sidebar-newsfeed .item-content h4 a, .sidebar-post .item-content h4 a {
    color: #131414 !important;
    font-weight: 400;
}
.item .item-content h4.ellipsis a, .content a, #recent-posts-2 a, 
 #recent-posts-2 li{
    color: #131414!important;
    vertical-align: top;
    width: auto;
    display: flex;
}
.post-meta-date, .post-meta-cat, .post-meta-comments {
    font-weight: 700!important;
    color: #777777;
}
.entry-content li span {
    font-size: 12px !important;
    font-weight: 400!important;
    line-height: 14px;
    display: flex;
    width: 50px;
    color: #777777;
}
#recent-posts-2 strong {
    font-size: 12px !important;
    font-weight: 400!important;
    line-height: 14px;
    display: flex;
    width: 50px;
    flex-basis: 50px;
    margin-right: 10px;
    padding-top: 7px;
    box-sizing: border-box;
    color: #777777;
}
#recent-posts-2 a{
    flex-basis: calc(100% - 50px);
}
.container.mb-50.mt-40{display:none;}