.hdit-custom-bg-1{
    background-color: var(--bg-first-main);
}
.hdit-custom-bg-1 .section-title, .hdit-custom-bg-1 .section-title .section-title-main, .hdit-custom-bg-1 .section-title a,.hdit-custom-bg-1 .section-title .icon-angle-right{
color: #fff;
}
.widget .tabbed-content .tab-panels .box .box-text{
    padding-right: 0;
}
.widget .tabbed-content .tab-panels .box .box-text .is-divider{
    display: none;
}
.widget .tabbed-content .nav .tab a::before{
    content: none;
}
.widget{
    --bg-sidebar:var(--bg-first-main);
    --color-sidebar:#fff;
}
.widget .tabbed-content .nav{
    background-color: var(--bg-sidebar);
    padding-left: 10px;
}
.widget .tabbed-content .nav .tab a span{
    color: var(--color-sidebar);
    font-weight: bold;
}
.widget .tabbed-content .tab-panels .panel .post-item{
    padding-bottom: 10px;
}
.section .section-content .post-item{
    padding-bottom: 0;
}
.header-nav .current-menu-item .nav-top-link,.header-nav .menu-item .nav-top-link:hover{
    background-color: var(--bg-first-main)!important
}