div#sectionmenu { /*display: flex; flex-wrap: wrap;*/
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    scrollbar-width: thin;
    scrollbar-color: #A89769 #544B34;
    display: flex;
}

div#sectionmenu::-webkit-scrollbar {
    height: 3px;
}

div#sectionmenu::-webkit-scrollbar-track {
    background: #544B34;
}

div#sectionmenu::-webkit-scrollbar-thumb {
    background-color: #A89769;

}


/*
section#mainnav::-webkit-scrollbar,
section#mainnav nav::-webkit-scrollbar{ width: 5px; background-color: rgba(255,255,255,0.4); }
section#mainnav::-webkit-scrollbar-thumb,
section#mainnav nav::-webkit-scrollbar-thumb { background-color: #4F00B5;	}

*/


div#sectionmenu h4 {
    font-weight: 400;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 0.5em 0 0.5em 0;
    margin-bottom: 0;
    margin-right: 1em;
    color: #4A4A4A;
    white-space: nowrap;
}


#hero div#sectionmenu h4 {
    color: #C4C4C4;
}

div#sectionmenu ul { /*display: flex;  flex-wrap: wrap;*/
}


div#sectionmenu ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0 1em 0.5em 0;
}

div#sectionmenu ul li a {
    font-weight: 400;
    background: rgba(255, 255, 255, 1);
    transition: all 0.2s ease;
    color: #545751;
    padding: 0.5em 0.75em;
    display: block;
}

div#sectionmenu ul li a {
    border-radius: 300px;
}

#hero div#sectionmenu ul li a {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

body[class*="tax"] div#sectionmenu ul li.current a,
body.category div#sectionmenu ul li.current a,
body.tag div#sectionmenu ul li.current a,
div#sectionmenu ul li a:hover {
    background: #B09F6B;

    color: #FFF;
}


#hero div#sectionmenu ul li a:hover {
    background: #FFF;

    color: #000;
}


div#sectionmenu h3 b {
    display: none;
}

@media all and (max-width: 899px) {
    div#sectionmenu {
        flex-wrap: none;
        width: calc(100% + 40px);
        white-space: nowrap;
    }

    div#sectionmenu ul {
        flex-wrap: none;
        white-space: nowrap;
    }

    div#sectionmenu ul li {
        white-space: nowrap;
        font-size: 1.4rem;
        line-height: 1.285714285714286;
    }

    div#sectionmenu ul li:last-child {
        margin-right: 30px;
    }

    div#sectionmenu h4 {
        white-space: nowrap;
    }


}
