.header-main {
    background: radial-gradient(circle, #ff812f 0%, #9d6231 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 .header-bottom-nav.nav > li > a:hover {
    color: #fbb513;
}
.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;
}
.btn {
    width: 100%;
    border-radius: 10px;
    padding: 7px;
    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: 17px;
}
.post-title a {
    font-size: 20px;
    color: #c90000;
}
.post-item .box {
    background: #cccccc38;
}
#comments {
    display: none;
}
.breadcrumb {
    padding-top: 12px;
}
h1.entry-title {
    font-size: 30px;
    color: #c90000;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 30px;
    color: #c90000;
}
.mobile-nav > li> a {
    color: #fff;
}
