.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
footer .section-title-normal span {
    text-transform: capitalize;
    font-size: 16px;
}
.ux-menu-link__link {min-height: auto;color: #ffbf00 !important;font-weight: bold;}
.copyright-footer {
    color: #fff;
}
.copyright-footer strong {
    color: #ffbf00;
}
#masthead {
    border-bottom: 3px solid #ffb71c;
}
#masthead ul.header-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    transition: all .2s;
    border-radius: 5px;
    padding: 10px 10px;
}
#masthead ul.header-nav > li.active > a, #masthead ul.header-nav > li > a:hover {
    background: #ffb71c;
    color: #fff;
}
.bg-white {
    padding: 15px !important;
    background: #fff;
}
.section-title-normal:not(footer .section-title-normal) {
    border-bottom: solid 2px #ffb71c;
    padding-bottom: 6px;
    padding-bottom: 0;
}
.section-title-normal:not(footer .section-title-normal) span {
    background: #ffb71c;
    color: #000;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
    font-size: 18px;
}
.matchOdds img {
    height: 20px;
}
.content-home {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 1200px;
    padding: 15px 10px;
    border: 2px solid #ffb71c;
    border-radius: 8px;
}
.news1 .post-title a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.is-divider {
    display: none;
}
.news1 .box-text {
    padding: 0 15px;
}
.btn {
    font-weight: 100;
    font-size: 13px;
    width: 120px;
    margin: 0 auto;
    display: block;
}
.home .embed-fixture .fixture-mx-auto {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 800px;
    padding: 15px 10px;
    border: 2px solid #ffb71c;
    border-radius: 8px;
}
::-webkit-scrollbar {
    width: 7px;
    background: transparent !important;
}
::-webkit-scrollbar-thumb {
    background-color: #ffb71c;
    border-radius: 6px;
}
.backgroundOddsPage {
    max-width: 100% !important;
} 
.breadcrumb {
    padding-top: 12px;
}
.post-sidebar {
    border: 0 !important;
}
.article-inner {
    background: #fff;
    padding: 15px;
}
.entry-header-text {
    text-align: center;
}
@media(min-width: 992px){
    .blog-wrapper .large-9 {
        padding-right: 0 !important;
    }
}
@media (max-width: 549px){
    .news1 .box-text {
        padding: 15px 0;
    }
}