body {
    background: url(/wp-content/uploads/2026/07/bghitclub.jpg) top center no-repeat fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
#main, #wrapper {
    background-color: transparent;
}
footer {
    padding-top: 30px;
    background: #000;
}
.absolute-footer{
    border-top: solid 1px #1c1c1c;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #fad42c !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}
.img-play {
    margin: 0 auto;
    animation: btnAnimation .6s linear infinite;
}
@keyframes btnAnimation{
    0% {
    transform: scale(1.04);
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
}
50% {
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
}
100% {
    transform: scale(1.04);
    -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
}
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #d99a23 rgba(14, 11, 9, .6);
    overflow-x: hidden;
    max-height: 600px;
    border-width: 1px 1px 1px 1px;
    border: solid 1px rgb(182, 147, 0);
    padding: 20px;
    border-radius: 7px;
    margin-top: 35px;
}
.section-title-center b {
    background: transparent;
}
.post-item .box {
    border: solid 1px #fad42c;
    border-radius: 6px;
}
.breadcrumb {
    padding-top: 10px;
    font-size: 14px;
}
h6.entry-category a {
    display: inline-block;
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 99px;
    color: #000;
    font-size: 10px;
}
h6.entry-category {
    opacity: 1;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.entry-content.single-page {
    background: #000000;
    border-radius: 6px;
    padding: 15px;
}
.home #content {
    padding-bottom: 0;
}