:root {
    --primary: #b10832;
    --secondary: #F44336;
    --hover : #ff9800;
    --widthparallaxmobile: 300px;
    --heightparallaxmobile: 600px;
    --textparallax:
    "Scroll untuk lanjut membaca";
}
body {
    font-family: Inter,sans-serif;
    line-height: 1.5em;
    letter-spacing: -.015em;
    font-weight: 500;
    font-size: 14px;
    color: #222;
    background: #e1e1e1;
    overflow: hidden;
}
body.nooverflow {
    overflow: unset;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: var(--primary);
    text-decoration: none;
    background: 0 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a:hover {
    color: var(--primary);
    transition: .1s;
}


.container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
header.header {
    z-index: 1030;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: #fff;
    box-shadow: 0 4px 2px -2px rgba(153,153,153,.3);
    z-index: 9999;
    top: 0;
    margin: 0 auto;
    position: sticky;
    max-width: 640px;
}
.header-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}
.header-bar {
    display: flex;
    background-color: var(--primary);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
.header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex:1;
}

.header-brand {
    flex: 1;
}
.header-bar svg {
    height: 17px;
}
.header-brand a, .header-brand img {
    display: block;
    height: 25px;
    width: auto;
}
.input-search {
    width: 100%;
    height: 40px;
    padding: 1em;
    outline: 0;
    font-weight: 500;
    font-size: 14px;
    background: #ebebeb;
    border: 0;
}
.header-search {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    max-width: 640px;
    width: 100%;
    z-index: 3;
}
.header-search.show {
    display: block;
}
.search-wrapper {
    width: 100%;
    position: relative;
}

.search-icon {
    background-color: #dedede;
    border: none;
    top: 0;
    position: absolute;
    right: 0;
    width: 55px;
    height: 40px;
    color: #333333;
    cursor: pointer;
    display: none;
}

.search-icon svg {
    height: 20px;
}
.header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-menu nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-menu nav ul a {
    background: #323131;
    border-radius: 20px;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
}


.billboard.parallax {
    width: 100%;
    height: calc(var(--heightparallaxmobile) + 14px);
    position: relative;
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #111;
}
.billboard.parallax.hide {
    display: none;
}
.billboard.parallax .widget {
    background: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto)
}

.billboard.parallax .widget-parallax {
    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: 640px;
    left: 0;
    right: 0;
    text-align: center
}
.billboard.parallax .widget:after {
    content: var(--textparallax);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    z-index: 994
}
.billboard.parallax .widget-parallax>* {
    width: var(--widthparallaxmobile);
    height: var(--heightparallaxmobile)!important;
    object-fit: cover;
    margin: 0 auto!important
}

.nav {
    background: var(--primary);
    background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
    padding: 7px 0;
    height: 40px;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
}

.primary-menu nav {
    display: flex;
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.primary-menu {
    margin: 0 -10px;
}
.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 45px;
    overflow-x: auto;
    flex-flow: nowrap;
}

.primary-menu .sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: auto;
    padding: 10px 15px;
    text-align: left;
    z-index: 99;
    border-top: 3px solid var(--primary);
    min-width: 140px;
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    transition: 50ms;
}

.primary-menu ul > li > a {
    padding: 2px 7px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    transition: 50ms;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    display: block;
    letter-spacing: 0;
    margin-right: 5px;
}
.primary-menu ul > li.current-menu-item > a {
    color: var(--primary);
    background: #f2f2f2;
    border-radius: 50px;
}
.primary-menu ul > li:first-child {
    margin-left: 10px;
}
.primary-menu ul > li {
    text-align: center;
    flex: auto;
    white-space: nowrap;
    padding: 0;
    color: #353935;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    transition: 50ms;
    font-size: 1em;
    font-weight: 900;
    position: relative;
}
.primary-menu .sub-menu a {
    text-transform: none;
    font-weight: 700;
    text-align: left;
}

.primary-menu .sub-menu:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom-color: var(--primary);
    position: absolute;
    top: -16px;
    left: 5%;
}
.primary-menu ul > li:hover .sub-menu {
    display: none;
}

.second-menu {
    border-radius: 10px;
    background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.second-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.second-menu ul li a {
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
    padding: 5px;
    border-radius: 50em;
    font-size: 13px;
}
.second-menu ul li.active a {
    background: #fff;
    color: var(--primary);
    padding: 5px 10px;
    border-radius: 10px;
}
.second-menu .sub-menu {
    display: none;
}
.second-menu ul li a:hover {
    color: var(--hover);
}

.icon-date {
    display: inline-block;
    height: 20px;
    border-radius: 50em;
    margin-right: 5px;
}

.icon-date svg {
    height: 20px;
    color: #fff;
}

.menu-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    margin-right: 15px;
}
.mode svg {
    height: 22px;
}
.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -5px;
}

.btn-search svg {
    height: 25px;
}
.mode, .btn-search {
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 25px;
    width: 30px;
    position: relative;
}
.billboard.custombillboard .widget {
    background-color: #f5f5f5;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}
.billboard.custombillboard .widget > * {
    display: block;
    margin: 0 auto;
}
.sticky-ads-left, .sticky-ads-right {
    position: fixed!important;
    top: 66px;
    width: 160px;
    text-align: center;
    bottom: 0;
    z-index: 99;
    background-color: #f7f7f7;
    margin: 0 auto;
}

.sticky-ads-right {
    right: 50%;
    margin-right: -700px;
}

.sticky-ads-left {
    left: 50%;
    margin-left: -700px;
}
.sidebarmenu {
    z-index: 10;
    position: fixed;
    top: 44px;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 3px 1px rgba(153,153,153,.3);
    max-width: 640px;
    margin: 0 auto;
    left: 0;
}
.sidebarmenu .widget .sub-menu {
    display: none;
}

.sidebarmenu .widget {
    margin-bottom: 20px;
}
.sidebarmenu .textwidget a {
    color: #333;
}
.sidebarmenu.show {
    visibility: visible;
}

.sidebarmenu .widget .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sidebarmenu .widget .menu li {
    width: 50%;
}

.sidebarmenu .widget .menu li img {
    height: 20px;
    width: 20px;
    display: block;
}

.sidebarmenu .widget .menu li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #353935;
    padding: 7px;
    transition: unset;
}
.sidebarmenu .widget .menu li a:hover, .sidebarmenu .textwidget a:hover {
    color: var(--primary);
}

@-webkit-keyframes shimmer {
    100% {
    transform: translateX(100%) 
    } 
}
@keyframes shimmer {
    100% {
        transform: translateX(100%) 
    }
}
.media-image {
    height: 0;
    position: relative;
    background: #f0f0f0;
    width: 100%;
    overflow: hidden;
}
.media-image:before {
    background: #eee;
    animation: 1s infinite shine;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.media-image:after {
    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: 2s infinite shimmer;
    animation: 2s infinite shimmer;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.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: 2;
    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-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}
.big-item {
    position: relative;
    margin: 0 -10px;
}
.big-item .media-image {
    padding-bottom: 59.5%;
}
.big-item .media-text {
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.big-item .media-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.35;
}

.big-item .media-title a, .small-item .media-title a {
    color: #353935;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.big-item .media-meta, .small-item .media-meta {
    display: flex;
    line-height: 1.25em;
    font-size: 11px;
    color: #777;
}

.big-item .meta-category:after, .small-item .meta-category:after, .grid-item .meta-category:after {
    content: "-";
    margin-left: 3px;
    margin-right: 3px;
    color: #777;
}
.headline-small {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.small-item {
    position: relative;
    padding: 5px 5px 10px;
    width: 50%;
}
.small-item.slick-current {
    border-top-color: var(--primary);
}
.small-item .media-image {
    padding-bottom: 61.6%;
    border-radius: 5px;
}

.small-item .media-title {
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
    color: #000;
    -webkit-line-clamp: 3;
    font-weight: 600;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 5px;
}

.small-item .media-text {
    padding: 5px 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.btn-arrow {
    position: absolute;
    z-index: 2;
    top: 45px;
    cursor: pointer;
}

.btn-arrow svg {
    height: 30px;
    color: #fff;
}

.btn-arrow.arrow-next {
    right: 10px;
}

.btn-arrow.arrow-prev {
    left: 10px;
}
.headline-small .slick-track {
    margin-left: -1px;
}
main.main-box .widget {
    margin-bottom: 15px !important;
}

.widget-header .widget-title {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: var(--primary);
    padding-top: 10px;
    margin: 0;
    margin-bottom: 15px;
}

.grid .media-image {
    padding-bottom: 60.6%;
    border-radius: 5px;
    margin-bottom: 5px;
}

.grid .grid-box {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.grid .grid-item {
    width: 50%;
    padding: 0;
    position: relative;
    padding: 5px;
}
.grid .grid-box .media-text {
    display: flex;
    flex-direction: column-reverse;
}
.grid .media-title {
    line-height: 1.35;
    font-size: 14px;
    margin: 0;
    margin-top: 0;
    -webkit-line-clamp: 3;
    font-weight: 600;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 5px;
}
.meta-category, .media-category {
    color: var(--primary);
}
.grid .media-title a {
    color: #353935;
}
.grid-item:hover .media-link {
    color: var(--primary);
}
.grid.related .grid-item {
    width: 100%;
}
.grid.related .media-image {
    padding-bottom: 62%;
    margin-bottom: 5px;
}
.grid .media-meta, .popular-box .media-meta {
    line-height: 1.25em;
    font-size: 11px;
    color: #777;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

grid .media-meta > * {
    margin-right: 2px;
}

.grid.related .media-title {
    margin-top: 5px;
}
.article-item .media-image {
    padding-bottom: 100px;
    border-radius: 5px;
    width: 133px;
    margin-left: 10px;
}

.article-item-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.media-text {
    flex: 1;
}

.article-item {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.article-item .media-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.35;
    font-weight: 500;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 0;
}
.article-item .media-text {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
}
.article-item .media-title a {
    color: #353935;
}

.article-item .media-meta, .list-item .media-meta {
    display: flex;
    line-height: 1.25em;
    font-size: 11px;
    color: #777;
}

.article-item:hover .media-link {
    color: var(--primary);
}
.article-item .media-meta > *, .list-item .media-meta > * {
    margin-right: 5px;
}
.article-item:first-child {
    padding-top: 0;
}

.populartag .tag-item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 5px 0;
    position: relative;
}

.populartag .tag-item .media-title {
    flex: 1;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.populartag .tag-item .media-link {
    color: #353935;
}

.populartag .tag-item:hover .media-link, 
.populartag .tag-item:hover .hastag {
    color: var(--primary);
}

.populartag .tag-item .hastag {
    font-weight: 500;
    font-size: 15px;
    color: #a5a5a5;
    margin-right: 10px;
    font-weight: 800;
}
.populartag .tag-item .media-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.popular-item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    align-items: flex-start;
}

.popular-item .popular-text {
    flex: 1;
    display: flex;
}
.popular-item .popular-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.popular-item .media-title {
    line-height: 1.35;
    font-size: 14px;
    margin: 0;
    margin-top: 0;
    -webkit-line-clamp: 3;
    font-weight: 600;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 5px;
}

.popular-item .media-title a {
    color: #353935;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.popular-item .media-image {
    padding-bottom: 100px;
    border-radius: 5px;
    width: 133px;
    margin-left: 10px;
}
.popular-item .hastagnumber {
    font-size: 20px;
    border-radius: 50%;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: var(--primary);
    font-weight: 600;
    margin-top: 3px;
}

.popular-item:hover .media-link {
    color: var(--primary);
}
.sidebar-box .widget {
    margin-bottom: 30px;
}

.list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,.085);
    flex-direction: row-reverse;
}
.list-item:first-child {
    padding-top: 0;
}
.list-item .media-text {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

.list-item .media-image {
    padding-bottom: 100px;
    border-radius: 5px;
    width: 133px;
    margin-left: 10px;
}

.list-item  .media-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.35;
    font-weight: 500;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 0;
}
.list-item .media-link {
    color: #353935;
}

.list-item .media-date {
    font-size: 12px;
    color: #777;
}

.list-item:hover .media-link {
    color: var(--primary);
}
.list-item:last-child {
    border: 0;
    padding-bottom: 0;
}

.inline-grid .grid-box {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.inline-grid .grid-item {
    width: 50%;
    padding: 0 5px 10px;
    position: relative;
}

.inline-grid .grid-item:nth-child(1) {
    width: 100%;
}

.inline-grid .media-meta {
    line-height: 1.25em;
    font-size: 11px;
    color: #777;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.inline-grid .media-meta > * {
    margin-right: 2px;
}

.inline-grid .media-title {
    line-height: 1.25em;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    -webkit-line-clamp: 3;
    font-weight: 600;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.inline-grid .grid-item .media-text {
    display: flex;
    flex-direction: column-reverse;
}
.widget.inline-grid.customheadline {
    background: transparent;
    margin: 0 -10px;
    padding: 0;
}

.widget.inline-grid.customheadline .grid-item:nth-child(1) .grid-item-box {display: flex;flex-direction: column;background: transparent;box-shadow: none;}

.widget.inline-grid.customheadline .grid-item:nth-child(1) .media-title a, .widget.inline-grid.customheadline .grid-item:nth-child(1) .media-title {
    color: unset;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.35;
}

.inline-grid.customheadline .grid-item:nth-child(1) .media-image {
    width: 100%;
    padding-bottom: 59.5%;
}

.inline-grid.customheadline .grid-item:nth-child(1) {
    position: relative;
    width: auto;
    margin: 0 -5px;
    padding-left: 0;
    padding-right: 0;
}
.inline-grid.customheadline .grid-item:nth-child(1) .media-meta span:nth-child(1), .inline-grid.customheadline .grid-item:nth-child(1) .media-meta span:nth-child(2) {
    display: unset;
}
.inline-grid.customheadline .grid-item:nth-child(1) .media-meta {line-height: 1.25em;font-size: 11px;color: #777;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;display: -webkit-box;}

.inline-grid.customheadline .grid-box {padding: 5px;margin: 0;}
.box {
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
}
.inline-grid .media-title a {
    color: #353935;
}

.inline-grid .media-image {
    padding-bottom: 60.6%;
    border-radius: 5px;
    margin-bottom: 5px;
}
.inline-grid .grid-item:nth-child(1) .media-title {
    font-size: 15px;
}
.inline-grid .grid-item:nth-child(1) .media-title a, .inline-grid .grid-item:nth-child(1) .media-title {
    color: #fff;
}

.inline-grid .grid-item:nth-child(1) .media-meta span:nth-child(1), .inline-grid .grid-item:nth-child(1) .media-meta span:nth-child(2) {
    display: none;
}

.inline-grid .grid-item:nth-child(1) .media-meta {
    color: #fff;
}
.inline-grid .grid-item:nth-child(1) .grid-item-box {
    box-shadow: 0 1px 3px 1px rgb(153 153 153 / 30%);
    border-radius: 5px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: var(--primary);
    background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
}

.inline-grid .grid-item:nth-child(1) .media-text {
    padding: 10px;
    display: flex;
}

.inline-grid .grid-item:nth-child(1) .media-image {
    border-radius: 0;
    margin-bottom: 0;
    width: 50%;
    padding-bottom: 34.3%;
}
.widget.inline-grid {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0px !important;
    margin-left: -10px;
    margin-right: -10px;
    background: #ededed;
    padding: 10px;
}
.category .widget.inline-grid {
    border-bottom: 0;
}
.sidebar-box .widget:last-child {
    position: sticky;
    top: 95px;
}


.inline-video .grid-box {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.inline-video .grid-item {
    width: 50%;
    padding: 5px 5px 10px;
    position: relative;
    margin-bottom: 10px;
}


.inline-video .media-image {
    padding-bottom: 62%;
    border-radius: 5px;
    margin-bottom: 5px;
}

.inline-video .media-meta {
    line-height: 1.25em;
    font-size: 11px;
    color: #777;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.inline-video .media-text {
    display: flex;
    flex-direction: column-reverse;
}
.inline-video .media-title {
    line-height: 1.35;
    font-size: 14px;
    margin: 0;
    -webkit-line-clamp: 3;
    font-weight: 600;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 5px;
}

.inline-video .media-title a {
    color: #353935;
}

.inline-video .media-meta > * {
    margin-right: 2px;
}

.widget.inline-video {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0px !important;
    margin-top: 10px;
    padding-bottom: 10px;
}
.icon-play:before {
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(
    "data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 800 800' style='enable-background:new 0 0 800 800;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M400,0C179.1,0,0,179.1,0,400s179.1,400,400,400s400-179.1,400-400S620.9,0,400,0z M400,737.5 C213.6,737.5,62.5,586.4,62.5,400S213.6,62.5,400,62.5S737.5,213.6,737.5,400S586.4,737.5,400,737.5z'/%3E%3Cpolygon class='st0' points='300,525 550,400 300,275 '/%3E%3C/g%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 8;
}

.icon-galeri:before {
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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");
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 8;
}
.icon-galeri, .icon-play {
    background: linear-gradient(to top,rgb(24 24 24 / 45%) 0,rgba(255,255,255,0) 100%);
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
.inline-video .media-title a:before {
    z-index: 4;
}
footer.footer {
    background: #e9e9e9;
    margin-top: 30px;
    padding: 15px 0;
    border-top: 5px solid #e5e5e5;
    color: #333;
}

.footer .grid-row {
    position: relative;
}

.footer .widget-title {
    font-weight: 700;
    font-size: 16px;
    color: #353935;
    margin: 0;
    margin-bottom: 15px;
}

.footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer .menu li {
    width: 50%;
}

.footer .menu li a {
    padding: 5px 0;
    color: #353935;
    display: block;
}

.footer .widget {
    margin-bottom: 15px;
}

.footer-left .textwidget {
    background: #e5e5e5;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 15px;
    word-break: break-all;
}
.social-box {
    display: flex;
    flex-wrap: wrap;
}

.social-box a {
    background: #323232;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    margin-right: 5px;
}

.social-box svg {
    height: 20px;
}

.social-box a.facebook {
    background: #3b5998;
}

.social-box a.twitter {
    background: #000;
}

.social-box a.telegram {
    background: #08c;
}

.social-box a.instagram {
    background: #5851db;
    background: -moz-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: -webkit-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: radial-gradient(ellipse at left bottom,#ffdc80 15%,#e1306c 55%,#5851db 100%);
}

.social-box a.youtube {
    background: #ff0002;
}

.social-box a.tiktok {
    background: #000;
}
.app .widget-content {
    display: flex;
    flex-wrap: wrap;
}

.app .widget-content img {
    height: 45px;
    display: block;
}

.app .app-item {
    margin-right: 10px;
}
.to-top {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #fff;
    outline: 0;
    position: absolute;
    right: 30px;
    cursor: pointer;
    display: none;
}

.to-top svg {
    height: 20px;
    width: 20px;
}

.status .trigger {
    background: var(--primary);
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    outline: 0;
    border: 2px solid var(--primary);
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.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)
    }
}
.no-more {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f;
    display: none;
}
.status {
    text-align: center;
    padding: 30px 0;
}

.status .trigger:hover {
    background: transparent;
    color: var(--primary);
}
.pagination {
    display: none;
}

.widget-subheader {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center
}

.subcategory {
    outline: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

#startDate,select#startCategory {
    display: block;
    height: calc(1.96875rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    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;
    font-weight: 600;
}

.subcategory:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    height: 6px;
    width: 6px;
    display: block;
    border: solid #777;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.widget-header .widget-title small {
    border-radius: 20px;
    padding: 0 .85em;
    vertical-align: top;
    background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
    margin-left: 10px;
    letter-spacing: 1px;
}


.aut-share {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}

.author-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.author-media {
    flex: 1;
    text-align: center;
}

.author-name h1 {
    margin: 0;
    font-size: 20px;
}

.aut-share a {
    background: #626262;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 50em;
}

.aut-share svg {
    height: 20px;
}

.author-avatar {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50em;
    margin-bottom: 15px;
}

.author-bio {
    margin-top: 10px;
    color: #777;
}

.author-avatar  img {
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
}

.widget-author {
    margin-bottom: 30px;
}

.aut-share a.facebook {
    background: #3b5998;
}

.aut-share a.twitter {
    background: #000;
}

.aut-share a.instagram {
    background: #5851db;
    background: -moz-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: -webkit-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: radial-gradient(ellipse at left bottom,#ffdc80 15%,#e1306c 55%,#5851db 100%);
}
.breadcrumb ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}
.breadcrumb ul li {
    display: flex;
    align-items: center;
}
.breadcrumb svg {
    height: 9px;
    color: #525252;
    margin: 0 5px;
}

.breadcrumb a {
    color: #777;
    font-size: 12px;
}

.top-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    margin-top: 10px;
}

.article-date {
    color: #777;
    font-size: 12px;
}
.breadcrumb a:hover {
    color: var(--primary);
}
.article-header h1 {
    line-height: 1.2em;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}
.article-header {
    margin-bottom: 15px;
}
.article-description {
    font-size: 14px;
    padding: 15px 0 0;
    color: #777;
}
.author-item {
    margin-right: 3px;
}
.author-item:before {
    content: "/";
}

.author-item:first-child::before {
    content: unset;
}
.author-item span {
    font-weight: 700;
}
.share-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    margin: 0 -3px;
}
.share-box ul li {
    width: 20%;
    padding: 0 3px;
}
.share-box a {
    background: #919191;
    color: #fff;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    position: relative;
}
.share-box ul li a.copied:before {
    position: absolute;
    color: #fff;
    text-align: center;
}
.share-box ul li a.copied:before {
    content: attr(data-title);
    width: auto;
    background: #000;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
    white-space: nowrap;
    top: 40px;
    right: 0;
}
.share-box svg {
    height: 20px;
}
.article-featured figure {
    margin-bottom : 0;
}
.share {
    padding: 10px 0;
}
.redaksi {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.share-box a.facebook {
    background: #3b5998;
}

.share-box a.twitter {
    background: #000;
}

.share-box a.whatsapp {
    background: #25d366;
}

.share-box a.telegram {
    background: #0088cc;
}
.article-featured .image-box {
    border-radius: 0;
    position: relative;
    overflow: hidden;
}
.article-featured figure, .article-text figure {
    max-width: 100% !important;
}
.article-featured img {
    width: 100%;
    height: auto;
    display: block;
}

.article-featured figcaption, .article-content figcaption {
    font-size: 13px;
    padding: 10px;
    background: #efefef;
    color: #666;
}
.article-text {
    font-size: 17px;
    line-height: 1.5;
    color: #353935;
}
.article-text p {
    margin-top: 0;
}
.article-content {
    margin-bottom: 15px;
    margin-top: 0;
}
.bacajuga b {
    display: block;
}
.bacajuga {
    margin-bottom: 15px;
}
.bacajuga-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.bacajuga-item {
    width: 100%;
    padding: 5px 0;
}

.article-text .bacajuga-item a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: var(--primary);
}

.bacajuga-item:nth-child(3n+0) {
    border: 0;
}

.article-text .bacajuga-item a:hover {
    color: var(--primary);
}
.article-featured {
    margin-top: 15px;
    margin: 0 -10px;
}
.article-text figure {
    max-width: 100% !important;
}
.article-adv {
    width: 160px;
    margin-left: 15px;
}
.sticky-post {
    position: sticky;
    top: 100px;
}
.sticky-post .widget {
    margin-bottom: 30px;
    width: 160px;
    height: 600px;
}
.paginationPostNum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.paginationPostLink .post-page-numbers {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationPostLink {
    display: flex;
    flex-wrap: wrap;
}
.btn-next {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-next svg {
    height: 13px;
}
.paginationPostLink .post-page-numbers.current {
    background: #323131;
}
.showall-page a {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 10px;
    width: auto;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.article-text .wp-block-gallery {
    width: 720px !important;
    overflow: hidden !important;
}
.tag-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.tag-post {
    padding: 10px 0;
}

.tag-post a {
    background: #ededed;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.pagination-post {
    margin-bottom: 15px;
}
main.main-box .widget.grid {
    margin-bottom: 10px;
}


#comments,#respond {
    margin-bottom: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.comment-respond {
    border-radius: 12px
}

.comment-reply-title small a {
    text-transform: capitalize;
    margin-left: 5px;
    color: var(--primary);
    display: block
}

.comment-notes {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f
}

input#author,input#email {
    margin: 0 0 10px;
    background: #fff;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

textarea#comment {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    resize: unset;
    font-size: 14px;
    padding: 10px 10px 60px;
    height: 166px!important;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 0 0 12px 12px;
    width: calc(100% - 2px);
    resize: unset;
    text-align: right;
    padding: 10px;
    border-top: 1px solid #e6e6e6;
    position: absolute;
    right: 1px;
    bottom: 8px;
    background: #fff;
    left: 1px
}

p.form-submit:after {
    content: "";
    position: absolute;
    right: 17px;
    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
}
form#commentform {
    position: relative;
}
p.form-submit input[type=submit] {
    font-size: 13px;
    display: inline-block;
    padding: 5px 30px 5px 10px;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary);
    border: 1px solid var(--primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}

.comment-reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}

.notif {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f;
    padding: 15px;
    border: 0;
    text-align: center
}

.notif-header {
    font-weight: 700
}

.notif-image svg {
    height: 100px;
    color: #e5e5e5
}

h2.comments_title {
    display: block;
    border: none;
    margin: 10px 0 20px;
    padding: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 16px;
    color: var(--primary);
}

.commentBodyText,.notfound-desc,p.logged-in-as {
    font-size: 14px;
    color: #666
}
.notfound-image svg {
    width: 100%;
}
.notfound-title h1 {
    font-size: 24px;
    line-height: 1.3;
}
.commentsArea>ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.commentsArea li {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}

.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 {
    line-height: 1.4;
    display: block;
    word-wrap: break-word;
    margin: 5px 0 0
}

.commentAuthorName {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.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
}
.amp .article-content figcaption {
    display: none;
}
.app .app-item.appstore img {
    width: 134px;
    height: 45px;
}
.app .app-item.playstore img {
    width: 151px;
    height: 45px;
}
.comments-pagination a,.comments-pagination span,.notfound-button a {
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary);
    color: #fff;
    padding: 10px 15px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.main-box.m-auto {
    margin: 0 auto;
}

path.wr-primary {
    fill: var(--primary);
}

.notfound {
    text-align: center;
    margin-bottom: 15px;
}
.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)
}


.commentBody {
    flex: 1;
}

.comment-form-cookies-consent label {
    font-size: 14px;
    margin-left: 35px;
}

.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;
}

.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: 2px;
    left: 7px;
}

.page-nav nav {
    border-radius: 10px;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
}

.page-nav {
    max-width: 300px;
    width: 100%;
}

.page-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-nav ul li a {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    color: #212121;
    display: block;
    font-weight: 700;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.page-nav ul li a:hover, .page-nav ul li.current_page_item a {
    color: var(--primary);
}
.page-nav ul li:last-child a {
    border: 0;
}
body.amp .share-box ul li {
    width: 25%;
}

body.amp .share-box ul li .copylink {
    display: none;
}
body.darkmode, body.darkmode .to-top, body.darkmode header.header, body.darkmode .sidebarmenu, body.darkmode .box, body.darkmode .media-image {
    background: #242424;
    color: #fff;
}
body.darkmode .billboard.custombillboard .widget,
body.darkmode .footer-left .textwidget,
body.darkmode .primary-menu .sub-menu,
body.darkmode .bg-ads {
    background: #2a2a2a;
}
body.darkmode header.header {
    box-shadow: 0 4px 2px -2px rgb(0 0 0 / 30%);
}
body.darkmode .header-brand img {
    filter: brightness(0) invert(1);
}
body.darkmode .article-item .media-title a, body.darkmode .grid .media-title a, body.darkmode .small-item .media-title, body.darkmode .inline-video .media-title a, body.darkmode .inline-video .media-title a, body.darkmode .populartag .tag-item .media-link, body.darkmode .popular-item .media-title a, body.darkmode .inline-grid .media-title a, body.darkmode .footer .widget-title, body.darkmode .input-search, body.darkmode .list-item .media-link, body.darkmode .article-text, body.darkmode .tag-post a, body.darkmode textarea#comment, body.darkmode input#author, body.darkmode input#email, body.darkmode .commentAuthorName, body.darkmode .page-nav ul li a, body.darkmode .sidebarmenu .widget .menu li a, body.darkmode .sidebarmenu .textwidget a, body.darkmode .big-item .media-title a, body.darkmode .small-item .media-title a, body.darkmode #startDate, body.darkmode select#startCategory {
    color: #fff;
}
body.darkmode .input-search, body.darkmode .tag-post a, body.darkmode textarea#comment, body.darkmode input#author, body.darkmode input#email, body.darkmode p.form-submit, body.darkmode .article-featured figcaption, body.darkmode .article-content figcaption {
    border-color: #363636;
    background: #323131;
}
body.darkmode .search-icon {
    background-color: #3a3a3a;
    color: #fff;
}
body.darkmode .headline-small, body.darkmode .small-item, body.darkmode .article-item, body.darkmode .widget.inline-video, body.darkmode .mode, body.darkmode .list-item, body.darkmode .top-info, body.darkmode .commentsArea li, body.darkmode .page-nav ul li a, body.darkmode .popular-item, body.darkmode .widget.inline-grid, body.darkmode footer.footer, body.darkmode #startDate, body.darkmode select#startCategory {
    border-color: #2c2c2c;
}
body.darkmode .small-item.slick-current {
    border-top-color: var(--primary);
}
body.darkmode .populartag .tag-item:hover .media-link, body.darkmode .populartag .tag-item:hover .hastag, body.darkmode .article-item:hover .media-link, body.darkmode .popular-item:hover .media-link, body.darkmode .list-item:hover .media-link, body.darkmode .page-nav ul li a:hover, body.darkmode .page-nav ul li.current_page_item a, body.darkmode .grid-item:hover .media-link, body.darkmode .article-text .bacajuga-item a:hover, body.darkmode .sidebarmenu .textwidget a:hover, body.darkmode .sidebarmenu .widget .menu li a:hover {
    color: var(--primary);
}
body.darkmode footer.footer, body.darkmode .widget.inline-grid {
    background-color: #202020;
    color: #c7c7c7;
}
body.darkmode .footer .menu li a {
    color: #c7c7c7;
}
body.darkmode .article-item .media-meta, body.darkmode .inline-video .media-meta, body.darkmode .list-item .media-date, body.darkmode .inline-grid .media-meta, body.darkmode .article-date, body.darkmode .grid .media-meta, body.darkmode .breadcrumb a, body.darkmode .article-description, body.darkmode .article-featured figcaption, body.darkmode .article-content figcaption, body.darkmode .comment-notes, body.darkmode .author-bio, body.darkmode .commentBodyText, body.darkmode .notfound-desc, body.darkmode p.logged-in-as {
    color: #999;
}
body.darkmode .media-image:before {
    background: #1e1e1e;
}
body.darkmode .media-image:after {
    background-image: linear-gradient(90deg,rgb(42 42 42 / 0%) 0,rgb(52 52 52 / 20%) 20%,rgb(42 42 42 / 50%) 60%,rgb(20 20 20 / 0%));
}
body.darkmode .inline-grid .grid-item:nth-child(1) .grid-item-box, 
body.darkmode .inline-grid .grid-item:nth-child(2) .grid-item-box {
    box-shadow: 0 1px 3px 1px rgb(2 2 2 / 30%);
}
body.darkmode .bacajuga-item {
    border-color: #444444;
}
body.darkmode .sidebarmenu {
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
}