.img-br img {
    border-radius: 20px;
    border: solid 1px #f6c229;
}
.col-banner {
    position: sticky;
    top: 50px;
    height: 50%;
    overflow: auto;
}
.content-1 {
    background: #313131;
    padding: 15px;
    border-radius: 10px;
    font-style: italic;
}
.content-1 * {
    margin-bottom: 0;
}
.content-home {
    margin-top: 40px;
    border: 1px solid #fee9a3;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background-color: #1E0F08;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.post-item .box {
    border: solid 1px #f6d14a;
    border-radius: 5px;
    padding: 5px;
}
.tacgia {
    box-shadow: #fee9a3 1px 0px 10px 5px;
    background: border-box;
    border-radius: 30px;
    padding: 15px 10px;
    margin-bottom: 30px;
}
.tacgia .box-text-inner {
    padding-left: 40px;
}
.tacgia .box-text-inner * {
    font-size: 17px;
}
.content-ft {
    border: solid 1px #f6d14a;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
}
.content-ft * {
    margin-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #f6d14a !important;
}
footer .section-title-center b {
    background: transparent;
}
footer .section-title-center {
    background: #2d2d2d;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments, .entry-divider {
    display: none;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
}
.post-title a {
    font-size: 18px;
}
.playnow {
    margin: 0 auto;
    animation: zoom-in-zoom-out-1 .8s ease infinite;
}
@keyframes zoom-in-zoom-out-1{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}