#sitemap_footer {
    background-color: var(--main_text);
}

#sitemap_footer h4 {
    color: white;
    font-family: var(--default_font2);
}

#sitemap_footer strong {
    font-size: 10px;
    color: white;
    text-transform: uppercase;
}

#sitemap_footer .current-menu-item a, #sitemap_footer .current_page_parent a {
    color: white !important;
    font-weight: bold;
}

#sitemap_footer ul ul {
    margin-left: 10px;
}

#sitemap_footer ul {
    list-style: none;
    text-align: left;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

#sitemap_footer ul ul li {
    position: relative;
}

#sitemap_footer ul li a {
    font-size: 10px;
    margin: 0;
    padding: 0;
    color: white;
    letter-spacing: 2px;
}

#sitemap_footer .row > .sitemap_col::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 1px;
    background-color: white;
}

#sitemap_footer ul.sub-menu li::before {
    content: none !important;
}