.header-bottom {
    background: linear-gradient(0deg, #4F0015 0%, #4F0015 45%, #F3BB45 130%);
}
#wide-nav ul > li > a {
    color: #f4da61;
}
#wide-nav ul > li > a:hover {
    color: #fff;
}
.header-button a {
    font-size: 12px;
    background: #ffcb03;
    color: #000;
}
.content-home {
    border-top: 1px solid #fee9a3;
    border-right: 1px solid #fee9a3;
    border-bottom: 1px solid #fee9a3;
    border-left: 1px solid #fee9a3;
    border-radius: 10px;
    padding: 20px;
    height: 800px;
    overflow-y: auto;
    position: relative;
    background-color: #341404;
    box-shadow: inset 0 0 13px #FEFCA1;
}
.post-title a {
    font-size: 14px;
}
footer .section-title-normal, footer .section-title-normal span {
    border-bottom: 0;
    padding-bottom: revert-layer;
}
.ux-menu-link__link:hover {
    color: #fbf24b !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-divider , #comments{
    display: none;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
}
#post-list .post-item .box {
    border: 2px solid #FBC839;
    margin-bottom: 12px;
    border-radius: 10px;
    padding-left: 6px;
    padding-right: 4px;
    box-shadow: inset 0 0 20px #FBC839;
}
.widget-title {
    background: linear-gradient(10deg, #DD301C 0%, #FEFCA1 60%);
    font-size: 1.2em !important;
    color: black;
    display: flex;
    border: 2px solid #FBC839;
    padding-left: 20%;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 0 0 20px #FBC839;
}
.widget>ul>li {
    background: ;
    margin-top: 10px;
    padding: 3px 10px;
    border: 2px solid #FBC839;
    border-radius: 8px;
    box-shadow: inset 0 0 20px #FBC839;
}
@media (min-width: 992px){
    .post-sidebar {
        padding-left: 0 !important;
    }
}