/* Final MvM forum colour contract: Mierlo blue headers, white foreground. */
#wpforo-wrap .wpforo-category,
#wpforo-wrap .wpforo-category .wpforo-cat-panel,
#wpforo-wrap .wpf-head-bar,
#wpforo-wrap #wpforo-stat-header {
    background: #1966AE !important;
    background-color: #1966AE !important;
    background-image: none !important;
    border-color: #1966AE !important;
}

#wpforo-wrap .wpforo-category .cat-title,
#wpforo-wrap .wpforo-category .cat-name,
#wpforo-wrap .wpf-head-bar,
#wpforo-wrap .wpf-head-bar #wpforo-title,
#wpforo-wrap .wpf-head-bar a,
#wpforo-wrap #wpforo-stat-header,
#wpforo-wrap #wpforo-stat-header .wpf-footer-title,
#wpforo-wrap #wpforo-stat-header .wpf-footer-title span,
#wpforo-wrap #wpforo-stat-header a,
#wpforo-wrap #wpforo-stat-header svg {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    fill: #fff !important;
}

#wpforo-wrap .wpf-head-bar .wpf-button-outlined {
    border-color: rgba(255,255,255,.72) !important;
    background: transparent !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

#wpforo-wrap .wpforo-category .cat-title,
#wpforo-wrap .wpf-head-bar,
#wpforo-wrap #wpforo-stat-header {
    text-shadow: none !important;
}

@media (max-width: 620px) {
    #wpforo-wrap .wpf-head-bar,
    #wpforo-wrap #wpforo-stat-header {
        border-radius: 8px !important;
    }
}
