html {
    background-color: #ddebff !important;
}
#wide-nav .flex-center ul > li > a {
    color: #fff;
}
#wide-nav .flex-center ul > li > a:hover, #masthead .flex-right ul > li.menu-item > a:hover {
    color: #ffee0a;
}
#masthead .flex-right ul > li.menu-item > a {
    color: #000;
    font-size: 15px;
}
#masthead .flex-right ul > li.menu-item {
    margin: 0 15px;
}
.matchOdds img {
    height: 20px;
}
.content-home {
    margin-top: 30px;
    max-height: 550px;
    overflow-y: auto;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 6px;
}
#main, #wrapper {
    background: transparent;
}
#content {
    padding-bottom: 0;
}
.copyright-footer {
    color: #fff;
}
.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: #8224e3 !important;
}
.breadcrumb {
    padding-top: 12px;
}
.section-title-center b {
    background: transparent;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
}
.widget {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.widget-title {
    font-size: 18px;
    font-weight: 600;
    border-left: 4px solid #cd1508;
    padding-left: 10px;
    margin-bottom: 15px;
    color: #333;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.mfp-content {
    background: #fff !important;
}
.off-canvas .nav-vertical>li>a {
    color: #000;
}
@media (min-width: 992px){
    .blog-wrapper .large-9 {
        padding-left: 0;
    }
}