#ktk-category-sidebar .widget {
    padding-top: 0;
}
@media screen and (min-width: 769px){
    #ktk-category-sidebar .widget {
        padding-right: 0;
    }
}
#ktk-category-sidebar .widget-title {
    color: #1e73be;
    background-color: #F2F5F8;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 900;
    padding: .5rem 25px;
    margin-bottom: 0;
}
.cat-item {
    position: relative;
    margin-bottom: 0;
    padding: .5rem 25px;
    border-bottom: 1px solid #F2F5F8;
}
.cat-item a,
.cat-item a:visited {
    color: black;
    font-size: 1rem;
    transition: .2s ease;
}
.current-cat a,
.cat-item a:hover {
    color: #f79745 !important;
}
.current-cat ul a {
    color: black !important;
}
.cat-parent .children {
    display: none;
}
.cat-parent.current-cat .children,
.cat-parent.ktk-active .children,
.cat-parent.current-cat-parent .children {
    display: block;
}
.children .cat-item {
    margin-bottom: 0;
    padding: .2rem 15px;
    border-bottom: 0;
}
.children .cat-item a {
    font-size: .8rem;
}
.cat-parent:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 8px;
    color: black;
    cursor: pointer;
}
.current-cat-parent:after,
.cat-parent.current-cat:after,
.current-cat.ktk-active:after,
.ktk-active:after {
    content: '-';
}
.current-cat-parent:after,
.cat-parent.current-cat:after,
.current-cat.ktk-active:after {
    cursor: not-allowed;
}