.header-button > a {
    background: #ff9301;
    color: #fff;
    font-size: 0.9rem;
    border: none;
    padding: 4px 18px;
    position: relative;
    outline: 0;
    animation: shockwaveJump 1s ease-out infinite;
    border-radius: 5px !important;
    text-transform: capitalize;
}
@keyframes shockwaveJump{
    0%, 100% {
    transform: scale(1);
}

40% {
    transform: scale(1.08);
}
50%, 60% {
    transform: scale(0.98);
}
55% {
    transform: scale(1.02);
}
}
#wide-nav {
    background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgb(147 110 0) 50%, rgba(237, 221, 83, 0) 100%);
}
.header-bottom-nav > li > a:hover {
    color: #ffdd00 !important;
}
.btn {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    line-height: 50px;
    background: linear-gradient(90deg, rgb(255 252 194) 0%, rgba(252, 176, 69, 1) 50%, rgb(247 193 31) 100%);
    color: #000000 !important;
    font-size: 18px;
}
.content-home {
    box-shadow: 0 0 15px 0 rgba(255, 175, 0, .5);
    background: #000;
    padding: 20px;
    border-radius: 20px;
}
.post-title a {
    font-size: 20px;
    color: #ffdd00;
}
.ux-menu-link__link {
    justify-content: center;
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #ffdd00 !important;
}
.info-ft * {
    margin-bottom: 10px;
}
.breadcrumb {
    margin-top: 12px;
}
.entry-category {
    opacity: 1;
}
h1.entry-title {
    color: #ffdd00;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.recent-blog-posts a {
    color: #ffdd00 !important;
}
.archive-page-header .page-title {
    text-align: center;
    font-size: 22px;
    color: #ffdd00;
}
.mobile-nav > li > a {
    color: #fff;
}