#masthead ul > li > a {
    color: #ffd48a;
}
#masthead ul > li > a:hover {
    color: #fff;
}
.title2 .section-title-main {
    text-transform: capitalize;
    font-size: 22px;
}
.boxGame, .boxGame img {
    border-radius: 10px;
}
.boxGame {
    border: solid 3px #fff;
}
.boxGame:hover {
    border: solid 3px #f2b03f;
}
a.button.alert {
    font-size: 14px;
    border-radius: 5px;
    text-transform: capitalize;
}
#footer a, p a, h1, h2, h3, h4, h5, .breadcrumbs a {
    background: linear-gradient(180deg, rgba(219, 159, 3, 1) 0%, rgba(248, 247, 207, 1) 100%);
    -webkit-background-clip: text;
    color: transparent !important;
    text-shadow: 0 0.4px 0 rgba(255, 255, 255, 0.4);
}
.post-item .col-inner {
    border: 1px solid #544224;
    border-radius: 5px;
    overflow: hidden;
}
.is-divider {
    display: none;
}
.post-title a {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}
.ux-menu-link__link {
    min-height: auto;
    text-transform: uppercase;
    font-size: 15px;
}
.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: 0.75rem;
}
.recent-blog-posts a {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}
.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;
}
.recent-blog-posts {
    padding: 10px;
}
.rank-math-breadcrumb {
    color: #FDF9F5;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
#comments{
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
@media (min-width: 992px){
    .col-game {
        width: 40% !important;
        flex-basis: 40%;
    }
    .col-game2 {
        flex-basis: 20%;
        max-width: 20%;
    }
    .post-sidebar {
        padding-left: 0 !important;
    }
}