/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
 .c-reply.cf .c-replyform .c-btn-hld button[type="submit"],
 .post-list-wrapper .post-read-more .post-read
 {
   background-color: #222529!important;
 }
 .c-reply.cf .c-replyform .c-btn-hld button[type="submit"]:hover,
 .post-list-wrapper .post-read-more .post-read:hover
 {
    background-color:#a51916!important;
 }
 .post-list-wrapper .post-read-more .post-read a
 {
    color:#fff;
    border:none;
 }
 .post-list-wrapper .post-read-more 
{
    margin-bottom: 5px;
 }
 ._post-view .post-header .post-date
 {
    width: 80px;
 }
 .blog-index-index .block-recent-posts .post-image
 {
   min-height: auto;
 }