.header-main {
    background: radial-gradient(circle, #000000 0%, #2c0001 100%);
}
.header-button > a {
    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;
}
@keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
#wide-nav {
    background: radial-gradient(#eec732, #000000);
    filter: drop-shadow(-1px 4px 24px rgba(0, 0, 0, 0.25));
}
#wide-nav ul > li.active > a {
    background: #6a3000;
    border-radius: 99px;
    padding: 8px 10px;
}
#wide-nav ul > li > a{
    color: #fff;
    text-transform: capitalize;
}
.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;
}
.content-home {
    padding: 10px;
    border: 1px solid #FFD700;
    box-shadow: 0 2px 30px #ffcc00;
}
.content-home::-webkit-scrollbar {
    width: 7px;
}
.content-home::-webkit-scrollbar-thumb {
    background-color: #FFD700;
}
.content-home::-webkit-scrollbar-track {
    background-color: #353942;
}
.post-item .box {
    box-shadow: 0px 0px 8px 2px #ffcc00;
}
.boxNC {
    box-shadow: 0px 0px 8px 2px #ffcc00;
    padding: 20px;
    background: #000;
}
.boxNC .icon-box-text *:first-child {
    margin-bottom: 0;
}
.boxNC .icon-box-text .button {
    border-radius: 5px;
    color: #000;
    font-size: 14px;
}
.boxNC:hover .icon-box-text .button {
    transform: translateY(-5px);
}
.ux-menu-link__link:hover {
    color: #f5c54a !important;
}
footer {
    background: #000000;
    padding-top: 30px;
}
.breadcrumb {
    padding-top: 12px;
}
h1.entry-title {
    text-shadow: 0 0 5px #e00, 0 0 15px #d60c17, 0 0 30px #e00, 0 0 60px #e00;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.archive-page-header h1.page-title {
    text-shadow: 0 0 5px #e00, 0 0 15px #d60c17, 0 0 30px #e00, 0 0 60px #e00;
    font-size: 22px;
}
#post-list .post-item .box-text {
    padding: 12px;
}