.breadcrumb {
    margin-top: 12px;
}
.header-button a {
    background: linear-gradient(135deg, #dc3232, #4e2c1e) !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    font-size: 13px;
    padding: 3px 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
#wide-nav .header-nav > li > a {
    font-size: 15px;
}
#wide-nav .header-nav > li > a:hover {
    color: #eda804;
}
#wide-nav .header-nav > li {
    margin: 0 12px;
}
@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);
}
}
.absolute-footer {
    padding: 12px;
}
.copyright-footer {
    color: #fff;
}
.ux-menu-link__link:hover {
    color: #eda804 !important;
}
.content-home {
    background: #333333;
    padding: 20px;
    border: solid #eda804;
}
.post-item .box {border: solid 1px #3d3d3d;}
.post-item .box .box-text {
    padding: 20px;
}
.post-item .box .box-text .post-title a {
    font-size: 18px;
    color: #eda804;
}
#comments {
    display: none;
}
span.widget-title {
    color: #eda804;
}
.recent-blog-posts a {
    color: #eda804 !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
h1.entry-title {
    color: #eda804;
}
.entry-category {
    opacity: 1;
}
.entry-category a {
    background: #333333;
    padding: 4px;
    display: inline-block;
}
#wide-nav .header-nav > li > a {
    font-size: 15px;
    color: #fff;
}
.archive-page-header h1 {
    text-align: center;
    color: #eda804;
    font-size: 20px;
}