* { font-family: 'Roboto', sans-serif !important; }
.side-menu a, .menu-elements a, .sidebar a, .menu-elements li { font-weight: 400 !important; }

@media (min-width: 768px) {
    .d-none.d-lg-flex select.form-control,
    select[id*="tag_filter"]:not([id*="mobile"]),
    select[id*="sort_"]:not([id*="mobile"]) {
        background: #1a1a1a !important;
        color: #555555 !important;
        border: 1px solid #333 !important;
        border-radius: 8px !important;
        padding: 6px 30px 6px 14px !important;
        font-weight: 700 !important;
    }
    
    .tag-sidebar a,
    .tag-filter-link,
    a[href*="tags="] {
        color: #555555 !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        line-height: 1.1 !important;
    }
}

/* Post image overlay text - make bold and readable */
.post-box img + div,
.post-image-overlay,
.creators-wrapper a,
.feed-item a,
.post-item a {
    font-weight: 900 !important;
    font-size: 1.15em !important;
}
