.header-button-1 a {
    color: #2b1b05 !important;
    background: linear-gradient(180deg, #ffe38a 0%, #f7c948 58%, #d99a23 100%);
    border: 2px solid rgba(255, 215, 0, .9) !important;
    box-shadow: 0 6px 16px rgba(255, 200, 60, .35), inset 0 2px 6px rgba(255, 255, 255, .28);
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.section-title-normal span {
    text-transform: inherit;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
}
.sapo * {
    margin-bottom: 0;
    font-style: italic;
}
.sapo {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px -4px #af02026b;
}
.content-home {
    background: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 32px;
    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #af0202 transparent;
    transition: background 0.3s ease;
    border: solid 1px #e8e8e8;
}
.post-item .box {
    background: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
}
footer {
    background: #272727;
    padding-top: 30px;
}
footer * {
    color: #fff;
}
.home #content {
    padding-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    text-decoration: underline !important;
}
footer a {
    color: #e5ad32 !important;
}
.header-bottom-nav.nav > li > a {
    padding: 5px 10px;
}
.breadcrumb {
    background: #fff;
    padding: 7px 0;
    font-size: 14px;
}
.breadcrumb>div * {
    margin: 0;
}
#comments {
    display: none;
}