.absolute-footer {
    padding: 12px 0;
}
.copyright-footer {
    color: #fff;
    font-size: 14px;
}
#masthead {
    border-bottom: 3px solid #ffb71c;
}
#masthead ul.header-nav>li>a {
    color: #fff;
    font-size: 15px;
    transition: all .2s;
    border-radius: 5px;
    padding: 7px 10px;
    text-transform: capitalize;
}
#masthead ul.header-nav>li.active>a,#masthead ul.header-nav>li>a:hover {
    background: #ffb71c;
    color: #000000
}
.row-bg > .col > .col-inner {
    padding: 15px !important;
    background: #fff;
}
.section-title-center span {
    text-transform: capitalize;
    font-size: 22px;
    background: #ffb71c;
    color: #000;
    padding: 6px 10px;
    border-radius: 10px 10px 0 0;
}
.section-title-center b {
    background: transparent;
}
.section-title-center{
    border-bottom: solid 2px #ffb71c;
}
.matchOdds img {
    width: 20px !important;
}
.list-blog1 .post-item .post-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
}
.list-blog1 .post-item .box-text {
    padding: 0 15px;
}
.list-blog1 .post-item {
    padding-bottom: 15px;
}
.btn2 {
    margin: 10px auto 0;
    display: block;
    width: 130px;
    border-radius: 5px;
}
.backgroundOddsPage {
    max-width: 100% !important;
}
.content-home {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 960px;
    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;
}
footer {
    background: #000;
    padding-top: 30px;
}
.section-title-normal , .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
footer a {
    color: #ffb71c !important;
}
footer .ux-menu a {
    font-weight: bold;
}
footer .ux-menu a:hover {
    text-decoration: underline;
}
.breadcrumb {
    padding: 10px 0 20px;
}
.blog-wrapper {
    padding-top: 0;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 24px;
}
.blog-wrapper .post-item .box {
    background: #ededed;
}
.blog-wrapper .post-item .box a, .blog-wrapper .post-item .box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-wrapper .post-item .box {
    transition: all .2s;
}
.blog-wrapper .post-item .box:hover {
    transform: translateY(-5px);
}
.entry-category a {
    display: inline-block;
    background: #ffb71c;
    padding: 6px;
    border-radius: 5px;
    color: #000000;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.blog-single article {
    margin-bottom: 0;
}