/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .tax-nav,
 .tax-nav .category,
 .tax-nav .status,
 .tax-nav .location {
    display: flex;
    flex-wrap: wrap;
 }

 .tax-nav .category,
 .tax-nav .status,
 .tax-nav .location {
    list-style: none;
 }

 .tax-nav {
    padding-top: 1em;
 }

 .tax-nav a {
    color: white;
    padding: 0.5em 1em;
    margin-right: 0.5em;
    background-color: #f1495c;
}

.tax-nav a:hover {
    color: white;
}

.tax-nav a:active {
    color: white;
}

.searchandfilter ul li li {
    display: flex;

}

