/**
 * 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!
 */
 .sidebar.sidebar-additional .widget ul > li > ul {
    display: none;
}
.blog-post-view.page-layout-2columns-right .post-ftimg-hld {
    display: none;
}
.custom.toolbar.toolbar-blog-posts .page {
    background: #333;
    padding: 8px 10px;
    margin: 5px 2px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}
.custom.toolbar.toolbar-blog-posts a.action {
    background: #333;
    padding: 8px 6px;
    margin: 2px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}.custom.toolbar.toolbar-blog-posts .action::before {
    color: #fff;
}
.custom.toolbar.toolbar-blog-posts {
    text-align: left;
}