a {
    text-decoration: none !important;
}

.maxx_club {
    margin: 0 auto;
    padding: 145px 0 0;
}

.club_container {
    padding: 0 20px;
    max-width: 1170px;
    margin: 0 auto;
}

.club_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 126px;
    z-index: 1000;
}

.club_top {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}

.club_justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.club_date,
.club_right {
    width: auto;
    position: relative;
}

/* Header Date */

.club_date {
    font-weight: bold;
}

/* Header Sosmed */

.club_right {
    padding: 0 70px 0 0;
    height: 44px;
}

.club_right a {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 15px;
}

/* Header Dark Mode */

.dark_switch {
    position: absolute;
    top: 10px;
    right: 0;
    height: 24px;
    width: 40px;
}

.maxx_club .theme-switch {
    position: absolute;
    width: 40px;
    height: 24px;
    top: 0;
    right: 0;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.maxx_club #checkbox {
    display: none;
}

.maxx_club input:checked+.darkmode {}

.maxx_club .darkmode.round {
    border-radius: 0;
}

.maxx_club .darkmode {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

.maxx_club .darkmode:before {
    content: "\f186";
    font-family: 'maxx-font';
    bottom: 3px;
    height: 18px;
    line-height: 18px;
    background: #333;
    text-align: center;
    left: 3px;
    position: absolute;
    transition: 0.4s;
    width: 18px;
    border-radius: 0;
    font-size: 11px;
    color: #fff;
}

[data-theme="dark"] .maxx_club .darkmode:before {
    content: "\E807";
    left: 18px;
    background: #c11;
    color: #fff;
}

/* Header */

.club_head {
    position: relative;
}

/* Logo */

.club_logo {
    float: left;
    display: inline-block;
    padding: 23px 0;
    height: 36px;
    text-align: center;
}

.club_logo a,
.club_logo img {
    display: block;
    height: 36px;
    width: auto;
}

/* Menu */

.c_cari {
    display: none;
    position: absolute;
    height: 40px;
    line-height: 38px;
    top: calc( 50% - 20px);
    right: 75px;
}

.c_menu {
    display: none;
    position: absolute;
    width: 35px;
    height: 40px;
    top: calc( 50% - 20px);
    right: 20px;
}

.c_menu:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    border-width: 2px 0;
    border-style: solid;
    left: 0;
    right: 0;
}

.c_menu:after {
    content: '';
    position: absolute;
    top: calc( 50% - 1px);
    border-width: 2px 0 0;
    border-style: solid;
    left: 10px;
    right: 0;
}

.club_menu {
    float: right;
    padding: 20px 0;
	font-weight: bold;
}

.side_menu {
    display: none;
}

.menu_desktop .nav {
    float: right;
    width: auto;
    width: auto;
    margin: 0;
    padding: 0;
    height: 42px;
}

.menu_desktop .nav .accordion {
    height: 42px;
    display: block;
}

.menu_desktop .nav .accordion,
.menu_desktop .nav .accordion ul,
.menu_desktop .nav .accordion li,
.menu_desktop .nav .accordion a,
.menu_desktop .nav .accordion span {
    border: none;
    outline: none;
}

.menu_desktop .nav .accordion li {
    list-style: none;
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 42px;
    position: relative;
}

.menu_desktop .nav .accordion li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 8px;
    right: -4px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
}

.menu_desktop .nav .accordion li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 42px;
    position: relative;
}

.menu_desktop .nav .accordion li.menu-item-has-children>a {
    padding: 0 12px 0 24px;
}

.menu_desktop .nav .accordion li>.sub-menu {
    padding: 10px 0;
    position: absolute;
    width: 240px;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.menu_desktop .nav .accordion li:hover>.sub-menu {
    display: block;
}

.menu_desktop .nav .accordion li>.sub-menu>li {
    display: block;
    float: none;
    text-align: left;
}

.menu_desktop .nav .accordion li>.sub-menu>li a {
    padding: 0 25px;
}

.menu_desktop .nav .accordion li>.sub-menu>li.menu-item-has-children:before {
    display: none;
}

.menu_desktop .nav .accordion li>.sub-menu>li>ul {
    display: none !important;
}

/* Cari */

.club_cari {
    float: right;
}

#club_post {
    padding: 0 15px;
}

.club_cari .club_input {
    width: 200px;
    border: 0;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    margin: 22px 0;
    border-radius: 34px;
    background: none;
    font-size: 13px;
}

.club_cari .club_button {
    width: 38px;
    border: 0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 26px;
    background: none;
}

.hide_cari {
    display: none;
    position: absolute;
    top: 82px;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Running Text */

.maxx_running {
    margin: 0 0 20px;
    padding: 0;
}

.runscroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    opacity: 1;
}

.scroll {
    display: flex;
    width: 100%;
}

.scrollin {
    white-space: nowrap;
    animation: animate 120s -120s linear infinite;
    will-change: transform;
    margin-right: 10px;
    height: 32px;
}

.scrollin.scroll-9 {
    animation: animate 108s -108s linear infinite;
}

.scrollin.scroll-8 {
    animation: animate 96s -96s linear infinite;
}

.scrollin.scroll-7 {
    animation: animate 84s -84s linear infinite;
}

.scrollin.scroll-6 {
    animation: animate 72s -72s linear infinite;
}

.scrollin.scroll-5 {
    animation: animate 60s -60s linear infinite;
}

.scrollin.scroll-4 {
    animation: animate 48s -48s linear infinite;
}

.scrollin.scroll-3 {
    animation: animate 36s -36s linear infinite;
}

.scrollin.scroll-2 {
    animation: animate 24s -24s linear infinite;
}

.scrollin.scroll-1 {
    animation: animate 12s -12s linear infinite;
}

.scrollin:nth-child(2) {
    animation: animate2 120s -60s linear infinite;
}

.scrollin.scroll-9:nth-child(2) {
    animation: animate2 108s -54s linear infinite;
}

.scrollin.scroll-8:nth-child(2) {
    animation: animate2 96s -48s linear infinite;
}

.scrollin.scroll-7:nth-child(2) {
    animation: animate2 84s -42s linear infinite;
}

.scrollin.scroll-6:nth-child(2) {
    animation: animate2 72s -36s linear infinite;
}

.scrollin.scroll-5:nth-child(2) {
    animation: animate2 60s -30s linear infinite;
}

.scrollin.scroll-4:nth-child(2) {
    animation: animate2 48s -24s linear infinite;
}

.scrollin.scroll-3:nth-child(2) {
    animation: animate2 36s -18s linear infinite;
}

.scrollin.scroll-2:nth-child(2) {
    animation: animate2 24s -12s linear infinite;
}

.scrollin.scroll-1:nth-child(2) {
    animation: animate2 12s -6s linear infinite;
}

.scroll:hover .scrollin {
    -webkit-animation-play-state: paused !important;
}

.runin {
    display: inline-block;
    margin: 0 30px 0 0;
    overflow: hidden;
    height: 32px;
}

.scrollin a {
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.runin span {
    position: relative;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin: 0 5px 0 0;
    padding: 0 15px;
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}

/* CONTENT */

.club_main {
    margin: 0 -15px 10px;
}

.content_big {
    position: sticky;
    top: 145px;
    float: left;
    width: calc( 100% - 300px);
}

.content_small {
    position: sticky;
    top: 145px;
    float: right;
    width: 300px;
}

/* BIG */

.content_center {
    position: sticky;
    top: 145px;
}

.big_inner {
    margin: 0 15px;
}

.club_loop {
    margin: 0 -13px;
}

.club_loop .maxx_clear {
    display: none;
}

.club_loop .maxx_clear:nth-child(6),
.club_loop .maxx_clear:nth-child(13),
.club_loop .maxx_clear:nth-child(20),
.club_loop .maxx_clear:nth-child(26),
.club_loop .maxx_clear:nth-child(32),
.club_loop .maxx_clear:nth-child(38) {
    display: block;
}

/* POPULER */

.club_hot {
    margin: 0;
}

.pop_list {
    float: right;
    width: calc( 100% - 285px);
    margin: 0 0 15px;
}

.pop_list img {
    width: 100%;
    display: block;
}

.pop_box {
    position: relative;
}

.pop_meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 30px 30px 30px;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.pos_label {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
}

.pop_title {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.9px;
}

.pop_title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.most_view {
    float: left;
    width: 238px;
    border-width: 1px;
    border-style: solid;
    padding: 15px 15px 5px;
    margin: 0 0 15px 0;
}

.view_heading {
    font-size: 20px;
    line-height: 1.0;
    letter-spacing: -0.48px;
    margin: 0 0 10px;
}

.view_loop {
    margin: 0;
    padding: 10px 0;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    overflow: hidden;
}

.view_loop:after {
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 1;
    opacity: 0.1;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: -2.4px;
}

.view-1:after {
    content: '01';
}

.view-2:after {
    content: '02';
}

.view-3:after {
    content: '03';
}

.view-4:after {
    content: '04';
}

.view_title {
    position: relative;
    z-index: 2;
}

.view_title a {
    line-height: 1.2;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.view_meta {
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.view_meta a {
    opacity: 0.7;
}

/* LOOP */

.club_loop_post {
    float: left;
    width: calc( 33.33% - 26px);
    padding: 0;
    margin: 0 13px 30px;
}

.club_loop_img {
    overflow: hidden;
    margin: 0 0 15px;
}

.club_loop_img img {
    display: block;
    width: 100%;
}

.club_loop_over {
    position: relative;
}

.club_loop_title {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

.club_loop_like {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 6px;
}

.loop_club_ads {
    float: left;
    width: calc( 100% - 28px);
    margin: 0 13px 30px;
    border: 1px solid #888;
}

.loop_club_ads:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Author */

.club_author_box {
    padding: 30px;
    margin: 0 5px 30px 0;
}

.club_author_box img {
    float: left;
    display: inline-block;
}

.club_author_bio {
    float: right;
    width: calc( 100% - 210px);
}

.club_author_head {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.club_author_active {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}

.club_author_desc {
    margin: 0 0 20px;
}

.club_author_contact a {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 12px 5px 0;
}

.club_author_contact i {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    margin: 0;
}

/* 404 */

.ooops {
    font-size: 150px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 30px;
}

.description_404 {
    font-size: 22px;
    margin: 0 0 50px;
}

/* Single */

.before_title {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: bold;
}

.the_title {
    font-size: 42px;
    line-height: 1.15;
    margin: 0 150px 15px 0;
    letter-spacing: -1px;
}

.after_title {
    position: relative;
}

.after_right {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.maxx_liking {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 8px;
    margin: 0 0 0 10px;
    border-radius: 5px;
}

.maxx_liking button {
    border: 0;
    font-weight: bold;
}

.like-message {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    line-height: 1.2;
    width: 100px;
    z-index: 2;
}

.like-message.active {
    padding: 10px;
}

.primary_featured {
    margin: 0 0 40px;
}

.primary_featured img,
.primary_featured iframe {
    display: block;
    width: 100%;
    margin: 0 0 8px;
}

.primary_featured .maxx_caption {
    font-size: 13px;
    line-height: 1.2;
    opacity: 0.5;
    margin: 0;
}

.maxx_schema {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 40px;
    padding: 0 0 20px;
    border-width: 0 0 1px;
    border-style: dashed;
}

/* BAR */

.small_inner {
    margin: 0 15px;
}

.simplepopular.widget_block {
    position: relative;
}

.simple_list {
    position: relative;
    padding: 15px;
    margin: 0 6px 15px 0;
}

.simple_list_img {
    float: left;
    width: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}

.simple_list_post {
    float: right;
    width: calc( 100% - 40px);
}

.simple_list_title {
    margin: 0 0 4px;
}

.simple_list_title a {
    font-weight: 700;
    line-height: 1.2;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.late__time {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

/* POPULER */

.popularsidebar.widget_block {
    position: relative;
    margin: 0 0 15px;
}

.late_head {
    line-height: 1.2;
    font-size: 18px;
    margin: 0 0 15px;
}

.late_list {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-width: 0 0 1px;
    border-style: solid;
}

.late_list:last-child {
    margin: 0;
    border: 0;
}

.late_list_img {
    position: relative;
    float: left;
    width: 75px;
	height: 75px;
}

.late_list_img img {
    display: block;
}

.late_round .late_list_img img {
	border-radius: 8px;
}

.late_circle .late_list_img img {
	border-radius: 75px;
}

.late_list_img span {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
}

.late_round .late_list_img span {
	border-radius: 8px;
}

.late_circle .late_list_img span {
	border-radius: 24px;
}

.late_list_post {
    float: right;
    width: calc( 100% - 85px);
}

.late_list_post .late__time {
    margin: 0 0 5px;
    font-size: 12px;
}

.late_list_title a {
    line-height: 1.2;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* CENTER */

.content_bar {
    position: sticky;
    top: 145px;
    float: right;
    width: 300px;
}

/* BERANDA */

.stand figure {
    position: relative;
}

.stand figure:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}

.splide img {
    max-width: 100%;
}

.carousel_slide_post {
    text-align: center;
    padding: 25px 20px;
    border-color: #eee;
    background: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    height: 167px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.carousel_slide_post img {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    border-radius: 40px;
}

.carousel_slide_title {
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 15px;
    max-height: 70px;
    overflow: hidden;
}

.carousel_slide_title a {
    color: #333;
    font-size: 16px;
}

.square_out {
    margin: 0 -5px;
}

.square_post {
    float: left;
    width: 25%;
}

.square_inner {
    margin: 0 5px 10px;
    position: relative;
}

.square_inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.square_meta {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    color: #fff;
    z-index: 2;
}

.square_meta a {
    color: #fff;
}

.square_post img {
    width: 100%;
    height: auto;
}

.maxx_head_widget {
    padding: 80px 80px;
}

.mb_is_full .maxx_head_widget {
    border-radius: 0;
}

.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;
}

.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;
}

.sm_gap {
    height: 30px;
}

.md_gap {
    height: 50px;
}

.lg_gap {
    height: 80px;
}

.gap_post_outer {
    padding: 0 50px;
}

.gap_inner {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin: 20px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.gap_block {
    padding: 25px;
    text-align: center;
    height: 110px;
}

.gap_title {
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gap_title a {
    font-size: 16px;
}

.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;
}

.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;
}

.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 -15px;
}

.simple_post .splide__slide {
    padding: 15px;
}

.simple_inner {
    height: calc( 100% - 65px);
    padding: 30px 30px 35px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.simple_cat {
    margin: 0 0 10px;
    font-size: 13px;
}

.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 !important;
}

.mc_green {
    background: #016A70;
    color: #FFFFDD;
}

.mc_green a {
    color: #ffffff !important;
}

.mc_purple {
    background: #5C4B99;
    color: #e0d9f9;
}

.mc_purple a {
    color: #ffffff !important;
}

.simple_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    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_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: 30px;
    margin: 0 5px 0 0;
    font-weight: 700;
}

.hero_post {
    width: 55%;
    float: right;
}

.hero_inner {
    position: relative;
}

.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;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 10px;
}

.hero_time {
    font-size: 14px;
}

/* 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;
}

/* PAGING */

.club_paging {
    margin: 30px 0;
}

.center_paged {
	text-align: center;
}

.club_paging a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 6px 15px 0;
}

.center_paged.club_paging a {
    margin: 0 2px 15px;
    font-weight: bold;
}

.archive_head {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    margin: 0 0 10px;
}

.archive_head:before {
    content: '';
    position: absolute;
    height: 1px;
    top: 50%;
    left: 5px;
    right: 10px;
    z-index: 1;
}

.archive_head span {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    z-index: 2;
}

.archive_head img {
    position: relative;
    display: inline-block;
    float: right;
    padding: 7px 0 7px 15px;
    height: 16px;
    z-index: 2;
}

.maxx_article {
    float: left;
    width: calc( 100% - 250px);
    font-size: 18px;
}

.maxx_article.maxx_page {
    float: none;
    width: auto;
}

.maxx_article {
    line-height: 1.4;
}

.wp-caption {}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.alignright {}

.alignleft {}

.aligncenter {}

.maxx_article h1,
.maxx_article h2,
.maxx_article h3,
.maxx_article h4,
.maxx_article h5,
.maxx_article h6 {
    font-weight: 700 !important;
    line-height: 1.3;
    margin: 5px 0 15px;
}

.maxx_article h1 {
    font-size: 34px;
}

.maxx_article h2 {
    font-size: 30px;
}

.maxx_article h3 {
    font-size: 26px;
}

.maxx_article h4 {
    font-size: 22px;
}

.maxx_article h5 {
    font-size: 21px;
}

.maxx_article h6 {
    font-size: 20px;
}

.maxx_article {
    font-weight: 400;
}

.maxx_article table td {
    vertical-align: top;
    border: 1px solid #ddd;
}

.maxx_article p {
    margin: 0 0 22px;
}

.maxx_article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 22px;
}

.maxx_article img.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

.maxx_article img.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

.maxx_article img.aligncenter {
    float: none;
    margin: 0 auto 22px;
}

.maxx_article .prestasi__list-image img {
    margin: 0;
}

.maxx_article blockquote {
    margin: 0 0 22px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}

.maxx_article ul {
    margin: 0 0 22px;
    list-style: disc !important;
}

.maxx_article ol {
    margin: 0 0 22px;
    list-style: decimal !important;
}

.maxx_article li {
    margin: 0 0 0 15px;
}

.maxx_article li ol,
.maxx_article li ul {
    margin: 0;
}

.related_maxx {
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 22px;
    padding: 30px 30px 30px 0;
    background: linear-gradient(to right, #f7f7f7, #eee);
    border-width: 1px 0;
    border-style: dashed;
}

.related_text a {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 80px 0 0;
    letter-spacing: -0.62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related_maxx .attachment-thumbnail {
    float: left;
    width: 120px;
    margin: 0 30px 0 0;
}

.related_timepost {
    display: block;
    font-size: 14px;
    padding: 10px 0 0;
}

.page-link-wrap a,
.page-link-wrap span.current {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    margin: 0 0 15px 6px;
    font-weight: bold;
}

.meta_article {
    position: sticky;
    top: 145px;
    float: right;
    width: 220px;
    font-size: 13px;
}

.the_editor {
    margin: 0 0 15px;
    padding: 30px 20px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.the_editor strong {
    display: block;
    font-size: 20px;
    line-height: 1.0;
    letter-spacing: -0.5px;
    margin: 0 0 10px;
}

.the_author {
    font-size: 16px;
    font-weight: bold;
}

.the_editor .the_editor_link {
    position: relative;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    border-width: 1px 0 0;
    border-style: solid;
}

.the_editor_link:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 12px;
    top: calc( 50% - 4px);
    right: 0;
    border-radius: 8px;
    z-index: 1;
}

.maxx_tags {
    margin: 0;
}

.maxx_tags a {
    display: inline-block;
    margin: 0 3px 6px 0;
    padding: 0 12px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.rel_post {
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-width: 0 0 1px;
    border-style: solid;
}

.rel_post a {
    line-height: 1.2;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#respond {
    margin: 40px 0 30px;
    padding: 30px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}

#reply-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: -0.52px;
}

#commentform label {
    display: block;
    margin: 0 0 10px;
}

#commentform .comment-form-cookies-consent label {
    float: right;
    width: calc(100% - 25px);
}

#comment {
    width: calc( 100% - 32px);
    padding: 15px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.02);
    margin: 0 0 20px;
    border-width: 1px;
    border-style: solid;
}

#author,
#email,
#url {
    width: calc( 100% - 32px);
    padding: 0 15px;
    height: 40px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.02);
    margin: 0 0 20px;
    border-width: 1px;
    border-style: solid;
}

#submit {
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 15px;
    border-radius: 0;
}

.comment_list {
    margin: 0;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
}

.comment {
    margin: 0 0 40px 90px;
    position: relative;
}

.depth-1 {
    margin: 0 0 40px;
}

.comment-meta {
    font-weight: bold;
    font-size: 12px;
    opacity: 0.7;
}

.url {
    font-weight: 700;
    font-size: 16px;
}

.comment-meta .avatar {
    float: left;
    width: 60px;
    margin: 0 30px 0 0;
    border-radius: 8px;
}

.comment-metadata {
    font-size: 12px;
    padding: 0;
    margin: 0 0 15px;
}

.comment-content {
    margin: 0 0 40px 90px;
}

.reply {
    position: absolute;
    left: 0;
    top: 75px;
    width: 62px;
}

.reply a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 60px;
    text-align: center;
    font-size: 14px;
    border-radius: 18px;
}

/* 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 a {
    font-weight: 700;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ol li {
    margin: 0 0 10px;
    line-height: 1.4;
}

.widget_block ul li {
    margin: 0 0 10px;
    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 {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    position: relative;
    padding: 0 0 7px 25px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-archives li:after,
.widget_block .wp-block-categories li:after {
    content: '';
    position: absolute;
    top: calc( 50% - 8px);
    left: 0;
    width: 12px;
    height: 8px;
    border-radius: 8px;
}

.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: 30px;
    line-height: 30px;
    font-size: 14px !important;
    padding: 0 10px;
    margin: 0 4px 6px 0;
}

.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 {}

/* Footer */

.clubfooter {
    padding: 0 0 30px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.footer_club_menu {
    margin: 60px 0 30px;
}

.footer_menu {
    text-align: center;
    display: inline-block;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
}

.footer_menu li {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    border-width: 0 1px 0 0;
    border-style: solid;
    line-height: 0.8;
}

.footer_menu li:last-child {
    border: 0;
}

.footer_menu li ul {
    display: none;
}

.club_mobile {
    display: none;
    position: fixed;
    bottom: -30px;
    left: 0;
    right: 0;
    padding: 10px 15px 40px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    z-index: 100;
}

.mob_block {
    margin: 0 25px 0 0;
    font-weight: 700;
}

.probar_container {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 28%;
    height: 10px;
}

.club_probar_bg {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.club_probar {
    height: 100%;
    width: 0%;
    /* Dynamic width will be set via JS */
    transition: width 0.1s linear;
}

.club_tooltip {
    position: absolute;
    top: -25px;
    left: -10px;
    transform: translateX(-50%);
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

.des_share {
    position: fixed;
    right: -20px;
    top: calc( 50% - 60px);
    height: 40px;
	font-weight: bold;
    line-height: 40px;
    padding: 0 15px;
    z-index: 100;
    transform: rotate(90deg);
}

.footer_share {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    z-index: 99;
    transition: all .3s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.co_share .footer_share {
    right: 0;
}

.infooter_share {
    width: 340px;
    margin: 126px 0 0;
}

.infooter_share img {
    display: block;
    margin: 0 0 25px;
}

.infooter_title {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.4px;
    margin: 0 25px 25px;
}

.infooter_icon {
    margin: 0 25px;
}

.infooter_icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: 0 6px 15px 0;
}

/* DARK MODE */

[data-theme="dark"] .maxx_club {
    background: #222 ! important;
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club a {
    color: #fff ! important;
}

[data-theme="dark"] .maxx_club .club_top {
    background: #333 ! important;
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .club_top a {
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .club_header {
    background: #222 ! important;
    border-bottom: 1px solid #555 ! important;
}

[data-theme="dark"] .maxx_club .menu_desktop .nav .accordion li a,
[data-theme="dark"] .maxx_club .menu_mobile .nav li a {
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club #club_post {
    background: #222 ! important;
}

[data-theme="dark"] .maxx_club .club_cari .club_input {
    color: #ddd ! important;
    border: 2px solid #555 ! important;
}

[data-theme="dark"] .maxx_club .club_cari .club_button,
[data-theme="dark"] .maxx_club .c_cari {
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .menu_desktop .nav .accordion li.menu-item-has-children:before,
[data-theme="dark"] .maxx_club .menu_mobile .nav li.menu-item-has-children:before {
    background: #ddd ! important;
}

[data-theme="dark"] .maxx_club .club_menu .nav,
[data-theme="dark"] .maxx_club .menu_desktop .nav .accordion li>.sub-menu {
    background: #222 ! important;
}

[data-theme="dark"] .maxx_club .menu_mobile .nav li>.sub-menu,
[data-theme="dark"] .maxx_club .menu_mobile .nav li:hover>.sub-menu {
	background: #333 ! important;
	border-color: #667 ! important;
}

[data-theme="dark"] .maxx_club .c_menu:before {
    border-color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .c_menu:after {
    border-color: #fff ! important;
}

[data-theme="dark"] .maxx_club .maxx_running {
    background: #444 ! important;
}

[data-theme="dark"] .maxx_club .maxx_running a {
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .runin span {
    background: #555 ! important;
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .most_view,
[data-theme="dark"] .maxx_club .the_editor,
[data-theme="dark"] .maxx_club #respond,
[data-theme="dark"] .maxx_club #comment,
[data-theme="dark"] .maxx_club #author,
[data-theme="dark"] .maxx_club #email,
[data-theme="dark"] .maxx_club #url,
[data-theme="dark"] .maxx_club .comment_list,
[data-theme="dark"] .maxx_club .footer_menu {
    background: #333 ! important;
    border-color: #555 ! important;
}

[data-theme="dark"] .maxx_club .view_heading,
[data-theme="dark"] .maxx_club .view_loop:after {
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .footer_menu li {
    border-color: #555 ! important;
}

[data-theme="dark"] .maxx_club .view_heading span,
[data-theme="dark"] .maxx_club .view_meta span {
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .view_loop,
[data-theme="dark"] .maxx_club .late_list {
    border-color: #555 ! important;
}

[data-theme="dark"] .maxx_club .view_title a,
[data-theme="dark"] .maxx_club .view_meta a,
[data-theme="dark"] .maxx_club .club_loop_title a,
[data-theme="dark"] .maxx_club .schema_inner span:first-child a,
[data-theme="dark"] .maxx_club .simple_list_title a,
[data-theme="dark"] .maxx_club .late_list_title a,
[data-theme="dark"] .maxx_club .related_text a,
[data-theme="dark"] .maxx_club .the_editor .the_editor_link {
    color: #fff ! important;
}

[data-theme="dark"] .maxx_club .club_loop_like,
[data-theme="dark"] .maxx_club .before_title,
[data-theme="dark"] .infooter_icon a {
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .rel_post  {
    border-color: #555 ! important;
}

[data-theme="dark"] .maxx_club .menu_mobile .nav li {
    border-color: #667 ! important;
}

[data-theme="dark"] .maxx_club .pos_label,
[data-theme="dark"] .maxx_club .pop_title a {
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .the_title {
	color: #fff ! important;
}

[data-theme="dark"] .maxx_club .maxx_article {
	color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .maxx_article a {
	color: #fff ! important;
}

[data-theme="dark"] .maxx_club .pos_label span,
[data-theme="dark"] .maxx_club .club_loop_like span,
[data-theme="dark"] .maxx_club .club_author_head i,
[data-theme="dark"] .maxx_club .club_author_active span,
[data-theme="dark"] .maxx_club .before_title span,
[data-theme="dark"] .maxx_club .maxx_schema a,
[data-theme="dark"] .maxx_club .late__time span,
[data-theme="dark"] .maxx_club .late_list_post .late__time a,
[data-theme="dark"] .maxx_club .related_text,
[data-theme="dark"] .maxx_club .the_editor strong span,
[data-theme="dark"] .maxx_club .url,
[data-theme="dark"] .maxx_club .clubfooter a {
    color: #ddd ! important;
}

[data-theme="dark"] .primary_featured .maxx_caption {
	color: #fff ! important;
	opacity: 1;
}

[data-theme="dark"] .maxx_club .club_author_box {
    background: #333 ! important;
    box-shadow: 5px 5px 0 #555 ! important;
}

[data-theme="dark"] .maxx_club .club_author_contact i {
    color:  ! important;
    background: #ddd ! important;
    box-shadow: 4px 4px 0 #555 ! important;
}

[data-theme="dark"] .maxx_club .maxx_liking,
[data-theme="dark"] .maxx_club .maxx_liking button,
[data-theme="dark"] .maxx_club .like-message {
    background: #555 ! important;
    color: #ddd ! important;
}

[data-theme="dark"] .maxx_club .related_maxx {
  background: linear-gradient(to right, #222222, #444444) !important;
}

[data-theme="dark"] .maxx_club .late_list_img span,
[data-theme="dark"] .maxx_club #submit,
[data-theme="dark"] .maxx_club .widget_block .wp-block-tag-cloud a {
    background: #222 ! important;
    color: #ddd ! important;
}
[data-theme="dark"] .des_share {
    background: #555 ! important;
    color: #ddd ! important;
}
[data-theme="dark"] .maxx_club .maxx_schema,
[data-theme="dark"] .maxx_club .related_maxx {
    border-color: #555 ! important;
}

[data-theme="dark"] .maxx_club .simple_list {
    background: #333 ! important;
    box-shadow: 6px 6px 0 #555 ! important;
}

[data-theme="dark"] .maxx_club .club_paging a,
[data-theme="dark"] .maxx_club .page-link-wrap a {
    background: #333 ! important;
    color: #ddd ! important;
    box-shadow: 4px 4px 0 #555 ! important;
}

[data-theme="dark"] .maxx_club .club_paging a.active,
[data-theme="dark"] .maxx_club .page-link-wrap span.current,
[data-theme="dark"] .maxx_club .maxx_tags a {
    background: #ddd ! important;
    color: #222 ! important;
}

[data-theme="dark"] .maxx_club .archive_head:before,
[data-theme="dark"] .maxx_club .the_editor_link:before,
[data-theme="dark"] .maxx_club .widget_block .wp-block-archives li:after,
[data-theme="dark"] .maxx_club .widget_block .wp-block-categories li:after {
    background: #ddd ! important;
}

[data-theme="dark"] .maxx_club .archive_head span,
[data-theme="dark"] .maxx_club .archive_head img {
    background: #222 ! important;
}

[data-theme="dark"] .maxx_club .the_editor .the_editor_link {
    border-color: #555 ! important;
}

[data-theme="dark"] .footer_share {
    background: #555 ! important;
}

.infooter_icon a  {
	background: <?php echo esc_html( get_theme_mod('club_wrapper_col', "#222222") ); ?>;
}
		
[data-theme="dark"] .club_mobile {
    background: #444 ! important;
}

[data-theme="dark"] .club_mobile,
[data-theme="dark"] .club_mobile a {
    color: #ddd ! important;
}

[data-theme="dark"] .club_probar_bg {
    background: #888 ! important;
}

[data-theme="dark"] .club_probar {
    background: #ddd ! important;
}

[data-theme="dark"] .club_tooltip {
    background: #ddd ! important;
    color: #222 ! important;
}

@media screen and (max-width: 982px) {
    .c_cari,
    .c_menu {
        display: block;
    }
    .club_menu {
        float: none;
        display: block;
        position: fixed;
        top: -30px;
        bottom: -30px;
        right: -100%;
        width: 100%;
        z-index: 100;
        transition: all .5s ease-in-out;
    }
    .co_menu .club_menu {
        right: 0px;
    }
    .club_menu .nav {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 160px;
        height: calc( 100% - 60px);
        padding: 30px 20px;
        overflow-y: scroll;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .menu_mobile .nav .accordion {
        display: block;
        float: none;
        text-align: left;
        margin: 0 0 -1px 0;
    }
    .menu_mobile .nav li {
        position: relative;
        display: block;
        float: none;
        text-align: left;
        padding: 12px 0;
        border-width: 0 0 1px;
		border-style: solid;
    }
    .menu_mobile .nav li a {
        display: inline-block;
        font-size: 15px;
    }
    .menu_mobile .nav li.menu-item-has-children:before {
        content: "";
        position: absolute;
        top: 18px;
        right: 0;
        width: 8px;
        height: 8px;
        border-radius: 10px;
    }
    .menu_mobile .nav li>.sub-menu,
    .menu_mobile .nav li:hover>.sub-menu {
        padding: 0;
        margin: 12px 0 -13px;
        border-width: 1px 0 0;
		border-style: solid;
        position: relative;
        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);
    }
    .menu_mobile .nav li.active>.sub-menu {
        max-height: 500px;
        /* Sesuaikan dengan ketinggian maksimal submenu */
        opacity: 1;
        transform: translateY(0);
        /* Geser kembali ke posisi normal */
    }
    .menu_mobile .nav li>.sub-menu>li {
        width: 100%;
    }
    .side_menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: calc( 100% - 200px);
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
    }
    .co_menu .side_menu {
        opacity: 1;
        transition: all .5s ease .4s;
    }
    .club_cari {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 44px;
        bottom: 0;
        padding: 0;
        z-index: 2;
    }
    .co_cari .club_cari {
        display: block;
    }
    #club_post {
        background: #fff;
        padding: 0 20px;
    }
    .club_cari .club_input {
        width: calc( 100% - 70px);
    }
    .hide_cari {
        display: block;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
    }
    .co_cari .hide_cari {
        opacity: 1;
        transition: all .5s ease .4s;
    }
    .pop_list {
        float: none;
        width: auto;
    }
    .most_view {
        float: none;
        width: auto;
        padding: 16px 8px;
    }
    .view_heading {
        margin: 0 8px 15px;
        font-size: 28px;
        letter-spacing: -0.66px;
    }
    .view_loop {
        float: left;
        width: calc( 50% - 16px);
        margin: 0 8px;
    }
    .view_title a {
        font-size: 20px;
    }
    .most_view .maxx_clear {
        display: none;
    }
    .most_view .maxx_clear:nth-child(5) {
        display: block;
    }
    .the_title {
        font-size: 34px;
        margin: 0 50px 15px 0;
        letter-spacing: -0.8px;
    }
}

@media screen and (max-width: 800px) {
    .club_main {
        max-width: 600px;
        margin: 0 auto;
    }
    .content_big {
        position: relative;
        top: auto;
        float: none;
        width: auto;
    }
    .content_small {
        position: fixed;
        top: 0;
        bottom: 0;
        float: none;
        right: -400px;
        width: 340px;
        z-index: 99;
        background: #fff;
        transition: all .3s ease;
        box-shadow: 0 0 30px rgba(0, 0, 0, .15);
        overflow-y: scroll;
    }
    .co_side .content_small {
        right: 0;
    }
    .small_inner {
        margin: 120px 25px 45px;
    }
    .club_loop_post {
        float: none;
        width: auto;
    }
    .content_center {
        position: relative;
        top: auto;
    }
    .club_hot {
        margin: 0;
    }
    .archive_head {
        margin: 0 0 10px 0;
    }
    .club_loop {
        margin: 0 -15px;
    }
    .club_loop_like {
        font-size: 16px;
    }
    .club_loop_title {
        font-size: 36px;
    }
    .clubfooter {
        padding: 0 0 50px;
    }
    .club_mobile {
        display: flex;
    }
    .club_author_box img {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    .club_author_bio {
        float: none;
        width: auto;
    }
    .ooops {
        font-size: 130px;
    }
    .description_404 {
        font-size: 20px;
    }
    .the_title {
        font-size: 28px;
        margin: 0 0 15px;
        letter-spacing: -0.66px;
    }
    .primary_featured iframe {
        height: 305px;
    }
    .maxx_article {
        float: none;
        width: auto;
        font-size: 16px;
    }
    .meta_article {
        position: relative;
        top: auto;
        float: none;
        width: auto;
        margin: 0 -8px;
    }
    .the_editor {
        float: left;
        width: calc( 50% - 58px);
        margin: 0 8px 15px;
        padding: 30px 20px;
    }
    .des_share {
        display: none;
    }
    .related_maxx {
        font-size: 16px;
        margin: 0 0 20px;
        padding: 25px 25px 25px 0;
    }
    .related_text a {
        font-size: 24px;
        margin: 0 40px 0 0;
        letter-spacing: -0.58px;
    }
    .related_maxx .attachment-thumbnail {
        width: 100px;
        margin: 0 25px 0 0;
    }
}

@media screen and (max-width: 533px) {
    .big_inner {
        margin: 0;
    }
    .pop_list {
        margin: 0 -20px 20px;
    }
    .pop_meta {
        padding: 100px 20px 25px 20px;
    }
    .pop_title {
        font-size: 35px;
        letter-spacing: -0.83px;
    }
    .pos_label {
        font-size: 15px;
    }
    .view_title a {
        font-size: 16px;
    }
    .club_loop {
        margin: 0 -13px;
    }
    .club_loop_title {
        font-size: 34px;
    }
    .club_loop_like {
        font-size: 15px;
    }
    .primary_featured {
        margin: 0 -20px 40px;
    }
    .primary_featured iframe {
        height: 278px;
    }
    .primary_featured .maxx_caption {
        margin: 0 20px;
    }
    #respond {
        margin: 30px 0 20px;
        padding: 20px;
    }
    .comment_list {
        padding: 20px;
    }
}

@media screen and (max-width: 420px) {
    .maxx_club {
        padding: 115px 0 0;
        overflow: hidden;
    }
    .club_container {
        padding: 0 15px;
    }
    .club_header {
        height: 106px;
    }
    .c_menu {
        right: 15px;
    }
    .c_cari {
        right: 70px;
    }
    .club_top {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
    .club_right {
        padding: 0 60px 0 0;
        height: 36px;
    }
    .club_right a {
        font-size: 13px;
    }
    .dark_switch {
        top: 6px;
    }
    .club_logo {
        padding: 20px 0;
        height: 30px;
    }
    .club_logo a,
    .club_logo img {
        height: 30px;
    }
    .club_cari {
        top: 36px;
    }
    .club_cari .club_input {
        margin: 16px 0;
    }
    .hide_cari {
        top: 70px;
    }
    .maxx_running {
        margin: 0 -15px 10px;
    }
    .runin {
        height: 28px;
    }
    .scrollin {
        height: 28px;
    }
    .scrollin a {
        font-size: 13px;
        height: 28px;
        line-height: 27px;
    }
    .runin span {
        height: 29px;
        line-height: 28px;
        font-size: 13px;
    }
    .big_inner {
        margin: 0;
    }
    .pop_list {
        margin: 0 -15px 15px;
    }
    .pop_meta {
        padding: 100px 15px 15px;
    }
    .pop_title {
        font-size: 26px;
        letter-spacing: -0.62px;
    }
    .pos_label {
        font-size: 14px;
    }
    .view_heading {
        font-size: 25px;
        letter-spacing: -0.6px;
    }
    .most_view {
        padding: 16px 8px 0;
    }
    .view_meta {
        font-size: 12px;
    }
    .view_title a {
        font-size: 15px;
    }
    .club_loop_post {
        margin: 0 13px 20px;
    }
    .club_loop_title {
        font-size: 25px;
        letter-spacing: -0.6px;
    }
    .club_loop_like {
        font-size: 14px;
    }
    .club_paging {
        margin: 20px 0;
    }
    .club_author_box {
        padding: 15px;
        margin: 0 5px 20px 0;
    }
    .club_author_box img {
        margin: 0 auto 20px;
        width: 120px;
    }
    .club_author_contact a {
        height: 34px;
        line-height: 34px;
        width: 34px;
        font-size: 16px;
    }
    .ooops {
        font-size: 110px;
    }
    .description_404 {
        font-size: 16px;
    }
    .the_title {
        font-size: 25px;
        letter-spacing: -0.6px;
    }
    .before_title {
        font-size: 14px;
        margin: 0 0 8px;
    }
    .primary_featured {
        margin: 0 0 25px;
    }
    .maxx_schema {
        font-size: 13px;
        padding: 0 0 15px;
        margin: 0 0 20px;
    }
    .after_right {
        font-size: 13px;
    }
    .primary_featured {
        margin: 0 -15px 30px;
    }
    .primary_featured iframe {
        height: 218px;
    }
    .primary_featured .maxx_caption {
        margin: 0 15px;
    }
    .maxx_article {
        font-size: 15px;
    }
    .meta_article {
        position: relative;
        top: auto;
        float: none;
        width: auto;
        margin: 0 -8px;
    }
    .the_editor {
        width: calc( 100% - 44px);
        margin: 0 8px 15px;
        padding: 15px 13px;
    }
    .page-link-wrap a,
    .page-link-wrap span.current,
    .club_paging a {
        height: 32px;
        line-height: 32px;
        width: 32px;
    }
    #respond {
        margin: 20px 0 15px;
        padding: 15px;
    }
    .comment_list {
        padding: 15px;
    }
    .comment-meta .avatar {
        width: 40px;
        margin: 0 20px 0 0;
    }
    .comment-content {
        margin: 0 0 20px 60px;
    }
    .depth-1 {
        margin: 0 0 20px;
    }
    .comment.depth-2 {
        margin: 0 0 20px 60px;
    }
    .url {
        font-size: 14px;
    }
    .reply {
        left: 0;
        top: 50px;
        width: 50px;
    }
    .reply a {
        height: 26px;
        line-height: 26px;
        width: 50px;
        font-size: 13px;
    }
    .related_maxx {
        font-size: 14px;
        padding: 20px 20px 20px 0;
    }
    .related_text a {
        font-size: 20px;
        margin: 0 20px 0 0;
        letter-spacing: -0.58px;
    }
    .related_maxx .attachment-thumbnail {
        width: 90px;
        margin: 0 15px 0 0;
    }
    .footer_club_menu {
        margin: 40px 0 20px;
    }
}