#wide-nav .flex-center ul > li > a {
    font-size: 16px;
    color: #fff;
}
#wide-nav .flex-center ul > li > a:hover {
    color: #f3c119;
}
.header-button a {
    border-radius: 5px !important;
    padding: 2px 15px;
    background: #f3c119;
    color: #000;
    font-size: 14px;
    box-shadow: 0 4px 8px rgb(255 255 255 / 50%);
}
.section-title-center .section-title-main {
    background: #ffffff26;
    padding: 4px 15px;
    text-transform: capitalize;
}
.content-home {
    background: #fff;
    padding: 20px;
    border: solid 2px;
    box-shadow: 0 4px 8px rgb(255 126 0);
}
.content-home * {
    color: #000 !important;
}
.content-home h1, .content-home h2, .content-home h3, .content-home h4 {
    color: #ff7e00 !important;
}
.post-item .box {
    border: solid 1px #2f2f2f;
}
.post-title a {
    font-size: 18px;
    color: #ff7e00;
}
.section-title-normal {
    border-bottom: 0;
    margin-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #f3c119 !important;
}
.breadcrumb {
    padding-top: 12px;
}
.fixture-list *, .ranking-list * {
    color: #000;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
h1.entry-title {
    color: #ff7e00;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 24px;
    color: #ff7e00;
}