body {
    background: url(/wp-content/uploads/2026/07/bg4.jpg) top center no-repeat fixed;
    background-size: cover;
    background-color: #000;
}
#main, #wrapper {
    background: transparent;
}
.imgcenter{
    margin: 0 auto 20px !important;
}
.des {
    font-size: 12px;
    font-style: italic;
}
.imgplay {
    animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse{
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.content-home {
    background: rgba(255, 255, 255, 0.05);
    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 #393939;
    padding: 24px 32px;
    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #e0c91e transparent;
    transition: background 0.3s ease;
}
.post-item .box {
    border-radius: 5px;
    border: solid 1px #393939;
}
.home #content{
    padding-bottom: 0 !important;
}
.copyright-footer {
    color: #fff;
}
.ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}
.breadcrumb {
    background: #454545;
    padding: 10px;
    font-size: 13px;
}
.breadcrumb>div * {
    margin: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
@media (min-width: 992px){
    #masthead:not(.home #masthead) {
        height: 90px;
    }
    #masthead:not(.home #masthead) #logo img {
        max-height: 90px !important;
    }
}