.site-footer p:last-child {
    margin-bottom: 8px;
    margin-top: -26px;
}
.entry-content a:not([class]), .nv-comment-content a:not([class]), .nv-template .neve-main a:not([class]), .widget_text a:not([class]) {
    --linkdeco: none !important;
}
 li.meta.author.vcard > span {
   display:none !important;
 }
 
 .nv-meta-list li.meta:not(:last-child):after {
   display : none !important;
 }
.site-footer p:last-child {
    margin-bottom: 8px;
    margin-top: -26px;
    display: none !important;
}

.navbar-toggle {
    --primarybtncolor: #000 !important;
    --primarybtnhovercolor: var(--color);
    --primarybtnbg: var(--bgcolor, transparent);
    --primarybtnhoverbg: var(--bgcolor, transparent);
    --primarybtnborderwidth: var(--borderwidth, 1px);
    --primarybtnborderradius: var(--borderradius, 0);
    padding: var(--padding, 10px 15px);
    box-shadow: none;
    display: flex;
    align-items: center;
}

.header-menu-sidebar-bg {
    --justify: flex-start;
    --textalign: left;
    --flexg: 1;
    --wrapdropdownwidth: auto;
    --color: #000000;
    --bgcolor: #fdffff !important;
}

.icon-bar {
    background-color: rgb(78 77 77) !important;
    transition: all .1s 
ease;
    position: relative;
    display: block;
    width: 15px;
    height: 2px;
}