.sidebar {
    /*float: left !important;*/
    margin-bottom: 5px;
}

.sidebar .card-header h3 {
    font-size: 1.2rem;
}

.sidebar .card-content {
    margin: 0;
}

.sidebar .list-group {
    margin: 0;
    padding-right: 0;
}

.sidebar .list-group-item {
    border-top: none;
    border-left: none;
    border-right: none;
}

.sidebar .list-group-item a {

}

.sidebar .list-group-item:hover {
    background-color: #e0eca5;
}

.singlePost .postSource {
    border-top: 1px dashed #cee957;
    margin-top: 50px;
    padding-top: 10px;
    color: #404f43;
    font-size: 0.8rem;
}

.singlePost .postSource a {
    color: #cee957;
}

.post-list .post-list-header h2 {
    font-size: 1.5rem;
}

.post-list .post-date {
    margin: 0;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    color: #5e8065;
    background: #f8fddb;
}

.post-list .post-list-footer {
    padding: 5px;
}

.row .post-image-box {
    /*padding: 5px;*/
    padding-left: 0;
}
.row .post-image-box .thumbnail {
    margin: 5px;
}

.row .post-detail-box {
    position: relative;
}

.row .post-detail-box .post-more-btn {
    position: absolute;
    bottom: 10px;
    left: 20px
}
.row .post-detail-box .post-list-header {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
}
figure img {
    width: 100%;
}
img {
    max-width: 100% !important;
}
