.copyright-footer {
    color: #fff;
}
.copyright-footer strong {
    color: #ffb70d;
    font-size: 14px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.absolute-footer {
    border-top: solid 1px #272727;
}
#masthead {
    background: radial-gradient(circle, #ff812f 0%, #733400 100%);
}
.header-button a {
    background: #ffb300;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
    border-radius: 5px !important;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    color: #000;
    font-size: 15px;
}
@keyframes pulse{
    0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
#wide-nav ul.nav > li > a {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    padding: 8px;
    border-radius: 99px;
}
#wide-nav ul.nav > li.active > a, #wide-nav ul.nav > li > a:hover {
    border: solid 1px #f2aa00;
    color: #f2aa00;
}
.banner-home img {
    border-radius: 15px;
    border: solid #ffb300 5px;
}
.section-title-center b {
    background: transparent;
}
.section-title-center {
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}
.content-home {
    box-shadow: 0 0 15px 0 rgba(255, 175, 0, .5);
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
}
.post-item .box .box-text {
    background: #ffb300;
}
.post-item .box .box-text * {
    color: #000;
}
.breadcrumb {
    background: #fff;
    padding: 10px 0;
    font-size: 14px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.blog-single .article-inner {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.post-sidebar {
    background: #fff;
    padding: 15px !important;
    border-radius: 10px;
}
.archive-page-header .page-title {
    text-align: center;
    font-size: 24px;
}