#wide-nav ul > li > a {
    color: #fff;
    display: block;
    width: 100%;
}
#wide-nav ul > li > a img {
    display: block;
    margin: 0 auto 7px;
    height: 20px;
    object-fit: contain;
}
#wide-nav ul > li {
    margin: 0 20px;
}
#wide-nav ul > li > a:hover {
    color: #ffee00;
}
.img-br img {
    border-radius: 10px;
}
#content {
    padding-top: 15px;
    padding-bottom: 0;
}
.section-title-center b {
    background: transparent;
}
.matchOdds img {
    height: 20px;
}
.mota {
    border: solid 1px #1e73be;
    border-radius: 10px;
    padding: 15px;
}
.is-divider, .fixture_vote .fixture-vote-container__title,
#comments {
    display: none;
}
span.widget-title, .right-head {
    display: block;
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    color: #1e73be;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}
.widget {
    border: solid 1px #ccc;
    padding: 15px;
    border-radius: 10px;
}
.content-home {
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 8px rgb(30 115 190 / 61%);
    border-radius: 5px;
    margin-bottom: 30px;
}
.post-item .box {
    border: solid 1px #ccc;
    padding: 5px;
    border-radius: 5px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #ffeb39 !important;
}
.breadcrumb {
    padding-top: 12px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-content.single-page {
    padding: 0;
}
h1.entry-title {
    border-bottom: solid 1px;
    padding-bottom: 10px;
}
.post-item .box .box-text {
    padding: 10px;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
}
@media (min-width: 992px){
    .post-sidebar {
        padding-left: 0 !important;
    }
}
@media (max-width: 991px){
    .mfp-content {
        background: #1e73be !important;
    }
    .off-canvas .nav-vertical>li>a {
        color: #fff;
    }
}