.header-main {
    background: linear-gradient(to right, #0e0e0e, #bb8105, #0e0e0e);
}
.header-button a {
    width: 130px;
    padding: 5px;
    background: #cac616;
    border-radius: 8px;
    color: #000 !important;
    font-size: 0.9rem;
    border: none;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none;
    color: #fff;
}
.header-button a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    -webkit-animation: shockwave 1s .5s ease-out infinite;
    animation: shockwave 1s .5s ease-out infinite;
}
@keyframes shockwave{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 2px rgb(214 39 68), inset 0 0 1px rgb(219 42 68);
    }
    95% {
        box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
    }
    100% {
        -webkit-transform: scale(2.25);
        transform: scale(2.25);
    }
}
.header-button-1 a{
    animation: shockwaveJump 1s ease-out infinite;
}
@keyframes shockwaveJump{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    55% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    60% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
#wide-nav ul.nav > li.active > a {
    background: #cbba19;
    padding: 0 15px;
    height: 45px;
    color: #4f1600;
}
.ux-menu-link__link:hover {
    color: #fff118 !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
}
.section-title-normal {
    background: #434343;
    justify-content: center;
    padding: 5px;
}
.btn {
    margin: 0;
    width: 100%;
    background: #cac616;
    color: #000;
    border-radius: 5px;
    box-shadow: inset 1px 1px 0 0 hsl(0 0% 100% / .1), inset 0 2em 15px 0 hsl(0deg 0% 100% / 53%);
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes pulse{
    0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.content-home {
    border: 1px solid #fee9a3;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background-color: #1E0F08;
}
.post-item .box {
    border: solid 1px #f6d14a;
    border-radius: 5px;
    padding: 5px;
}
.breadcrumb {
    padding-top: 12px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
}
.mobile-nav > li > a {
    color: #fff;
}
.header-bottom-nav > li > a {color: #000;}
.copyright-footer {
    color: #fff;
}