.main_wrapper_blog_mv4{
    position: relative;
    display: inline-block;
    background-color: #fdfdfd;
    box-shadow: 0 1px 11px 0 rgba(101, 150, 255, 0.15);
    border-radius: 6px;
    height: 312px;
    width: 335px;
    margin-left: 5px;
    vertical-align: bottom;
}
.sec_wrapper_blog_mv4 {
    margin: 0 20px;
}


.w_blog_mv4_author_and_date {
    margin-top: 33px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.w_blog_mv4_author_name_and_date {
    display: inline-block;
    margin-left: 10px;
}

.blog_mv4_author_avatar {
    background-size: cover;
    background-position: center center;
    border-radius: 45px;
    height: 45px;
    width: 45px;
    display: inline-block;
}

.blog_mv4_author_name {
    display: block;
    font-family: 'Gilroy-Bold', sans-serif;
    text-decoration: none;
    font-size: 13px;
    width: 200px;
    max-height: 28px;
    overflow: hidden;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog_mv4_date {
    margin-top: 5px;
    display: block;
    text-decoration: none;
    color: #bcc3ce;
    font-size: 13px;
}

.blog_mv4_title {
    margin-top: 15px;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    color: #000;
    font-family: 'Gilroy-Bold', sans-serif;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog_mv4_genres {
    font-size: 13px;
    color: #bcc3ce;
}

.blog_mv4_text {
    font-size: 14px;
    color: #292d34;
    margin-top: 10px;
    line-height: 1.71;
    overflow: hidden;
    height: 8em;
    width: 295px;
    cursor: pointer;
}

.blog_mv4_stats_block {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.blog_mv4_stats_icon {
    display: inline-block;
    font-size: 12px;
    color: #bcc3ce;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    line-height: 27px;
    min-height: 27px;
    background-position: 0 center;
}

.blog_mv4_stats_likes {
    padding-left: 33px;
    background-image: url("/img/ic_like_red_empty.svg");
    background-size: 24px 22px;

}

.blog_mv4_stats_likes[data-dolikeit="1"] {
    background-image: url("/img/ic_like_red_fill.svg");
}

.blog_mv4_stats_comments {
    padding-left: 33px;
    background-image: url("/img/ic_comment_empty_grey.svg");
    background-size: 24px 24px;
    margin-left: 13px;
}

.blog_mv4_stats_views {
    margin-left: auto;
    color: #bcc3ce;
    font-size: 12px;
    padding-left: 19px;
    background-image: url("/img/ic_view_dark_gery.svg");
    background-size: 15px 12px;
    cursor: auto;
}

.blog_mv4_pin {
    top: 15px;
    right: 37px;
    display: block;
    position: absolute;
    height: 20px;
    width: 8px;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: center center;
    background-image: url("/img/ic_pin_small.svg");
}

.blog_mv4_bookmark {
    top: 15px;
    right: 15px;
    display: block;
    position: absolute;
    height: 20px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: 14px 20px;
    background-position: center center;
    background-image: url("/img/ic_bookmark_grey_empty_blogmv2.svg");
    cursor: pointer;
}

.blog_mv4_bookmark[data-dobookmarkit="1"] {
    background-image: url("/img/ic_bookmark_red_fill_blogmv2.svg");
}
