#masthead {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(65 59 11) 50%, rgba(0, 0, 0, 1) 100%);
}
#wide-nav ul > li > a {
    padding: 5px 10px;
}
.header-button > a {
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}
.header-button > a {
    background: linear-gradient(0deg, rgb(255 156 25) 0%, rgb(211 148 7) 100%);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px !important;
    font-size: 14px;
}
.section-title-center b {
    background: transparent;
}
.sapo {border: 1px solid #ffe412;border-radius: 5px;box-shadow: 0 2px 20px #ffe412;padding: 10px 20px;max-height: 600px;overflow-y: auto;position: relative;scrollbar-width: thin;scrollbar-color: #ffe412 transparent;}
.copyright-footer {
    color: #fff;
    font-size: 13px;
}
.ux-menu-link__link:hover {
    color: #ffe412 !important;
    padding-left: 10px;
}
.ux-menu-link__link {
    border-bottom-color: #4d4d4d;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.sapo * {
    color: #fff;
}
footer {
    padding-top: 30px;
}
.post-item .box {
    background: #2f2f2f;
}
#comments{
    display: none;
}
.breadcrumb {
    padding: 10px 0;
    font-size: 14px;
}
.entry-header-text-top {
    padding-bottom: 0;
}