.header-button a {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #f7d34b, #FF0C01, #f7d34b);
    background-size: 200% auto;
    border: 2px solid #f7d34b;
    padding: 0px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(247, 211, 75, 0.6);
    animation: goldMove 3s linear infinite;
    transition: 0.3s;
}
@keyframes goldMove{
  0% {
    background-position: 0% center;
}
100% {
    background-position: 200% center;
}  
}
.header-main {
    background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgb(92, 32, 0) 100%);
}
#wide-nav {
    background: linear-gradient(180deg,rgba(39, 39, 39, 1) 0%, rgba(145, 114, 3, 1) 50%, rgba(39, 39, 39, 1) 100%);
}
.header-bottom-nav.nav > li > a {
    padding: 5px 10px;
}
.section-title b {
    background: transparent;
}
.sapo {
    font-size: 16px;
    border-left: solid 5px #eec120;
    padding-left: 20px;
    font-style: italic;
}
.rowgame .img img {
    padding: 3px;
    background: #4f4f4f;
}
.content-home {
    background: #000;
    box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.11), 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 32px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #feff22 transparent;
    transition: background 0.3s ease;
}
.home #content{
    padding-bottom: 0;
}
.section-title, .section-title span {
    border-bottom: 0;
    padding-bottom: 0;
    text-shadow: 0 0 5px #e00, 0 0 15px #d60c17, 0 0 30px #e00, 0 0 60px #e00;
    margin-bottom: 0;
}
.ux-menu-link__link:hover {
    color: rgb(254, 255, 40) !important;
}
.ux-menu-link__link{
    min-height: auto;
}
.copyright-footer {
    color: rgb(255, 255, 255);
}
.copyright-footer strong {
    color: rgb(254, 255, 40);
}
.imgbanner img {
    border: solid #fef628;
}
.btn {
    background: linear-gradient(0deg,rgb(254 220 74) 0%,rgb(212 164 7) 100%);
    color: #000;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px!important;
    font-size: 14px;
    animation: zoom-in-zoom-out .8s ease infinite;
    padding: 5px 15px
}
@keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.colnews>.col-inner {
    box-shadow: rgb(255, 204, 0) 0 2px 30px;
    padding: 20px 20px 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 215, 0);
    border-image: initial;
    border-radius: 10px;
}
.post-item .box {
    border: 2px solid #fc0;
    padding: 15px;
    border-radius: 15px;
    box-shadow: inset 0 0 11px -1px #fc0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
@media (max-width: 549px){
    .section-title, .section-title span {
        font-size: 24px;
    }
}