#masthead ul > li.menu-item > a {
    color: #fff;
    font-size: 14px;
}
.header-button a {
    color: #000;
}
.section-title-normal {
    border-bottom: solid 1px #fff !important;
}
.section-title-normal span {
    border-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #f6d14a !important;
}
.btn1 {
    width: 90%;
    margin: 0 0 10px;
    background: linear-gradient(0deg, rgb(255 156 25) 0%, rgb(211 148 7) 100%);
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px !important;
    color: #fff;
    font-size: 18px;
    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;
}
.btn2 {
    width: 90%;
 margin: 0 0 10px;
 background: linear-gradient(0deg, rgb(240 184 19) 0%, rgb(118 67 67) 100%);
 border: none;
 transition: all 0.3s ease;
 overflow: hidden;
 border-radius: 5px !important;
 color: #fff;
 font-size: 18px;
 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);
    }
}
.col-banner {
    position: sticky;
    top: 50px;
    height: 50%;
    overflow: auto;
}
.nopad {
    padding-bottom: 0;
}
.section-title-center b {
    background: transparent;
}
.section-title-center:before {
    content: '';
    background: #f6d14a;
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.content-home {
    margin-top: 30px;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.content-home {
    border: 1px solid #fee9a3;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    background-color: #1E0F08;
}
.post-item .box {border: solid 1px #f6d14a;}
.breadcrumb {
    padding-top: 12px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-divider {
    background: #fff;
    height: 1px;
    max-width: 100%;
}
.is-divider {
    background: #fff;
}
#post-list .post-item .box .box-text {
    padding: 12px;
}