.header-main, .section_heading, span.widget-title, h1.entry-title:not(.blog-single h1.entry-title) {
    background-image: url(/wp-content/uploads/2026/01/bg-row.jpg);
    background-size: cover;
    background-position: right center;
}
.header-button .button {
    background: #028626 !important;
    border-radius: 8px !important;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    padding: 0 15px !important;
    width: 100%;
    color: #fff;
    font-weight: bolder;
    text-shadow: 1px 0 1px #000;
    display: inline-block;
}
h1.entry-title:not(.blog-single h1.entry-title) {
    font-size: 20px;
    border: 0;
    text-align: left;
    padding: 10px;
    margin: 0;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px !important;
}
.header-button a, .header-button a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, .7), 0 0 30px rgba(255, 255, 255, .5);
}
.header-button a::before, .header-button a::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: yellow;
    border-radius: 99px;
    animation: ledEffect 2s infinite linear;
}
.header-button a::before {
    transition: .3s ease-in-out;
}
.header-button a::before{
    top: 0;
    left: 0;
    animation-delay: 0s;
}
.header-button a::after{
    top: 0;
    left: 0;
    animation-delay: 1s;
}
@keyframes ledEffect{
    0% {
        top: 0;
        left: 0;
    }
    25% {
        top: 0;
        left: 100%;
        transform: translateX(-100%);
    }
    50% {
        top: 100%;
        left: 100%;
        transform: translate(-100%, -100%);
    }
    75% {
        top: 100%;
        left: 0;
        transform: translateY(-100%);
    }
    100% {
        top: 0;
        left: 0;
    }
}
.header-button-2 .button {
    background: #5800ff !important;
}
#wide-nav ul > li > a {
    color: #000;
    font-size: 14px;
}
#wide-nav ul > li > a:hover {
    color: #ac151a;
}
.header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: 1px 1px 10px rgb(0 0 0 / .15);
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}
.section-title-normal {
    background-image: url(/wp-content/uploads/2026/01/bg-row.jpg);
    background-size: cover;
    background-position: right center;
    padding: 10px 20px;
    border-radius: 6px;
}
.matchOdds img {
    height: 20px;
}
.btn-list * {
    font-size: 9px;
}
.boxDownload {
    border: dashed 2px #c5181e;
    border-radius: 10px;
    padding: 15px;
}
.boxDownload .icon-box-text p {
    font-weight: bold;
    margin-bottom: 10px;
}
.btn {
    overflow: hidden;
    padding: 1px 16px;
    border: 2px solid #fff;
    border-radius: 7px;
    text-transform: uppercase;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.btn:before, .btn:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: yellow;
    border-radius: 99px;
    animation: ledEffect 2s infinite linear;
}
.btn:before {
    transition: .3s ease-in-out;
}
.btn:after {
    top: 0;
    left: 0;
    animation-delay: 1s;
}
.btn:before {
    top: 0;
    left: 0;
    animation-delay: 0s;
}
.content-home {
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    word-wrap: break-word;
    border: 2px dashed #c5181e;
    border-radius: 10px;
    scrollbar-width: thin;
    scrollbar-color: #c5181e  transparent;
    margin-bottom: 20px;
}
.box-blog-post .is-divider {
    display: none;
}
#content {
    padding-bottom: 0;
}
.copyright-footer {
    color: #fff;
}
.ux-menu-link__link:hover {
    color: #ffeb39 !important;
}
.ux-menu-link__link{
    min-height: auto;
}
span.widget-title {
    display: block;
    width: 100%;
    padding: 13px;
    border-radius: 7px;
    color: #fff;
    margin-bottom: 15px;
}
.widget .is-divider {
    display: none;
}
.widget {
    border: solid 1px #ccc;
    padding: 8px;
}
.boxVdqg img {
    height: 25px;
    object-fit: contain;
    border-radius: 99px;
}
.icon-box-img img, .icon-box-img svg {
    padding: 0;
}
.boxVdqg {
    padding-top: 10px;
    border-bottom: solid 1px #ebebeb;
}
.boxVdqg {
    padding-bottom: 10px;
}
.boxVdqg .icon-box-text * {
    font-size: 14px;
    font-weight: bold;
}
.boxVdqg .icon-box-text *:hover {
    color: #bd161d;
}
.widget ul > li > a {
    color: #000;
    display: block;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
    font-size: 15px;
}
.widget ul > li > a:before {
    content: '+';
    position: absolute;
    left: 0;
}
.widget ul > li > a:hover {
    color: #bd161d;
}
.breadcrumb {
    padding-top: 10px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.blog-single .large-9 {
    padding-right: 0;
}
.blog-single article {
    border: solid 1px #ccc;
    padding: 20px;
}
.archive-page-header h1 {
    text-align: center;
    color: #c21920;
    font-size: 22px;
}
.taxonomy-description {
    ackground-color: #fff;
    border: none;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    max-height: 200px;
    transition: max-height 0.4s ease-in-out;
    box-shadow: 0 0 5px red;
}
@media (min-width: 992px){
    #content {
        border-right: 0;
        padding-right: 0;
    }
}