.header-button a {
    border-radius: 0 !important;
}
.header-button-1 a{
    background: linear-gradient(45deg, #5ba3ff, transparent);
    color: yellow;
    font-size: 14px;
    animation: flashing2 2s infinite;
    border: 2px solid #fff;
}
.header-button-2 a {
    animation: flashing1 2s infinite;
    border: 2px solid #fae279;
    color: yellow;
    font-size: 13px;
    background: linear-gradient(45deg, #044d3b, transparent);
}
@keyframes flashing2{
    0% {
        background-color: red;
    }
    50% {
        background-color: yellow;
    }
    100% {
        background-color: red;
    }
}
@keyframes flashing1 {
    0% {
        background-color: #039d3f;
    }
    50% {
        background-color: #0094b3;
    }
    100% {
        background-color: #00db55;
    }
}
#wide-nav ul.nav > li > a {
    color: #ff9c02;
    font-size: 15px;
    line-height: 24px;
}
.content-home h1, .content-home h2, .content-home h3, .content-home h4 {
    color: #bd0d0f;
    font-size: 34px;
}
.post-item .box-text {
    background: #f1f1f1;
}
.post-title a {
    font-size: 20px;
}
.breadcrumb {
    padding-top: 12px;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 25px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}