footer {
    background: #000;
    padding-top: 30px;
}
footer * {
    color: #fff;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
    font-size: 15px;
}
.header-bottom .flex-center {
    width: 100%;
}
.header-bottom .flex-center > ul.nav {
    justify-content: space-between;
    background: #288200;
}
.header-bottom .flex-center > ul.nav > li {
    margin: 0;
    flex: 1;
}
.header-bottom .flex-center > ul.nav > li.active > a {
    background: #e5e5e5;
    color: #397f19;
}
.header-bottom .flex-center > ul.nav > li > a {
    width: 100%;
    position: relative;
    border-right: 1px solid #00000038;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    font-size: 14px;
    justify-content: center;
}
.header-bottom .flex-center > ul.nav > li:hover a {
    background-color: #00000070;
}
.header-bottom .flex-center > ul.nav > li:last-child > a {
    border-right: 0;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    font-size: 30px;
    text-transform: inherit;
}
.sapo * {
    margin-bottom: 0;
}
.sapo {
    background: #fcfcfc;
    border: solid 1px #429a03;
    padding: 15px;
    margin-bottom: 20px;
}
.content-home {
    border: 2px solid #429a03;
    height: 700px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    overflow-y: scroll;
    margin-top: 30px;
    box-shadow: 0px 2px 20px #429a0340;
}
.post-item .box {
    background: #fcfcfc;
    border: solid #429a03 1px;
}
.content-home::-webkit-scrollbar {
    width: 5px;
}
.content-home::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid var(--primary-color);
}
.breadcrumb {
    font-size: 14px;
    background: #f1f1f1;
    padding: 10px 0;
}
.breadcrumb > div * {
    margin: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}