:root {
    --primary: #d11920;
    --secondary: #251345;
    --active: #FF9800;
    --widthparallaxdesktop: 970px;
    --heightparallaxdesktop: 250px;
    --txtparallax:
    "Scroll Untuk Lanjut Membaca";
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
a {
    color: #111;
    text-decoration: none;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    background: #fff;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #6c6c6c;
    line-height: 20px;
    font-size: 13px;
    background-color: #f4f4f4;
}

@-webkit-keyframes shimmer{
    100%{
        transform:translateX(100%)
    }
}
@keyframes shimmer{
    100%{
        transform:translateX(100%)
    }
}
figure {
    margin: 0;
}
.media-image {
    position: relative;
    overflow: hidden;
}
.media-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #DDD;
    animation: shine 1s infinite;
}
.media-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.media-image img {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%
}

.media:hover .media-image img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.media-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.mode {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    margin: 0 5px;
}
.mode svg {
    height: 27px;
    width: 27px;
}
.mode .hide {
    display: none;
}
.header-box {
    box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
    background: #fff;
    z-index: 999;
    position: sticky;
    top: 0;
    min-width: 970px;
}
.billboard {
    position: relative;
    width: 970px;
    z-index: 1;
    padding: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.billboard .widget {
    text-align: center;
}

.billboard img {
    display: block;
}
.parallax-area {
    background: #0c0c0c;
    z-index: 999;
    position: relative;
    min-width: 970px;
}
.billboard.parallax {
    width: 100%;
    height: var(--heightparallaxdesktop);
    position: relative;
    max-width: 970px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 0;
}
.billboard.parallax .widget {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
}
.billboard.parallax .widget-parallax {
    width: var(--widthparallaxdesktop);
    height: auto;
    position: fixed;
    top: 0;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 970px;
    left: 0;
    right: 0;
}
.billboard.parallax .widget-parallax img {
    width: var(--widthparallaxdesktop);
    height: var(--heightparallaxdesktop) !important;
}
.header-row {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    padding: 10px 0px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}
.header-user li.active a {
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 5px;
}
.header-brand a {
    display: block;
    outline: 0;
}
.header-brand img {
    max-height: 35px;
    width: auto;
    display: block;
}
.header-left {
    padding-right: 15px;
}

.header-user ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-user a {
    margin: 0 5px;
    color: #666;
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
}
.header-user a img {
    height: 24px;
    width: auto;
    filter: invert(38%) sepia(1%) saturate(0%) hue-rotate(19deg) brightness(97%) contrast(82%);
}


.header-user a.menu-image-title-after span {
    padding: 0;
}
.header-search {
    background: #f4f4f4;
    border-radius: 25px;
    height: 34px;
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 7px 7px  15px;
}

input.search-text {
    border: 0;
    outline: 0;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    background: transparent;
}

.header-search form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
}

.btn-search {
    flex: 1;
    font-size: 16px;
    border: 0;
    outline: 0;
    background: transparent;
    width: 30px;
    color: #838383;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-social ul li span {
    display: none;
}

.header-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: #f4f4f4;
    padding: 5px;
    border-radius: 50em;
}

.header-social ul li.facebook a:before {
    background-image: url("../icon/fb.svg");
}
.header-social ul li.twitter a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M0.0551897 0L5.97805 8.73568L0 16H1.60552L6.70304 9.80469L10.9025 16H16L9.49765 6.40885L14.7708 0H13.1653L8.77266 5.33984L5.15271 0H0.0551897ZM2.51364 1.33333H4.48166L13.5415 14.6667H11.5735L2.51364 1.33333Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    height: 15px;
}

.header-social ul li.instagram :before {
    background-image: url("../icon/ig.svg");
}

.header-social ul li.youtube a:before {
    background-image: url("../icon/yt.svg");
}
.header-social ul li.tiktok a:before {
    background-image: url("../icon/tiktok.svg");
}
.header-social ul li.whatsapp a:before {
    background-image: url("../icon/whatsapp.svg");
}
.header-social ul li.telegram a:before {
    background-image: url("data:image/svg+xml,%3Csvg height='24' version='1.1' viewBox='0 0 512 512' width='24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_x33_35-telegram'%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.689,98.231l-69.417,327.37c-5.237,23.105-18.895,28.854-38.304,17.972L271.2,365.631 l-51.034,49.086c-5.646,5.647-10.371,10.372-21.256,10.372l7.598-107.722L402.539,140.23c8.523-7.598-1.848-11.809-13.247-4.21 L146.95,288.614L42.619,255.96c-22.694-7.086-23.104-22.695,4.723-33.579L455.423,65.166 C474.316,58.081,490.85,69.375,484.689,98.231z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mode-dark svg {
    height: 20px;
    color: #111;
}
.header-social ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.header-social ul li a:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.primary-menu .sub-menu {
    display: none;
}

.primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.primary-menu {
    background: linear-gradient(90deg,var(--primary) 0,var(--secondary) 88.68%);
    color: #fff;
}
.primary-menu nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.primary-menu nav > ul > li > a {
    color: #fff;
    padding: 0 9px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 12.2px;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.primary-menu nav > ul > li:first-child > a {
    margin-left: -9px;
}
.primary-menu nav > ul > li a .menu-image-title {
    padding: 0;
}
.primary-menu nav > ul > li.menu-item-has-children > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-size: 10px;
    margin-left: 5px;
    filter: brightness(0) invert(1);
}
.icon-menu {
    font-size: 16px;
    color: #fff;
}
.primary-menu nav > ul > li.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #efefef;
    padding: 5px 0;
    width: 150px;
    z-index: 3;
}
.primary-menu nav > ul > li {
    position: relative;
}
.primary-menu nav > ul > li.current_page_item  > a,
.primary-menu nav > ul > li:hover > a {
    color: var(--active);
}

.primary-menu nav > ul > li.menu-item-has-children:hover .sub-menu:before {
    content: "";
    border-color: #efefef transparent;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    height: 0;
    position: absolute;
    top: -10px;
    left: 3px;
    width: 0;
}
.primary-menu .sub-menu a {
    display: block;
    font-family: poppins,sans-serif;
    font-weight: 700;
    color: #111;
    line-height: 120%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12.2px;
}
.primary-menu .sub-menu li:hover {
    background: #fff;
}
.secondary-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.header-date {
    font-size: 12px;
    color: #111;
    font-weight: 600;
}
.secondary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 34px;
    align-items: center;
}
.secondary-menu .sub-menu {
    display: none;
}

.secondary-menu ul img {
    height: 16px;
    width: auto;
    filter: invert(16%) sepia(6%) saturate(4%) hue-rotate(54deg) brightness(104%) contrast(88%);
}
.secondary-menu ul li.uppercase img {
    filter: unset;
}
.secondary-menu a {
    font-family: poppins,sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-right: 13px;
    line-height: 26px;
    padding: 3px 0;
    color: #353535;
}
.secondary-menu a span.menu-image-title {
    padding: 0;
}
.secondary-menu {
    margin-top: 5px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    min-width: 970px;
}
.secondary-menu ul li.uppercase a {
    text-transform: uppercase;
    color: #111;
    font-weight: 700;
}
.secondary-menu li.menu-item-has-children > a {
    background: var(--primary);
    border-radius: 20px;
    color: #fff;
    text-transform: none;
    font-size: 10px;
    padding: 5px 15px;
    margin-right: 0;
    font-weight: 500;
    margin-right: 10px;
}
.secondary-menu ul li a:hover {
    color: var(--primary);
}
.secondary-menu ul li.menu-item-has-children > a:hover {
    color: #fff;
}
.secondary-menu li.menu-item-has-children > a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 9px;
    content: "";
    background-size: 10px;
    margin-left: 5px;
    filter: brightness(0) invert(1);
}
.secondary-menu ul li.menu-item-has-children .sub-menu.show {
    position: absolute;
    width: 970px;
    top: 34px;
    background: rgba(0,0,0,.8);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    height: auto;
    align-items: center;
    transition: .2s .2s;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    text-transform: uppercase;
    z-index: 2;
    flex-wrap: wrap;
    padding: 10px 0;
}
.secondary-menu ul li.menu-item-has-children .sub-menu li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 20%;
}
.secondary-menu ul li.menu-item-has-children .sub-menu a {
    color: #fff;
    margin: 0;
}

.secondary-menu ul li.menu-item-has-children .sub-menu li:after {
    content: '|';
    color: #fff;
    padding-left: 25px;
}

.secondary-menu ul li.menu-item-has-children .sub-menu li:nth-child(5n+0)::after {
    content: "";
}
.secondary-menu ul li.menu-item-has-children.show a:after {
    transform: rotate(180deg);
}
.secondary-menu ul li:before {
    margin-right: 5px;
    display: inline-flex;
    height: 36px;
    align-items: center;
}
.main {
    flex: 1;
    padding-right: 15px;
    width: 670px;
}
.sidebar {
    width: 300px;
    padding-top: 0;
}
.sidebar .widget:last-child {
    position: sticky;
    top: 110px;
}
.main-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 15px;
}
.headline-box {
    width: 100%;
    padding: 0 7px;
}

.main-box {
    width: 100%;
}



.headline {
    position: relative;
}
.headline .headline-big .headline-item {
    position: relative;
    width: 100%;
}
.headline-big {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.headline .headline-big .headline-meta {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.headline .headline-big .headline-date {
    font-size: 12px;
    color: #fff;
}
.headline-small {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 10px;
    border-radius: 7px;
}

.headline-small .headline-item {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
    align-items: center;
    position: relative;
}

.headline .headline-big .headline-image {
    height: 0;
    padding-bottom: 62%;
}
.headline .headline-big .headline-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    padding: 20px;
}
.headline .headline-big .headline-category {
    border: 0;
    line-height: 16px;
    color: #111;
    background: #dadada;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 35px;
    margin-right: 15px;
}

.headline .headline-big .headline-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: poppins,sans-serif;
}

.headline .headline-big .headline-title a {
    color: #fff;
}
.headline-small .headline-image {
    height: 0;
    padding-bottom: 75px;
    width: 120px;
    margin-right: 10px;
    border-radius: 5px;
}

.headline-small .headline-text {
    flex: 1;
}
.headline-small .headline-title a {
    color: #111;
}
.headline-small .headline-item:hover a {
    color: var(--primary);
}
.headline-small .headline-category, .headline-small .headline-date {
    font-size: 10px;
    font-weight: 500;
    color: #666;
}
.widget-title {
    font-family: poppins,sans-serif;
    color: #111;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 15px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 0;
}





.index-image {
    width: 100%;
    padding-bottom: 56%;
}

.index-item {
    position: relative;
    border-top: none;
    padding: 0;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    border: 1px solid #e4e3f0;
}

.index-text {
    padding: 10px;
}

.index-category {
    position: relative;
    display: block;
    padding-left: 21px;
    color: var(--primary);
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    margin-right: 1px;
}

.index-category:before {
    content: "";
    width: 15px;
    background: var(--primary);
    position: absolute;
    border-radius: 60px;
    top: 3px;
    height: 7px;
    left: 0;
    display: inline-block;
}

.index-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: poppins,sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-title a {
    color: #000;
}
.index-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 40px;
    border-bottom: 1px solid #292929;
    left: 0;
    font-family: Oswald,sans-serif;
    font-weight: 300;
    z-index: 5;
    align-items: center;
    background: var(--primary);
    background: linear-gradient(90deg,var(--primary) 0,var(--primary) 0,var(--secondary) 87%)!important;
    color: #fff;
}

.index-info i {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.index-time {
    width: 100%;
    text-align: center;
    background: #131313;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}

.index-time-label {
    width: 100%;
    text-align: center;
    background: #bbb;
    color: #333;
    font-size: 10px;
    line-height: 16px;
}
.cat-item .cat-title:hover a,
.error404 .cat-item .cat-title:hover a,
.index-item:hover a {
    color: var(--primary);
}

.list-counter {
    font-size: 35px;
    font-weight: 700;
    color: #c7c7c7;
    min-width: 46px;
    display: flex;
    justify-content: center;
    padding-right: 10px;
}
.list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}

.list-image {
    width: 85px;
    padding-bottom: 85px;
    margin-right: 10px;
    border-radius: 5px;
}

.list-text {
    flex: 1;
}

.headline-small .headline-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-meta {
    display: flex;
    color: #666;
    font-size: 10px;
    text-align: left;
    font-weight: 500;
}

.list-item:last-child {
    border: 0;
}

.list-item:first-child {
    padding-top: 0;
}
.list-meta > *:last-child::before {
    content: "|";
    margin: 05px;
}
.list-item:hover a, .video-item:hover .video-title a {
    color: var(--primary);
}


.popularpos-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px dashed #e4e3f0;
}

.popularpos-image {
    width: 70px;
    padding-bottom: 70px;
    margin-right: 15px;
}

.popularpos-text {
    flex: 1;
}

.popularpos-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: poppins,sans-serif;
}

.popularpos-meta {
    display: flex;
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
}
.popularpos-meta > *:first-child {
    margin: 0;
}
.popularpos-item:last-child {
    border: 0;
}

.popularpos-item:first-child {
    padding-top: 0;
}
.popularpos-category {
    position: relative;
    display: block;
    color: var(--primary);
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 1px;
}
.popularpos-view {
    margin-left: 10px;
    font-weight: 600;
}
.popularpos-view i {
    margin-right: 5px;
}
.popularpos-item:hover a {
    color: var(--primary);
}
.widget-footer a {
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #686868;
    display: inline-block;
}

.widget-footer {
    text-align: center;
    padding: 10px 0;
}

.sidebar .widget {
    margin-bottom: 25px;
}

.featuredpos-item {
    position: relative;
}

.featuredpos-image {
    width: 100%;
    padding-bottom: 100%;
}

.featuredpos-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 40px;
    border-bottom: 1px solid #292929;
    left: 0;
    font-family: Oswald,sans-serif;
    font-weight: 300;
    z-index: 5;
    align-items: center;
    background: var(--primary);
    background: linear-gradient(90deg,var(--primary) 0,var(--primary) 0,var(--secondary) 87%)!important;
    color: #fff;
}

.featuredpos-info i {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.featuredpos-month {
    width: 100%;
    text-align: center;
    background: #131313;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.featuredpos-day {
    font-size: 25px;
    line-height: 30px;
    padding-top: 5px;
    background: #bbb;
    color: #131313;
    width: 100%;
    text-align: center;
}

.featuredpos-year {
    background: #bbb;
    color: #131313;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;
}
.featuredpos-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px 10px 10px 10px;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}

.featuredpos-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: poppins,sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.featuredpos-title a {
    color: #fff;
}

.populartag .widget-content a {
    line-height: 26px;
    border: 1px solid #e4e3f0;
    padding: 0px 15px;
    margin-right: 3px;
    font-size: 12px;
    color: #292929;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 700;
}

.populartag .widget-content a:hover {
    background: var(--primary);
    color: #fff;
}
.list-meta > *:first-child::before {
    content: unset;
}




.list.network .widget-header {
    border-bottom: unset;
    background: #a9060c;
    padding: 5px 5px;
}

.list.network .widget-header .widget-title {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 0;
}

.list.network .widget-header .widget-title:after {
    content: unset;
}
.list.network .widget-header .widget-title i {
    margin-right: 5px;
}

.widget.redaksi {
    background: #fff0e9;
    padding: 15px;
    border-radius: 7px;
}
.redaksi .widget-header {
    border: unset;
}

.redaksi .widget-header .widget-title {
    display: block;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: #646464;
}

.redaksi .widget-header .widget-title:after {
    content: unset;
}
.redaksi-image {
    width: 70px;
    padding-bottom: 70px;
    border-radius: 50em;
    height: 0;
    margin-right: 15px;
}

.redaksi-item {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.redaksi-text {
    flex: 1;
}
.redaksi-title {
    font-size: 13px;
    font-family: poppins,sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}
.redaksi-author {
    margin-top: 10px;
    color: #1c79a5;
}

.redaksi2-item {
    position: relative;
    padding: 6px 0;
    border-bottom: 1px dashed #e4e3f0;
}
.redaksi2-bottom {
    position: relative;
}

.redaksi2-mail i {
    margin-right: 5px;
}
.redaksi2-top {
    display: flex;
    flex-direction: row-reverse;
}

.redaksi2-image {
    width: 50px;
    padding-bottom: 50px;
    border-radius: 50em;
    height: 0;
    margin-left: 15px;
}

.redaksi2-text {
    flex: 1;
}

.redaksi2-title {
    font-size: 14px;
    font-family: poppins,sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
}

.redaksi2-mail {
    color: #1c79a5;
}

.redaksi2-desc {
    color: #999;
}
.redaksi2-item:first-child {
    padding-top: 0;
}

.redaksi2-item:last-child {
    border: 0;
}
.widget-desc {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    align-content: center;
    padding: 10px;
    background: #fff0e9;
    border-radius: 5px;
}

.desc-text {
    flex: 1;
}

.desc-text p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    font-family: poppins,sans-serif;
    color: #555;
    line-height: 1.3;
}

.desc-btn {
    margin-left: 10px;
}

.desc-btn a {
    background: #fe7030;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    font-weight: 600;
}
.foto .widget-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px;
}
.foto-item {
    width: 50%;
    padding: 0 5px;
    position: relative;
    margin-bottom: 10px;
}
.foto-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 5px;
}
.foto-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 40px;
    left: 5px;
    font-family: Oswald,sans-serif;
    font-weight: 300;
    z-index: 5;
    align-items: center;
    background: var(--primary);
    background: linear-gradient(90deg,var(--primary) 0,var(--primary) 0,var(--secondary) 87%)!important;
    color: #fff;
}

.foto-info i {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.foto-meta {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    height: 30px;
    color: #ccc;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.foto-meta:before {
    content: "\f073";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    margin-right: 5px;
}

.foto-time {
    display: inline-block;
    font-family: Oswald,sans-serif;
    font-weight: 300;
    margin-right: 5px;
    position: relative;
    text-transform: uppercase;
}
.foto-title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: poppins,sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}
.widget.foto .widget-content {
    margin-bottom: -15px;
}
.main-bottom .widget {
    margin-bottom: 15px;
}
.video-item {
    position: relative;
}
.video-image {
    height: 0;
    padding-bottom: 59%;
    border-radius: 5px;
}
.video-image .icon-play {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.29808e-05 25.0293C-0.0350869 11.2193 11.1138 0.0470403 24.9707 0.000147232C38.769 -0.0467459 49.953 11.1138 49.9999 24.9707C50.0351 38.769 38.8745 49.9647 25.0293 49.9999C11.2193 50.0351 0.0352529 38.8745 8.29808e-05 25.0293ZM4.98248 24.959C4.92387 35.9437 13.9274 44.9706 24.9707 45.0175C35.932 45.0644 44.9003 36.1313 45.0175 25.0762C45.123 14.1267 36.1195 5.0646 25.0528 4.99426C14.0798 4.9122 5.0411 13.904 4.98248 24.959Z' fill='white'/%3E%3Cpath d='M20.0001 36.2483C20.0001 28.6986 20.0001 21.3012 20.0001 13.7515C25.0294 17.5146 29.9766 21.2309 34.9942 24.994C30.0118 28.7455 25.0529 32.4617 20.0001 36.2483Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    display: inline-block;
    z-index: 3;
}

.video-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subheader-post {
    display: flex;
    flex: 1 1 0%;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.post-category {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary);
}

.title-post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0px 0px;
}

.header-post .title-post h1 {
    -webkit-font-smoothing: antialiased;
    color: #111;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0;
}
.info-post {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.post-detail figcaption {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}
.info-post .info-box {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
    color: #000000;
}
.info-post .share-box {
    display: flex;
    flex: 1 1 0%;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.author-flex {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.info-post .author-verified {
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url(../img/verified-round.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 4px;
}
.info-post .author-avatar {
    margin-right: 12px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 48px;
    height: 48px;
    font-size: 28px;
    font-weight: 500;
    background: #f6f8fc;
    position: relative;
    text-align: center;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    border-radius: 50em;
    overflow: hidden;
}
.info-post .comment-box {
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.info-post .comment-btn {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../img/comment.svg);
    margin-right: 8px;
}

.info-post .comment-count {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.info-post .share-btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 16px;
    outline: 0px;
    border: 0px;
    text-decoration: none;
}

.info-post .share-btn.copylink {
    background-color: #00a1b0;
    background-image: url(../img/copylink.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.info-post .share-btn.more {
    background-color: #555;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg data-name='Layer 51' id='Layer_51'%3E%3Cpath class='cls-1' d='M2,29A1.12,1.12,0,0,1,1.69,29,1,1,0,0,1,1,28V27A19,19,0,0,1,17,8.24V4a1,1,0,0,1,1.6-.8l12,9a1,1,0,0,1,0,1.6l-12,9A1,1,0,0,1,17,22V18.25A18.66,18.66,0,0,0,4.93,25.67L2.81,28.59A1,1,0,0,1,2,29ZM19,6V9.12a1,1,0,0,1-.89,1,17,17,0,0,0-15,14.6l.16-.21A20.68,20.68,0,0,1,17.9,16.11a1,1,0,0,1,.77.26,1,1,0,0,1,.33.74V20l9.33-7Z'/%3E%3C/g%3E%3C/svg%3E");
}
.post-detail .wp-block-image {
    border-radius: 6px;
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.post-detail {
    color: #111;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    margin-top: 10px;
    max-width: 655px;
}

.article-adv {
    width: 160px;
    margin-left: 15px;
}
.sticky-post {
    position: sticky;
    top: 100px;
}
.sticky-post .widget {
    margin-bottom: 30px;
    width: 160px;
    height: 600px;
}

.post-content.notfull {
    max-width: 465px;
}

.post-article {
    flex: 1;
}

.post-row {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-wrap: nowrap;
}

.post-detail.notfull {
    max-width: 480px;
}
.post-tag {
    background: #eee;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
}

.post-tag ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.post-tag ul li a {
    border: 1px solid #dadada;
    display: inline-block;
    border-radius: 5px;
    color: #111;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}

.tag-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary);
}
.after-pos {
    margin-top: 15px;
}

.parallxads {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: #1a1a1a;
}

.parallxads-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
}

.parallxads-box {
    height: auto;
    position: fixed;
    top: 90px;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 640px;
}
.notfull .parallxads-box {
    max-width: 480px;
}
.parallxads-box > * {
    margin: 0 auto !important;
    display: inline-block;
}

.parallxads:before {
    content: var(--txtparallax);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    z-index: 1;
    background: #212121;
    color: #fff;
}
.wp-image-box {
    position: relative;
}
.post-detail .wp-block-image a {
    position: relative;
    display: block;
}

.post-detail .wp-block-image img.featured-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}
.text-view {
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 5px;
}
.icon-serch {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7.326%207.326a.54.54%200%200%201%20.74%200l2.89%202.891V8.37a.53.53%200%200%201%20.522-.522c.283%200%20.522.239.522.522v3.108a.53.53%200%200%201-.522.522H8.37a.53.53%200%200%201-.522-.522c0-.282.239-.521.522-.521h1.847l-2.89-2.892a.536.536%200%200%201%200-.739zm-3.37%200a.477.477%200%200%201%20.718%200%20.54.54%200%200%201%200%20.74l-2.891%202.89H3.63a.53.53%200%200%201%20.522.522.529.529%200%200%201-.522.522H.522A.53.53%200%200%201%200%2011.478V8.37a.53.53%200%200%201%20.522-.522c.282%200%20.521.239.521.522v1.847zM3.653.022c.283%200%20.522.239.522.521a.53.53%200%200%201-.522.522H1.804l2.979%203a.541.541%200%200%201%200%20.74c-.11.108-.24.152-.37.152s-.26-.044-.37-.153l-3-3v1.848a.529.529%200%200%201-.521.522A.53.53%200%200%201%200%203.652V.543A.53.53%200%200%201%20.522.022zM11.478%200A.53.53%200%200%201%2012%20.522v3.13a.53.53%200%200%201-.522.522.53.53%200%200%201-.521-.522V1.804l-3%202.979c-.11.108-.24.152-.37.152s-.26-.044-.37-.152a.541.541%200%200%201%200-.74l3-3H8.37a.529.529%200%200%201-.522-.521c0-.283.239-.522.522-.522z%22%2F%3E%3C%2Fsvg%3E');
    content: "";
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}
.text-formating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-detail.font-17 {
    font-size: 17px;
    line-height: 26px;
}

.post-detail.font-15 {
    font-size: 15px;
    line-height: 24px;
}

.post-detail.font-13 {
    font-size: 13px;
    line-height: 20px;
}
.showall-page {
    display: none;
}

.paginationPostNum .showall-page {
    display: block;
}

.paginationPostNav a .btn-next {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 12px;
    background: var(--secondary);
    color: #fff;
    font-weight: 600;
}

.paginationPostLabel {
    color: var(--secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.pagination-post {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin: 16px 0;
    padding: 16px 0 24px;
    font-family: poppins,sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paginationPostNum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
}
.paginationPostNav a i {
    margin: 0 4px;
}
.paginationPostLink {
    font-size: 14px;
    display: flex;
}

.paginationPostLink a, .paginationPostLink span {
    border-radius: 50%;
    background: #dbdbdb;
    color: #222;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 6px 11px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.paginationPostLink .post-page-numbers.current {
    background: #333;
    color: #fff;
}

.showall-page a {
    background: #dbdbdb;
    position: relative;
    align-items: center;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 50em;
    font-size: 12px;
    padding: 12px;
    color: #222;
    height: 30px;
    display: flex;
    justify-content: center;
    font-weight: 600;
}
.tag-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-post ul li {
    display: inline-block;
}

.tag-post ul li a {
    background: #f0f0f0;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    font-family: poppins,sans-serif;
    color: var(--primary);
}
.redaksi-header {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: flex-start;
    margin-top: 8px;
    margin-bottom: 8px;
}

.redaksi-avatar-box {
    padding-right: 12px;
}

.redaksi .redaksi-avatar-box .image-ava {
    margin-right: -14px;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    background: #eee;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.redaksi .redaksi-avatar-box img {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.redaksi .btn-redaksi {
    appearance: none;
    user-select: none;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    width: auto;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
}

.redaksi .label-btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.redaksi .redaksi-content {
    margin-top: 8px;
}

.redaksi .author-item {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.redaksi .author-image {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #eeeeee;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 6px;
}

.redaksi .author-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.redaksi .author-text {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding-right: 8px;
}

.redaksi .author-name {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.redaksi .author-role {
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
}

.info-box.ontop {
    display: flex;
    align-items: flex-start;
}

.redaksi {
    font-family: poppins,sans-serif;
}
.share-wrapper {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.author-name-box {
    display: flex;
    flex-direction: column;
}

.info-post .author-avatar a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.info-post .author-name-flex {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.info-post .author-name a {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding-right: 4px;
}

.info-post .timepost {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

.info-post .dot {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.info-post .dot:after {
    content: "\00B7";
    margin: 0 4px;
}

.info-post .readtime {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}
.error-pagination {
    margin: 15px 0;
}

footer.footer {
    display: block;
    margin-top: 50px;
    min-width: 970px;
    background: #222;
}

.footer-nav {
    background: linear-gradient(90deg,var(--primary) 0,var(--secondary) 88.68%);
    color: #fff;
    padding: 15px 0;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-nav ul li a {
    color: #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-right: 14px;
    font-weight: 600;
    margin-right: 7px;
    font-family: poppins,sans-serif;
    font-size: 13px;
    margin-left: 10px;
}
.footer-nav ul li .sub-menu {
    display: none;
}
.footer-nav ul li:last-child a {
    border: 0;
}
.footer-center {
    background: #f4f4f4;
    padding: 20px 0 10px;
    text-align: center;
}
.footer-center .widget-header {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #555;
    text-align: center;
}

.footer-center .widget-header .widget-title {
    height: 20px;
    font-weight: 700;
    color: #444;
    font-size: 13px;
    display: inline-block;
    padding: 0;
    text-transform: unset;
}

.footer-center .widget-header .widget-title:after {
    content: unset;
}

.footer-center .widget {
    margin-bottom: 15px;
}
.footer-center .menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.footer-center .menu a {
    border-right: 1px solid #000;
    padding-right: 6px;
    margin-right: 6px;
    height: 20px;
    font-weight: 700;
    font-size: 11px;
    text-transform: lowercase;
}

.footer-center .menu li:last-child a {
    border: 0;
}
.footer-center .menu a .menu-image-title {
    padding: 0;
}
.footer-center .widget img {
    height: 30px !important;
    width: auto;
    display: inline-block;
}
.footer-center .menu li {
    margin-bottom: 10px;
}
.footer-copyright {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-family: poppins,sans-serif;
    font-size: 14px;
}

.footer-copyright p {
    margin: 0;
    font-size: 12px;
}
.footer-share {
    background: #eeeeee;
    padding: 15px 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-share .share-box ul {
    display: flex;
    justify-content: center;
}

.footer-share .share {
    margin: 0;
}

.share-label {
    color: #111;
    font-weight: 600;
    margin-right: 15px;
}

.footer-nav ul li a .menu-image-title {
    padding: 0;
}
.sticky-ads-left {
    position: fixed;
    width: 160px;
    top: 105px;
    left: 50%;
    z-index: 996;
    text-align: left;
    margin-left: -660px;
}

.sticky-ads-right {
    position: fixed;
    width: 160px;
    top: 105px;
    right: 50%;
    margin-right: -660px;
    z-index: 996;
    text-align: right;
}
.redaksi-item:hover a {
    color: var(--primary);
}
.share-transparent {
    z-index: 998;
    transition: opacity 0.1s ease 0s;
    position: fixed;
    inset: 0px;
    background: #000000;
    opacity: 0.8;
    top: 0;
    display: none;
}
.share-popup {
    padding: 24px;
    background-color: #ffffff;
    color: #000000;
    transition: all 0.1s linear 0s;
    position: fixed;
    z-index: 999;
    border-radius: 6px;
    min-width: 336px;
    max-height: 98%;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.share-popup .share-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.share-popup .share-title {
    display: flex;
    flex: 1 1 0%;
    text-align: center;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: center;
    font-weight: 600;
}
.share-popup .close-popup {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.share-popup .share-content {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10px;
    -webkit-box-pack: center;
    justify-content: center;
}
.share-popup .share-content a, .share-popup .share-content button {
    appearance: none;
    user-select: none;
    font-family: inherit;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    margin: 8px;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}
.share-popup .share-content .whatsapp {
    background-image: url(../img/wa.svg);
}
.share-popup .share-content .facebook {
    background-image: url(../img/facebook.svg);
}
.share-popup .share-content .twitter {
    background-image: url(../img/twitter.svg);
}
.share-popup .share-content .line {
    background-image: url(../img/line.svg);
}
.share-popup .share-content .copylink {
    background-image: url(../img/copylink.svg);
}

.copylink-popup {
    display: none;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 998;
    flex: 1 1 0%;
    padding: 12px 20px;
    background-color: #49a849;
}
.copylink-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.copylink-text {
    display: flex;
    flex: 1 1 0%;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    font-weight: 600;
    text-align: left;
    color: #fff;
}
.copylink-close {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    filter: invert(100%) sepia(0%) saturate(1534%) hue-rotate(43deg) brightness(114%) contrast(100%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.main-single {
    margin-bottom: 25px;
}
.info-post .share-btn:last-child {
    margin: 0;
}
body.overflow-hide {
    overflow: hidden;
}
.bacajuga {
    position: relative;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.bacajuga strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.bacajuga a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}


#comments,#respond {
    margin-bottom: 25px;
    border-radius: 12px;
    font-family: 'Lato', sans-serif;
}

.comment-respond {
    border-radius: 12px
}

.comment-reply-title small a {
    text-transform: capitalize;
    margin-left: 5px;
    color: var(--color3);
    display: block
}

.comment-notes {
    line-height: 1.4;
    font-size: 14px;
    color: #6c6c6c;
}

input#author,input#email {
    margin: 0 0 10px;
    background: #fff;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 7px;
}

textarea#comment {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    resize: unset;
    font-size: 14px;
    padding: 10px 10px 60px;
    height: 166px!important;
    border-radius: 12px;
    overflow: hidden
}

input#author,input#email,textarea#comment:focus {
    outline: 0;
    border: 1px solid #e6e6e6
}

.commentBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

p.form-submit {
    margin: 0;
    resize: unset;
    text-align: right;
    padding: 10px 0;
    position: relative;
}

p.form-submit:after {
    content: "";
    position: absolute;
    right: 8px;
    background-image: url("data:image/svg+xml,%0A%3Csvg class='svg-icon' style='fill:%23fff;width: 1em;height: 1em;vertical-align: middle;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M276.48 289.877333l20.906667 83.754667a42.666667 42.666667 0 0 1-82.773334 20.736l-42.666666-170.666667a42.666667 42.666667 0 0 1 59.434666-49.066666l640 298.666666a42.666667 42.666667 0 0 1 0 77.354667l-640 298.666667a42.666667 42.666667 0 0 1-59.093333-50.346667l85.333333-298.666667A42.666667 42.666667 0 0 1 298.666667 469.333333h170.666666a42.666667 42.666667 0 0 1 0 85.333334H330.837333l-50.773333 177.792L752.426667 512 276.48 289.877333z' /%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    top: 15px;
    cursor: pointer;
}

p.form-submit input[type=submit] {
    font-size: 13px;
    display: inline-block;
    padding: 7px 30px 7px 12px;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary);
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-weight: 800;
}

.comment-reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: poppins,sans-serif;
    color: #111;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    line-height: 21px;
    font-weight: 700;
    margin-top: 0;
}

.notif {
    line-height: 1.4;
    font-size: 14px;
    padding: 15px;
    margin: -16px;
    border: 0;
    text-align: center;
    color: #444;
}

.notif-header {
    font-weight: 700
}

.notif-image svg {
    height: 100px;
    color: #c5c5c5;
}

h2.comments_title {
    display: block;
    border: none;
    margin: 10px 10px 20px;
    padding: 0;
    font-weight: 700;
    font-family: poppins,sans-serif;
    color: #111;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}

.commentBodyText,.notfound-desc,p.logged-in-as {
    font-size: 14px;
    color: #666
}

.commentsArea>ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.commentsArea li {
    margin: 0 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}
.commentBody {
    flex: 1;
}
.commentAvatar {
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50em;
    background: #e4e4e4;
    float: left
}

.commentAvatar img {
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: relative;
    height: 100%
}

.commentBodyText {
    font-family: Helvetica,Arial,Tahoma;
    line-height: 1.4;
    display: block;
    word-wrap: break-word;
    margin: 5px 0 0
}

.commentAuthorName {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.commentHeader time {
    font-size: 12px;
    color: #999
}

.commentBodyFooter {
    font-size: 12px;
    color: #a7a7a7;
    margin: 10px 0 0;
    display: flex;
    align-items: center
}

.commentBodyFooter a {
    margin-right: 15px;
    color: #a7a7a7
}

.comment-btnshare {
    display: flex;
    color: #a7a7a7;
    align-items: center
}

.comment-share-button {
    display: flex;
    align-items: center
}

.comment-share-button a {
    width: 22px;
    height: 22px;
    font-size: 14px;
    vertical-align: middle;
    background: #a7a7a7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    margin: 0 0 0 5px;
    color: #fff;
    line-height: 14px;
    justify-content: center;
    align-items: center
}

.comments-pagination a,.comments-pagination span,.notfound-button a {
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary)
}

.commentBodyModeration {
    background: #a7a7a7;
    color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 12px
}

.commentsArea ol,.commentsArea ul {
    list-style: none
}

.commentBodyText p {
    display: inline
}

.commentReplyTo {
    display: inline-flex;
    font-weight: 600;
    align-items: flex-start;
    flex-wrap: wrap
}

.commentReplyTo svg {
    height: 14px;
    margin-right: 6px
}

.comments-pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    position: relative
}

.comments-pagination a,.comments-pagination span {
    font-size: 16px;
    display: inline-flex;
    line-height: 1.4;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    align-items: center;
    width: auto;
    flex-wrap: wrap
}

.comments-pagination span.current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--primary);
    border-color: var(--primary)
}

.comments-pagination a svg,.notfound-button svg {
    height: 14px;
    margin-left: 10px
}

.no-more {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f
}

.no-more i {
    font-size: 18px;
    margin-top: -2px;
    color: var(--color4)
}

.comment-form-cookies-consent label {
    font-size: 14px;
    margin-left: 35px;
    color: #6c6c6c;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #c9c9c9;
    display: block;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    margin-top: -4px;
}

.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::before {
    content: "";
    background: var(--primary);
}

.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 1px;
    left: 9px;
}
.cat-item:not(:first-child),
.error404 .cat-item {
    padding: 10px;
    border: 1px solid #e4e3f0;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.error404 .cat-item .cat-title,
.cat-item:not(:first-child) .cat-title {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.cat-more a {
    padding: 5px 10px;
    background: #e3e3e3;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.archive .cat-item:first-child .cat-more {
    display: none;
}
.cat-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    width: 40px;
    border-bottom: 1px solid #292929;
    left: 10px;
    font-family: Oswald,sans-serif;
    font-weight: 300;
    z-index: 5;
    align-items: center;
    background: var(--primary);
    background: linear-gradient(90deg,var(--primary) 0,var(--primary) 0,var(--secondary) 87%)!important;
    color: #fff;
}
.cat-time-label {
    width: 100%;
    text-align: center;
    background: #bbb;
    color: #333;
    font-size: 10px;
    line-height: 16px;
}
.cat-category {
    border: 0;
    padding: 5px 10px;
    background: var(--primary);
    background: linear-gradient(90deg,var(--primary) 0,var(--secondary) 80%);
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 16px;
    color: #fff;
}

.archive .cat-item:first-child .cat-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: poppins,sans-serif;
}
.error404 .cat-item .cat-text,
.cat-item:not(:first-child) .cat-text {
    flex: 1;
}
.error404 .cat-item .cat-image,
.cat-item:not(:first-child) .cat-image {
    width: 250px;
    padding-bottom: 27%;
    margin-right: 15px;
}
.error404 .cat-item .cat-category,
.cat-item:not(:first-child) .cat-category {
    display: none;
}
.cat-info i {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.cat-time {
    width: 100%;
    text-align: center;
    background: #131313;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}
.archive-header {
    width: 100%;
    padding: 0 7px;
}
.pagination-number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pagination-box > * {
    padding: 5px;
    min-width: 30px;
    display: block;
    text-align: center;
    border-right: 1px solid #ddd;
    font-weight: 600;
}
.pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.pagination-box .current {
    background: var(--primary);
    color: #fff;
}
.pagination-box > *:last-child {
    border: none;
}
.error-wrap {
    color: #111;
    padding: 100px 15px;
    text-align: center;
    font-family: poppins,sans-serif;
}

.error-subtitle {
    font-size: 30px;
    font-weight: 700;
}

.error-title {
    font-size: 100px;
    font-weight: 700;
    color: var(--secondary);
}

.error-desc {
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #444;
}

.error-btn {
    background: var(--primary);
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: poppins,sans-serif;
    padding: 7px 15px;
    border-radius: 5px;
}
.polling-post-item {
    display: flex;
    background: #67969c;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.polling-post-text {
    flex: 1;
    border-left: 10px solid #6eb9bc;
    font-family: poppins,sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.polling-post-image {width: 130px;padding-bottom: 80px;}

.polling-post-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.polling-post-top {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.polling-post-counter {
    padding: 10px;
    background: #5a6e79;
    color: #d1d1d1;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    width: 70px;
    flex-direction: column;
    justify-content: space-between;
}

.polling-post-bottom {
    height: 45px;
    background: #b10101;
    margin-left: -10px;
    display: flex;
    align-items: center;
}
.polling-post-desc {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    flex: 1;
}
.polling-post-input {
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbdbdb;
    overflow: hidden;
    position: relative;
    border-radius: 17px;
    height: 25px;
    margin-right: 4px;
}

.polling-post-input input[type="radio"] {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.check__indicator {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #9f9f9f;
    transition: background 0.25s ease;
}

.check__indicator:before {
    height: 25px;
    width: 25px;
    background: #fff9f9;
    content: '';
    position: absolute;
    border-radius: 48px;
    top: 0px;
    left: 0px;
    transition: transform 0.25s ease;
}
.check__indicator:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg style='fill:rgba(0,0,0,.3);' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E");
    top: 7px;
    right: 6px;
    width: 12px;
    height: 12px;
    background-size: 12px;
    display: block;
    background-position: center;
    position: absolute;
}
.polling-post-input input[type="radio"]:checked ~ .check__indicator:before {
    content: "";
    right: 0px;
    left: unset;
}
.polling-post-input input[type="radio"]:checked ~ .check__indicator {
    background: #6eb9bc;
}

.polling-post-input input[type="radio"]:checked ~ .check__indicator:after {
    content: "";
    display: block;
    left: 6px;
    background-image: url("data:image/svg+xml,%0A%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z'/%3E%3C/svg%3E");
}
.polling-post-box {
    font-family: poppins,sans-serif;
    font-size: 13px;
}
.polling-post-item.sudahdipilih:before {
    content: "";
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    position: absolute;
    cursor: no-drop;
}
.polling-post-item.sudahdipilih.checked:before {
    content: "";
    background: unset;
}
.archive.author .author-box {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.archive.author .author-avatar {
    margin: 0 0px 20px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 80px;
    height: 80px;
    font-size: 48px;
    font-weight: 500;
    background: #f6f8fc;
    position: relative;
    text-align: center;
    border-radius: 50em;
    overflow: hidden;
}

.archive.author .author-avatar img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.archive.author .author-name {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.archive.author .author-name h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: poppins,sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.archive.author .icon-verification2 {
    width: 16px;
    max-width: 16px;
    height: 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 4px;
    background-image: url("../img/verified-green.svg");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.archive.author .author-bio {
    margin-top: 8px;
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.archive.author .author-share {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}
.archive.author .author-share a {
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.archive.author .author-share .url {
    background-image: url(../img/site.svg);
}
.archive.author .author-share .facebook {
    background-image: url(../img/facebook.svg);
}
.archive.author .author-share .twitter {
    background-image: url(../img/twitter.svg);
}
.archive.author .author-share .instagram {
    background-image: url(../img/instagram.svg);
}
.article-item {
    position: relative;
}

.article-item-box {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.article-item  .media-text {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-item .media-image {
    width: 250px;
    height: 0;
    padding-bottom: 22%;
}

.article-item  .article-title {
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
}
.article-item .summary {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 7px;
    color: #666;
    font-weight: 400;
    margin-top: 7px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.article-item:hover a {
    color: var(--primary);
}
.main-box .widget {
    margin-bottom: 25px;
}
.grid-item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
    align-items: center;
    margin-bottom: 15px;
}

.grid-item .grid-image {
    width: 120px;
    height: 0;
    padding-bottom: 75px;
    border-radius: 5px;
    overflow: hidden;
}

.grid-item:first-child .grid-image {
    width: 327px;
    height: 0;
    padding-bottom: 28%;
}

.grid-item:first-child {
    position: relative;
    width: 100%;
}

.grid .widget-content {
    display: flex;
    flex-wrap: wrap;
}

.grid-text {
    flex: 1;
    padding: 0 15px;
}

.grid-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-item:first-child .grid-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}

.grid-meta {
    display: flex;
    color: #666;
    font-size: 10px;
    text-align: left;
    font-weight: 500;
}
.grid-item:hover a {
    color: var(--primary);
}
.trigger {
    background: #333;
    border: 0;
    outline: 0;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.pagination {
    display: none;
}

.no-more {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    display: none;
}

.status .loading {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 12px auto;
    display: none
}

.status .loading .double-bounce1,.status .loading .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--primary);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce
}

.status .loading .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.article-featured {
  margin-top: 15px;
}

.article-featured figcaption, .post-detail figcaption {
  background: #eeeeee;
  font-size: 13px;
  padding: 10px;
  font-family: 'Lato', sans-serif;
}
.post-detail figure {
    max-width: 100% !important;
}

.post-detail figure img {
    display: block;
}
.article-featured a,
.article-featured img {
  display: block;
  width: 100%;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}

.breadcrumb ul li:first-child a {
    color: var(--primary);
    font-weight: 600;
}

.breadcrumb ul li a {
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb ul li:after {
    content: "/";
    margin-left: 5px;
    color: #666;
    margin-right: 5px;
    font-weight: 600;
}

.breadcrumb ul li:last-child::after {
    content: unset;
}
.article-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    color: #6c6c6c;
}
.author-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 12px;
    color: #111;
    font-weight: 600;
}
.share-box ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.share-box a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    color: #fff;
    margin-right: 10px;
    border-radius: 50em;
    position: relative;
}
.share-box a.copied:before {
    content: attr(data-title);
    width: auto;
    background: #000;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
    white-space: nowrap;
    top: 35px;
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 4;
}
.share-box svg {
    height: 18px;
}

.share {
    margin-top: 10px;
}

.share-box a.facebook {
    background: #4267b2;
}

.share-box a.twitter {
    background: #000;
}

.share-box a.whatsapp {
    background: #00b900;
}

.share-box a.telegram {
    background: #40b3e0;
}

.widget-subheader {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

#startDate,select#startCategory {
    display: block;
    height: calc(1.96875rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #494c57;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    position: relative;
    z-index: 7;
    width: 145px;
    cursor: pointer;
}

.subcategory:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    height: 6px;
    width: 6px;
    display: block;
    border: solid #727272;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.subcategory {
    position: relative;
}
.bacaselanjutnya {
    display: none;
}
.bacaselanjutnya .article-subtitle {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.bacaselanjutnya .article-item-box {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.article-close {
    padding: 15px;
    z-index: 5;
    position: relative;
}
.article-close svg{
    cursor: pointer;
}
.article-item.bacaselanjutnya.sticky {
    position: fixed;
    bottom: 0;
    max-width: 655px;
    z-index: 99;
    bottom: 50px;
    display: block;
}

.bacaselanjutnya.article-item .article-title {
    font-size: 18px;
}

.bacaselanjutnya.article-item .media-image {
    width: 170px;
    padding-bottom: 17%;
    margin: 15px;
    border-radius: 7px;
    margin-right: 0;
}
.author-name {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.author-name > * {
    margin-left: 0;
    margin-right: 5px;
}

.author-name > *:before {
    content: "|";
    margin-right: 5px;
}

.author-name > *:first-child {
    margin-left: 0;
}

.author-name > *:first-child::before {
    margin-right: 0;
    content: unset;
}
.article-item.bacaselanjutnya.sticky.nosticky {
    display: none;
}
.primary-menu nav > ul > li > a img {
    width: 24px;
    height: 24px;
    display: block;
}

.wp-block-gallery {
    align-items: unset !important;
    flex-wrap: unset !important;
    align-items: unset !important;
    gap: unset !important;
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.slick-gallery figcaption {
    text-align: left !important;
    font-size: 14px;
    margin-top: 0;
    flex-grow: unset !important;
    flex-basis: unset !important;
    display: block !important;
}

.slick-gallery .spotlight {
    overflow: hidden;
    height: 0 !important;
    position: relative !important;
    display: block !important;
    padding-bottom: 60%;
}

.slick-gallery .spotlight img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    object-fit: cover;
}

.wp-block-gallery .btn-prev, .wp-block-gallery .btn-next {
    position: absolute;
    z-index: 2;
    top: 185px;
    background-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
}

.wp-block-gallery .btn-next {
    right: 5px;
}

.wp-block-gallery .btn-prev {
    left: 5px;
}

.wp-block-gallery .btn-prev svg, .wp-block-gallery .btn-next svg {
    height: 22px;
}

.slick-dots li.slick-active button {
    display: block;
}

.slick-dots li button {
    display: none;
}

.slick-dots {
    display: flex;
    width: 100%;
    padding: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    counter-reset: section;
    list-style: none;
}

.slick-dots button {
    background: transparent;
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--primary);
}

.slick-dots li:after {
    counter-increment: section;
    content: "dari " counter(section) "";
}

.slick-dots li:after {
    font-size: 0;
    display: block;
    color: var(--primary);
}

.slick-dots li:last-child::after {
    font-size: 14px;
    line-height: 1;
}

.slick-dots li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.network-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.network-menu ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 5px;
}

.network-menu ul li a img {
    height: 20px;
}

.network-menu {
    background: #222222;
    z-index: 999;
    position: relative;
    min-width: 970px;
}
.icon-galery {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50px' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z'/%3E%3C/svg%3E");
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-size: cover;
    display: inline-block;
    z-index: 3;
}
.footer-medsos .widget-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-medsos {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

.footer-medsos ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}
.footer-medsos ul li a svg {
    height: 16px;
}
.footer-medsos ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #878787;
    border-radius: 7px;
}
.ads-bottom-margin {
    display: block;
    padding-top: 90px;
}
.ads-sticky-bottom {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 728px;
    z-index: 999;
    height: auto;
    text-align: center;
    background: rgb(255 255 255 / 50%);
    min-height: 60px;
    max-height: 90px;
    left: 0;
    right: 0
}

.btn-ads-close {
    position: absolute;
    background: var(--primary);
    display: inline-block;
    right: 0;
    top: -15px;
    padding: 2px 8px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2.4px;
}

.ads-close-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 10px
}

.ads-close-icon:after,.ads-close-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.ads-close-icon:before {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.banner {
    position: relative;
    display: block;
    margin: 0 auto;
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6C4.44772 6 4 6.44772 4 7V8H6V7C6 6.44772 5.55228 6 5 6Z' fill='%23999'/%3E%3Cpath d='M11 8H9.5C9.22386 8 9 8.22386 9 8.5C9 8.77614 9.22386 9 9.5 9H11V8Z' fill='%23999'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4.5C0 3.11929 1.11929 2 2.5 2H12.5C13.8807 2 15 3.11929 15 4.5V10.5C15 11.8807 13.8807 13 12.5 13H2.5C1.11929 13 0 11.8807 0 10.5V4.5ZM4 10V9H6V10H7V7C7 5.89543 6.10457 5 5 5C3.89543 5 3 5.89543 3 7V10H4ZM11 7H9.5C8.67157 7 8 7.67157 8 8.5C8 9.32843 8.67157 10 9.5 10H12V5H11V7Z' fill='%23999'/%3E%3C/svg%3E");
}
.banner.ads970250 {
    width: 970px;
    max-width: 100%;
    height: 250px;
}
.banner.ads160600 {
    width: 160px;
    max-width: 100%;
    height: 600px;
    margin-top: 8px;
}
.banner.ads72890 {
    width: 728px;
    max-width: 100%;
    height: 90px;
}
.banner.ads300600 {
    width: 300px;
    max-width: 100%;
    height: 600px;
}
.banner.ads300300 {
    width: 300px;
    max-width: 100%;
    height: 300px;
}
.post-detail a {
    color: var(--primary);
}
.darkmode, .darkmode .header-search, .darkmode .header-social ul, .darkmode .post-tag ul li a, .darkmode select#startCategory option, .darkmode .primary-menu .sub-menu li:hover {
   background: #222;
}
.darkmode .sidebar-menu, .darkmode .footer-center, .darkmode .widget.redaksi, .darkmode .widget-desc, .darkmode .share-popup, .darkmode .header-box, .darkmode .comment-notes:before, .darkmode .headline-small, .darkmode .article-item-box, .darkmode .frame, .darkmode .footer-share, .darkmode .post-tag, .darkmode .article-featured figcaption, .darkmode .post-detail figcaption, .darkmode .primary-menu nav > ul > li.menu-item-has-children:hover .sub-menu {
    background: #262626;
}
.darkmode .banner:before {
    background-color: #282828;
}
.darkmode .populartag .widget-content a, .darkmode .popularpos-item, .darkmode .list-item, .darkmode .redaksi2-item, .darkmode .sidebar-menu, .darkmode .widget-header, .darkmode .pagination-post, .darkmode .info-post.info-bottom, .darkmode .commentsArea ol, .darkmode .cat-item:not(:first-child), .darkmode .pagination-box, .darkmode .pagination-box > *, .darkmode.search .cat-item, .darkmode.page-template-indeks .cat-item, .darkmode.page-template-populer .cat-item, .darkmode.error404 .cat-item, .darkmode .page-menu ul li, .darkmode .headline-small, .darkmode .frame .header-date, .darkmode .post-tag ul li a, .darkmode #startDate, .darkmode select#startCategory, .darkmode.archive.author .author-avatar, .darkmode .commentsArea li {
    border-color: #303030;
}
.darkmode .error-desc, .darkmode .header-date, .darkmode .desc-text p, .darkmode .list-meta, .darkmode .popularpos-view, .darkmode .index-summary, .darkmode .info-post .timepost, .darkmode .label-view, .darkmode .cat-summary, .darkmode .frame .header-date, .darkmode .headline-small .headline-category, .darkmode .headline-small .headline-date, .darkmode .grid-meta, .darkmode .article-description, .article-featured figcaption, .darkmode .post-detail figcaption, .darkmode .commentBodyText, .notfound-desc, .darkmode p.logged-in-as,.darkmode .notif {
    color: #6c6c6c;
}
.darkmode .footer-center .widget img,
.darkmode .redaksi .widget-image,
.darkmode .redaksi2 .widget-image img,
.darkmode .video .widget-image img,
.darkmode .secondary-menu ul img,
.darkmode .secondary-menu ul li.uppercase img,
.darkmode .header-social ul li a:before,
.darkmode .header-brand img,
.darkmode .primary-menu nav > ul > li.menu-item-has-children > a:after,
.darkmode .header-user a img {
    filter: brightness(0) invert(1);
}
.darkmode input#author,
.darkmode input#email,
.darkmode textarea#comment,
.darkmode .frame .header-search form {
    border-color: #1e1d1d;
    background: #1e1d1d;
}
.darkmode .frame .btn-search {
    color: #cbcbcb;
}
.darkmode .page-menu ul li.current-menu-item a, .darkmode .page-menu ul li a:hover,
.darkmode .secondary-menu ul li.uppercase a:hover,
.darkmode .secondary-menu ul li a:hover {
    color: var(--primary);
}
.darkmode .error-subtitle, .darkmode .error-title, .darkmode, .darkmode a, .darkmode .footer-center .widget-header .widget-title, .darkmode .populartag .widget-content a, .darkmode .widget-title, .darkmode .header-post .title-post h1, .darkmode .info-post .author-name a, .darkmode .secondary-menu ul li.menu-item-has-children > a:hover, .darkmode .secondary-menu ul li.uppercase a, .darkmode .frame .search-text, .darkmode .mode, .darkmode .header-user a, .darkmode .post-detail, .darkmode .redaksi .label-btn, .darkmode .redaksi .btn-redaksi, .darkmode .info-post .comment-count, .darkmode .redaksi .author-name, .darkmode .tag-post ul li a, .darkmode .share-popup .share-title, .darkmode .comment-reply-title, .darkmode .secondary-menu a, .darkmode .comments_title, .darkmode .commentAuthorName, .darkmode .commentAuthorName a, .darkmode .comment-notes:before, .darkmode .bacajuga strong, .darkmode input#author, .darkmode input#email, .darkmode.archive.author .author-name h1, .darkmode textarea#comment, .darkmode .commentBodyText p, .darkmode .header-search .search-text, .darkmode .page-menu ul li a, .darkmode .primary-menu nav > ul > li > a, .darkmode .headline-small .headline-title a, .darkmode .frame .menu-label, .darkmode .share-label, .darkmode .post-tag ul li a, .darkmode .author-box, .darkmode #startDate, .darkmode select#startCategory, .darkmode .primary-menu .sub-menu a {
    color: #fff;
}
.darkmode .index-item {
    background-color: #2c2c2c;
    border-color:#2c2c2c;
}

.darkmode .footer-center .widget-header,
.darkmode .footer-center .menu a {
    border-color:#fff;
}
.darkmode .post-category{
    color: var(--primary);
}
.darkmode .btn-formating:after ,
.darkmode .share-popup .close-popup,
.darkmode .info-post .comment-btn {
    filter: brightness(0) invert(1);
}
.darkmode .tag-post ul li a, .darkmode .paginationPostLink a, .darkmode .paginationPostLink span, .darkmode .cat-more a, .darkmode .btn-formating, .darkmode .showall-page a {
    background: #787878;
}
.darkmode .bacajuga a {
    color: var(--primary);
}
.darkmode .media-image:before {
    background: #1e1e1e;
}
.darkmode .media-image:after {
    background-image: linear-gradient(90deg,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 20%) 20%,rgb(0 0 0 / 50%) 60%,rgb(0 0 0 / 0%));
}
.darkmode .headline-small .headline-item:hover a,
.darkmode .video-item:hover a {
    color: var(--primary);
}
.darkmode .primary-menu nav > ul > li.menu-item-has-children:hover .sub-menu:before {
    border-color: #2c2c2c transparent;
}