article.blog-entry div.holder {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 0px #EFEFEF;
}

article.blog-entry .content-holder {
    padding: 0 15px 15px;
}

article.blog-entry .beauty-loft-service-header {
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin: 10px 15px 0px;
}

article.blog-entry h4.beauty-loft-service-header {
    font-weight: 300 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article.blog-entry h5.author {
    color: #acacac;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 5px;
}

.banner-holder {
    padding-bottom: 8px;
    background: linear-gradient(90deg, #303030 50%, #E61026 50%);
}

.review-section .btn-read-more {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

article.col-sm-4.blog-entry {
    padding-bottom: 15px;
}

span.post-date {
    display: inline-block;
    float: right;
    font-weight: 200;
}

.review-section .entry-holder {
    display: flex;
}

.review-section .entry-holder article.blog-entry {
    flex: 1;
}

.blog-entry.single .banner-holder {
    width: 50%;
    float: left;
    margin-right: 20px;
    height: 230px;
    padding: 0;
    background: none;
    overflow: hidden;
}

.blog-entry.single .clearfix {
    width: 100%;
    clear: both;
    height: 8px;
    background: linear-gradient(90deg, #303030 50%, #E61026 50%)
}
.blog-entry.single .banner-holder img {
    margin-top: 0;
}

article.blog-entry.single .content-holder {
    line-height: 24px;
}


@media screen and (max-width: 768px){
    .blog-entry.single .banner-holder {
        height: 230px;
    }
    .review-section .entry-holder{
        display:block;
    }
    .banner-holder img{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px){

    .blog-entry.single .banner-holder{
        width: 100%;
        height: auto;
        clear: both;
        padding-bottom: 8px;
        background: linear-gradient(90deg, #303030 50%, #E61026 50%);
    }
    article.blog-entry h4.beauty-loft-service-header{
        clear:both;
        padding-top: 10px;
    }
    .blog-entry.single .clearfix{
        height: 0;
        background: transparent;
    }
}