.section-title-normal, .section-title-normal span {
    text-transform: capitalize;
    border-bottom: 0;
}
.sapo {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.backgroundOddsPage {
    background: #fff !important;
}
.content-home {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    overflow-y: scroll;
    height: 1000px;
}
.content-home::-webkit-scrollbar {
    width: 5px;
}
.content-home::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #006cb5;
}
.is-sticky-column .section-title-normal {
    background: #006cb5;
    color: #fff;
    padding: 8px 20px;
}
.is-sticky-column .section-title-normal span {
    padding-bottom: 0;
}
footer {
    background: #006cb50a;
    padding-top: 20px;
}
.ux-menu-link__link {
    min-height: auto;
    font-size: 15px;
    padding: 3px 0;
    font-weight: bold;
}
.ux-menu-link__link:hover {
    color: #dd3535 !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.breadcrumb {
    background: #eaeef1;
    padding: 5px 0;
    font-size: 13px;
}
.breadcrumb > div > * {margin: 0;}
#post-list .post-item .box {
    background: #fff;
}