:root {
--primary: #b10832;
--secondary: #F44336;
--hover : #ff9800;
--widthparallaxdesktop: 100%;
--heightparallaxdesktop: 250px;
--textparallax:
"Scroll untuk lanjut membaca";
}
body {
font-family: Inter,sans-serif;
line-height: 1.5em;
letter-spacing: -.015em;
font-weight: 500;
font-size: 14px;
color: #222;
overflow: hidden;
}
body.nooverflow {
overflow: unset;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
a {
color: var(--primary);
text-decoration: none;
background: 0 0;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
a:hover {
color: var(--primary);
transition: .1s;
}
.container {
width: 1080px;
margin: 0 auto;
padding: 0 15px;
}
header.header {
z-index: 1030;
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
background-color: #fff;
box-shadow: 0 4px 2px -2px rgba(153,153,153,.3);
z-index: 9999;
top: 0;
margin: 0 auto;
position: sticky;
padding: 15px 0;
min-width: 1080px;
}
.header-box {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.header-bar {
display: flex;
background-color: var(--primary);
border-radius: 50%;
width: 30px;
height: 30px;
color: #fff;
justify-content: center;
align-items: center;
margin-right: 15px;
cursor: pointer;
}
.header-left {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-brand {
flex: 1;
}
.header-bar svg {
height: 20px;
}
.header-brand a, .header-brand img {
display: block;
height: 28px;
width: auto;
}
.input-search {
width: 100%;
border-radius: 20px;
border: 1px solid #d9d9d9;
height: 35px;
padding: 1em;
outline: 0;
font-weight: 500;
font-size: 13px;
}
.search-wrapper {
width: 364px;
position: relative;
}
.search-icon {
background-color: #dedede;
border: none;
top: 0;
position: absolute;
right: 0;
border-radius: 0 20px 20px 0;
width: 55px;
height: 35px;
color: #333333;
cursor: pointer;
}
.search-icon svg {
height: 20px;
}
.header-menu {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-menu nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-menu nav ul a {
background: #323131;
border-radius: 20px;
font-weight: 500;
color: #fff;
padding: 5px 10px;
margin: 0 5px;
font-size: 13px;
}
.billboard.parallax {
width: 970px;
height: var(--heightparallaxdesktop);
position: relative;
max-width: var(--widthparallaxdesktop);
left: 0;
right: 0;
margin: 0 auto 10px
}
.billboard.parallax .widget {
width: 100%;
height: 100%;
position: absolute;
top: 15px;
left: 0;
clip: rect(auto,auto,auto,auto);
max-height: unset;
margin: 0;
min-height: unset
}
.billboard.parallax .widget-parallax {
width: 100%;
height: 100%;
position: fixed;
top: 80px;
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
margin: 0 auto;
max-width: 970px
}
.bg-ads {
background-color: #f5f5f5;
margin: 0 auto;
}
.bg-ads.parallax {
width: 1050px;
height: calc(var(--heightparallaxdesktop) + 30px);
}
.nav {
min-width: 1080px;
margin: 0 auto;
}
.navigation {
margin-top: 16px;
}
.primary-menu ul {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.primary-menu .sub-menu {
display: none;
position: absolute;
list-style: none;
top: 100%;
left: 0;
background-color: #fff;
width: auto;
padding: 10px 15px;
text-align: left;
z-index: 99;
border-top: 3px solid var(--primary);
min-width: 140px;
-webkit-transition: 50ms;
-moz-transition: 50ms;
transition: 50ms;
}
.primary-menu ul > li > a {
padding: 5px 0;
color: #353935;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: 50ms;
-moz-transition: 50ms;
transition: 50ms;
font-size: 14px;
font-weight: 900;
text-align: center;
display: block;
}
.primary-menu ul > li.current-menu-item > a {
color: var(--primary);
}
.primary-menu ul > li {
text-align: center;
flex: auto;
white-space: nowrap;
padding: 0;
color: #353935;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: 50ms;
-moz-transition: 50ms;
transition: 50ms;
font-size: 1em;
font-weight: 900;
position: relative;
}
.primary-menu .sub-menu a {
text-transform: none;
font-weight: 700;
text-align: left;
}
.primary-menu .sub-menu:before {
content: "";
display: block;
border: 8px solid transparent;
border-bottom-color: var(--primary);
position: absolute;
top: -16px;
left: 5%;
}
.primary-menu ul > li:hover .sub-menu {
display: block;
}
.primary-menu ul > li:hover > a {
color: var(--primary);
}
.second-menu {
border-radius: 10px;
background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
margin: 15px 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin-top: 10px;
}
.second-menu ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
height: 50px;
flex-wrap: wrap;
align-items: center;
}
.second-menu ul li a {
color: #fff;
font-weight: 700;
margin-left: 10px;
padding: 5px;
border-radius: 50em;
font-size: 13px;
}
.second-menu ul li.active a {
background: #fff;
color: var(--primary);
padding: 5px 10px;
border-radius: 10px;
}
.second-menu .sub-menu {
display: none;
}
.second-menu ul li a:hover {
color: var(--hover);
}
.icon-date {
display: inline-block;
height: 20px;
border-radius: 50em;
margin-right: 5px;
}
.icon-date svg {
height: 20px;
color: #fff;
}
.menu-date {
display: flex;
flex-wrap: wrap;
align-items: center;
color: #fff;
font-weight: 500;
font-size: 13px;
margin-right: 15px;
}
.mode svg {
height: 20px;
}
.mode {
border: 1px solid #d9d9d9;
padding: 4px 10px;
border-radius: 20px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
cursor: pointer;
}
.billboard.custombillboard .widget {
background-color: #f5f5f5;
margin: 0 auto;
text-align: center;
padding: 15px;
margin-bottom: 15px;
}
.billboard.custombillboard .widget > * {
display: block;
margin: 0 auto;
}
.sticky-ads-left, .sticky-ads-right {
position: fixed!important;
top: 66px;
width: 160px;
text-align: center;
bottom: 0;
z-index: 99;
background-color: #f7f7f7;
margin: 0 auto;
}
.sticky-ads-right {
right: 50%;
margin-right: -700px;
}
.sticky-ads-left {
left: 50%;
margin-left: -700px;
}
.sidebarmenu {
z-index: 10;
position: fixed;
top: 65px;
bottom: 0;
right: 100%;
width: 378px;
padding: 20px;
overflow-y: auto;
visibility: hidden;
background-color: #fff;
color: #000;
transition: transform .3s ease-in-out,visibility .3s ease-in-out;
box-shadow: 0 0 3px 1px rgba(153,153,153,.3);
}
.sidebarmenu .widget .sub-menu {
display: none;
}
.sidebarmenu .widget {
margin-bottom: 20px;
}
.sidebarmenu .textwidget a {
color: #333;
}
.sidebarmenu.show {
visibility: visible;
transform: translatex(100%);
}
.sidebarmenu .widget .menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.sidebarmenu .widget .menu li {
width: 50%;
}
.sidebarmenu .widget .menu li img {
height: 20px;
width: 20px;
display: block;
}
.sidebarmenu .widget .menu li a {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 14px;
font-weight: 700;
color: #353935;
padding: 7px;
}
.sidebarmenu .widget .menu li a:hover, .sidebarmenu .textwidget a:hover {
color: var(--primary);
}
.main-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.main-box {
width: 720px;
}
.sidebar-box {
width: 300px;
}
@-webkit-keyframes shimmer {
100% {
transform: translateX(100%) 
} 
}
@keyframes shimmer {
100% {
transform: translateX(100%) 
}
}
.media-image {
height: 0;
position: relative;
background: #f0f0f0;
width: 100%;
overflow: hidden;
}
.media-image:before {
background: #eee;
animation: 1s infinite shine;
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.media-image:after {
transform: translateX(-100%);
background-image: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));
-webkit-animation: 2s infinite shimmer;
animation: 2s infinite shimmer;
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.media-image img {
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
display: block;
object-fit: cover;
width: 100%;
z-index: 2;
position: absolute;
height: 100%;
}
.media:hover .media-image img {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-ms-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15)
}
.media-link:before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 2;
}
.widget.headline {
border-radius: 5px 5px 0 0;
overflow: hidden;
}
.big-item {
position: relative;
}
.big-item .media-image {
padding-bottom: 62.5%;
}
.big-item .media-text {
padding: 30px;
background: linear-gradient(to top,rgba(0,0,0,.95) 0,rgba(255,255,255,0) 100%);
position: absolute;
bottom: 0;
z-index: 2;
top: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.big-item .media-title {
font-size: 30px;
font-weight: 700;
line-height: 1.2;
margin: 0;
}
.big-item .media-title a {
color: #fff;
-webkit-line-clamp: 3;
font-weight: 700;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.big-item .media-meta {
font-size: 13px;
color: #fff;
}
.big-item .meta-category:after {
content: "-";
margin-left: 5px;
}
.headline-small {
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
}
.small-item {
position: relative;
padding: 10px;
border-top: 5px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
}
.small-item.slick-current {
border-top-color: var(--primary);
}
.small-item .media-image {
padding-bottom: 61.6%;
}
.small-item .media-title {
font-size: 14px;
line-height: 1.3;
margin: 0;
color: #000;
-webkit-line-clamp: 3;
font-weight: 700;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.small-item .media-text {
padding: 5px 0;
}
.btn-arrow {
position: absolute;
z-index: 2;
top: 45px;
cursor: pointer;
}
.btn-arrow svg {
height: 30px;
color: #fff;
}
.btn-arrow.arrow-next {
right: 10px;
}
.btn-arrow.arrow-prev {
left: 10px;
}
.headline-small .slick-track {
margin-left: -1px;
}
main.main-box .widget {
margin-bottom: 15px !important;
}
.widget-header .widget-title {
font-size: 16px;
font-weight: 700;
text-align: left;
color: var(--primary);
padding-top: 10px;
margin: 0;
margin-bottom: 15px;
}
.grid .media-image {
padding-bottom: 54.6%;
border-radius: 5px;
}
.grid .grid-box {
display: flex;
align-content: flex-start;
flex-wrap: wrap;
margin: 0 -10px;
}
.grid .grid-item {
width: 33.333333%;
padding: 0 10px 20px;
position: relative;
}
.grid .media-title {
line-height: 1.25em;
font-size: 14px;
margin: 0;
margin-top: 10px;
-webkit-line-clamp: 3;
font-weight: 700;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.grid .media-title a {
color: #353935;
}
.grid-item:hover .media-link {
color: var(--primary);
}
.grid.related .grid-item {
width: 25%;
}
.grid.related .media-image {
padding-bottom: 62%;
margin-bottom: 5px;
}
.grid .media-meta {
line-height: 1.25em;
font-size: 12px;
color: #777;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
grid .media-meta > * {
margin-right: 2px;
}
.grid.related .media-title {
margin-top: 5px;
}
.article-item .media-image {
padding-bottom: 20.84%;
border-radius: 5px;
width: 235px;
margin-right: 15px;
}
.article-item-box {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.media-text {
flex: 1;
}
.article-item {
position: relative;
padding: 30px 0;
border-bottom: 1px solid #f2f2f2;
}
.article-item .media-title {
font-size: 24px;
margin: .25em 0;
line-height: 1.25em;
font-weight: 500;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.article-item .media-title a {
color: #353935;
}
.article-item .media-meta {
display: flex;
line-height: 1.25em;
font-size: 12px;
color: #777;
}
.article-item:hover .media-link {
color: var(--primary);
}
.article-item .media-meta > * {
margin-right: 5px;
}
.article-item:first-child {
padding-top: 0;
}
.populartag .tag-item {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
padding: 5px 0;
position: relative;
}
.populartag .tag-item .media-title {
flex: 1;
margin: 0;
font-weight: 500;
font-size: 15px;
font-weight: 800;
}
.populartag .tag-item .media-link {
color: #353935;
}
.populartag .tag-item:hover .media-link, 
.populartag .tag-item:hover .hastag {
color: var(--primary);
}
.populartag .tag-item .hastag {
font-weight: 500;
font-size: 15px;
color: #a5a5a5;
margin-right: 10px;
font-weight: 800;
}
.popular-item {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
padding: 10px 0;
position: relative;
}
.popular-item .popular-text {
flex: 1;
}
.popular-item .media-title {
margin: 0;
font-size: 15px;
-webkit-line-clamp: 3;
font-weight: 700;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.popular-item .media-title a {
color: #353935;
}
.popular-item .hastagnumber {
background: #dedede;
font-size: 20px;
margin-top: 0;
border-radius: 50%;
height: 30px;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px;
}
.popular-item:hover .media-link {
color: var(--primary);
}
.sidebar-box .widget {
margin-bottom: 30px;
}
.list-item {
position: relative;
display: flex;
flex-wrap: wrap;
padding: 15px 0;
border-bottom: 1px solid rgba(0,0,0,.085);
}
.list-item .media-text {
flex: 1;
}
.list-item .media-image {
width: 120px;
padding-bottom: 100px;
border-radius: 5px;
margin-right: 15px;
}
.list-item  .media-title {
margin: 0;
font-size: 15px;
-webkit-line-clamp: 3;
font-weight: 700;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.list-item:first-child .media-image {
margin-right: 0;
width: 100%;
padding-bottom: 62%;
margin-bottom: 10px;
border-radius: 5px;
}
.list-item:first-child {
flex-direction: column;
padding-top: 0;
}
.list-item .media-link {
color: #353935;
}
.list-item .media-date {
font-size: 12px;
color: #777;
}
.list-item:hover .media-link {
color: var(--primary);
}
.list-item:last-child {
border: 0;
padding-bottom: 0;
}
.inline-grid .grid-box {
display: flex;
align-content: flex-start;
flex-wrap: wrap;
margin: 0 -10px;
}
.inline-grid .grid-item {
width: 33.333333%;
padding: 5px 10px;
position: relative;
margin-bottom: 10px;
}
.inline-grid .grid-item:nth-child(1), .inline-grid .grid-item:nth-child(2) {
width: 50%;
}
.inline-grid .media-meta {
line-height: 1.25em;
font-size: 12px;
color: #777;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.inline-grid .media-meta > * {
margin-right: 2px;
}
.inline-grid .media-title {
line-height: 1.25em;
font-size: 15px;
margin: 0;
margin-top: 5px;
-webkit-line-clamp: 3;
font-weight: 700;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.inline-grid .media-title a {
color: #353935;
}
.inline-grid .media-image {
padding-bottom: 54.6%;
border-radius: 5px;
margin-bottom: 10px;
}
.inline-grid .grid-item:nth-child(1) .media-title, .inline-grid .grid-item:nth-child(2) .media-title {
font-size: 16px;
}
.inline-grid .grid-item:nth-child(1) .grid-item-box, .inline-grid .grid-item:nth-child(2) .grid-item-box {
box-shadow: 0 1px 3px 1px rgb(153 153 153 / 30%);
border-radius: 5px;
}
.inline-grid .grid-item:nth-child(1) .media-text, .inline-grid .grid-item:nth-child(2) .media-text {
padding: 15px;
}
.inline-grid .grid-item:nth-child(1) .media-image, .inline-grid .grid-item:nth-child(2) .media-image {
border-radius: 5px 5px 0 0;
margin-bottom: 0;
}
.widget.inline-grid {
border-bottom: 1px solid #f2f2f2;
margin-bottom: 0px !important;
margin-top: 15px;
padding-bottom: 10px;
}
.category .widget.inline-grid {
border-bottom: 0;
}
.sidebar-box .widget:last-child {
position: sticky;
top: 95px;
}
.widget.inline-video {}
.inline-video .grid-box {
display: flex;
align-content: flex-start;
flex-wrap: wrap;
margin: 0 -10px;
}
.inline-video .grid-item {
width: 25%;
padding: 5px 10px;
position: relative;
margin-bottom: 10px;
}
.inline-video .grid-item:first-child {
width: 100%;
}
.inline-video .media-image {
padding-bottom: 62%;
border-radius: 5px;
margin-bottom: 10px;
}
.inline-video .media-meta {
line-height: 1.25em;
font-size: 12px;
color: #777;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.inline-video .media-title {
line-height: 1.25em;
font-size: 14px;
margin: 0;
margin-top: 5px;
-webkit-line-clamp: 3;
font-weight: 700;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}
.inline-video .media-title a {
color: #353935;
}
.inline-video .media-meta > * {
margin-right: 2px;
}
.inline-video .grid-item:first-child .media-title {
font-size: 18px;
}
.widget.inline-video {
border-bottom: 1px solid #f2f2f2;
margin-bottom: 0px !important;
margin-top: 15px;
padding-bottom: 10px;
}
.icon-play:before {
content:"";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(
"data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 800 800' style='enable-background:new 0 0 800 800;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M400,0C179.1,0,0,179.1,0,400s179.1,400,400,400s400-179.1,400-400S620.9,0,400,0z M400,737.5 C213.6,737.5,62.5,586.4,62.5,400S213.6,62.5,400,62.5S737.5,213.6,737.5,400S586.4,737.5,400,737.5z'/%3E%3Cpolygon class='st0' points='300,525 550,400 300,275 '/%3E%3C/g%3E%3C/svg%3E%0A");
display: block;
position: absolute;
z-index: 3;
right: 0;
bottom: 0;
background-size: 36px;
background-repeat: no-repeat;
background-position: center;
opacity: 0.6;
}
.icon-galeri:before {
content:"";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50px' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z'/%3E%3C/svg%3E");
display: block;
position: absolute;
z-index: 3;
right: 0;
bottom: 0;
background-size: 35px;
background-repeat: no-repeat;
background-position: center;
opacity: 0.6;
}
.icon-galeri, .icon-play {
background: linear-gradient(to top,rgb(0 0 0 / 65%) 0,rgba(255,255,255,0) 100%);
position: absolute;
z-index: 3;
right: 0;
bottom: 0;
top: 0;
left: 0;
}
.inline-video .grid-item:first-child .media-image i:before {
background-size: 50px;
}
.inline-video .media-title a:before {
z-index: 4;
}
footer.footer {
background: #f2f2f2;
margin-top: 30px;
padding: 15px 0;
}
.footer .grid-row {
display: flex;
flex-wrap: wrap;
position: relative;
}
.footer-left {
width: 50%;
}
.footer-right {
width: 50%;
}
.footer .widget-title {
font-weight: 700;
font-size: 20px;
color: #353935;
margin: 0;
margin-bottom: 15px;
}
.footer .menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.footer .menu li {
width: 33.333333%;
}
.footer .menu li a {
padding: 5px 0;
color: #353935;
display: block;
}
.footer .widget {
margin-bottom: 30px;
}
.footer-left .textwidget {
background: #e5e5e5;
width: fit-content;
padding: 5px 15px;
border-radius: 10px;
max-width: 400px;
font-size: 15px;
}
.social-box {
display: flex;
flex-wrap: wrap;
}
.social-box a {
background: #323232;
width: 35px;
height: 35px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50em;
margin-right: 15px;
}
.social-box svg {
height: 20px;
}
.social-box a.facebook {
background: #3b5998;
}
.social-box a.twitter {
background: #000;
}
.social-box a.telegram {
background: #08c;
}
.social-box a.instagram {
background: #5851db;
background: -moz-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
background: -webkit-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
background: radial-gradient(ellipse at left bottom,#ffdc80 15%,#e1306c 55%,#5851db 100%);
}
.social-box a.youtube {
background: #ff0002;
}
.social-box a.tiktok {
background: #000;
}
.app .widget-content {
display: flex;
flex-wrap: wrap;
}
.app .widget-content img {
height: 45px;
display: block;
}
.app .app-item {
margin-right: 10px;
}
.to-top {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 0;
background: #fff;
outline: 0;
position: absolute;
right: 30px;
cursor: pointer;
}
.to-top svg {
height: 20px;
width: 20px;
}
.status .trigger {
background: var(--primary);
color: #fff;
padding: 10px;
border-radius: 20px;
outline: 0;
border: 2px solid var(--primary);
text-align: center;
cursor: pointer;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
}
.status .loading {
width: 32px;
height: 32px;
position: relative;
margin: 12px auto;
display: none;
}
.status .loading .double-bounce1,.status .loading .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: var(--primary);
opacity: .6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: 2s ease-in-out infinite sk-bounce;
animation: 2s ease-in-out infinite sk-bounce
}
.status .loading .double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s
}
@-webkit-keyframes sk-bounce {
0%,100% {
-webkit-transform: scale(0)
}
50% {
-webkit-transform: scale(1)
}
}
@keyframes sk-bounce {
0%,100% {
transform: scale(0);
-webkit-transform: scale(0)
}
50% {
transform: scale(1);
-webkit-transform: scale(1)
}
}
.no-more {
line-height: 1.4;
font-size: 14px;
color: #6f6f6f;
display: none;
}
.status {
text-align: center;
padding: 30px 0;
}
.status .trigger:hover {
background: transparent;
color: var(--primary);
}
.pagination {
display: none;
}
.widget-subheader {
display: flex;
gap: 10px;
margin-bottom: 15px;
align-items: center
}
.subcategory {
outline: 0;
border-radius: 5px;
overflow: hidden;
position: relative
}
#startDate,select#startCategory {
display: block;
height: calc(1.96875rem + 2px);
padding: .375rem .75rem;
font-size: 14px;
line-height: 1.5;
color: #111;
border-radius: 5px;
border: 1px solid #e3e3e3;
outline: 0;
box-shadow: none;
-webkit-box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: 0 0;
position: relative;
z-index: 7;
width: 145px;
font-weight: 600;
}
.subcategory:before {
content: "";
position: absolute;
top: 12px;
right: 12px;
height: 6px;
width: 6px;
display: block;
border: solid #777;
border-width: 0 1px 1px 0;
transform: rotate(45deg);
-webkit-transform: rotate(45deg)
}
.widget-header .widget-title small {
border-radius: 20px;
padding: 0 .85em;
vertical-align: top;
background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
color: #fff;
text-transform: uppercase;
font-size: 12px;
font-weight: 400;
margin-top: 3px;
margin-left: 10px;
letter-spacing: 1px;
}
.aut-share {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}
.author-box {
display: flex;
flex-wrap: wrap;
}
.author-media {
flex: 1;
}
.author-name h1 {
margin: 0;
font-size: 20px;
}
.aut-share a {
background: #626262;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
margin-right: 15px;
border-radius: 50em;
}
.aut-share svg {
height: 20px;
}
.author-avatar {
margin-right: 15px;
width: 100px;
height: 100px;
position: relative;
overflow: hidden;
border-radius: 50em;
}
.author-bio {
margin-top: 10px;
color: #777;
}
.author-avatar  img {
display: block;
object-fit: cover;
width: 100%;
z-index: 2;
position: absolute;
height: 100%;
}
.widget-author {
margin-bottom: 30px;
}
.aut-share a.facebook {
background: #3b5998;
}
.aut-share a.twitter {
background: #000;
}
.aut-share a.instagram {
background: #5851db;
background: -moz-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
background: -webkit-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
background: radial-gradient(ellipse at left bottom,#ffdc80 15%,#e1306c 55%,#5851db 100%);
}
.breadcrumb ul {
display: flex;
margin: 0;
padding: 0;
list-style: none;
align-items: center;
}
.breadcrumb ul li {
display: flex;
align-items: center;
}
.breadcrumb svg {
height: 12px;
color: #525252;
margin: 0 5px;
}
.breadcrumb a {
color: #777;
font-size: 13px;
}
.top-info {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 15px;
margin-top: 10px;
}
.article-date {
color: #777;
font-size: 13px;
}
.breadcrumb a:hover {
color: var(--primary);
}
.article-header h1 {
line-height: 1.2em;
font-size: 36px;
font-weight: 700;
margin: 0;
}
.article-description {
font-size: 14px;
padding: 15px 0;
color: #777;
}
.author-item {
margin-right: 3px;
}
.author-item:before {
content: "/";
}
.author-item:first-child::before {
content: unset;
}
.author-item span {
font-weight: 700;
}
.share-box ul {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.share-box a {
background: #919191;
color: #fff;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50em;
margin-right: 10px;
position: relative;
}
.share-box ul li a.copied:before {
position: absolute;
color: #fff;
text-align: center;
}
.share-box ul li a.copied:before {
content: attr(data-title);
width: auto;
background: #000;
padding: 2px 5px;
border-radius: 4px;
font-size: 10px;
white-space: nowrap;
top: 40px;
}
.share-box svg {
height: 20px;
}
.share {
padding: 10px 0;
}
.redaksi {
padding: 10px 0;
display: flex;
flex-wrap: wrap;
}
.share-box a.facebook {
background: #3b5998;
}
.share-box a.twitter {
background: #000;
}
.share-box a.whatsapp {
background: #25d366;
}
.share-box a.telegram {
background: #0088cc;
}
.article-featured .image-box {
border-radius: 5px;
position: relative;
overflow: hidden;
}
.article-featured figure, .article-text figure {
max-width: 100% !important;
}
.article-featured img {
width: 100%;
height: auto;
display: block;
}
.article-featured figcaption, .article-content figcaption {
font-size: 13px;
font-style: italic;
}
.article-text {
font-size: 16px;
line-height: 1.5;
color: #353935;
}
.article-content {
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
margin-top: 15px;
}
.bacajuga b {
color: var(--primary);
display: block;
padding: 0 0 10px;
border-bottom: 4px solid rgba(0,0,0,.1);
}
.bacajuga-wrapper {
padding: 10px 0 0;
margin: 0;
background: #f3f3f3;
display: flex;
flex-wrap: wrap;
}
.bacajuga-item {
width: 33.333333%;
padding: 0 10px;
border-right: 1px solid #d9d9d9;
margin-bottom:  10px;
}
.article-text .bacajuga-item a {
font-size: 14px;
font-weight: 700;
display: block;
color: #111;
}
.bacajuga-item:nth-child(3n+0) {
border: 0;
}
.article-text .bacajuga-item a:hover {
color: var(--primary);
}
.article-box {
flex: 1;
}
.article-featured {
margin-top: 15px;
}
.article-text figure {
max-width: 100% !important;
}
.article-adv {
width: 160px;
margin-left: 15px;
}
.sticky-post {
position: sticky;
top: 100px;
}
.sticky-post .widget {
margin-bottom: 30px;
width: 160px;
height: 600px;
}
.paginationPostNum {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.paginationPostLink .post-page-numbers {
background: var(--primary);
color: #fff;
font-weight: 600;
border-radius: 10px;
margin-right: 10px;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.paginationPostLink {
display: flex;
flex-wrap: wrap;
}
.btn-next {
background: var(--primary);
color: #fff;
font-weight: 600;
border-radius: 10px;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.btn-next svg {
height: 13px;
}
.paginationPostLink .post-page-numbers.current {
background: #323131;
}
.showall-page a {
background: var(--primary);
color: #fff;
font-weight: 600;
border-radius: 10px;
margin-right: 10px;
width: auto;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 10px;
}
.tag-post ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.tag-post {
padding: 10px 0;
}
.tag-post a {
background: #ededed;
margin-right: 8px;
margin-bottom: 8px;
padding: 8px;
border-radius: 4px;
display: block;
position: relative;
font-size: 13px;
font-weight: 500;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333;
}
.pagination-post {
margin-bottom: 15px;
}
main.main-box .widget.grid {
margin-bottom: 10px;
}
#comments,#respond {
margin-bottom: 20px;
border-radius: 12px;
margin-top: 20px;
}
.comment-respond {
border-radius: 12px
}
.comment-reply-title small a {
text-transform: capitalize;
margin-left: 5px;
color: var(--primary);
display: block
}
.comment-notes {
line-height: 1.4;
font-size: 14px;
color: #6f6f6f
}
input#author,input#email {
margin: 0 0 10px;
background: #fff;
width: 100%;
padding: 10px;
font-size: 14px;
border-radius: 5px;
}
textarea#comment {
background: #fff;
border: 1px solid #e6e6e6;
width: 100%;
resize: unset;
font-size: 14px;
padding: 10px 10px 60px;
height: 166px!important;
border-radius: 5px;
-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
overflow: hidden
}
input#author,input#email,textarea#comment:focus {
outline: 0;
border: 1px solid #e6e6e6
}
.commentBox {
display: flex;
flex-wrap: wrap;
align-items: flex-start
}
p.form-submit {
margin: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 0 0 12px 12px;
width: calc(100% - 2px);
resize: unset;
text-align: right;
padding: 10px;
border-top: 1px solid #e6e6e6;
position: absolute;
right: 1px;
bottom: 8px;
background: #fff;
left: 1px
}
p.form-submit:after {
content: "";
position: absolute;
right: 17px;
background-image: url("data:image/svg+xml,%0A%3Csvg class='svg-icon' style='fill:%23fff;width: 1em;height: 1em;vertical-align: middle;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M276.48 289.877333l20.906667 83.754667a42.666667 42.666667 0 0 1-82.773334 20.736l-42.666666-170.666667a42.666667 42.666667 0 0 1 59.434666-49.066666l640 298.666666a42.666667 42.666667 0 0 1 0 77.354667l-640 298.666667a42.666667 42.666667 0 0 1-59.093333-50.346667l85.333333-298.666667A42.666667 42.666667 0 0 1 298.666667 469.333333h170.666666a42.666667 42.666667 0 0 1 0 85.333334H330.837333l-50.773333 177.792L752.426667 512 276.48 289.877333z' /%3E%3C/svg%3E");
width: 20px;
height: 20px;
top: 15px
}
form#commentform {
position: relative;
}
p.form-submit input[type=submit] {
font-size: 13px;
display: inline-block;
padding: 5px 30px 5px 10px;
line-height: 1.4;
cursor: pointer;
vertical-align: top;
background: var(--primary);
border: 1px solid var(--primary);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-weight: 600;
}
.comment-reply-title {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
font-size: 16px;
font-weight: 700;
color: var(--primary);
}
.notif {
line-height: 1.4;
font-size: 14px;
color: #6f6f6f;
padding: 15px;
margin: -16px;
border: 0;
text-align: center
}
.notif-header {
font-weight: 700
}
.notif-image svg {
height: 100px;
color: #e5e5e5
}
h2.comments_title {
display: block;
border: none;
margin: 10px 0 20px;
padding: 0;
font-weight: 700;
line-height: 1.4;
font-size: 16px;
color: var(--primary);
}
.commentBodyText,.notfound-desc,p.logged-in-as {
font-size: 14px;
color: #666
}
.commentsArea>ol {
padding: 0;
margin: 0;
list-style: none
}
.commentsArea li {
padding: 15px 0;
border-bottom: 1px solid #e6e6e6
}
.commentAvatar {
margin: 0 10px 0 0;
width: 50px;
height: 50px;
position: relative;
overflow: hidden;
border-radius: 50em;
background: #e4e4e4;
float: left;
}
.commentAvatar img {
display: block;
object-fit: cover;
width: 100%;
z-index: 2;
position: relative;
height: 100%
}
.commentBodyText {
line-height: 1.4;
display: block;
word-wrap: break-word;
margin: 5px 0 0
}
.commentAuthorName {
color: #000;
font-size: 15px;
font-weight: 700;
}
.commentHeader time {
font-size: 12px;
color: #999
}
.commentBodyFooter {
font-size: 12px;
color: #a7a7a7;
margin: 10px 0 0;
display: flex;
align-items: center
}
.commentBodyFooter a {
margin-right: 15px;
color: #a7a7a7
}
.comment-btnshare {
display: flex;
color: #a7a7a7;
align-items: center
}
.comment-share-button {
display: flex;
align-items: center
}
.comment-share-button a {
width: 22px;
height: 22px;
font-size: 14px;
vertical-align: middle;
background: #a7a7a7;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
display: flex;
margin: 0 0 0 5px;
color: #fff;
line-height: 14px;
justify-content: center;
align-items: center
}
.comments-pagination a,.comments-pagination span,.notfound-button a {
position: relative;
text-align: center;
cursor: pointer;
vertical-align: top;
background: var(--primary);
color: #fff;
padding: 10px 15px;
height: auto;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 7px;
}
.main-box.m-auto {
margin: 0 auto;
}
path.wr-primary {
fill: var(--primary);
}
.notfound {
text-align: center;
margin-bottom: 15px;
}
.commentBodyModeration {
background: #a7a7a7;
color: #fff;
padding: 3px 7px;
border-radius: 3px;
font-size: 12px
}
.commentsArea ol,.commentsArea ul {
list-style: none
}
.commentBodyText p {
display: inline
}
.commentReplyTo {
display: inline-flex;
font-weight: 600;
align-items: flex-start;
flex-wrap: wrap
}
.commentReplyTo svg {
height: 14px;
margin-right: 6px
}
.comments-pagination {
display: block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
text-align: center;
position: relative
}
.comments-pagination a,.comments-pagination span {
font-size: 16px;
display: inline-flex;
line-height: 1.4;
padding: 8px 16px;
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
align-items: center;
width: auto;
flex-wrap: wrap
}
.comments-pagination span.current {
z-index: 2;
color: #fff;
cursor: default;
background-color: var(--primary);
border-color: var(--primary)
}
.comments-pagination a svg,.notfound-button svg {
height: 14px;
margin-left: 10px
}
.no-more {
line-height: 1.4;
font-size: 14px;
color: #6f6f6f
}
.no-more i {
font-size: 18px;
margin-top: -2px;
color: var(--color4)
}
.commentBody {
flex: 1;
}
.comment-form-cookies-consent label {
font-size: 14px;
margin-left: 35px;
}
.comment-form-cookies-consent {
display: flex;
align-items: flex-start;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
position: absolute;
opacity: 0;
cursor: pointer;
width: 100%;
height: 100%;
}
.comment-form-cookies-consent label:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #c9c9c9;
display: block;
cursor: pointer;
font-size: 17px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 5px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::before {
content: "";
background: var(--primary);
}
.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::after {
left: 10px;
top: 6px;
width: 7px;
height: 12px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
position: absolute;
top: 2px;
left: 7px;
}
.page-nav nav {
border-radius: 10px;
overflow: hidden;
position: -webkit-sticky;
position: sticky;
top: 75px;
}
.page-nav {
max-width: 300px;
width: 100%;
}
.page-nav ul {
list-style: none;
padding: 0;
margin: 0;
}
.page-nav ul li a {
padding: 10px 0;
border-bottom: 1px solid #ededed;
color: #212121;
display: block;
font-weight: 700;
transition: all .25s;
-moz-transition: all .25s;
-webkit-transition: all .25s;
-o-transition: all .25s;
}
.page-nav ul li a:hover, .page-nav ul li.current_page_item a {
color: var(--primary);
}
.page-nav ul li:last-child a {
border: 0;
}
body.darkmode, body.darkmode .to-top, body.darkmode header.header, body.darkmode .sidebarmenu, body.darkmode select#startCategory option {
background: #242424;
color: #fff;
}
body.darkmode .billboard.custombillboard .widget,
body.darkmode .footer-left .textwidget,
body.darkmode .primary-menu .sub-menu,
body.darkmode .bg-ads {
background: #2a2a2a;
}
body.darkmode header.header {
box-shadow: 0 4px 2px -2px rgb(0 0 0 / 30%);
}
body.darkmode .header-brand img {
filter: brightness(0) invert(1);
}
body.darkmode .article-item .media-title a, body.darkmode .grid .media-title a, body.darkmode .small-item .media-title, body.darkmode .inline-video .media-title a, body.darkmode .inline-video .media-title a, body.darkmode .populartag .tag-item .media-link, body.darkmode .popular-item .media-title a, body.darkmode .inline-grid .media-title a, body.darkmode .footer .widget-title, body.darkmode .input-search, body.darkmode .list-item .media-link, body.darkmode .primary-menu ul > li > a, body.darkmode .article-text, body.darkmode .tag-post a, body.darkmode textarea#comment, body.darkmode input#author, body.darkmode input#email, body.darkmode .commentAuthorName, body.darkmode .page-nav ul li a, body.darkmode .article-text .bacajuga-item a, body.darkmode .sidebarmenu .widget .menu li a, body.darkmode .sidebarmenu .textwidget a, body.darkmode #startDate, body.darkmode select#startCategory {
color: #fff;
}
body.darkmode .popular-item .hastagnumber, body.darkmode .input-search, body.darkmode .tag-post a, body.darkmode textarea#comment, body.darkmode input#author, body.darkmode input#email, body.darkmode p.form-submit, body.darkmode .bacajuga-wrapper {
border-color: #363636;
background: #323131;
}
body.darkmode .search-icon,
body.darkmode .mode {
background-color: #3a3a3a;
color: #fff;
}
body.darkmode .headline-small, body.darkmode .small-item, body.darkmode .article-item, body.darkmode .widget.inline-video, body.darkmode .widget.inline-grid, body.darkmode .mode, body.darkmode .list-item, body.darkmode .top-info, body.darkmode .commentsArea li, body.darkmode .page-nav ul li a, body.darkmode #startDate, body.darkmode select#startCategory {
border-color: #2c2c2c;
}
body.darkmode .small-item.slick-current {
border-top-color: var(--primary);
}
body.darkmode .primary-menu ul > li:hover > a, body.darkmode .populartag .tag-item:hover .media-link, body.darkmode .populartag .tag-item:hover .hastag, body.darkmode .article-item:hover .media-link, body.darkmode .popular-item:hover .media-link, body.darkmode .list-item:hover .media-link, body.darkmode .page-nav ul li a:hover, body.darkmode .page-nav ul li.current_page_item a, body.darkmode .grid-item:hover .media-link, body.darkmode .article-text .bacajuga-item a:hover, body.darkmode .sidebarmenu .textwidget a:hover, body.darkmode .sidebarmenu .widget .menu li a:hover {
color: var(--primary);
}
body.darkmode footer.footer {
background-color: #202020;
color: #c7c7c7;
}
body.darkmode .footer .menu li a {
color: #c7c7c7;
}
body.darkmode .article-item .media-meta, body.darkmode .inline-video .media-meta, body.darkmode .list-item .media-date, body.darkmode .inline-grid .media-meta, body.darkmode .article-date, body.darkmode .grid .media-meta, body.darkmode .breadcrumb a, body.darkmode .article-description, body.darkmode .article-featured figcaption, body.darkmode .article-content figcaption, body.darkmode .comment-notes, body.darkmode .author-bio, body.darkmode .commentBodyText, body.darkmode .notfound-desc, body.darkmode p.logged-in-as {
color: #999;
}
body.darkmode .media-image:before {
background: #1e1e1e;
}
body.darkmode .media-image:after {
background-image: linear-gradient(90deg,rgb(42 42 42 / 0%) 0,rgb(52 52 52 / 20%) 20%,rgb(42 42 42 / 50%) 60%,rgb(20 20 20 / 0%));
}
body.darkmode .inline-grid .grid-item:nth-child(1) .grid-item-box, 
body.darkmode .inline-grid .grid-item:nth-child(2) .grid-item-box {
box-shadow: 0 1px 3px 1px rgb(2 2 2 / 30%);
}
body.darkmode .bacajuga-item {
border-color: #444444;
}
body.darkmode .sidebarmenu {
box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
}