.header-button a {
    color: #fff;
    border: none;
    background: linear-gradient(to bottom, #c20c1a 0%, #f72c34 20%, #f64904 40%, #f74c06 60%, #f74c06 80%, #fff 100%);
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(247, 99, 59, 255);
    animation: pulse 0.75s infinite;
}
@keyframes pulse{
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
#wide-nav ul > li > a {
    color: #fff;
    font-size: 15px;
    height: 40px;
    padding-left: 15px;
    padding-right: 16px;
}
#wide-nav ul > li > a:hover {
    background: #785e06;
}
#wide-nav ul > li {
    margin: 0;
}
.section-title-container span {
    font-size: 20px;
    color: #f3c119;
    border-bottom: 0;
}
.section-title-normal {
    border-bottom: solid 1px #f3c119 !important;
}
.icon-box-img img, .icon-box-img svg {
    padding: 0;
}
.icon-box {
    align-items: center;
}
.ux-menu-link__link:hover {
    color: #f3c119 !important;
}
.ux-menu-link__link {
    min-height: auto;
}
.copyright-footer {
    color: #c6c6c6;
}
.post-title a {
    font-size: 18px;
}
.box-blog-post .is-divider {
    display: none;
}
.from_the_blog_excerpt {
    font-size: 13px;
    color: #b4b4b4;
}
.post-title a:hover {
    color: #f3c118;
}
.breadcrumb {
    padding-top: 12px;
}
.article-inner {
    background-color: #1f2024;
    padding: 20px;
    border: solid 1px rgba(255,255,255,0.1);
}
.entry-category a {
    border: solid 1px #f3c119;
    display: inline-block;
    padding: 6px;
    border-radius: 99px;
    font-weight: 100;
}
.entry-category {
    opacity: 1;
}
h1.entry-title {
    color: #f3c119;
}
.entry-divider, #comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-transform: capitalize;
    font-size: 26px;
    border-bottom: solid 1px #575757;
    padding-bottom: 20px;
    color: #f3c119;
}
.ranking-list *,.fixture-list * {
    color: #000;
}
.content-home {
    background-color: #1f2024;
    border: solid 1px rgba(255,255,255,0.1);
    padding: 20px;
}
@media (max-width: 767px){
    .icon-box {
        flex-direction: column;
    }
    .icon-box .icon-box-text {
        padding-left: 0 !important;
    }
}