.copyright-footer {
    color: #fff;
}
footer {
    background: #000;
    padding: 20px 0 0;
}
.ux-menu-link__link:hover {
    color: #c200d7 !important;
}
#wrapper, #main {
    background-image: url(/wp-content/uploads/2026/03/web-bg-main.webp);
}
.header-button:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 3px solid #FF0000;
    transition: all .5s;
    animation: clippath 3s infinite -1.5s linear;
    border-radius: 5px;
}
@keyframes clippath{
    0%, 100% {
        clip-path: inset(0 0 98% 0);
    }
    25% {
        clip-path: inset(0 98% 0 0);
    }
    50% {
        clip-path: inset(98% 0 0 0);
    }
    75% {
        clip-path: inset(0 0 0 98%);
    }
}
.col-inner .box.has-hover {
    background: #0000009e;
    padding: 10px;
    border-radius: 10px;
}
.content-home {
    border: 3px solid #8224e3;
    border-radius: 10px;
    height: 900px;
    padding: 10px;
    margin-bottom: 36px;
    box-shadow: 0 0 10px 5px #8224e3;
}
.breadcrumb {
    padding: 12px;
    font-size: 15px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.is-divider {
    max-width: 100%;
    background: #fff;
    height: 1px;
}
#comments {
    display: none;
}
.archive-page-header h1.page-title {
    text-align: center;
    font-size: 24px;
    color: #ff005c;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
    color: #ff005c;
}
.header-bottom-nav.nav > li > a {
    padding: 6px 10px;
}