#mpblog-list-container .post-view-image.last{
    display: flex;
    padding-top: 20px;
    /*padding: 0 15px;*/
}
#mpblog-list-container .post-view-image.last .img-responsive-column{
    width: auto;
    margin: 0px 5px;
}
#mpblog-list-container .post-view-image.last .img-responsive-column img{
    max-height: 95px;
    cursor: pointer;
}
#mpblog-list-container .post-post_content{
    word-break: break-word;
    font-size: 15px;
}
#mpblog-list-container .post-post_content.bottom span{
    color: #c50506;
    font-weight: 800;
}
#mpblog-list-container .post-post_content.images-bottom{
    display: flex;
    justify-content: space-between;
}
#mpblog-list-container .post-post_content.images-bottom > span{
    color: #c50506;
}
#mpblog-list-container .post-post_content.images-bottom a{
    text-align: right;
}
#mpblog-list-container .post-post_content.top{
    padding-bottom: 15px;
}
#mpblog-list-container .post-post_content.bottom{
    padding-top: 15px;
}
#mpblog-list-container .post-post_content.images-bottom > a:first-child{
    order: 2;
    text-align: right !important;
    color: #497CB5;
    font-weight: 700;
    font-size: 15px;
    margin-right: 0;
}
#mpblog-list-container .post-post_content.images-bottom span a{
    color: #C80003;
    font-weight: 700;
    font-size: 15px;
}

.field.required.mp-field{
    padding: 0;
}
.mp-blog-view .col-xs-12 hr{
    border-color: #B09A71;
}

@media only screen and (max-width: 767px){
    #mpblog-list-container .post-post_content.images-bottom{
        flex-wrap: wrap;
    }
    #mpblog-list-container .post-post_content.images-bottom a:first-child{
        margin-bottom: 10px;
    }
}
.mpblog-post-view .breadcrumbs .items .item.blog{
    display: none;
}
