.header-button a {
    border-radius: 5px !important;
    background: red;
}
#wide-nav ul > li > a:hover {
    color: #eeee22;
}
.section-title-center span.section-title-main {
    text-transform: capitalize;
    font-size: 24px;
}
.content-home {
    width: 100%;
    border: 4px solid #ffc553;
    border-radius: 25px;
    padding: 10px;
}
.post-item .box-text {
    background: #2b2b2b;
    padding: 15px;
}
.breadcrumb {
    padding-top: 12px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-divider, #comments {
    display: none;
}
.archive-page-header h1 {
    text-align: center;
}