body {}

a:hover {
    text-decoration: none;
}

.big_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 90px 0 0;
    background-image: url(../images/maxx-big.png);
    background-position: top center;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: repeat;
    background-color: none !important;
}

.big_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(50px);
    z-index: 1;
}

.big_container {
    position: relative;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 100;
}

/* HEADER */

.big_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    height: 60px;
    z-index: 1000;
}

.big_logo {
    height: 60px;
    display: inline-block;
    float: left;
}

.big_logo a,
.big_logo img {
    height: 60px;
    width: auto;
}

.big_socsearch {
    float: right;
    padding: 8px 0;
    height: 44px;
    background: #eee;
    position: relative;
}

.big_search {
    float: left;
    margin: 0 30px 0 0;
}

#big_searching {
    height: 40px;
    padding: 0 10px 0 20px;
    border-radius: 8px;
}

.big_input {
    float: left;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 20px;
    width: 150px;
}

.big_button {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border: 0;
    background: none;
}

.big_sos {
    float: left;
}

.big_sos a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #333;
    border-radius: 40px;
    font-size: 26px;
    color: #333;
    margin: 0 0 0 8px;
}

.big_sos i {
    display: block;
    height: 40px;
    line-height: 40px;
}

.big_dark {
    float: right;
}

.theme-switch-wrapper {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 30px;
    margin: 8px 0 8px 30px;
}

.theme-switch {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    right: 0;
    border-radius: 44px;
    overflow: hidden;
    transition: 0.4s;
}

#checkbox {
    display: none;
}

input:checked+.darkmode {}

.darkmode.round {
    border-radius: 44px;
}

.darkmode {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

.darkmode:before {
    content: "\f186";
    font-family: 'maxx-font';
    bottom: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
    left: 0;
    font-size: 26px;
    position: absolute;
    transition: 0.4s;
    width: 44px;
    border-radius: 44px;
}

[data-theme="dark"] .darkmode:before {
    content: "\E807";
}

.big_menu {
    position: sticky;
    top: 90px;
    height: 50px;
    z-index: 999;
}

.nav {
    float: left;
    max-width: 1200px;
    width: auto;
    margin: 0;
    padding: 0;
    height: 50px;
}

.nav .accordion {
    height: 50px;
    display: block;
}

.nav .accordion,
.nav .accordion ul,
.nav .accordion li,
.nav .accordion a,
.nav .accordion span {
    border: none;
    outline: none;
}

.nav .accordion li {
    list-style: none;
}

.nav .accordion li {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 50px;
    position: relative;
}

.nav .accordion li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 12px;
    width: 14px;
    height: 8px;
    border-radius: 10px;
    z-index: 1;
}

.nav .accordion li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 18px;
    line-height: 50px;
    position: relative;
}

.nav .accordion li>.sub-menu {
    padding: 10px 0;
    position: absolute;
    width: 250px;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav .accordion li:hover>.sub-menu {
    display: block;
}

.nav .accordion li>.sub-menu>li {
    display: block;
    float: none;
    text-align: left;
}

.nav .accordion li>.sub-menu>li a {
    padding: 0 25px;
}

.nav .accordion li>.sub-menu>li.menu-item-has-children:before {
    display: none;
}

.nav .accordion li>.sub-menu>li>ul {
    display: none !important;
}

.maxx_tanggal {
    float: right;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0;
}

/* RUNTEXT */

.big_running {
    margin: 0;
    padding: 0 20px;
    height: 46px;
    border-radius: 10px;
    overflow: hidden;
}

.big_scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    opacity: 1;
}

.big_ticker {
    display: flex;
    width: 100%;
}

.big_out_scroll {
    white-space: nowrap;
    animation: animate 90s -90s linear infinite;
    will-change: transform;
    margin-right: 10px;
    height: 46px;
}

.big_out_scroll.big_ticker-9 {
    animation: animate 90s -90s linear infinite;
}

.big_out_scroll.big_ticker-8 {
    animation: animate 80s -80s linear infinite;
}

.big_out_scroll.big_ticker-7 {
    animation: animate 70s -70s linear infinite;
}

.big_out_scroll.big_ticker-6 {
    animation: animate 60s -60s linear infinite;
}

.big_out_scroll.big_ticker-5 {
    animation: animate 50s -50s linear infinite;
}

.big_out_scroll.big_ticker-4 {
    animation: animate 40s -40s linear infinite;
}

.big_out_scroll.big_ticker-3 {
    animation: animate 30s -30s linear infinite;
}

.big_out_scroll.big_ticker-2 {
    animation: animate 20s -20s linear infinite;
}

.big_out_scroll.big_ticker-1 {
    animation: animate 10s -10s linear infinite;
}

.big_out_scroll:nth-child(2) {
    animation: animate2 90s -45s linear infinite;
}

.big_out_scroll.big_ticker-9:nth-child(2) {
    animation: animate2 90s -45s linear infinite;
}

.big_out_scroll.big_ticker-8:nth-child(2) {
    animation: animate2 80s -40s linear infinite;
}

.big_out_scroll.big_ticker-7:nth-child(2) {
    animation: animate2 70s -35s linear infinite;
}

.big_out_scroll.big_ticker-6:nth-child(2) {
    animation: animate2 60s -30s linear infinite;
}

.big_out_scroll.big_ticker-5:nth-child(2) {
    animation: animate2 50s -25s linear infinite;
}

.big_out_scroll.big_ticker-4:nth-child(2) {
    animation: animate2 40s -20s linear infinite;
}

.big_out_scroll.big_ticker-3:nth-child(2) {
    animation: animate2 30s -15s linear infinite;
}

.big_out_scroll.big_ticker-2:nth-child(2) {
    animation: animate2 20s -10s linear infinite;
}

.big_out_scroll.big_ticker-1:nth-child(2) {
    animation: animate2 10s -5s linear infinite;
}

.big_ticker:hover .big_out_scroll {
    -webkit-animation-play-state: paused !important;
}

.big_run_ticker {
    position: relative;
    display: inline-block;
    margin: 0 50px 0 0;
    padding: 0 0 0 60px;
    overflow: hidden;
    height: 46px;
}

.big_run_ticker:before {
    content: '';
    position: absolute;
    left: 10px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.big_out_scroll a {
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-decoration: none;
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.maxx_schema {
    display: none;
}

/* CON-TEN */

.maxx_content_after {
    padding: 60px 0 0;
    position: relative;
    z-index: 100;
}

.big_content {
    margin: 0 -12px;
}

.area_primary {
    position: sticky;
    float: left;
    top: 170px;
    width: calc( 66.66% - 12px);
}

.primary_inner {
    margin: 0 12px;
}

.area_sidebar {
    position: sticky;
    top: 170px;
    float: right;
    width: 33.33%;
}

.secondary_content {
    margin: 0 12px;
}

/* LOOP */

.archive_head {
    margin: 0 0 40px;
    font-size: 30px;
}

.late_news {
    margin: 0 -12px;
}

.big_loop {
    width: calc( 50% - 24px);
    float: left;
    margin: 0 12px 50px;
}

.big_loop_ads {
    margin: 0 12px 50px;
}

.big_loop_img {
    position: relative;
    margin: 0 0 20px;
}

.big_loop_img img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.big_loop_meta {
    font-size: 13px;
    margin: 0 0 8px;
}

.big_loop_meta a {
    font-weight: bold;
    text-transform: uppercase;
}

.big_loop_meta span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	opacity: 0.8;
}

.big_loop_meta span:before {
	content: '';
	position: absolute;
	top: calc( 50% - 1px );
	left: -7px;
	height: 2px;
	width: 4px;
}

.maxx_liking {
    position: absolute;
    top: -15px;
    left: 25px;
    width: 50px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

.maxx_liking button {
    height: 50px;
    background: none;
    border: none;
}

.maxx_liking button i {
    display: block;
    font-size: 20px;
    line-height: 18px;
    height: 18px;
}

.maxx_liking button span {
    display: block;
    font-size: 13px;
    height: 12px;
}

.like-message {
    display: none;
    position: absolute;
    left: 55px;
    top: 0px;
    padding: 10px 15px;
    height: 30px;
    line-height: 15px;
    width: 90px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
	font-size: 12px;
}

.big_loop_title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
}

.big_loop_title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.big-close {
    display: none;
}

.big-close.big-2,
.big-close.big-4,
.big-close.big-6,
.big-close.big-8,
.big-close.big-10,
.big-close.big-12,
.big-close.big-14,
.big-close.big-16,
.big-close.big-18 {
    display: block;
}

/* PAGE */

.pagination {
    margin: 0 0 50px;
}

.center_paged.pagination {
    text-align: center;
}

.pagination a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0 2px;
    border: 0;
}

.pagination a.active {
    border: 0;
    font-weight: bold;
}

.pagination.page-6px a {
    border-radius: 6px;
}

.pagination.page-20px a {
    border-radius: 50px;
}

/* AUTHOR */

.big_author_box {
    margin: 0 0 80px;
}

.big_author_top {
    margin: 0 0 30px;
}

.big_avatar {
    float: left;
    width: 200px;
    margin: 0 30px 0 0;
}
.author-8px .big_avatar {
    border-radius: 8px;
}
.author-200px .big_avatar {
    border-radius: 200px;
}

.big_author_bio {
    padding: 15px 0 0;
    float: left;
    width: calc( 100% - 230px);
}

.big_author_head {
    font-size: 28px;
    margin: 0;
}

.big_author_head i {
    color: #098;
}

.big_author_active {
    margin: 0 0 20px;
	opacity: 0.8;
}

.big_author_contact a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0 8px 15px 0;
    font-size: 22px;
    border-radius: 42px;
}

.big_author_contact a.whatsapp_link {
    display: block;
    width: 90px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    border-radius: 10px;
	background: none !important;
}

/* SINGLE */

.type-post {
    text-align: center;
}

.primary_featured {
    position: relative;
    margin: 0 0 30px;
    border-radius: 20px;
	min-height: 20px;
}

.primary_featured img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.primary_featured iframe {
    display: block;
    width: 100%;
    height: 386px;
    border-radius: 20px;
}

.maxx_caption {
    padding: 10px;
    opacity: 0.5;
}

.the_title {
    font-size: 40px;
    line-height: 1.15;
    margin: 0 30px 30px;
}

.single_author {
    text-align: center;
    margin: 0 0 40px;
}

.single_author img {
    margin: 0 auto 20px;
    border-radius: 70px;
}

.name_author {
    font-size: 18px;
    display: inline-block;
    padding: 15px 25px;
    box-shadow: 10px 2px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.name_author i {
    margin: 0 5px;
    display: inline-block;
    transform: rotate(90deg) scale(0.9);
}

.name_author a {
    font-weight: bold;
}

.maxx_article {
    font-size: 20px;
}

.maxx_article p {
    margin: 0 0 20px;
    line-height: 1.5;
}

.maxx_article table {
    width: 100%;
    margin: 0 0 20px;
}

.maxx_article table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    margin: 0 0 -1px -1px;
}

.maxx_article ul,
.maxx_article ol {
    margin: 0 0 20px;
    line-height: 1.65;
}

.maxx_article ul li {
    margin-left: 15px;
}

.maxx_article ol li {
    margin-left: 20px;
}

.maxx_article li ul,
.maxx_article li ol {
    margin: 0 0 10px;
}

.read_related {
    padding: 30px;
    margin: 0 0 20px;
}

.related_maxx img {
    float: right;
    width: 150px;
    margin: 0 0 0 25px;
    border-radius: 15px;
}

.related_image {
    width: calc( 100% - 175px);
    padding: 8px 0;
}

.related_prefix {
    font-size: 18px;
}

.related_suffix {
    font-size: 16px;
}

.related_image a {
    display: block;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 8px;
}

.related_text a {
    display: block;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}

.big_page_link .current {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
    text-align: center;
    margin: 0 2px 4px;
    border: 0;
}

.big_page_link a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
    text-align: center;
    margin: 0 2px 4px;
    border: 0;
}

.big_page_first {
    margin: 0 25px 0 0;
}

.the_editor {
    padding: 30px 0;
}

.the_editor span {
    opacity: 0.5;
}

.big_tags a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 40px;
    margin: 0 8px 8px 0;
    border: 0;
}

/* COMMENT */

#respond {
    margin: 40px 0;
    padding: 35px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

#reply-title {
    font-size: 25px;
    margin: 0 0 20px;
}

#commentform label {
    display: block;
    margin: 0 0 10px;
}

#comment {
    width: calc( 100% - 32px);
    padding: 15px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.02);
}

#author,
#email,
#url {
    width: calc( 100% - 32px);
    padding: 0 15px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.02);
}

.maxx_article p.form-submit {
    margin: 0;
}

#submit {
    height: 50px;
    line-height: 50px;
	background: none;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}

#comments {
    margin: 0;
}

.comment-body {
    padding: 35px 35px 15px;
    margin: 0 0 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
}

.comment {
    margin: 0 0 0 90px;
    position: relative;
}

.depth-1 {
    margin: 0 0 30px;
}

.comment-meta .avatar {
    width: 62px;
    float: left;
    margin: 0 30px 0 0;
    border-radius: 62px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.comment-metadata {
    font-size: 14px;
    padding: 3px 0 0;
    margin: 0 0 15px;
}

.comment-content {
    margin: 0 0 20px 90px;
    opacity: 0.7;
}

.reply {
    position: absolute;
    left: 35px;
    top: 110px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #0055ff;
    width: 60px;
    text-align: center;
    font-size: 14px;
    border-radius: 18px;
}

.reply a {
    color: #0055ff;
}

.fn {
    font-weight: 400;
}

.big_404 img {
    border-radius: 10px;
    width: 100%;
}

/* SIDEBAR */

.late_head {
    font-size: 18px;
    padding: 15px 25px;
    margin: 0 0 20px;
    box-shadow: 10px 2px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.late_list {
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.late_list_img {
    float: left;
    position: relative;
    width: 120px;
    margin: 0 20px 0 0;
}

.late_list_img img {
    display: block;
    border-radius: 10px;
}

.late_list_img span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    border-radius: 40px 40px 40px 0;
    font-size: 20px;
    font-weight: bold;
}

.late_list_post {
    float: right;
    width: calc( 100% - 140px);
    padding: 12px 0 0;
}

.late__time {
    margin: 0 0 6px;
    font-size: 13px;
}
.late__time span {
	position: relative;
	margin: 0 0 0 10px;
}

.late__time span:before {
	content: '';
	position: absolute;
	top: calc( 50% - 1px );
	left: -7px;
	height: 2px;
	width: 4px;
}

.late__time a {
    text-transform: uppercase;
    font-weight: bold;
}

.late_list_title a {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.late_round img,
.late_round .late_list_img span {
    border-radius: 8px;
}

.late_circle img,
.late_circle .late_list_img span {
    border-radius: 100px;
}

.simple_list {
    padding: 30px;
    margin: 0 0 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.simple_list_img {
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 1.0;
}

.simple_list_title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 6px;
}

.simple_list_post {
    margin: 0;
}

/* BERANDA */

.home_widget {
    margin: 0 auto 30px;
}

.mb_not_full {
    margin: 0 auto;
}

.home_widget .widget_block {
    margin: 0;
    padding: 0;
}

/* WIDGET HEADING */

.maxx_head_widget {
    padding: 80px 80px;
    border-radius: 15px;
}

.widget_block h1.maxx_head {
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 10px;
}

.maxx_desc {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}

/* WIDGET STAND */

.maxx_stand_post {
    padding: 0 10px;
}

.mb_not_full.is_space .maxx_stand_post {
    padding: 0;
}

.no_space .maxx_stand_post {
    padding: 0;
}

.maxx_stand_outer {
    margin: 0 -5px;
}

.no_space .maxx_stand_outer {
    margin: 0;
}

.stand_block {
    width: 25%;
    float: left;
}

.stand_block img {
    width: 100%;
}

.stand_inner {
    margin: 0 5px 10px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.stand_inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}

.stand_inner:hover:after {
    opacity: 1;
}

.no_space .stand_inner {
    margin: 0 0 10px;
    border-radius: 0;
}

.stand_meta {
    position: absolute;
    bottom: 60px;
    left: 50px;
    right: 50px;
    z-index: 2;
    display: none;
}

.stand_inner:hover .stand_meta {
    display: block;
}

.mb_not_full .stand_meta {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.stand_title {
    font-size: 25px;
    margin: 0 0 15px;
}

.mb_not_full .stand_title {
    font-size: 16px;
    margin: 0 0 10px;
}

.stand_author {
    margin: 0 0 10px;
}

.stand_author img {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin: 0 15px 0 0;
}

.stand_author span {
    float: left;
    width: calc( 100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 35px;
}

.stand_time {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 45px;
}

.stand_time:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 40px;
}

/* WIDGET SPACE */

.sm_gap {
    height: 30px;
}

.md_gap {
    height: 50px;
}

.lg_gap {
    height: 80px;
}

/* WIDGET GAP */

.gap_post_outer {
    padding: 0 50px;
}

.gap_inner {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.gap_block {
    padding: 25px;
    text-align: center;
    height: 110px;
}

.gap_title {
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 15px;
    max-height: 70px;
    overflow: hidden;
}

.gap_title a {
    font-size: 16px;
}

.gap_inner img {
    width: 100%;
}

.gap_time {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.gap_post .splide__arrow--prev {
    left: -50px;
}

.gap_post .splide__arrow--next {
    right: -50px;
}

.gap_post .splide__arrow {
    border-radius: 0;
    background: none;
    border-radius: 30px;
    font-size: 18px;
    opacity: 1;
}

/* WIDGET SIMPLE */

.simplecarousel .splide__arrow--prev {
    left: 25px;
    bottom: 10px;
    top: auto;
}

.simplecarousel .splide__arrow--next {
    right: 25px;
    bottom: 10px;
    top: auto;
}

.simplecarousel .splide__list {
    padding: 20px;
}

.simple_post_outer {
    margin: 0 -10px;
}

.simple_post .splide__slide {
    padding: 15px 10px;
}

.simple_inner {
    height: calc( 100% - 65px);
    padding: 30px 30px 35px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.simple_cat {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.simple_cat a {
    display: none;
}

.simple_cat a:nth-child(1),
.simple_cat a:nth-child(2) {
    display: inline-block;
}

.mc_artichoke {
    background: #94A684;
    color: #ffffff;
}

.mc_artichoke a {
    color: #f0f0e7;
}

.mc_blue {
    background: #0055ff;
    color: #DFF6FF;
}

.mc_blue a {
    color: #ffffff;
}

.mc_green {
    background: #016A70;
    color: #FFFFDD;
}

.mc_green a {
    color: #ffffff;
}

.mc_purple {
    background: #5C4B99;
    color: #e0d9f9;
}

.mc_purple a {
    color: #ffffff;
}

.simple_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
}

.simple_title a {
    font-weight: bold;
}

.simple_block img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 30px;
}

.simple_data {
    float: left;
    width: calc( 100% - 55px);
}

.simple_author {
    font-size: 14px;
    line-height: 1.6;
}

.simple_time {
    font-size: 12px;
}

.simple_author i {
    margin-left: -3px;
}

/* WIDGET HERO */

.mb_is_full .hero_post_outer {
    max-width: 1300px;
    margin: 0 auto;
}

.hero_content {
    width: 45%;
    float: left;
}

.hero_left {
    padding: 50px 70px 0 0;
}

.widget_block h2.hero_head {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.hero_head:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
}

.hero_desc {
    font-size: 18px;
    margin: 0 0 25px;
}

.hero_link {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 10px;
    margin: 0 5px 0 0;
    font-weight: 700;
    font-size: 16px;
}

.hero_post {
    width: 55%;
    float: right;
}

.hero_inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.hero_inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    toP: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}

.hero_post .splide__list div:nth-child(2n) {
    margin-top: 40px;
}

.hero_block {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    z-index: 2;
}

.hero_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hero_time {
    font-size: 13px;
}

/* BERANDA */

/* SPLIDE JS */

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }
    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

.splide {
    visibility: visible !important;
}


/* WIDGET WP */

.widget_block {
    margin: 0;
    line-height: 1.4;
    padding: 0 0 16px;
}

.widget_block h1 {
    font-size: 23px;
    margin: 0 0 10px;
}

.widget_block h2 {
    font-size: 21px;
    margin: 0 0 10px;
}

.widget_block h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.widget_block h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.widget_block h5 {
    font-size: 17px;
    margin: 0 0 10px;
}

.widget_block h6 {
    font-size: 16px;
    margin: 0 0 10px;
}

.widget_block p {
    margin: 0 0 10px;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ol li {
    margin: 0 0 10px 20px;
    line-height: 1.4;
}

.widget_block ul li {
    margin: 0 0 10px 15px;
    line-height: 1.4;
}

.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.widget_block blockquote cite {
    font-size: 13px;
}

.widget_block .wp-block-code code {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}

.widget_block .wp-block-table {
    width: 100%;
}

.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}

.widget_block .wp-block-pullquote blockquote {
    background: none;
}

.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}

.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}

.widget_block .wp-block-latest-posts__list li .widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}

.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}

.widget_block .wp-calendar-nav {
    padding: 10px 0;
}

.widget_block .wp-block-latest-comments__comment {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-date {
    font-style: italic;
}

.widget_block .wp-block-loop-posts.wp-block-loop-posts__list li,
.widget_block .wp-block-pages-list__item {
    margin: 0;
    padding: 0 0 10px;
}

.widget_block .wp-block-loop-posts.wp-block-loop-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}

.widget_block .wp-block-page-list {
    list-style: none;
}

.widget_block .wp-block-pages-list__item.has-child {
    padding: 0;
}

.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}

.widget_block .wp-block-rss {
    list-style: none;
}

.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}

.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 14px !important;
    padding: 0 10px;
    margin: 0 0 4px;
}

.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}

.widget_block .wp-block-search .wp-block-search__input {
    border: 1px dashed rgba(125, 125, 125, 0.3);
    height: 30px;
    line-height: 30px;
    width: calc(100% - 90px);
    padding: 0 9px;
    background: #fff;
    color: #222;
    float: left;
}

.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}

.wp-block-latest-posts__post-title,
.wp-block-latest-comments__comment-meta a {
    font-weight: 700;
}

.widget_block.widget_meta li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li.menu-item-has-children {
    padding: 0;
}

.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}

.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    width: calc(100% - 10px) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {}

.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    width: calc(100% - 2px) !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    width: 100% !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {}



/* ADS */

.left_ads {
    position: fixed;
    top: 140px;
	width: 160px;
    margin-left: -185px;
}

.left_ads .side_float span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    z-index: 2;
    background: #333;
    color: #fff;
}

.right_ads {
    position: fixed;
    top: 140px;
	width: 160px;
    margin-left: 1065px;
}

.right_ads .side_float span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    z-index: 2;
    background: #333;
    color: #fff;
}

.big_footer {
    padding: 80px 0 30px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

/* MOBILE HEADER */

.big_mobile {
    display: none;
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 20px;
    padding: 20px 0 120px;
    z-index: 1001;
}

.big_menu_icon {
    font-size: 15px;
    display: flex;
    font-weight: bold;
}

.big_menu_icon span.space {
    margin: 0 6px;
}

.big_menu_icon i {
    display: inline-block;
    transform: rotate(90deg) scale(0.9);
}

.progress-circle-container {
    position: absolute;
    top: -13px;
    right: 18px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-circle {
    transform: rotate(-90deg);
}

.progress-background,
.progress-bar {
    fill: none;
    stroke-width: 2;
    /* Adjusted stroke width for smaller size */
    cx: 23;
    cy: 23;
    r: 20;
}


.progress-bar {
    stroke-dasharray: 126;
    /* 2 * PI * radius (20) */
    stroke-dashoffset: 126;
    transition: stroke-dashoffset 0.1s linear;
}

.tooltip {
    position: absolute;
    font-size: 10px;
    /* Adjusted font size for smaller circle */
    font-weight: bold;
}

.at-top .big_foot_share,
.big_foot_share {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 20px;
    float: none;
    width: auto;
    padding: 20px 0 60px;
	border-radius: 30px;
    z-index: 100;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.openshare .big_foot_share {
    display: block;
}

.openshare.at_top .big_foot_share {
	display: none;
}

.inner_share {
    margin: 0 auto;
    max-width: 340px;
    padding: 0 20px;
    height: 100%;
    overflow-y: auto;
    text-align: center;
}

.inner_share_img {
    width: 340px;
    height: 255px;
    background-size: cover;
    margin: 0 0 20px;
    border-radius: 15px;
}

.inner_share_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 30px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inner_share_icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 24px;
    margin: 0 2px;
}

.inner_share_icon i {
    display: block;
    height: 40px;
    line-height: 40px;
}

.footer_big_share {
	position: fixed;
	bottom: 20px;
	right: -10px;
	text-align: center;
	opacity: 0;
	transition: all .3s ease;
	z-index: 1000;
}
.scrolled .footer_big_share {
	opacity: 1;
	right: 35px;
	z-index: 1000;
}
.footer_big_share span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.menufooter {
	margin: 0 0 40px;
}
.footer_menu {
	list-style: none;
	text-align: center;
	font-size: 18px;
}
.footer_menu li {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}
.footer_menu li a {
	display: block;
}
.footer_menu li:after {
	content: '\e801';
	position: absolute;
	right: -20px;
	top: calc( 50% - 15px );
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 15px;
	transform: rotate(90deg);
	font-family: "maxx-font";
  font-style: normal;
  font-weight: normal;
}
.footer_menu li:last-child:after {
	display: none;
}
.footer_menu li ul {
	display: none;
}

[data-theme="dark"] .maxx_big {
  color: #ddd !important; 
}
[data-theme="dark"] .big_wrapper:before {
  background: #111 !important; 
}
[data-theme="dark"] .maxx_big .at-top .big_foot_share, 
[data-theme="dark"] .maxx_big .big_foot_share {
	background:  #111 !important; 
}
[data-theme="dark"] .maxx_big .big_header,
[data-theme="dark"] .maxx_big .big_socsearch {
	background: #111 !important; 
}
[data-theme="dark"] .maxx_big .big_sos a {
	border: 2px solid #ddd !important; 
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .darkmode.round {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big #big_searching {
	background: #111 !important; 
	border: 2px solid #ddd !important; 
}
[data-theme="dark"] .maxx_big .big_input,
[data-theme="dark"] .maxx_big .big_button {
	background: #111 !important; 
	color: #ddd !important; 
}
		
[data-theme="dark"] .maxx_big .big_menu {
	background: #111 !important; 
}
[data-theme="dark"] .maxx_big .maxx_tanggal,
[data-theme="dark"] .maxx_big .nav .accordion li a {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .nav .accordion li.menu-item-has-children:before {
	background: #ddd !important; 
}
[data-theme="dark"] .maxx_big .nav .accordion li a:hover,
[data-theme="dark"] .maxx_big .nav .accordion li.span1 a {
	color: #fff !important; 
}
[data-theme="dark"] .maxx_big .nav .accordion li>.sub-menu {
	background: #222 !important; 
}
[data-theme="dark"] .maxx_big .nav .accordion li>.sub-menu a {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .big_running {
	background: #222 !important; 
}
[data-theme="dark"] .maxx_big .big_running a {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .big_run_ticker:before {
    background: #fff !important; 
	box-shadow: 10px 0 0 0 rgba(255,255,255, 0.7), 20px 0 0 0 rgba(255,255,255, 0.4);
}
[data-theme="dark"] .maxx_big .maxx_liking,
[data-theme="dark"] .maxx_big .like-message {
    background: #ddd !important; 
}
[data-theme="dark"] .maxx_big .maxx_liking button {
	color: #111 !important; 
}
[data-theme="dark"] .maxx_big .big_loop_meta,
[data-theme="dark"] .maxx_big .big_loop_title a {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .big_loop_meta span:before {
	background: #ddd !important; 
}
[data-theme="dark"] .maxx_big .big_loop_meta a {
	color: #fff !important; 
}
[data-theme="dark"] .maxx_big .pagination a {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .pagination a.active {
	background: #ddd !important; 
	color: #111 !important; 
}
[data-theme="dark"] .maxx_big .big_author_head,
[data-theme="dark"] .maxx_big .big_author_active {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .big_author_contact a {
	background: #ddd !important; 
	color: #111 !important; 
}
[data-theme="dark"] .maxx_big .big_author_contact a.whatsapp_link {
	border: 2px solid #ddd !important; 
	color: #ddd !important; 
	background: none !important;
}
		
[data-theme="dark"] .maxx_big .late_head { 
	background: #222 !important; 
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .simple_list {
	background: #222 !important; 
	color: #ddd !important; 
}
		
[data-theme="dark"] .maxx_big .late_list {
	border-bottom: 1px dashed rgba(255,255,255, 0.5);
}
[data-theme="dark"] .maxx_big .late_list_img span {
	background: #ddd !important; 
	color: #111 !important; 
}
[data-theme="dark"] .maxx_big .area_sidebar {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .late_list_title a,
[data-theme="dark"] .maxx_big .area_sidebar a {
	color: #fff !important; 
}
[data-theme="dark"] .maxx_big .late__time span:before {
	background: #ddd !important; 
}
[data-theme="dark"] .maxx_big .area_sidebar .late__time a,
[data-theme="dark"] .maxx_big .simple_list_post .late__time {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .the_title {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .maxx_article {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .maxx_article a {
	color: #fff !important; 
}
[data-theme="dark"] .maxx_big .name_author {
	background: #222 !important; 
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .name_author a {
	color: #eee !important; 
}
[data-theme="dark"] .maxx_big .name_author i {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .read_related {
	background: #222 !important; 
	border: 1px solid #444 !important; 
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .related_suffix {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .maxx_article .read_related a {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .maxx_article .big_page_link a {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .maxx_article .big_page_link .current  {
	background: #ddd !important; 
	color: #111 !important; 
}
[data-theme="dark"] .maxx_big .maxx_article .big_tags a {
	background: #222 !important; 
	color: #ddd !important; 
}
		
[data-theme="dark"] .maxx_big #comment,
[data-theme="dark"] .maxx_big #author,
[data-theme="dark"] .maxx_big #email,
[data-theme="dark"] .maxx_big #url  {
	border: 1px solid rgba(255,255,255, 0.4);
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big #submit {
	border: 1px solid rgba(255,255,255, 0.5);
	color: #ddd !important; 
}
		
[data-theme="dark"] .maxx_big .footer_menu li a {
	color: #eee !important; 
}
[data-theme="dark"] .maxx_big .footer_menu li:before {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .copyright {
	color: #eee !important; 
}
[data-theme="dark"] .maxx_big .copyright a {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .footer_big_share span {
	background: #ddd !important; 
	color: #111 !important; 
}
		
[data-theme="dark"] .maxx_big .big_mobile {
	background: #222 !important; 
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .big_mobile i {
	color: #eee !important; 
}
[data-theme="dark"] .maxx_big .progress-background {
	stroke: rgba(255,255,255,0.3);
}
[data-theme="dark"] .maxx_big .progress-bar {
	stroke: #ddd !important; 
}
[data-theme="dark"] .maxx_big .tooltip {
	color: #ddd !important; 
}
[data-theme="dark"] .maxx_big .inner_share_icon a {
	border: 2px solid #ddd !important; 
	color: #ddd !important; 
}




@media screen and (max-width: 982px) {
    .big_wrapper {
        overflow: hidden;
        padding: 110px 0 0;
    }
    .big_container {
        max-width: 700px;
    }
    .big_socsearch {
        display: none;
        position: fixed;
        top: 85px;
        left: 0;
        right: 0;
        bottom: -40px;
        height: auto;
    }
    .opensearch .big_socsearch {
        display: block;
    }
    .big_search {
        float: none;
        width: 250px;
        margin: 180px auto 60px;
    }
    .big_sos {
        float: none;
        text-align: center;
    }
    .big_sos a {
        margin: 0 4px;
    }
    .big_mobile {
        display: block;
    }
    .big_menu {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        padding: 110px 0 60px;
    }
    .openmenu .big_menu {
        display: block;
    }
    #maxxmenu {
        height: 100%;
        overflow-y: scroll;
    }
    .nav {
        float: none;
        height: auto;
    }
    .nav .accordion li {
        display: block;
        float: none;
        text-align: left;
    }
    .nav .accordion li a {
        display: inline-block;
        background: none;
    }
    .nav .accordion li.menu-item-has-children:before {
        top: 18px;
        right: 15px;
    }
    .nav .accordion li>.sub-menu,
    .nav .accordion li:hover>.sub-menu {
        padding: 0;
        position: relative;
        background: #fff;
        width: 100% !important;
        max-height: 0;
        /* Mulai dari tinggi 0 */
        overflow: hidden;
        opacity: 0;
        /* Mulai dari opacity 0 */
        transform: translateY(-10px);
        /* Geser ke atas sedikit */
        transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .nav .accordion li.active>.sub-menu {
        max-height: 500px;
        /* Sesuaikan dengan ketinggian maksimal submenu */
        opacity: 1;
        transform: translateY(0);
        /* Geser kembali ke posisi normal */
    }
    .nav .accordion li>.sub-menu>li {
        width: 100%;
        background: rgba(0, 0, 0, 0.05);
    }
    .maxx_tanggal {
        display: none;
    }
    .area_primary {
        position: relative;
        float: none;
        width: 100%;
        top: auto;
    }
    .big_avatar {
        float: none;
        margin: 0 auto 20px;
        border-radius: 15px;
    }
    .big_author_top {
        text-align: center;
    }
    .big_author_bio {
        width: auto;
        float: none;
    }
    .big_author_contact a.whatsapp_link {
        margin: 0 auto;
    }
    .read_related {
        padding: 35px;
        margin: 0 0 20px;
    }
    .related_maxx img {
        width: 150px;
        float: right;
        margin: 0 0 0 20px;
    }
    .related_image {
        width: calc( 100% - 170px);
        padding: 8px 0;
    }
    .related_prefix {
        font-size: 18px;
    }
    .related_suffix {
        font-size: 16px;
    }
    .related_image a {
        display: block;
        font-weight: bold;
        font-size: 28px;
        line-height: 1.2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0 0 8px;
    }
    .related_text a {
        display: block;
        font-weight: bold;
        font-size: 28px;
        line-height: 1.2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
    }
    .area_sidebar {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        float: none;
        width: 100%;
        padding: 110px 0 60px;
        z-index: 100;
    }
	[data-theme="dark"] .area_sidebar {
		background: #111 !important;
	}
    .openside .area_sidebar {
        display: block;
    }
    .secondary_content {
        margin: 0 auto;
        max-width: 340px;
        padding: 0 20px;
        height: 100%;
        overflow-y: scroll;
    }
    .big_footer {
        padding: 80px 0 90px;
        position: relative;
        z-index: 1;
    }
    .maxx_head_widget {
        border-radius: 0;
    }
	.big_foot_share {
		position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        float: none;
        width: 100%;
        padding: 120px 0 60px;
		border-radius: 0;
		box-shadow: 0 10px 30px transparent;
    }
	.openshare.at_top .big_foot_share {
	    display: block;
	}
	.footer_big_share {
		display: none;
	}
}

@media screen and (max-width: 640px) {
    .primary_featured iframe {
        height: 338px;
    }
    .read_related {
        padding: 30px;
        margin: 0 0 20px;
    }
    .related_maxx img {
        width: 125px;
        margin: 0 0 0 20px;
    }
    .related_image {
        width: calc( 100% - 145px);
        padding: 6px 0;
    }
    .related_prefix {
        font-size: 16px;
    }
    .related_suffix {
        font-size: 15px;
    }
    .related_image a {
        font-size: 25px;
        margin: 0 0 6px;
    }
    .related_text a {
        font-size: 25px;
    }
    .hero_content {
        width: 100%;
        float: none;
        margin: 0 0 40px;
    }
    .hero_post {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .primary_featured iframe {
        height: 315px;
    }
    .related_maxx img {
        width: 120px;
    }
    .related_image {
        width: calc( 100% - 140px);
        padding: 5px 0;
    }
    .related_prefix {
        font-size: 15px;
    }
    .related_suffix {
        font-size: 14px;
    }
    .related_image a {
        font-size: 24px;
        margin: 0 0 5px;
    }
    .related_text a {
        font-size: 25px;
    }
    .hero_title {
        font-size: 16px;
    }
}

@media screen and (max-width: 533px) {
    .primary_featured iframe {
        height: 277px;
    }
    .big_loop {
        width: calc( 100% - 24px);
        float: none;
        margin: 0 12px 50px;
    }
    .big_loop_title {
        font-size: 31px;
    }
    .big_loop_meta {
        font-size: 16px;
    }
    .read_related {
        padding: 30px 33px;
        margin: 0 -33px 20px;
    }
    .related_maxx img {
        width: 115px;
    }
    .related_image {
        width: calc( 100% - 135px);
        padding: 5px 0;
    }
    .related_prefix {
        font-size: 15px;
    }
    .related_suffix {
        font-size: 14px;
    }
    .related_image a {
        font-size: 22px;
        margin: 0 0 5px;
    }
    .related_text a {
        font-size: 22px;
    }
    .widget_block h1.maxx_head {
        font-size: 30px;
    }
    .hero_title {
        font-size: 15px;
    }
    .maxx_head_widget {
        padding: 80px 30px;
    }
}

@media screen and (max-width: 480px) {
    .primary_featured iframe {
        height: 247px;
    }
    .big_loop_title {
        font-size: 28px;
    }
    .big_loop_meta {
        font-size: 15px;
    }
    .related_maxx img {
        width: 100px;
        border-radius: 10px;
    }
    .related_image {
        width: calc( 100% - 120px);
        padding: 4px 0;
    }
    .related_prefix {
        font-size: 14px;
    }
    .related_suffix {
        font-size: 13px;
    }
    .related_image a {
        font-size: 20px;
        margin: 0 0 4px;
    }
    .related_text a {
        font-size: 20px;
    }
}

@media screen and (max-width: 420px) {
    .big_wrapper {
        background-size: 250%;
    }
    .big_wrapper {
        padding: 96px 0 0;
    }
    .big_header {
        padding: 23px 0;
        height: 30px;
    }
    .big_logo,
    .big_logo a,
    .big_logo img {
        height: 30px;
    }
    .theme-switch-wrapper {
        width: 30px;
        height: 30px;
        margin: 0;
    }
    .theme-switch {
        width: 30px;
        height: 30px;
    }
    .darkmode:before {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        width: 30px;
    }
    .big_socsearch {
        top: 60px;
    }
    .big_menu {
        padding: 90px 0 60px;
    }
    .big_running,
    .big_out_scroll,
    .big_run_ticker {
        height: 36px;
    }
    .big_running {
        padding: 0 16px;
    }
    .big_out_scroll a {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
    }
    .maxx_content_after {
        padding: 40px 0 0;
    }
    .big_loop_title {
        font-size: 24px;
    }
    .big_loop_meta {
        font-size: 13px;
    }
    .the_title {
        font-size: 28px;
        margin: 0 10px 30px;
    }
    .name_author {
        font-size: 14px;
        padding: 10px 15px;
    }
    .name_author i {
        margin: 0px;
    }
    .maxx_article {
        font-size: 16px;
    }
    .primary_featured iframe {
        height: 208px;
        border-radius: 10px;
    }
    .read_related {
        padding: 25px;
        margin: 0 -25px 20px;
    }
    .related_maxx img {
        width: 90px;
        float: right;
        margin: 0 0 0 10px;
        border-radius: 10px;
    }
    .related_image {
        float: left;
        width: calc( 100% - 100px);
        padding: 4px 0;
    }
    .related_prefix {
        font-size: 14px;
    }
    .related_suffix {
        color: #ff6161;
        font-size: 13px;
    }
    .related_image a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        line-height: 1.2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0 0 4px;
    }
    .related_text a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        line-height: 1.2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0 0 4px;
    }
    .big_avatar {
        width: 140px;
        border-radius: 15px;
    }
    .big_author_head {
        font-size: 22px;
    }
    .maxx_big .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .big_page_link .current {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .big_page_link a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .big_page_first {
        margin: 0 15px 0 0;
    }
    .big_tags a {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
        margin: 0 4px 4px 0;
    }
    #respond {
        padding: 20px;
    }
    .comment-body {
        padding: 20px 20px 5px;
        margin: 0 0 10px;
    }
    #reply-title {
        font-size: 20px;
    }
    #submit {
        height: 46px;
        line-height: 46px;
        padding: 0 24px;
        font-size: 16px;
    }
    .reply {
        left: 20px;
    }
    .comment-meta .avatar {
        margin: 0 20px 0 0;
    }
    .comment-content {
        margin: 0 0 20px 80px;
    }
    .comment {
        margin: 0 0 0 15px;
    }
    .depth-1 {
        margin: 0 0 10px;
    }
    .archive_head {
        font-size: 18px;
    }
    .widget_block h1.maxx_head {
        font-size: 26px;
        margin: 0 auto 15px;
    }
    .hero_left {
        padding: 40px 0 0 0;
    }
    .widget_block h2.hero_head {
        font-size: 32px;
    }
    .hero_desc {
        font-size: 16px;
    }
    .hero_link {
        height: 44px;
        line-height: 44px;
    }
    .hero_post .splide__list div:nth-child(2n) {
        margin-top: 20px;
    }
    .hero_title {
        font-size: 14px;
    }
    .hero_time {
        font-size: 13px;
    }
    .mb_not_full .stand_title {
        font-size: 15px;
        margin: 0 0 7px;
    }
    .stand_time {
        font-size: 14px;
    }
    .hero_block {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .big_foot_share {
        padding: 100px 0 60px;
    }
    .big_footer {
        padding: 30px 0 90px;
    }
}