.copyright-footer {
    color: #fff;
}
footer .section {
    padding-bottom: 0 !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
footer .section-title-normal span {
    font-size: 18px;
}
.ux-menu-link__link {
    border-bottom-color: #414141;
}
.ux-menu-link__link:hover {
    color: #eec126 !important;
}
#main, #wrapper {
    background: transparent;
}
.btn-animation {
    animation: btnAnimation .6s linear infinite;
}
@keyframes btnAnimation{
    0% {
        transform: scale(1.04);
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    }
    50% {
        transform: scale(1);
        -webkit-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.04);
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    }
}
.img-center {
    margin: 0 auto;
}
.content-home h1 {
    text-transform: uppercase;
}
.content-home {
    margin-top: 45px;
}
.content-home {
    background: #00000069;
    padding: 15px;
    border-radius: 8px;
}
.section-title-center b {
    background: transparent;
}
.post-item .box {
    border: solid 1px #eec120;
}
.post-item .box .box-text {
    padding: 15px;
}
#wide-nav ul.nav >li > a {
    padding: 5px 15px;
}
.breadcrumb {
    background: #000000b5;
    padding: 15px 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.header-button-1 a {
    background: #7900bb !important;
}
.header-button-2 a {background: #b60506 !important;height: 33px;border: 0 !important;color: #fff !important;}
.archive-page-header h1 {
    text-align: center;
    font-size: 24px;
}
.header-button a {
    animation: btnAnimation .6s linear infinite;
}