.header-button a {
    border-radius: 5px !important;
    font-size: 14px;
    padding: 3px 20px;
}
.header-button-1 a {
    background: #efc900;
    color: #000;
}
.header-button-2 a {
    border: solid 2px;
    background: transparent;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #efc900 !important;
}
.boxGame .box-text-inner p {
    font-weight: bold;
    font-size: 18px;
    color: #efc900;
    text-transform: capitalize;
}
.btn {
    width: 100%;
    border-radius: 10px;
    padding: 5px 10px;
    background: linear-gradient(90deg,rgba(255, 235, 135, 1) 0%, rgba(239, 201, 0, 1) 50%, rgba(255, 235, 135, 1) 100%);
    color: #000 !important;
    margin-bottom: 0;
    transition: all .3s;
}
.btn:hover {
    transform: translateY(-5px);
}
.content-home {
    max-height: 700px;
    overflow-y: auto;
    padding: 20px;
    border: 2.5px solid #af2418;
    box-shadow: 0 1px 40px #af2418;
    border-radius: 5px;
}
.post-item .box .post-title a {
    font-size: 20px;
    color: #efc900;
}
#comments {
    display: none;
}
.breadcrumb {
    margin-top: 12px;
}
h1.entry-title {
    color: #af2418;
}
.entry-category {
    opacity: 1;
}
.entry-category a {
    background: #efc900;
    display: inline-block;
    padding: 4px;
    color: #000;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.recent-blog-posts a {
    color: #af2418;
}
header.archive-page-header h1 {
    text-align: center;
    font-size: 17px;
    background: #efb300;
    padding: 10px;
}
.post-item:not(.home .post-item) .box .post-title a {
    color: #af2418;
}
.post-item:not(.home .post-item) .box .box-text {
    background: #af241814;
    padding: 20px;
}