.header-button a {
    border-radius: 0 !important;
    padding: 4px 20px;
    background: linear-gradient(90deg,rgba(215, 5, 5, 1) 0%, rgba(150, 8, 8, 1) 35%, rgba(150, 39, 39, 1) 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: solid 1px #ffdb8c;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover {
    color: #ffc648;
}
.section-title-normal span {
    border-bottom: 0;
}
.section-title-normal {
    border-bottom: solid 1px red;
}
.content-home {
    background: #f9dddd;
    padding: 20px;
    box-shadow: 0 1px 10px #af241852;
}
.post-item .box {
    background: #f9dddd;
    border: solid 1px #d80303;
}
.post-item .box .post-title a {
    font-size: 18px;
}
.breadcrumb {
    margin-top: 12px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 20px;
    color: #e9a202;
}