#masthead {
    background: linear-gradient(0deg, #E8831A 0%, #DC3725 100%, #E8831A 0%);
}
.header-button a {
    margin: 0 0 10px;
    background: linear-gradient(0deg, rgb(205 39 45) 0%, rgb(255 188 37) 100%);
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    animation: zoom-in-zoom-out .8s ease infinite;
}
@keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.section-title-center b {
    background: transparent;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.content-home {
    border-top: 0px solid #FCFB7B;
    border-right: 0px solid #FCFB7B;
    border-bottom: 0px solid #FCFB7B;
    border-left: 0px solid #FCFB7B;
    border-radius: 15px;
    padding: 20px 20px;
    height: 780px;
    overflow-y: auto;
    position: relative;
    background: ;
    box-shadow: inset 0 0 13px #FCFB7B;
}
.post-item .box .box-image img {
    border-radius: 10px;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #fac25f !important;
}
.copyright-footer {
    color: #fff;
    font-size: 13px;
}
.breadcrumb {
    font-size: 14px;
    padding-top: 12px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#post-list .post-item .box-text {
    padding: 15px;
}