:root {
  --color1: #04a4a4;
  --color2: #038383;
  --color3: #dc1641;
  --color4: #1f8dd6;
  --color5: #1870ab;
  --color6: #ef700d;
  --menu1: #dc1641;
  --menu2: #f28c3d;
  --menu3: #1870ab;
  --menu4: #4ba3de;
  --menu5: #36b6b6;
  --menu6: #e34467;
}
::-webkit-scrollbar-track {
    background: #faf9f8;
}
::-webkit-scrollbar-thumb {
    background: #c8c6c4;
}
::-webkit-scrollbar {
    width: 6px;
}
html {
    line-height: 1.5;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}
*, ::before, ::after {
    box-sizing: border-box;
}

a, button, 
a:focus, button:focus {
	outline: 0px;
	border:0px;
    text-decoration: none;
}
img {
	max-width: 100%;
	height:auto;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: #c8c6c4;
}
::-webkit-scrollbar-track {
    background: #faf9f8;
}

@-webkit-keyframes shimmer{
    100%{
        transform:translateX(100%)
    }
}
@keyframes shimmer{
    100%{
        transform:translateX(100%)
    }
}
body {
    color: #333333;
    margin: 0px;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizelegibility;
    position: relative;
    overflow-x: hidden;
}
body.over-hide{
    overflow: hidden;
}
.overflow-hide {
    overflow: hidden;
}
.content {
    position: relative;
}
.header {
    position: sticky;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 899;
    box-shadow: #eeeeee 0px 1px 0px;
    background-color: #ffffff;
}
.header-box {
    padding: 0px 20px;
    width: 1024px;
    margin: 0px auto;
    background-color: #ffffff;
    color: #000000;
}
.header-wrapper {
    display: flex;
    flex-direction: column;
}
.header-top {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: #eeeeee 0px 0px 0px -1px;
}
.header-top-box {
    width: 100%;
    padding: 9px 0px;
    margin: 0px auto;
}
.header-top-wrapper {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
}
.header-brand {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header-search {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 40px;
}
.header-more {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.header-brand a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.header-brand img {
    height: 38px;
    width: auto;
    display: block;
}
.header-search-wrapper {
    display: flex;
    flex: 1 1 0%;
    overflow: hidden;
    border-radius: 33px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    color: #000000;
    width: 320px;
    background-color: #f7f7f7;
}
.header-input-search {
    display: flex;
    flex: 1 1 0%;
    text-align: left;
    appearance: none;
    line-height: 24px;
    font-weight: 400;
    border: 0px;
    font-family: inherit;
    outline: 0px;
    background: none;
    min-width: 12rem;
    resize: vertical;
    color: #000000;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    height: 32px;
}
.header-search-wrapper button {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}
.icon-search {
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 48px;
    max-width: 48px;
    height: 34px;
    background-image: url("../icon/search-gray.svg");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.header-button {
    display: flex;
    flex-direction: row;
}
.header-button > * {
    display: inline-block;
    position: relative;
    margin-right: 32px;
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.header-button > *:last-child {
    margin-right: 0;
}
.icon-home {
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    background-image: url("../icon/home.svg");
}
.icon-darkmode {
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    background-image: url("../icon/moon.svg");
}
.icon-lightmode {
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    background-image: url("../icon/sun.svg");
}
.header-bottom {
    display: flex;
    flex: 1 1 0%;
}
.header-bottom-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header-menu ul {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-menu ul li {
    margin-right: 12px;
}
.header-menu ul li a {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px 0px;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.header-menu ul li.current-menu-item a {
    color: var(--color6);
}
.more a:after {
    content: "";
    background-image: url("../icon/more-vertical.svg");
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.header-menu .menu-image-title {
    padding: 0;
}
.header-submenu {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
}
.header-submenu ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-submenu nav ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 24px;
}
.header-submenu nav ul li a {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px 0px;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.header-submenu nav ul li:last-child {
    margin-right: 0;
}
.header-submenu .menu-image-title {
    padding: 0;
}






.main {
    background-color: #f7f7f7;
    padding-bottom: 10px;
    padding-top: 0px;
}
.single .main {
    background-color: #fff;
}
.main-container {
    width: 1024px;
    margin: 0px auto;
    position: relative;
    padding: 34px 20px 20px;
    z-index: 180;
}



/* BILLBOARD */
.main .billboard > .widget {
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 0 16px;
    padding: 8px 0px;
    text-align: center;
    display: block;
    background-color: #eeeeee;
    overflow: visible;
}
.main .billboard > .widget img {
    display: block;
    margin: auto;
}

/* WIDGET CUSTOM TAG */
.custom-tag {
    padding: 0px 8px 8px;
    margin: 0px;
}
.custom-tag ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
}
.custom-tag ul li {
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0px 4px 4px 0px;
}
.custom-tag ul li a {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 8px;
    overflow: hidden;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color4);
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    color: var(--color4);
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.custom-tag .menu-image-title {
    padding: 0;
}





.carousel {
    position: relative;
    width: 100%;
}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}




/* WIDGET SLIDER */
.slider {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
}
.headline {
    display: flex;
    flex: 2 1 0%;
    margin-right: 6px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.trending {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    margin-left: 6px;
}
.headline img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.headline-big {
    display: flex;
    flex: 2 1 0%;
    margin-bottom: 4px;
    width: 100%;
}
.headline-small-box {
    display: flex;
    flex: 1.32 1 0%;
    width: 100%;
}
.headline-small-box .headline-small:first-child {
    display: flex;
    flex: 1 1 0%;
    padding-right: 2px;
    height: 100%;
}
.headline-small-box .headline-small:last-child {
    display: flex;
    flex: 1 1 0%;
    padding-left: 2px;
    height: 100%;
}
.headline-big .headline-item {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    border-radius: 6px;
    width: 100%;
}
.headline-big .headline-image {
    width: 648px;
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #eeeeee;
}
.headline-big .headline-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.headline-big .headline-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: "";
}
.headline-content {
    z-index: 3;
    position: absolute;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: 6px;
}
.headline-text {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding: 16px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.headline-text .headline-title h3 {
    margin: 0;
}
.headline-text .headline-title a {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    display: block;
}
.headline-small .headline-item {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 6px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
}
.headline-small .headline-image {
    width: 322px;
    height: 238px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #eeeeee;
}
.headline-small .headline-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.headline-small .headline-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: "";
}
.headline-content .headline-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.headline-content .headline-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.headline-content .headline-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #cccccc;
}
.headline-content .headline-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/verified-round.svg");
    background-size: 12px;
    background-repeat: no-repeat;
}
.headline-content .headline-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.headline-content .headline-more .headline-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.headline-content .headline-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.headline-content .headline-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.headline-content .headline-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.headline-content .headline-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #cccccc;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.headline-content .headline-more .icon-like {
    filter: invert(100%) sepia(0%) saturate(7471%) hue-rotate(57deg) brightness(106%) contrast(60%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.headline-content .headline-more .icon-comment {
    filter: invert(100%) sepia(0%) saturate(7471%) hue-rotate(57deg) brightness(106%) contrast(60%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.headline-content .headline-more .icon-share {
    filter: invert(100%) sepia(0%) saturate(7471%) hue-rotate(57deg) brightness(106%) contrast(60%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.headline-content .headline-more .like-counter, .headline-content .headline-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #cccccc;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}



.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    margin-top: -12rem;
    display: flex;
    flex: 1 1 0%;
    height: 50px;
    width: 24px;
    -webkit-box-align: center;
    align-items: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-repeat: no-repeat;
    filter: invert(100%) sepia(0%) saturate(1534%) hue-rotate(43deg) brightness(114%) contrast(100%);
    width: 24px;
    max-width: 24px;
    background-size: 24px;
}
.carousel-control-prev-icon {
    background-image:url("../icon/chevron-back.svg");
}
.carousel-control-next-icon {
    background-image:url("../icon/chevron-next.svg");
}
.carousel-indicators {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 24px;
    position: absolute;
    display: flex;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 0;
}
.carousel-indicators li {
    flex: 1 1 0%;
    margin: 0px 2px;
    display: inline-block;
    cursor: pointer;
    height: 3px;
    max-width: 10px;
    background-color: #fff;
    border-radius: 999999px;
}
.carousel-indicators li.active {
    background-color: var(--color4);
}










.grid-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #ffffff;
    color: #000000;
}
.grid-box .grid-header-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}
.grid-box .grid-header-box:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 12px;
    background: var(--color3);
}
.grid-box .grid-header {
    border-bottom: 1px solid #eeeeee;
}
.grid-box .grid-header .grid-title {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.grid-box .grid-header .grid-more {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.grid-box .grid-header .grid-title h2 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin: 0;
}
.grid-box .grid-header .grid-more a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color5);
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.grid-box .grid-header .grid-more a:after {
    content: "";
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url("../icon/chevron-next.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.slider .grid-box .grid-content {
    height: 553px;
    position: relative;
}
.grid-box .grid-scroll {
    overflow: hidden auto;
    height: 100%;
}
.grid-item {
    padding: 16px 10px;
    border-bottom: 1px solid #eeeeee;
}
.grid-text {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}
.grid-image {
    margin-left: 16px;
    width: 80px;
    position: relative;
    border-radius: 6px;
    height: 80px;
    background: #eeeeee;
    overflow: hidden;
}
.grid-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.grid-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: "";
}
.grid-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
.grid-item-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 0px;
    background-color: #ffffff;
    color: #000000;
}
.grid-title {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.grid-title h3 {
    margin: 0;
}
.grid-title a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.grid-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.grid-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.grid-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.grid-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/verified-round.svg");
    background-size: 12px;
    background-repeat: no-repeat;
}
.grid-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.grid-more .grid-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.grid-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.grid-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.grid-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.grid-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.grid-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.grid-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.grid-more .icon-share {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.grid-more .like-counter, .grid-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}
.grid-box .grid-scroll .grid-item:last-child {
    border: 0;
}



.grid2-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.grid2-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 12px;
}
.grid2-item .grid-item-box {
    display: flex;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin: 0 6px;
    background: #fff;
    padding: 12px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
}
.grid3-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.grid3-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 12px;
}
.grid3-item .grid-item-box {
    display: flex;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin: 0 6px;
    background: #fff;
    padding: 12px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
}
.grid-label {
    -webkit-font-smoothing: antialiased;
    color: #dc1641;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.stories ul {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 0;
    text-align: center;
}
.stories ul li {
    text-align: center;
    list-style: none;
    display: inline-block;
    width: 90px;
    height: 68px;
    position: relative;
}
.stories ul li:before {
    content: "";
    width: 68px;
    height: 68px;
    position: absolute;
    padding-right: 0;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    left: 11px;
    background: var(--color1) linear-gradient( -50deg ,#6c6c6c, var(--color1),var(--color1)) repeat scroll 0 0;
    top: -1px;
}
.stories ul li a {
    display: block;
}
.stories ul li img.menu-image-title-after {
    width: 62px;
    height: 62px;
    margin: 2px auto;
    position: relative;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
}
.stories ul li .menu-image-title {
    overflow: hidden;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 5px 0 0 0;
}
@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}


/* WIDGET */
.main .widget {
    padding-bottom: 20px;
}
.main .widget .widget-header-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}
.main .widget .widget-header-box:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 24px;
    background: var(--color3);
}
.main .widget .widget-title a,
.main .widget .widget-title h1,
.main .widget .widget-title h2 {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin:0;
}
.main .widget .widget-more {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.main .widget .widget-more a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color5);
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.main .widget .widget-more a:after {
    content: "";
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url("../icon/chevron-next.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.single .article-box .widget-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 8px;
}


/* COLLECTION */
.collection .collection-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.single .collection .collection-box {
    margin-right: 0;
    margin-left: 0;
}
.collection .collection-item {
    display: flex;
    padding-left: 6px;
    padding-right: 6px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.collection .collection-item a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    display: block;
}
.collection .collection-card {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%;
}
.collection .collection-image {
    margin-bottom: 6px;
    border-radius: 6px;
    height: 261px;
    width: 187px;
    background: #eeeeee;
    overflow: hidden;
    position: relative;
}
.collection .collection-image .pin {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0.8;
    overflow: hidden;
    border-radius: 17px;
    height: 32px;
    width: 32px;
    background-color: #000000;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    background-image: url(../icon/pin.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.collection .collection-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.collection .collection-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: "";
}
.collection .collection-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
.collection .collection-label {
    -webkit-font-smoothing: antialiased;
    color: var(--color3);
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.collection .collection-title {
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.collection .collection-subtitle {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.single .collection .collection-image {
    margin-bottom: 6px;
    overflow: hidden;
    border-radius: 6px;
    height: 168px;
    width: 100%;
    background: #eeeeee;
}
.single .collection .collection-item {
    display: flex;
    padding-left: 3px;
    padding-right: 3px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.category .collection .collection-item {
    margin-bottom: 20px;
}




/* GRID WIDGET */
.headline-box {
    position: relative;
}
.headline-box .headline-image {
    height: 451px;
    width: 320px;
    background: #eeeeee;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.headline-box .headline-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.headline-box .headline-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: "";
}
.headline-box .headline-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
.grid-flex {
    display: flex;
    flex-direction: row;
    padding-bottom: 4px;
    margin-left: -6px;
    margin-right: -6px;
}
.grid-flex > div {
    flex: 1 1 0%;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 6px;
}
.grid .grid-box .grid-header-box:before {
    background: var(--color2);
}
.grid .grid-content, 
.grid .grid-content {
    height: 408px;
    position: relative;
}
.grid .grid-title {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.grid .grid-box .grid-header .grid-title{
    cursor: unset;
}




/* WIDGET VIDEO */
.video-box {
    overflow: hidden;
}
.video-box .video-item {
    width: 25%;
    float: left;
}
.video-wrap {
    margin-right: 12px;
}
.video-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px 20px;
    overflow: hidden;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #ffffff;
    color: #000000;
}
.video-image {
    width: 192px;
    height: 108px;
    background: #eeeeee;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.video-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.video-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: "";
}
.video-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.video-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
.video-title {
    padding-top: 16px;
}
.video-title h3 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.video-title h3 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}

.video-content .video-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.video-content .video-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.video-content .video-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.video-content .video-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/verified-round.svg");
    background-size: 12px;
    background-repeat: no-repeat;
}
.video-content .video-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.video-content .video-more .video-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.video-content .video-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.video-content .video-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.video-content .video-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.video-content .video-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.video-content .video-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.video-content .video-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.video-content .video-more .icon-share {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.video-content .video-more .like-counter, .video-content .video-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}




/* ARCHIVE GRID */
.archive-grid-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.archive-grid-box .archive-grid-item {
    display: flex;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 20px;
}
.archive-grid-wrap {
    padding-left: 12px;
    padding-right: 12px;
}
.archive-grid-content {
    padding: 16px 20px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #ffffff;
    color: #000000;
    height: 100%;
}
.archive-grid-image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #eeeeee;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.archive-grid-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.archive-grid-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: "";
}
.archive-grid-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.archive-grid-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}
.archive-grid-title {
    padding-top: 16px;
}
.archive-grid-title h3 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.archive-grid-title h3 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}

.archive-grid-content .archive-grid-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.archive-grid-content .archive-grid-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.archive-grid-content .archive-grid-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.archive-grid-content .archive-grid-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/verified-round.svg");
    background-size: 12px;
    background-repeat: no-repeat;
}
.archive-grid-content .archive-grid-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.archive-grid-content .archive-grid-more .archive-grid-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.archive-grid-content .archive-grid-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.archive-grid-content .archive-grid-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.archive-grid-content .archive-grid-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.archive-grid-content .archive-grid-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.archive-grid-content .archive-grid-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.archive-grid-content .archive-grid-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.archive-grid-content .archive-grid-more .icon-share {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.archive-grid-content .archive-grid-more .like-counter, .archive-grid-content .archive-grid-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}

/* LIST WIDGET */
.list .list-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.single .list .list-wrap {
    display: unset;
    flex-direction: unset;
    margin: unset;
}
.list .list-item {
    border-radius: 6px;
    display: flex;
    padding-left: 6px;
    padding-right: 6px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 12px;
}
.single .list .list-item {
    display: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    margin-bottom: 0;
    padding: 0;
}
.single .list .list-item:last-child .list-box{
    border: none;
}
.list .list-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px 20px;
    overflow: hidden;
    border-radius: 0px;
    color: #000000;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
}
.single .list .list-box {
    border: 0;
    margin: 16px 20px;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 0;
}
.list .list-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}
.list .list-image {
    margin-left: 16px;
    width: 80px;
    position: relative;
    border-radius: 6px;
    height: 80px;
    background: #eeeeee;
    overflow: hidden;
}
.list .list-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.list .list-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: "";
}
.list .list-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.list .list-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
.list .list-label {
    -webkit-font-smoothing: antialiased;
    color: var(--color3);
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.list .list-title {
    padding-top: 16px;
}
.list .list-title h3 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.list .list-title h3 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}

.list .list-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.list .list-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.list .list-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.list .list-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/verified-round.svg");
    background-size: 12px;
    background-repeat: no-repeat;
}
.list .list-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.list .list-more .list-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.list .list-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.list .list-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 40px;
}
.list .list-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 40px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.list .list-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.list .list-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.list .list-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.list .list-more .like-counter, 
.list .list-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}
.widget .btn-like.liked .icon-like {
    background-image: url(../icon/like-active.svg);
    filter: unset;
}

/* SINGLE */
.content-box {
    display: flex;
    flex: 1 1 0%;
}
.article {
    display: flex;
    flex-basis: 664px;
    padding-right: 40px;
    width: 664px;
}
.content-box .sidebar {
    display: flex;
    flex-basis: 320px;
    flex-direction: column;
}
.article-box {
    max-width: 624px;
    width: 100%;
}
.info-post {
    width: 100%;
    position: sticky;
    z-index: 100;
    margin-right: auto;
    margin-left: auto;
    top: 118px;
    display: block;
    margin-bottom: 16px;
}
.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;
    background-color: #ffffff;
    color: #000000;
    max-width: 624px;
}
.info-post .author-flex {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.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;
    border-radius: 6px;
    background: #f6f8fc;
    position: relative;
    text-align: center;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
}
.info-post .author-avatar a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.info-post .author-avatar img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.info-post .author-name-box {
    display: flex;
    flex-direction: column;
}
.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-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding-right: 4px;
}
.info-post .author-name-box {
    display: flex;
    flex-direction: column;
}
.info-post .author-verified {
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url(../icon/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 .share-box {
    display: flex;
    flex: 1 1 0%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.info-post .likecomment {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.info-post .share-wrapper {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.info-post .like-box {
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.info-post .like-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(../icon/like.svg);
    margin-right: 8px;
}
.info-post .like-btn.liked {
    background-image: url(../icon/like-active.svg);
    filter: unset;
}
.info-post .like-count {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.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(../icon/comment.svg);
    margin-right: 8px;
}
.info-post .comment-count {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    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;
}
.info-post .share-btn.whatsapp {
    background-color: #25d366;
    background-image: url(../icon/whatsapp.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.info-post .share-btn.copylink {
    background-color: #00a1b0;
    background-image: url(../icon/copylink.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.info-post .share-btn.more {
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    background-color: transparent;
    background-image: url(../icon/more-vertical.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
}
.info-post .timepost {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.info-post .dot {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.info-post .readtime {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.info-post .dot:after {
    content: "\00B7";
    margin: 0 4px;
}
.header-post {
    max-width: 624px;
    margin: 0px auto 16px;
}
.header-post .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;
}
.header-post .category-post a {
    -webkit-font-smoothing: antialiased;
    color: var(--color4);
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-post .category-post {
    padding-right: 4px;
}

.header-post .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: #000000;
    font-family: Heebo, sans-serif;
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.post-detail .wp-block-image {
    border-radius: 6px;
    max-width: 100%;
    height: auto;
}
.post-detail {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: "PT Serif", Georgia, serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.post-detail a {
    color: var(--color1);
}
.post-detail h1,
.post-detail h2,
.post-detail h3,
.post-detail h4,
.post-detail h5,
.post-detail h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: Heebo, sans-serif;
}
.post-detail .wp-block-image img {
    display: block;
}
.post-detail .wp-block-image img.featured-image {
    width: 100%;
    height: auto;
}
.post-detail .wp-block-image a {
    position: relative;
    display: block;
}
.post-detail figcaption {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: Heebo, sans-serif;
    text-align: left;
}
.tag-post ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-bottom: 24px;
    list-style: none;
    padding-top: 12px;
}
.tag-post ul li {
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0px 4px 4px 0px;
}
.tag-post ul li a {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 8px;
    overflow: hidden;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color4);
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    color: var(--color4);
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}


/* RELATED */
.related-item {
    flex: 1 1 0%;
}
.related-item .related-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #eeeeee;
    color: #000000;
}
.related-item .related-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}
.related-item .related-label {
    -webkit-font-smoothing: antialiased;
    color: var(--color3);
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.related-item .related-title h3 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.related-item .related-title h3 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.related-item .related-title h3 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}
.related-item .related-image {
    margin-left: 16px;
    width: 80px;
    position: relative;
    border-radius: 6px;
    height: 80px;
    background: #eeeeee;
    overflow: hidden;
}
.related-item .related-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dfdfdf;
    animation: shine 1s infinite;
}
.related-item .related-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: "";
}
.related-item .related-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.related-item .related-image img {
    z-index: 2;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.related-item .related-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.related-item .related-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.related-item .related-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    font-weight: 400;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.related-item .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/verified-round.svg");
    background-size: 12px;
    background-repeat: no-repeat;
}
.related-item .dot {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.related-item .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.related-author .dot:before {
    content: "\00B7";
    margin: 0 4px;
}


.redaksi {
    padding-bottom: 20px;
}
.redaksi .redaksi-header {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
.redaksi .redaksi-avatar {
    display: flex;
    flex: 1 1 0%;
}
.redaksi .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;
}
.redaksi .icon-arrow {
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url("../icon/drop-down.svg");
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.redaksi .label-btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.redaksi .redaksi-content {
    margin-top: 8px;
}
.redaksi .redaksi-content.hide {
    display: none;
}
.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-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.redaksi .author-role {
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.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("../icon/verified-green.svg");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.author-share {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}
.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;
}
.author-share .url {
    background-image: url(../icon/site.svg);
}
.author-share .facebook {
    background-image: url(../icon/facebook.svg);
}
.author-share .twitter {
    background-image: url(../icon/twitter.svg);
}
.author-share .instagram {
    background-image: url(../icon/instagram.svg);
}






.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(../icon/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;
}
.share-popup .share-content .whatsapp {
    background-image: url(../icon/wa.svg);
}
.share-popup .share-content .facebook {
    background-image: url(../icon/facebook.svg);
}
.share-popup .share-content .twitter {
    background-image: url(../icon/twitter.svg);
}
.share-popup .share-content .line {
    background-image: url(../icon/line.svg);
}
.share-popup .share-content .copylink {
    background-image: url(../icon/copylink.svg);
}


.copylink-popup {
    display: none;
    position: sticky;
    top: 118px;
    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(../icon/close.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}





/* COMMENT */
.comment-reply-title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    margin: 0;
    font-size: 20px;
}
.comment-reply-title:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 18px;
    background: var(--color3);
}
.comment-reply-title a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color5);
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.comments_title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    margin: 0 0 1em;
    font-size: 20px;
}
.comments_title:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 18px;
    background: var(--color3);
}
.logged-in-as a {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    word-break: break-all;
}
.comment-form {
    flex: 1 1 0%;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
input#author {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    margin-bottom: 10px;
    max-width: 100%;
}
input#email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    margin-bottom: 10px;
    max-width: 100%;
}
textarea#comment {
    display: flex;
    margin-right: 12px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    min-height: 58px;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.form-submit {
    position: relative;
    margin-top: 0;
    min-height: 40px;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.form-submit .submit {
    color: transparent;
    display: block;
    border-radius: 50%;
    border: 1px solid #c3c6c9;
    transition: all 0.2s ease 0s;
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
}
.form-submit:before {
    content: "";
    background-image: url("../icon/submit.svg");
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 8px;
    filter: invert(100%) sepia(0%) saturate(7471%) hue-rotate(57deg) brightness(106%) contrast(60%);
}
.commentsArea ol {
    margin: 0;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #eeeeee;
}
.comment-respond {
    padding-bottom: 20px;
}
.commentsArea ul {
    list-style: none;
}
.commentsArea ul ul {
    padding: 0;
}
.comment-notes {
    color: #999999;
}
.commentBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
}
.commentAvatar {
    width: 32px;
    border-radius: 50%;
    height: 32px;
    background: #eee;
}
.commentAvatar img {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.commentBody {
    margin-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    -ms-flex: 1;
    flex: 1;
}
.commentAuthorName,
.commentAuthorName a {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.commentBodyText {
    font-size: 14px;
    position: relative;
    line-height: 1.25;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 0 5px 0;
}
.commentBodyModeration {
    background-color: #eeeeee;
    padding: 5px;
    border-radius: 6px;
    color: #999999;
}
.commentBodyText p {
    margin: 0 0 5px 0;
}
.commentReplyTo {
    float: left;
    margin-right: 5px;
    font-weight: 600;
}
.commentBodyFooter {
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.commentBodyFooter a {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.commentBodyFooter time::after, .commentBodyFooter a::after {
    content: "\00B7";
    margin: 0 4px;
    font-weight: normal;
}
.commentBodyFooter a:last-child::after {
    content: "";
}
.navigation.comments-pagination {
    text-align: center;
    border-top: 1px solid #e6e8ea;
    padding-top: 10px;
}
.comments-pagination {
    padding-top: 12px;
    padding-bottom: 12px;
    appearance: none;
    user-select: none;
    font-family: inherit;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    cursor: not-allowed;
    vertical-align: middle;
    text-align: center;
}
.endLoadMore {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.iconCheck {
    margin-right: 8px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url(../icon/check-circle-green.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}


.loadingLoadMore {
    text-align: center;
}
.loadingLoadMore span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--color1);
    margin: 4px 2px;
    opacity: 0;
}
.loadingLoadMore span:nth-child(1) {
    animation: 1s ease-in-out 0s infinite normal none running opacitychange;
}
.loadingLoadMore span:nth-child(2) {
    animation: 1s ease-in-out 0.33s infinite normal none running opacitychange;
}
.loadingLoadMore span:nth-child(3) {
    animation: 1s ease-in-out 0.66s infinite normal none running opacitychange;
}
@-webkit-keyframes opacitychange{
    0%,100%{
        opacity:0;
    }
    60%{
        opacity:1;
    }
}
@keyframes opacitychange{
    0%,100%{
        opacity:0;
    }
    60%{
        opacity:1;
    }
}





/* TRENDING */
.trending-wrapper {
    max-width: 1024px;
    padding: 0px 20px;
    margin: 0px auto;
}
.trending-header {
    text-align: center;
}
.trending-header h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}
.trending-content {
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #ffffff;
    max-width: 640px;
    margin: 40px auto;
}
.trending-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%;
}
.trending-menu {
    display: flex;
    flex: 1 1 0%;
}
.trending-article {
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid #eeeeee;
}
.trending-menu nav {
    box-sizing: border-box;
    display: block;
    height: inherit;
    position: relative;
    width: 100%;
    flex: 1 1 0%;
    overflow: visible;
    background: #f7f7f7;
}
.trending-menu ul.widget {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    z-index: 1;
    list-style: none;
}
.trending-menu ul li {
    min-width: max-content;
}
.trending-menu ul li a {
    flex: 1 1 0%;
    appearance: none;
    user-select: none;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    width: 100%;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
}
.trending-menu .menu-image-title {
    padding: 0;
}
.page-template-trending .list-wrap {
    display: unset;
    flex-direction: unset;
    margin: unset;
}
.page-template-trending .list .list-item {
    display: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    margin-bottom: 0;
    padding: 0;
}
.trending-article .widget {
    padding-bottom: 0;
}
.trending-menu ul li.current-menu-item a {
    border-bottom: 5px solid var(--color3);
}
.page-template-trending .list .list-item .list-box {
    border: 0;
    margin: 16px 20px 0;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 16px 0;
}
.page-template-trending .list .list-item:last-child .list-box {
    border: 0;
}
.trending-article p {
    margin: 0;
}

/* TERKINI */
.terkini-wrapper {
    max-width: 1024px;
    padding: 0px 20px;
    margin: 0px auto;
}
.terkini-header {
    text-align: center;
}
.terkini-header h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}
.terkini-content {
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #ffffff;
    max-width: 640px;
    margin: 40px auto;
}
.terkini-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%;
}
.terkini-menu {
    display: flex;
    flex: 1 1 0%;
}
.terkini-article {
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid #eeeeee;
}
.terkini-menu nav {
    box-sizing: border-box;
    display: block;
    height: inherit;
    position: relative;
    width: 100%;
    flex: 1 1 0%;
    overflow: visible;
    background: #f7f7f7;
}
.terkini-menu ul.widget {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    z-index: 1;
    list-style: none;
}
.terkini-menu ul li {
    min-width: max-content;
}
.terkini-menu ul li a {
    flex: 1 1 0%;
    appearance: none;
    user-select: none;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    width: 100%;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
}
.terkini-menu .menu-image-title {
    padding: 0;
}
.page-template-terkini .list-wrap {
    display: unset;
    flex-direction: unset;
    margin: unset;
}
.page-template-terkini .list .list-item {
    display: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    margin-bottom: 0;
    padding: 0;
}
.terkini-article .widget {
    padding-bottom: 0;
}
.terkini-menu ul li.current-menu-item a {
    border-bottom: 5px solid var(--color3);
}
.page-template-terkini .list .list-item .list-box {
    border: 0;
    margin: 16px 20px 0;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 16px 0;
}
.page-template-terkini .list .list-item:last-child .list-box {
    border: 0;
}
.terkini-article p {
    margin: 0;
}


/* ARCHIVR */
.archive-wrapper {
    color: #000000;
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #ffffff;
    max-width: 640px;
    margin: 6px auto;
}
.archive-wrapper .archive-header {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.popu .archive-header {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.archive-wrapper .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;
    background-color: #ffffff;
}
.archive-wrapper .author-avatar {
    margin: 40px 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;
    border-radius: 6px;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.archive-wrapper .author-avatar img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.archive-wrapper .author-name {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.archive-wrapper .author-name h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.archive-wrapper .author-bio {
    margin-top: 8px;
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
}
.archive-wrapper .archive-content .list-wrap {
    display: unset;
    flex-direction: unset;
    margin: unset;
}
.archive-wrapper .archive-content .list .list-item {
    border: 0;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
}
.archive-wrapper .archive-content .widget {
    padding-bottom: 0;
}
.archive-wrapper .archive-content .list .list-item:last-child {
    border: 0;
}
.archive-wrapper .archive-content {
    border-top: 1px solid #eeeeee;
}





/* TAG PAGE */
.archive-title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 40px;
}
.archive-title h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
.archive-main {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
}
.archive-main .archive-article {
    display: flex;
    flex: 2 1 0%;
    -webkit-box-flex: 2;
    flex-direction: column;
    margin-right: 16px;
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background: #ffffff;
}
.archive-main .sidebar {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-flex: 1;
    flex-direction: column;
}
.archive-main .list-wrap {
    display: unset;
    flex-direction: unset;
    margin: unset;
}
.archive-main .list .list-item {
    display: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    margin-bottom: 0;
    padding: 0;
}
.archive-main .list .list-item .list-box {
    border: 0;
    margin: 16px 20px 0;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 16px 0;
}
.archive-main .widget {
    padding-bottom: 0;
}




.archive-main2 {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
}
.archive-main2 .archive-article {
    display: flex;
    flex: 2 1 0%;
    -webkit-box-flex: 2;
    flex-direction: column;
    margin-right: 16px;
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background: #ffffff;
}
.archive-main2 .sidebar {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-flex: 1;
    flex-direction: column;
}
.archive-main2 .list-wrap {
    display: unset;
    flex-direction: unset;
    margin: unset;
}
.archive-main2 .list .list-item {
    display: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    margin-bottom: 0;
    padding: 0;
}
.archive-main2 .list .list-item .list-box {
    border: 0;
    margin: 16px 20px 0;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 16px 0;
}
.archive-main2 .widget {
    padding-bottom: 0;
}


.archive-subtitle {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    margin: 0;
}
.archive-subtitle:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 18px;
    background: var(--color3);
}
.popu {
    color: #000000;
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #ffffff;
    max-width: 640px;
    margin: 6px auto 32px;
}
.search-wrapper {
    max-width: 1024px;
    padding: 0px 20px;
    margin: 0px auto;
}
.search-header {
    text-align: center;
}
.search-header h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}
.search-content {
    overflow: hidden;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #ffffff;
    max-width: 640px;
    margin: 40px auto;
}
.search-content .search-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%;
}
.search-content .search-article {
    background-color: #ffffff;
    color: #000000;
}

.search-content .list .list-item {
    display: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    margin-bottom: 0;
    padding: 0;
}
.search-content .list .list-item .list-box {
    border: 0;
    margin: 16px 20px 0;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 16px 0;
}
.search-content .widget {
    padding-bottom: 0;
}

/* PAGE */
.page-template-default .article {
    margin: auto;
    padding: 0;
    max-width: 624px;
}
.page-template-default .main {
    background: #fff;
}
.page-template-default .info-post {
    position: relative;
    top: unset;
}
.page-template-default .info-post .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;
}
.page-template-default .info-post .timepost {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 4px;
}
.page-template-default .info-post .dot {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 4px;
}
.page-template-default .info-post .readtime {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.page-template-default .info-post .dot:after {
    content: "\00B7";
    margin: 0 4px;
}
.page .info-post .share-box {
    flex: 1 1 0%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}


/* SIDEBAR */
.sidebar-sticky {
    position: sticky;
    top: 140px;
}
.sidebar-sticky > .widget {
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 8px 0px;
    padding: 10px 0px;
    text-align: center;
    display: block;
    background-color: #eeeeee;
    overflow: visible;
}
.sidebar-sticky > .widget img {
    display: block;
    margin: auto;
}


.pagination {
    text-align: right;
    padding: 12px 20px;
}
.pagination a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color5);
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    justify-content: end;
}
.pagination a:after {
    content: "";
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url("../icon/chevron-next.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}



footer.footer {
    min-height: 100px;
    max-height: 450px;
    display: none;
    position: sticky;
    z-index: 999;
    width: 100%;
    top: 85px;
    left: 0px;
    overflow: hidden auto;
    background-color: #ffffff;
    color: #000000;
}
.footer-container {
    margin: 0px auto;
    padding: 32px 20px 60px;
    background-color: #ffffff;
    color: #000000;
    width: 1024px;
}
.footer-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
}
.footer-box .widget {
    display: flex;
    flex-wrap: wrap;
    max-width: 240px;
    margin-right: 80px;
}
.footer-box .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-box .widget ul li {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    line-height: 16px;
}
.footer-box .widget ul li a {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.footer-box .widget .textwidget {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.footer-box .widget .textwidget p {
    margin: 5px;
}
.footer-box .widget ul li {
    display: flex;
    flex: 1 1 50%;
}

/* CUSTOM MENU */
.custommenu ul li a {
    background-color: var(--color3);
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    border-radius: 6px;
    min-height: 56px;
    padding: 8px;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
    color: #Fff;
}
.custommenu ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 240px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.custommenu ul li span {
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-family: Heebo, sans-serif;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}
.custommenu .menu-item a img {
    filter: brightness(0) invert(1);
    padding: 0;
    max-width: 24px;
    height: auto;
}
.custommenu ul li.color1 a {
    background-color: var(--menu1);
}
.custommenu ul li.color2 a {
    background-color: var(--menu2);
}
.custommenu ul li.color3 a {
    background-color: var(--menu3);
}
.custommenu ul li.color4 a {
    background-color: var(--menu4);
}
.custommenu ul li.color5 a {
    background-color: var(--menu5);
}
.custommenu ul li.color6 a {
    background-color: var(--menu6);
}



.transparent-footer {
    z-index: 888;
    transition: opacity 0.1s ease 0s;
    position: fixed;
    inset: 0px;
    background: #000000;
    opacity: 0.8;
    margin-top: 90px;
    display: none;
}




/* 404 */
.notfound-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    height: 100vh;
}
.notfound-box .notfound-wrap {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.notfound-box .notfound-image {
    background-color: transparent;
    float: left;
}
.notfound-box .img-404 {
    padding-bottom: 100%;
    width: 200px;
    height: 0px;
    position: relative;
    overflow: hidden;
    background: url("../img/404.png") center center / cover repeat;
}
.notfound-box .notfound-title {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}
.notfound-box .notfound-title h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}
.notfound-box .notfound-desc {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}
.notfound-box .notfound-desc p {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.notfound-box .notfound-button a {
    appearance: none;
    user-select: none;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    background: none var(--color1);
    border: 0px solid transparent;
    border-radius: 3px;
    width: auto;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding: 8px 16px;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-family: Heebo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.notfound-box .notfound-button {
    padding-top: 20px;
}



/* STICKY ADS */
.sticky-ads-left {
    position: fixed;
    top: 123px;
    left: 49%;
    margin-left: -678px;
    z-index: 89;
    text-align: left;
    width: 170px;
    margin-top: 30px;
}
.sticky-ads-right {
    position: fixed;
    top: 123px;
    right: 49%;
    margin-right: -678px;
    z-index: 89;
    text-align: left;
    width: 170px;
    margin-top: 30px;
}
.sticky-ads-left .widget, .sticky-ads-right .widget {
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 5px;
    min-height: 600px;
    text-align: center;
    display: block;
    background-color: #eeeeee;
    overflow: visible;
    max-width: 170px;
}



.post-detail .wp-block-image {
    position: relative;
}
.btn-viewbox {
    position: absolute;
    right: 0;
    bottom: 0;
}
.post-detail .wp-block-image img {
    border-radius: 6px;
}
.wp-block-embed__wrapper iframe {
    border-radius: 6px;
}
button.btn-biew {
    opacity: 0.5;
    margin: 10px;
    border-radius: 6px;
    width: fit-content;
    background-color: #000000;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 4px 8px;
    cursor: pointer;
}
.icon-serch {
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/search-gray.svg");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.text-view {
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}


/* DARKMODE */
.darkmode .header {
    background-color: #222831;
    box-shadow: #393E46 0px 1px 0px;
}
.darkmode .main,
.darkmode .stories ul li img.menu-image-title-after {
    background-color: #1b1f27;
}
.darkmode .trending-menu nav,
.darkmode .terkini-menu nav {
    background: #272d37;
}
.darkmode .grid-box .grid-image:after,
.darkmode .headline-big .headline-image:after,
.darkmode .headline-small .headline-image:after,
.darkmode .collection .collection-image:after,
.darkmode .headline-box .headline-image:after,
.darkmode .video-image:after,
.darkmode .archive-grid-image:after,
.darkmode .list .list-image:after,
.darkmode .related-item .related-image:after,
.darkmode .grid-image:after  {
    background-image: linear-gradient(90deg,rgba(21,23,27,0) 0,rgba(21,23,27,.2) 20%,rgba(21,23,27,.5) 60%,rgba(21,23,27,0));
}
.darkmode .main .billboard > .widget,
.darkmode .sidebar-sticky > .widget,
.darkmode .info-post .author-avatar,
.darkmode .related-item .related-box,
.darkmode .video-image,
.darkmode .archive-grid-image,
.darkmode .headline-big .headline-image,
.darkmode .headline-small .headline-image,
.darkmode .grid-box .grid-image,
.darkmode .collection .collection-image,
.darkmode .headline-box .headline-image,
.darkmode .list .list-image,
.darkmode .list .list-author img,
.darkmode .redaksi .redaksi-avatar-box .image-ava,
.darkmode .redaksi .author-image,
.darkmode .commentAvatar,
.darkmode .grid-box .grid-image:before,
.darkmode .headline-big .headline-image:before,
.darkmode .headline-small .headline-image:before,
.darkmode .collection .collection-image:before,
.darkmode .headline-box .headline-image:before,
.darkmode .video-image:before,
.darkmode .archive-grid-image:before,
.darkmode .list .list-image:before,
.darkmode .popu .author-avatar,
.darkmode .archive-wrapper .author-avatar,
.darkmode .sticky-ads-left .widget, 
.darkmode .sticky-ads-right .widget,
.darkmode .commentBodyModeration,
.darkmode .grid-image:before{
    background-color: #2e353f;
}
.darkmode .related-item .related-image:before {
    background-color: #222831;
}
.darkmode .header-box,
.darkmode .header-top,
.darkmode .header-search-wrapper,
.single .darkmode .main,
.darkmode .info-post .info-box,
.darkmode .list .list-box,
.darkmode .grid-box,
.darkmode .grid-box .grid-item-box,
.darkmode .video-content,
.darkmode .archive-grid-content,
.darkmode .trending-content,
.darkmode .trending-article,
.darkmode .terkini-content,
.darkmode .terkini-article,
.darkmode .related-item .related-image,
.darkmode .related-item .related-author img,
.darkmode input#author,
.darkmode input#email,
.darkmode textarea#comment,
.darkmode .share-popup,
.darkmode .search-content .search-article,
.darkmode .search-content,
.darkmode .notfound-box,
.darkmode footer.footer,
.darkmode .footer-container,
.darkmode .archive-main .archive-article,
.darkmode .archive-main2 .archive-article,
.darkmode .archive-wrapper .author-box,
.darkmode .archive-wrapper,
.darkmode .popu .author-box,
.darkmode .popu,
.darkmode .grid2-item .grid-item-box,
.darkmode .grid3-item .grid-item-box {
    background-color: #222831;
}
.darkmode .header-menu ul li a,
.darkmode .info-post .author-name a,
.darkmode .info-post .like-count,
.darkmode .info-post .comment-count,
.darkmode .header-post .title-post h1,
.darkmode .post-detail,
.darkmode .redaksi .label-btn,
.darkmode .redaksi .author-name,
.darkmode .main .widget .widget-title a,
.darkmode .main .widget .widget-title h2,
.darkmode .related-item .related-title h3 a,
.darkmode .list .list-title h3 a,
.darkmode .collection .collection-title,
.darkmode .grid-box .grid-header .grid-title h2,
.darkmode .grid-box .grid-title a,
.darkmode .grid-box .grid-header .grid-title,
.darkmode .video-title h3 a,
.darkmode .archive-grid-title h3 a,
.darkmode .trending-header h1,
.darkmode .terkini-header h1,
.darkmode .comment-respond,
.darkmode input#author,
.darkmode input#email,
.darkmode textarea#comment,
.darkmode .commentsArea,
.darkmode .commentAuthorName, 
.darkmode .commentAuthorName a,
.darkmode .share-popup,
.darkmode .search-header h1,
.darkmode .notfound-box .notfound-title h1,
.darkmode .notfound-box .notfound-desc p,
.darkmode .footer-container,
.darkmode .footer-box .widget ul li a,
.darkmode .archive-title h1,
.darkmode .archive-wrapper .author-name h1,
.darkmode .popu .author-name h1,
.darkmode .header-input-search,
.darkmode .labelCheck,
.darkmode .stories ul li .menu-image-title,
.darkmode .archive-subtitle,
.darkmode .grid-title a {
    color: #ffffff;
}
.darkmode .info-post .like-btn,
.darkmode .info-post .comment-btn,
.darkmode .info-post .share-btn.more,
.darkmode .redaksi .icon-arrow,
.darkmode .share-popup .close-popup {
    filter: invert(100%) sepia(0%) saturate(1534%) hue-rotate(43deg) brightness(114%) contrast(100%);
}
.darkmode .header-search-wrapper,
.darkmode .info-post .author-avatar,
.single .darkmode .article-box .widget-header,
.darkmode .related-item,
.single .darkmode .list .list-item,
.darkmode .grid-box .grid-header,
.darkmode .grid-box,
.darkmode .video-content,
.darkmode .archive-grid-content,
.darkmode .list .list-box,
.darkmode .trending-content,
.darkmode .trending-article,
.darkmode .terkini-content,
.darkmode .terkini-article,
.darkmode .list .list-author img,
.darkmode .related-item .related-author img,
.darkmode input#author,
.darkmode input#email,
.darkmode textarea#comment,
.darkmode .form-submit .submit,
.darkmode .commentsArea ol,
.darkmode .search-content,
.darkmode .archive-main .archive-article,
.darkmode .archive-main2 .archive-article,
.darkmode .archive-wrapper,
.darkmode .archive-wrapper .archive-content .list .list-item,
.darkmode .archive-wrapper .archive-content,
.darkmode .archive-wrapper .author-avatar,
.darkmode .popu,
.darkmode .popu .archive-content .list .list-item,
.darkmode .popu .archive-content,
.darkmode .popu .author-avatar,
.darkmode .archive-main .list .list-item .list-box,
.darkmode .archive-main2 .list .list-item .list-box,
.darkmode .grid-box .grid-item,
.page-template-trending .darkmode .list .list-item .list-box,
.page-template-terkini .darkmode .list .list-item .list-box,
.darkmode .search-content .list .list-item .list-box,
.darkmode .archive-wrapper .archive-header,
.darkmode .popu .archive-header,
.darkmode .grid2-item .grid-item-box,
.darkmode .grid3-item .grid-item-box  {
    border-color: #393e46;
}

.darkmode .list .list-author-name,
.darkmode .list .list-more .like-counter, 
.darkmode .list .list-more .comment-counter,
.darkmode .list .list-more .timeago,
.darkmode .headline .headline-author-name,
.darkmode .headline .headline-more .like-counter, 
.darkmode .headline .headline-more .comment-counter,
.darkmode .headline .headline-more .timeago,
.darkmode .grid .grid-author-name,
.darkmode .grid .grid-more .like-counter, 
.darkmode .grid .grid-more .comment-counter,
.darkmode .grid .grid-more .timeago,
.darkmode .video .video-author-name,
.darkmode .video .video-more .like-counter, 
.darkmode .video .video-more .comment-counter,
.darkmode .video .video-more .timeago,
.darkmode .archive-grid .archive-grid-author-name,
.darkmode .archive-grid .archive-grid-more .like-counter, 
.darkmode .archive-grid .archive-grid-more .comment-counter,
.darkmode .archive-grid .archive-grid-more .timeago,
.darkmode .collection .collection-subtitle,
.darkmode .info-post .timepost,
.darkmode .info-post .dot,
.darkmode .info-post .readtime,
.darkmode .logged-in-as a,
.darkmode .archive-wrapper .author-bio,
.darkmode .popu .author-bio,
.darkmode .grid-author-name,
.darkmode .grid-more .like-counter, 
.darkmode .grid-more .comment-counter,
.darkmode .grid-more .timeago {
    color: #999999;
}
.darkmode .info-post .like-btn.liked {
    filter: unset;
}
.darkmode .header-menu ul li.current-menu-item a {
    color: var(--color6);
}
.darkmode .header-brand img {
    filter: brightness(0) invert(1);
}

.wp-block-gallery {
    display: block;
}
.wp-block-gallery .blocks-gallery-grid {
    display: block;
    flex-wrap: unset;
    width: auto;
    position: relative;
    padding-bottom: 54%;
    overflow: hidden;
    counter-reset: section;
    border-radius: 6px;
}
.post-detail .wp-block-gallery .blocks-gallery-grid {
    border-radius: 0;
}
.wp-block-gallery .blocks-gallery-item:nth-child(1) {
    position: absolute;
    width: 60%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    margin: 0;
    padding-right: 1px;
}
.wp-block-gallery .blocks-gallery-item:nth-child(2) {
    position: absolute;
    width: 40%;
    left: 60%;
    top: 0;
    z-index: 1;
    height: 50%;
    margin: 0;
    padding-left: 1px;
    padding-bottom: 1px;
}
.wp-block-gallery .blocks-gallery-item:last-child figure a:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 2px;
    right: 0;
    top: 2px;
    bottom: 0;
}
.wp-block-gallery .blocks-gallery-item:nth-child(n+3) {
    width: 0px;
    height: 0px;
    position: absolute;
}
.wp-block-gallery .blocks-gallery-item:last-child {
  display: block;
    position: absolute;
    width: 40%;
    left: 60%;
    top: 50%;
    z-index: 1;
    height: 50%;
    margin: 0;
    padding-left: 1px;
    padding-top: 1px;
}
.wp-block-gallery .blocks-gallery-item__caption {
    display: none;
}
.wp-block-gallery .blocks-gallery-item:nth-child(n+4) a::after {
    counter-increment: section;
    content: "" counter(section) "+";
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    font-family: Heebo, sans-serif;
}