.header-main {
    background: radial-gradient(circle, #ff812f 0%, #733400 100%);
}
.header-button > a {
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}
.header-button > a {
    background: linear-gradient(0deg, rgb(255 156 25) 0%, rgb(211 148 7) 100%);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px !important;
    font-size: 14px;
}
#wide-nav .flex-center > ul > li > a {
    color: #fff;
    font-size: 15px;
}
#wide-nav .flex-center > ul > li > a:hover {
    color: #e0960c;
}
.section-title-center b {
    background: transparent;
}
.slogan {
    background: #fd9c1929;
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #f09913;
}
.slogan * {
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}
.content-why {
    padding: 5px 5px 0 20px;
    background: #f5f9ff;
    border: 2px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 18.8px 0 rgba(69, 121, 188, .1), inset 0 0 10.7px 0 rgb(212 105 32);
    padding: 20px 30px;
}
@media (min-width: 992px) {
    .content-why {
        height: 180px;
    }
}
.content-why *:first-child {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #000000;
}
.content-why p {
    margin-bottom: 0;
}
.content-home {
    margin: 20px 0px;
    padding: 20px 20px;
    position: relative;
    overflow-y: scroll;
    max-height: 700px;
    border: 2px solid #de6f24;
    box-shadow: 0 0 20px #de6f2442;
}
.post-item .box {
    background: #cccccc38;
}
.post-item .box .post-title a {
    color: #f09913;
    font-size: 18px;
}
.copyright-footer {
    color: #fff;
    font-size: 12px;
}
footer .section-title-normal, footer .section-title-normal span {
    border-bottom: 0;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-divider {
    height: 1px;
    max-width: 100%;
}
@media (max-width: 991px){
    .mobile-nav li a {
        color: #fff;
    }
}