/*	Base
============================================================ */
body { background-color: #000; color: #fff; }

/*	Btn & Forms
============================================================ */
.btn-default { color: #fff; background-color: #424242; }
.btn-default.btn-icon:after { background-image: url(assets/img/img-icon-btn-arrow.svg); }

/*	General
============================================================ */
.title a { color: #fff; }

/*	Footer
============================================================ */
.footer { color: #fff; }
.footer a { color: #fff; }
.footer .footer-logo path, .footer .footer-logo polygon { fill: #fff !important; }
.footer .footer-logo polygon.alt-target { fill: black !important; }

/*	Page Content
============================================================ */
.main .entry-content { background-color: #424242; }
.main .entry-content h2, .main .entry-content h3 { color: #fff; }
.main .breadcrumb { background-color: #424242; color: #fff; }
.main .breadcrumb .current { color: #fff; }

.widget-box.twitter-widget { background-color: #424242; }

/*	News
============================================================ */
.news-item .title a, .athlete-item .title a, .sport-item .title a { color: #fff; }
.news-item .content, .athlete-item .content, .sport-item .content { background-color: #424242; }

.featured-news .content, .alternative .content { background-color: #424242 !important; }
