.header-button a {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
    color: #ffffff;
    cursor: pointer;
    border: 0px solid #000;
    padding: 3px 25px;
    font-size: 15px;
}
@keyframes borderPulse{
   0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
}
100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
} 
}
@keyframes colorShift{
    0%, 100% {
        background: #0045e6;
    }
    33% {
        background: #fb3e3e;
    }
    66% {
        background: #0dcc00;
    }
}
footer {
    background: #770001;
    padding: 20px 0 0;
}
footer *{
    color: #fff;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    background: #00000014;
    padding: 5px 10px;
    text-transform: capitalize;
}
.section-title-center {
    border-bottom: solid 1px #770001;
}
.content-home {
    border-radius: 70px;
    padding: 30px;
    border: 5px solid #eeba20;
    box-shadow: 0 0 15px;
}
.post-item .box {
    border: solid 1px #770001;
}
.post-item .box .post-title a {
    font-size: 20px;
    color: #770001;
}
.breadcrumb {
    padding-top: 12px;
}
.entry-header-text-top {
    background: #770001;
    padding: 20px 20px 0;
}
.entry-header-text-top * {
    color: #fff;
}
#comments {
    display: none;
}
span.widget-title {
    display: block;
    background: #770001;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.widget .is-divider {
    display: none;
}
.widget {
    border: solid 1px #770001;
    padding: 5px;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
    color: #770001;
}