.header-main,.header-bottom {
    background: linear-gradient(180deg,#52311a,#3a0600)
}

.section-title-center b {
    background: transparent
}

.section-title-center span {
    font-size: 24px
}

.sapo {
    font-style: italic;
    border-left: solid var(--primary-color);
    padding-left: 25px;
}

h1,h2,h3,h4,h5,h6 {
    color: #fff;
    background: linear-gradient(to bottom,#ffdf02 0,#faffdb 29%,#ffa300 80%,#a57200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700
}

@media screen and (min-width: 550px) {
    .game-product .product-large {
        flex-basis:40%;
        max-width: 40%
    }
}

@media screen and (min-width: 850px) {
    .game-product .product-large {
        flex-basis:40%;
        max-width: 40%
    }
}

.game-product img {
    border: 2px solid #fff;
    border-radius: 10px
}

.game-product img:hover {
    border: 2px solid #f2cb2e
}

.btn:hover {
    transform: translateY(-5px)
}

.box-blog-post .is-divider {
    display: none
}

.post-item .box {
    background: radial-gradient(66.3% 39.31% at 50% -3.17%,rgba(204,169,82,.17) 0,rgba(204,169,82,0) 100%),#12100f;
    padding: 12px;
    border: solid 1px #f2cb2e;
    border-radius: 7px
}

h5.post-title {
    text-transform: uppercase;
    font-size: 15px
}

p.from_the_blog_excerpt {
    font-size: 13px;
    line-height: 1.4
}

.content-home {
    border: 1px solid #f2cb2e;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background-color: #1E0F08
}

.content-home {
    scrollbar-width: thin;
    scrollbar-color: #f2cb2e transparent
}

.ux-menu-link__link {
    font-size: 14px;
    font-weight: 700
}

.ux-menu-link__link:hover {
    color: #f2cb2e!important
}

footer .section {
    padding-bottom: 0!important
}

.breadcrumb {
    padding-top: 10px;
    font-size: 14px
}

.breadcrumb .rank-math-breadcrumb {
    border-bottom: solid 1px;
    padding-bottom: 12px
}

.entry-header-text-top {
    padding-bottom: 0
}

#comments {
    display: none
}

.row-divided>.col+.col:not(.large-12) {
    border: 0
}

.widget-area .widget {
    border: 1px solid #544224;
    border-radius: 5px;
    box-shadow: 0 -2px 7px rgba(0,0,0,.25),inset 0 5px 6px rgba(0,0,0,.25)
}

.flatsome_recent_posts {
    background: radial-gradient(54.97% 42.86% at 50% -3.17%,rgba(204,169,82,.26) 0,rgba(204,169,82,0) 100%),#1d1918
}

.widget-area .widget-title {
    background: linear-gradient(90deg,rgba(235,188,70,0) 1.35%,rgba(238,183,44,.46) 47.06%,rgba(240,180,29,0) 95.72%);
    color: #dec9a1;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase!important;
    display: block;
    padding: .75rem
}

.recent-blog-posts {
    padding: 10px
}

.widget .is-divider {
    display: none
}

@media (max-width: 992px) {
    .blog-wrapper>.row>.large-9 {
        padding-right:0
    }
}

@media (max-width: 549px){
    .product-large {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}

footer {
    padding-top: 30px;
    background: #1e0f08;
}

.copyright-footer {
    font-size: 12px;
    color: #fff;
}