.header-button a {
    border-radius: 10px !important;
    font-size: 14px;
    background: #cd0000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 4px 20px;
}
.header-button-2 a {
    background: transparent;
    border: solid 1px;
}
#wide-nav ul > li > a{
    height: 55px;
    color: #fff;
    padding: 0 20px;
}
#wide-nav ul > li.active > a, #wide-nav ul > li > a:hover {
    background-color: #FC0;
    color: #000;
}
#wide-nav ul > li{
    margin: 0 !important;
}
.content-home {
    border: 2px solid #13a71075;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 20px #1ead6c8a;
}
.post-item .box {
    border: solid 1px #ebebeb;
}
.post-item .box .box-text {
    background: #ebebeb;
}
.post-title a {
    color: #cd0000;
    font-size: 18px;
}
.ux-menu-link__link {
    font-weight: bold;
    text-transform: capitalize;
}
.ux-menu-link__link:hover {
    color: #fffc02 !important;
}
.breadcrumb {
    padding-top: 12px;
}
h1.entry-title {
    text-align: center;
    color: #cd0000;
}
.entry-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
    color: #cd0000;
}