footer{
    position: relative;
    margin-top: 1.7rem;
    padding: 1rem 0 2rem 0;
    background: url(/wp-content/uploads/2026/06/bg-footer.jpg) bottom center no-repeat;
    background-size: cover;
}
.absolute-footer {
    display: none;
}
.nopad {
    padding-bottom: 10px;
}
.section-title-normal, .section-title-normal .section-title-main {
    border-bottom: 0;
}
footer .section-title-normal span {
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 0;
}
footer .section-title-normal {
    justify-content: center;
}
.mxh {
    display: inline-block;
    width: 20% !important;
}
.desFt * {
    color: #b7b7b7;
    margin-bottom: 5px;
    font-size: 14px;
}
.desFt *:last-child {
    font-size: 12px;
    color: #737371;
    font-weight: 100;
    font-style: italic;
}
footer:before {
    content: '';
    background: url(/wp-content/uploads/2026/06/layer-footer-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 288px;
    height: 71px;
    bottom: 0;
    left: 0;
}
footer:after {
    content: '';
    background: url(/wp-content/uploads/2026/06/layer-footer-right.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 288px;
    height: 71px;
    bottom: 0;
    right: 0;
}
html {
    background: url(/wp-content/uploads/2026/06/bg.jpg) top center no-repeat fixed;
    background-size: cover !important;
    background-position: top;
}
#wrapper {
    background: transparent !important;
}
.img-center{
    margin: 0 auto;
}
.colgame {
    position: sticky;
    top: 100px;
    height: 50%;
    overflow: auto;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    font-size: 20px;
}
.content-home p {
    font-size: 15px;
}
.home #content .large-12 {
    padding-bottom: 0;
}
.content-home {
    max-height: 210px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}
.content-home.expanded {
    max-height: 100%;
}
.xemthem {
    font-weight: 100;
    font-style: italic;
    color: red !important;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
}
#comments{
  display: none !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.breadcrumb {
    font-size: 13px;
}
h1.entry-title {
    color: rgb(255, 246, 13);
}
header.archive-page-header {
    text-align: center;
}
.post-item .box {border: solid 1px rgb(255, 246, 13);}
@media (min-width: 992px){
    #wide-nav {
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    footer:after {
        right: -138px;
    }
    footer:before {
        left: -138px;
    }
    .mxh {
        width: 10% !important;
    }
    .desFt {
        text-align: center;
    }
}