.header-main {
    background: linear-gradient(to right, #2ec5fe, #178ffe, #0c76fe);
}
.header-bottom {
    background: linear-gradient(to right, #2ec5fe, #178ffe, #0c76fe);
}
.header-main {
    background: linear-gradient(to right, #2ec5fe, #178ffe, #0c76fe);
}
.header-bottom {
    background: linear-gradient(to right, #2ec5fe, #178ffe, #0c76fe);
}
.header-button-1 a, .header-button-2 a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 160px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(180deg, #4fa80a 0%, #2c6802 100%);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease;
    z-index: 1;
}
.header-button-1 a::before, .header-button-2 a::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 30px;
    background: conic-gradient(from 0deg, #ff6b00, #ffcc00, #ffffff, #ff00ff, #00ffff, #ff6b00);
    filter: blur(2px) brightness(1.5) saturate(1.5);
    animation: energyRotate 3s linear infinite;
    z-index: 0;
}
.header-button-1 a::after, .header-button-2 a::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 7px;
    background: linear-gradient(180deg, #4fa80a, #2c6802);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
    z-index: 1;
}
@keyframes energyRotate{
    0% {
        transform: rotate(0deg);
        opacity: 1;
        filter: hue-rotate(0deg) blur(2px) brightness(1.4);
    }
    50% {
        opacity: 0.9;
        filter: hue-rotate(180deg) blur(3px) brightness(1.6);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
        filter: hue-rotate(360deg) blur(2px) brightness(1.4);
    }
}
.header-button-1 a span, .header-button-2 a span {
    position: relative;
    z-index: 999999;
}
.header-button-1 a span::before, .header-button-2 a span::before {
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.35) 20%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0) 70%);
    filter: blur(8px) brightness(1.6);
    transform: rotate(25deg);
    animation: softShine 3.5s linear infinite;
    z-index: 2;
}
@keyframes softShine{
    0% {
        left: -180%;
        top: -150%;
    }
    50% {
        left: 0%;
        top: 0%;
    }
    100% {
        left: 180%;
        top: 150%;
    }
}
#wide-nav .header-nav > li > a {
    display: block;
    color: #fff;
}
#wide-nav .header-nav > li > a img {
    display: block;
    margin: 0 auto 10px;
    width: 35px;
}
#wide-nav .header-nav > li > a:hover {
    color: #ffb529 !important;
}
.post-item .box {
    border: solid 1px #ebebeb;
}
.post-item .box .box-text {
    padding: 12px;
}
.post-title a {
    font-size: 18px;
}
.section-title-normal, .section-title-normal span {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
}
.copyright-footer {
    color: #fff;
}
.breadcrumb {
    padding-top: 12px;
}
h1.entry-title {
    font-size: 30px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header {
    text-align: center;
}
.archive-page-header h1 {
    font-size: 26px;
}
@media (max-width: 991px){
    .mobile-nav > li > a {
        color: #fff;
    }
    .mfp-content {
        background: linear-gradient(to right, #2ec5fe, #178ffe, #0c76fe);
    }
    .mfp-content * {
        color: #fff !important;
    }
    .header-button-1 a, .header-button-2 a {
        width: 120px;
    }
}