/*
Theme Name: Maxx
Theme URI: https://maxx.ciuss.net
Author URI: https://ciuss.com
Description: Ciuss Creative present Maxx theme, fast and simple theme for news website.
Author: Ciuss Creative
Version: 1.3
Requires at least: 6.1
Tested up to: 6.3.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: maxx
Copyright: (c) Start from Juni 2023
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: underline;
}

img {
    pointer-events: none;
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}

.maxx_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.maxx_container {
    position: relative;
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Maxx Header Area */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 135px;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.maxx_header {
    height: 90px;
    text-align: center;
}

.maxx_header.head_left {
    text-align: left;
}

.maxx_header .maxx_container {
    height: 90px;
}

/* Maxx Header Logo */

.head_left .maxx_logo {
    width: calc(100% - 540px);
    position: relative;
    display: inline-block;
    padding: 25px 25px 25px 0;
    height: 40px;
    text-align: left;
}

.head_center .maxx_logo {
    width: calc(100% - 540px);
    position: relative;
    display: inline-block;
    padding: 25px;
    height: 40px;
    text-align: center;
}

.maxx_logo a {
    display: block;
    position: relative;
    z-index: 2;
}

.maxx_logo img {
    height: 40px;
    width: auto;
    display: block;
}

.head_left .maxx_logo img {
    margin: 0;
}

.head_center .maxx_logo img {
    margin: 0 auto;
}

/* Maxx Cosial Media */

.maxx_social {
    position: absolute;
    display: inline-block;
    top: 0;
    height: 36px;
    margin: 27px 0;
    text-align: left;
}

.head_left .maxx_social {
    width: 200px;
    right: 220px;
}

.head_center .maxx_social {
    width: 250px;
    left: 16px;
}

.maxx_social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 5px 0 0;
    color: #fff;
}

.maxx_social i {
    width: 36px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
}

.maxx_social .icon-facebook {
    background: #273edf;
}

.maxx_social .icon-twitter {
    background: #3bf;
}

.maxx_social .icon-instagram {
    background: #f4a;
}

.maxx_social .icon-youtube {
    background: #d35;
}

/* Maxx Search */

.maxx_search {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 0;
    height: 36px;
    margin: 27px 0;
    text-align: right;
}

.head_left .maxx_search {
    width: 218px;
}

.head_center .maxx_search {
    width: 178px;
}

.maxx_form_search {
    width: 176px;
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 10px;
    border-radius: 26px;
}

.head_left .maxx_form_search {
    width: 208px;
}

.head_center .maxx_form_search {
    max-width: 166px;
}

.maxx_input {
    display: inline-block;
    width: calc(100% - 38px);
}

.maxx_input input[type="text"] {
    height: 33px;
    border: 0;
    line-height: 33px;
    font-size: 15px;
    width: 100%;
}

.maxx_button {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    float: right;
    margin: 3px;
}

.maxx_button button {
    border: 0;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: none;
    font-size: 13px;
}

/* MENU */

.maxx_flat_menu {
    height: 44px;
}

.nav {
    float: left;
    max-width: 965px;
    width: auto;
    margin: 0;
    padding: 0;
    height: 44px;
}

.date_left .nav {
    float: right;
}

.nav .accordion {
    height: 44px;
    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: 44px;
    position: relative;
}

.nav .accordion li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
}

.nav .accordion li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 18px;
    font-size: 16px;
    line-height: 44px;
    position: relative;
}

.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);
}

.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.menu-item-has-children:before {
    display: none;
}

.nav .accordion li>.sub-menu>li>ul {
    display: none !important;
}

/* DATE */

.maxx_tanggal {
    float: right;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0;
}

.date_left .maxx_tanggal {
    float: left;
}

/* HEADER MOBILE */

.header_mobile {
    display: none;
    padding: 8px 0 0;
    height: 52px;
}

.header_mobile a:hover {
    text-decoration: none;
}

.mobile_icon {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
}

.mobile_icon i {
    display: block;
    font-size: 17px;
    margin: 0 0 2px;
}

.mobile_icon span {
    display: block;
    font-size: 11px;
}

.maxx_content {
    position: relative;
}

.maxx_content_after {
    padding: 0 0 30px;
}

.left_ads {
    position: fixed;
    top: 165px;
    left: auto;
    width: 300px;
    margin-left: -330px;
}

.left_ads .side_float {
    float: right;
}

.right_ads {
    position: fixed;
    top: 165px;
    right: auto;
    width: 300px;
}

.right_ads .side_float {
    float: left;
}

.side_float img {
    max-width: 100%;
}

.left_ads span {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #d33;
    color: #fff;
    z-index: 3;
}

.right_ads span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #d33;
    color: #fff;
    z-index: 3;
}

.closeads .left_ads,
.closeads .right_ads {
    display: none;
}

#header_bottom .maxx_content {
    padding: 135px 0 0;
}

#header_top .maxx_content {
    padding: 135px 0 0;
}

/* FOOTER SHARE */

.footer_share {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 300;
}

.openshare .footer_share {
    display: block;
}

.infooter_share {
    width: 390px;
    margin: 200px auto 0;
}

.infooter_img {
    width: 390px;
    height: 260px;
    border-radius: 10px;
    background-size: 100%;
    margin: 0 0 15px;
}

.infooter_title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 36px;
    text-align: center;
}

.infooter_icon {
    text-align: center;
}

.infooter_icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
}

.infooter_icon i {
    display: block;
    width: 40px;
    line-height: 40px;
    border-radius: 30px;
}

.infooter_icon a.mob_wa {
    display: none;
}

/* RUNNING */

.maxx_running {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 0;
    height: 24px;
}

.runscroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    opacity: 1;
}

.scroll {
    display: flex;
    width: 100%;
}

.scrollin {
    white-space: nowrap;
    color: #212121;
    animation: animate 120s -120s linear infinite;
    will-change: transform;
    margin-right: 10px;
    height: 22px;
}

.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 40px 0 0;
    overflow: hidden;
    height: 22px;
}

.scrollin a {
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
}

.runtime {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 8px;
    margin: 0 10px 0 0;
}

.text1 {
    transform: rotate(30deg) translate(-200px, 200px);
}

.text2 {
    transform: rotate(-5deg) translate(-200px, 120px);
}

.text3 {
    transform: rotate(90deg) translate(-200px, 0px);
}

.text41 {
    transform: rotate(-2deg) translate(-200px, -150px);
}

.text5 {
    transform: rotate(90deg) translate(-200px, 250px);
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

/* CONTENT AREA */

.area_content {
    padding: 0 20px 50px;
    max-width: 1000px;
    margin: 0 auto;
    clear: both;
}

.area_content:before,
.area_content:after {
    content: "";
    display: table;
    clear: both;
}

/* Left Content */

.area_primary {
    width: calc(100% - 360px);
    float: left;
    display: inline-block;
    vertical-align: top;
}

.archive_head {
    font-size: 22px;
    margin: 0 0 10px;
}

.maxx_schema {
    height: 0;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

/* ARCHIVE */

.late_news {
    margin: 0;
}

.loop_classic {
    margin: 0 0 16px;
    position: relative;
}

.loop_classic.with_shadow {
    padding: 35px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.loop_classic.without_shadow {
    padding: 10px 35px 35px 0;
}

.loop_loading {
    position: relative;
    animation: looping 1.5s;
    z-index: 2;
}

@keyframes looping {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.classic_img {
    float: right;
    width: 140px;
    height: 140px;
    margin: 0;
    overflow: hidden;
}

.thumb_left .classic_img {
    float: left;
}

.classic_img img {
    width: 100%;
    height: auto;
}

.classic_over {
    float: left;
    width: calc(100% - 170px);
    padding: 0;
}

.thumb_left .classic_over {
    float: right;
}

.classic_author {
    margin: 0 0 18px;
}

.classic_after .classic_author {
    margin: 0;
}

.without_avatar.classic_author {
    margin: 0 0 10px;
}

.classic_author .avatar {
    float: left;
    width: 43px;
    height: 43px;
    margin: 0 15px 0 0;
    border-radius: 35px;
}

.loop_author {
    float: right;
    width: calc(100% - 58px);
}

.without_avatar .loop_author {
    float: none;
}

.span_author {
    font-weight: 400;
    display: block;
    font-size: 15px;
    margin: 0 0 2px;
}

.span_author i {
    color: #0055ff;
    margin-left: -3px;
}

.span_time {
    display: block;
    font-size: 13px;
}

.span_tax {
    padding-left: 20px;
    position: relative;
}

.span_tax:after {
    content: '';
    position: absolute;
    top: calc( 50% - 3px);
    left: 6px;
    height: 7px;
    width: 7px;
    border-radius: 6px;
    background: #333;
}

.span_tax a {
    display: none;
}

.span_tax a:first-child {
    display: inline-block;
}

.classic_title {
    line-height: 1.3;
    font-size: 26px;
    margin: 0 50px 0 0;
}

.classic_after .classic_title {
    margin: 0 50px 18px 0;
}

.thumb_left .classic_title {
    margin: 0 0 18px;
}

/* PAGING */

.pagination {
    padding: 50px 5px 0;
    text-align: center;
}

.pagination.left_paged {
    text-align: left;
}

.pagination a {
    height: 32px;
    width: 32px;
    margin: 0 1px 0 0;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

.page-link-wrap {
    padding: 30px 0;
}

.page-link-wrap span {
    height: 32px;
    margin: 0 10px 0 0;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

.page-link-wrap span.current {
    height: 32px;
    width: 32px;
    margin: 0 1px 0 0;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

.page-link-wrap a {
    height: 32px;
    width: 32px;
    margin: 0 1px 0 0;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

/* 404 */

.area_404 {
    text-align: center;
}

.ooops {
    margin: 50px 0 30px;
    font-size: 100px;
    font-weight: bold;
}

.archive_404 {
    line-height: 1.3;
    font-size: 26px;
    margin: 0 0 10px 0;
}

.description_404 {
    margin: 0 0 40px;
}

/* SINGLE */

.single_author {
    padding: 0 0 25px;
}

.single_author .avatar {
    width: 43px;
    height: 43px;
    border-radius: 43px;
    float: left;
    margin: 0 15px 0 0;
}

.name_author {
    display: block;
    font-size: 16px;
    margin: 0 0 2px;
}

.name_author span {
    font-weight: 400;
}

.name_author span a {
    display: none;
}

.name_author .icon-verify {
    color: #0055ff;
    margin-left: -3px;
}

.name_author span a:nth-child(1) {
    display: inline-block;
}

.single_time {
    display: block;
    font-size: 14px;
}

.primary_featured {
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
}

.primary_featured:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    z-index: 3;
}

.primary_featured .maxx_caption {
    font-size: 12px;
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 150px 20px 20px;
    background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.8));
    color: #fff;
    z-index: 4;
}

.primary_featured .sing_cat {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 4;
}

.primary_featured iframe {
    width: 100%;
    display: block;
    position: relative;
    z-index: 4;
}

.primary_featured img {
    width: 100%;
    display: block;
}

.maxx_article p {
    margin: 0 0 20px;
    line-height: 1.65;
}

.maxx_tags {
    margin: 0 0 30px;
}

.maxx_tags a {
    display: inline-block;
    margin: 0 5px 6px 0;
    padding: 0 20px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

#respond {
    margin: 40px 0;
    padding: 35px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

#reply-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px;
}

#commentform label {
    display: block;
    margin: 0 0 10px;
}

#comment {
    width: calc( 100% - 32px);
    padding: 15px;
    border: 1px solid #bbb;
    border-radius: 15px;
}

#author,
#email,
#url {
    width: calc( 100% - 32px);
    padding: 0 15px;
    border: 1px solid #bbb;
    height: 40px;
    border-radius: 8px;
}

#submit {
    height: 50px;
    line-height: 50px;
    border: 1px solid #888;
    background: #fff;
    padding: 0 30px;
    border-radius: 30px;
}

#submit:hover {
    border: 1px solid #fc0;
}

#comments {
    margin: 0 35px;
}

.comment {
    margin: 0 0 50px 90px;
    position: relative;
}

.depth-1 {
    margin: 0 0 50px;
}

.comment-meta .avatar {
    float: left;
    margin: 0 30px 0 0;
    border-radius: 8px;
}

.comment-metadata {
    font-size: 14px;
    padding: 3px 0 0;
    margin: 0 0 15px;
}

.comment-content {
    margin: 0 0 0 90px;
}

.reply {
    position: absolute;
    left: 0;
    top: 75px;
    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;
}

/* Home */

.header_ads {
    margin: 0 auto;
}

.inner_header_ads {
    padding: 0 0 30px;
}

.inner_header_ads img,
.inner_header_ads iframe {
    display: block;
    width: 100%;
}

.home_widget {
    margin: 0 auto 30px;
}

.mb_not_full {
    margin: 0 auto;
}

.home_widget .widget_block {
    margin: 0;
    padding: 0;
}

.archive_widget {
    padding: 30px 8px 0;
}

.btn__looping {
    text-align: center;
    padding: 15px 0;
}

.btn__more {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.share {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    padding: 25px 0;
}

.share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
}

.share i {
    display: block;
    width: 30px;
    line-height: 30px;
    background: #111;
    color: #fff;
    border-radius: 30px;
}

.the_title {
    line-height: 1.3;
    font-size: 32px;
    margin: 0 0 25px;
}

.the_share {
    margin: 0 0 20px;
}

.the_share span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 30px;
    margin: 0 5px 0 0;
}

.the_share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    margin: 0 5px 0 0;
}

.the_editor {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 25px;
}

.the_editor a {
    margin: 0 5px;
}

.related_maxx {
    line-height: 1.3;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 35px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.related_maxx .attachment-midsmall {
    float: left;
    width: 120px;
    margin: 0 30px 0 0;
}

.related_time {
    margin: 15px 0 0;
}

.related_time .avatar {
    float: left;
    width: 43px;
    margin: 0 15px 0 0;
    border-radius: 35px;
}

.related_name {
    display: block;
    font-size: 16px;
    margin: 0 0 2px;
}

.related_name i {
    color: #0055ff;
    margin-left: -3px;
}

.related_timepost {
    display: block;
    font-size: 14px;
}

.area_secondary {
    width: 330px;
    display: inline-block;
    float: right;
    position: sticky;
    top: 155px;
}

.secondary_content {
    margin: 0 8px;
    overflow: hidden;
}

.secondary_content .widget_block {
    padding: 0;
}

.widget_block {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 16px;
}

.latest_post_sidebar {
    position: relative;
}

.late_head {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}

.late_list {
    margin: 0 0 25px;
}

.late_list_img {
    width: 90px;
    height: auto;
    float: left;
    overflow: hidden;
}

.right_img .late_list_img {
    float: right;
}

.late_list_img img {
    width: 100%;
    height: auto;
}

.late_list_post {
    width: calc(100% - 110px);
    float: right;
}

.right_img .late_list_post {
    float: left;
}

.late__time {
    padding: 0 10px 0 0;
    font-size: 13px;
    margin: 0 0 8px;
}

.late_list_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

/* WIDGET */

.widget_block {
    margin: 0;
    font-size: 15px;
    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 ul li,
.widget_block ol 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 .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;
}

/* Search */

.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 {}

.maxxfooter {
    padding: 30px 0;
    text-align: center;
}

.footer {
    margin: 0 auto;
}

.footer_menu {
    max-width: 600px;
    margin: 0 auto 30px;
    font-weight: 400;
    font-size: 16px;
    list-style: none;
    text-align: center;
}

.footer_menu li {
    padding: 0 10px;
    display: inline-block;
}

/* Carousel */

.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;
}

.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 {
    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 Heading Widget */

.maxx_head_widget {
    padding: 80px 80px;
    border-radius: 15px;
}

.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;
}

/* 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;
}

/* Space */

.sm_gap {
    height: 30px;
}

.md_gap {
    height: 50px;
}

.lg_gap {
    height: 80px;
}

/* Gap Carousel */

.gap_post_outer {
    padding: 0 70px;
}

.gap_inner {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin: 20px;
    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_time {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.gap_post .splide__arrow--prev {
    left: -70px;
}

.gap_post .splide__arrow--next {
    right: -70px;
}

.gap_post .splide__arrow {
    border-radius: 0;
    background: none;
    border-radius: 30px;
    font-size: 18px;
    opacity: 1;
}

/* 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: 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;
    margin: 0 0 10px;
}

.hero_time {
    font-size: 14px;
}

/* Latest Post */

.late_round img {
    border-radius: 8px;
}

.late_circle img {
    border-radius: 100px;
}

/* Dark Mode */

.theme-switch-wrapper {
    position: fixed;
    right: 25px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
}

.theme-switch {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border-radius: 32px;
    overflow: hidden;
    font-size: 18px;
    transition: 0.4s;
}

#checkbox {
    display: none;
}

input:checked+.darkmode {}

.darkmode.round {
    border-radius: 34px;
}

.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: 40px;
    line-height: 40px;
    text-align: center;
    left: 0;
    position: absolute;
    transition: 0.4s;
    width: 40px;
    border-radius: 30px;
}

#homewidget .customize-partial-edit-shortcut {
    float: none;
    left: 50%;
}

[data-theme="dark"] .darkmode:before {
    content: "\E807";
}

[data-theme="dark"] a {
    color: #ffffff !important;
}

[data-theme="dark"] body {
    color: #dddddd !important;
}

[data-theme="dark"] body,
[data-theme="dark"] .header,
[data-theme="dark"] .maxx_logo,
[data-theme="dark"] .maxx_social,
[data-theme="dark"] .maxx_search {
    background: #222222 !important;
}

[data-theme="dark"] .maxx_social i {
    background: #222 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .maxx_form_search {
    background: #777777 !important;
    border: 1px solid #777777 !important;
}

[data-theme="dark"] .maxx_input input[type="text"] {
    background: #777777 !important;
    color: #dddddd !important;
}

[data-theme="dark"] .maxx_button {
    background: #222222 !important;
}

[data-theme="dark"] .maxx_button i {
    color: #dddddd !important;
}

[data-theme="dark"] .maxx_flat_menu {
    background: #222222 !important;
    border-top: 1px solid #444444 !important;
    color: #dddddd !important;
}

[data-theme="dark"] .nav {
    background: #222222 !important;
}

[data-theme="dark"] .nav .accordion a,
[data-theme="dark"] .mobile_icon span {
    color: #dddddd !important;
}

[data-theme="dark"] .mobile_icon i {
    color: #ffffff !important;
}

[data-theme="dark"] .nav .accordion li.span1 a {
    background: #222222 !important;
    color: #dddddd !important;
}

[data-theme="dark"] .nav .accordion li>.sub-menu {
    background: #111111 !important;
}

[data-theme="dark"] .nav .accordion li>.sub-menu>li a {
    color: #dddddd !important;
}

[data-theme="dark"] .scrollin a {
    color: #dddddd !important;
}

[data-theme="dark"] .loop_classic {
    background: #222222 !important;
}

[data-theme="dark"] .loop_classic.with_shadow {
    background: #111111 !important;
}

[data-theme="dark"] .span_author {
    color: #dddddd !important;
}

[data-theme="dark"] .span_time {
    color: #ffffff !important;
}

[data-theme="dark"] .span_time a {
    color: #dddddd !important;
}

[data-theme="dark"] .classic_title a {
    color: #ffffff !important;
}

[data-theme="dark"] .pagination a {
    background: #333333 !important;
    color: #dddddd !important;
    border: 1px solid #444444 !important;
}

[data-theme="dark"] .pagination a.active {
    background: #888888 !important;
    color: #dddddd !important;
    border: 1px solid #888888 !important;
}

[data-theme="dark"] .area_secondary {
    color: #dddddd !important;
}

[data-theme="dark"] .footer_share,
[data-theme="dark"] .area_secondary {
    background: #222222 !important;
}

[data-theme="dark"] .infooter_title {
    color: #ffffff !important;
}

[data-theme="dark"] .area_secondary .late__time a {
    color: #ffffff !important;
}

[data-theme="dark"] .area_secondary a {
    color: #ffffff !important;
}

[data-theme="dark"] .span_tax:after {
    background: #ffffff !important;
}

[data-theme="dark"] .maxxfooter {
    background: #111111 !important;
    color: #dddddd !important;
}

[data-theme="dark"] .logofooter a {
    color: #ffffff !important;
}

[data-theme="dark"] .primary_big {
    color: #dddddd !important;
}

[data-theme="dark"] .single_time span,
[data-theme="dark"] .name_author span a {
    color: #ffffff !important;
}

[data-theme="dark"] .the_title {
    color: #ffffff !important;
}

[data-theme="dark"] .maxx_tags a {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

[data-theme="dark"] .the_share span {
    border: 1px solid #ffffff !important;
}

[data-theme="dark"] .the_share a {
    border: 1px solid #dddddd !important;
    color: #222222 !important;
    background: #dddddd !important;
}

[data-theme="dark"] .read_related {
    background: #111111 !important;
    color: #dddddd !important;
}

[data-theme="dark"] .read_related a {
    color: #ffffff !important;
}

[data-theme="dark"] #respond {
    background: #111111 !important;
}

[data-theme="dark"] #comment,
[data-theme="dark"] #author,
[data-theme="dark"] #email,
[data-theme="dark"] #url {
    background: #222222 !important;
    border: 1px solid #444444 !important;
    color: #dddddd !important;
}

[data-theme="dark"] .maxx_logo img {
    filter: brightness(0) invert(1);
}

[data-theme="dark"] .nav .accordion li.menu-item-has-children:before {
    background: #dddddd !important;
}

[data-theme="dark"] .gap_inner {
    background: #111111 !important;
}

[data-theme="dark"] .hero_link {
    background: #dddddd !important;
    color: #333333 !important;
}

[data-theme="dark"] .stand_inner:after {
    background: #222222 !important;
}

[data-theme="dark"] .stand_title a,
[data-theme="dark"] .stand_author span,
[data-theme="dark"] .stand_time,
[data-theme="dark"] .gap_title a,
[data-theme="dark"] .gap_inner {
    color: #ffffff !important;
}

[data-theme="dark"] .stand_time:before {
    background: #ffffff !important;
}

[data-theme="dark"] .gap_post .splide__arrow {
    border: 2px solid #ffffff !important;
}

[data-theme="dark"] .gap_post .splide__arrow svg {
    fill: #ffffff !important;
}

[data-theme="dark"] .hero_head::before {
    background: #dddddd !important;
}

[data-theme="dark"] .maxx_head_widget {
    background: #555555 !important;
    color: #ffffff !important;
}

@media screen and (max-width: 982px) {
    /* Maxx Header */
    .header {
        height: 151px;
    }
    .header.hide {
        box-shadow: 0 0 0 inset rgba(0, 0, 0, 0);
    }
    .head_left.theme-switch-wrapper {
        bottom: auto;
        top: 25px;
        z-index: 1000;
    }
    .maxx_header {
        height: 90px;
    }
    .maxx_logo {
        display: block;
        width: 100% !important;
        height: 40px;
        position: relative;
        z-index: 4;
    }
    .head_center .maxx_logo,
    .head_left .maxx_logo {
        padding: 25px 0;
    }
    .maxx_flat_menu {
        height: 60px;
        position: relative;
        z-index: 4;
    }
    #maxxmenu {
        height: 60px;
    }
    #header_bottom #maxxmenu {
        height: 70px;
    }
    #header_bottom .header_mobile {
        padding: 15px 0 0;
    }
    .maxx_search {
        position: fixed;
        height: auto;
        right: 0;
        left: 0;
        margin: 0;
        width: auto;
        padding: 27px 0;
        transition: all 0.5s ease;
        display: none;
        z-index: 3;
    }
    #header_top .maxx_search {
        top: 0px;
        bottom: 0;
    }
    .head_left .maxx_search,
    .head_center .maxx_search {
        width: 100%;
    }
    .opensearch .maxx_search {
        display: block;
    }
    #header_bottom .header {
        height: 90px;
    }
    #header_bottom .maxx_flat_menu {
        position: fixed;
        bottom: -20px;
        left: 0;
        right: 0;
        height: 90px;
        border: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    #header_bottom .hide .maxx_flat_menu {
        box-shadow: 0 0 0 inset rgba(0, 0, 0, 0);
    }
    .head_center .maxx_logo img,
    .head_left .maxx_logo img {
        height: 40px;
    }
    .maxx_social {
        display: none;
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 27px 0;
    }
    .head_left .maxx_social {
        width: 100%;
    }
    .head_center .maxx_social {
        width: 100%;
        left: 0;
    }
    .openside .maxx_social {
        display: block;
    }
    .maxx_form_search {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }
    .head_left .maxx_search {
        position: fixed;
        bottom: -20px;
        top: 151px;
        height: auto;
    }
    .head_left .maxx_form_search,
    .head_center .maxx_form_search {
        max-width: 300px;
        position: relative;
        top: calc( 50% - 50px);
    }
    .nav {
        position: fixed;
        top: 151px;
        left: 0;
        right: 0;
        float: none;
        max-width: 100%;
        width: 100%;
        height: auto;
        bottom: -20px;
        border-top: 1px solid rgba(125, 125, 125, 0.2);
        display: none;
        overflow-y: auto;
    }
    .openmenu .nav {
        display: block;
    }
    .nav .accordion li {
        display: block;
        float: none;
        text-align: left;
    }
    .nav .accordion li.menu-item-has-children:before {
        top: 18px;
        right: 15px;
    }
    .nav .accordion li>.sub-menu {
        padding: 0;
        position: relative;
        background: #fff;
        width: 100% !important;
        display: none;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .nav .accordion li:hover>.sub-menu {
        display: none;
    }
    .nav .accordion li.active>.sub-menu {
        display: block;
    }
    .nav .accordion li>.sub-menu>li {
        width: 100%;
        background: rgba(0, 0, 0, 0.05);
    }
    .maxx_tanggal {
        display: none;
    }
    .header_mobile {
        display: block;
    }
    .infooter_icon a.mob_wa {
        display: inline-block;
    }
    .infooter_icon a.web_wa {
        display: none;
    }
    #header_bottom .maxx_content {
        padding: 90px 0 30px;
    }
    #header_top .maxx_content {
        padding: 151px 0 30px;
    }
    .area_primary {
        width: 100%;
        float: none;
    }
    .loop_classic {
        margin: 0 16px 16px;
    }
    .archive_head {
        font-size: 20px;
        margin: 12px 16px 20px;
        text-align: center;
    }
    .primary_featured .maxx_caption {
        padding: 150px 16px 10px;
    }
    .share {
        display: none;
    }
    .area_secondary {
        position: fixed;
        top: 151px;
        left: 0;
        right: 0;
        width: 100%;
        bottom: -130px;
        height: auto;
        padding-bottom: 130px;
        z-index: 300;
        display: none;
    }
    #header_bottom .area_secondary,
    #header_bottom .nav {
        top: 80px;
    }
    #header_bottom .nav {
        z-index: 1;
        bottom: 70px;
        box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
    }
    #header_bottom .hide .nav {
        box-shadow: 0 0 0 inset rgba(0, 0, 0, 0);
    }
    #header_bottom .header_mobile {
        position: relative;
        z-index: 1;
    }
    #header_bottom .maxx_search {
        position: fixed;
        top: 90px;
        bottom: 70px;
        height: auto;
    }
    #header_bottom .maxx_running {
        margin: 0 auto;
    }
    .openside .area_secondary {
        display: block;
    }
    .secondary_content {
        height: 100%;
        max-width: 390px;
        margin: 20px auto;
        overflow-y: scroll;
    }
    .scroll_effect {
        margin: 0 16px;
    }
    .pagination {
        padding: 50px 15px 0;
    }
    .the_share {
        display: none;
    }
    .theme-switch-wrapper {
        right: 15px;
        bottom: 95px;
    }
    .maxxfooter {
        padding: 30px 30px 100px;
    }
    .left_ads,
    .right_ads {
        display: none;
    }
    .gap_post .splide__arrow--prev {
        left: -50px;
    }
    .gap_post .splide__arrow--next {
        right: -50px;
    }
    .maxx_head_widget {
        border-radius: 0;
    }
    .mb_not_full.is_space .maxx_stand_post {
        padding: 0 10px;
    }
    .mb_is_full .hero_post_outer,
    .mb_not_full .hero_post_outer {
        margin: 0 15px;
    }
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 890px) {}

@media screen and (max-width: 800px) {
    .stand_block:nth-child(4) {
        display: none;
    }
    .stand_block {
        width: 33.33%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 640px) {
    .classic_title {
        font-size: 22px;
    }
    .loop_classic.with_shadow {
        padding: 30px;
    }
    .classic_img {
        width: 120px;
        height: 120px;
    }
    .classic_over {
        width: calc(100% - 150px);
    }
    .related_maxx {
        padding: 30px;
    }
    .stand_block {
        width: 50%;
    }
    .no_space .stand_inner {
        margin: 0;
    }
    .stand_block:nth-child(4) {
        display: inline-block;
    }
    .hero_content {
        width: 100%;
        float: none;
        margin: 0 0 40px;
    }
    .hero_post {
        width: 100%;
        float: none;
    }
    .hero_title {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 533px) {
    body {
        font-size: 14px;
    }
    .header {
        height: 125px;
    }
    .maxx_header,
    .maxx_header .maxx_container {
        height: 64px;
    }
    .head_center .maxx_logo {
        padding: 14px 0;
        height: 36px;
    }
    .custom-logo-link {
        height: 36px;
    }
    .head_left .maxx_logo {
        padding: 14px 0;
        height: 36px;
    }
    .head_center .maxx_logo img,
    .head_left .maxx_logo img {
        height: 36px;
    }
    #header_bottom .header {
        height: 64px;
    }
    #header_bottom .maxx_running {
        margin: 0 auto;
    }
    .maxx_social {
        padding: 14px 0;
        height: 36px;
    }
    .maxx_social a {
        width: 36px;
        height: 36px;
    }
    .maxx_social i {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .maxx_flat_menu {
        height: 60px;
    }
    #maxxmenu {
        padding: 0;
    }
    .nav {
        top: 124px;
    }
    .openmenu .nav {
        top: 124px;
    }
    .nav .accordion li a {
        font-size: 16px;
    }
    .maxx_running {
        padding: 4px 0;
        box-shadow: 0 0 15px inset rgba(0, 0, 0, 0.1);
    }
    .scrollin a {
        font-size: 13px;
    }
    #header_bottom .maxx_content {
        padding: 64px 0 30px;
    }
    #header_top .maxx_content {
        padding: 124px 0 30px;
    }
    .area_content {
        padding: 8px 0 50px;
    }
    .single .area_content {
        padding: 0 0 50px;
    }
    .primary_big {
        margin: 0 20px;
    }
    .single_author {
        margin: 0 -20px 16px;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
    }
    .name_author {
        padding-top: 4px;
        font-size: 13px;
    }
    .the_title {
        font-size: 20px;
        margin: 0 0 16px;
    }
    .the_editor {
        font-size: 13px;
    }
    .single_time {
        font-size: 11px;
    }
    .maxx_article {
        margin: 0;
    }
    .primary_featured .maxx_caption {
        font-size: 11px;
    }
    .primary_featured {
        margin: 0 -20px 16px;
    }
    .primary_featured.normal {
        margin: 0 0 16px;
    }
    .sing_cat a {
        height: 22px;
        line-height: 22px;
        font-size: 11px;
    }
    .primary_featured iframe {
        max-width: 100%;
        height: 250px;
    }
    .aktual_the_title {
        font-size: 22px;
        margin: 0 0 16px;
        line-height: 1.3;
    }
    .primary_featured {
        border-radius: 0;
    }
    .aktual_avt {
        display: inline-block;
        float: left;
        margin: 0 20px 0 0;
    }
    .after_title {
        margin: 0 0 20px;
    }
    .loop_classic.with_shadow {
        padding: 25px;
        overflow: hidden;
    }
    .loop_classic.without_shadow {
        padding: 10px 8px 20px;
    }
    .classic_img {
        width: 105px;
        height: 105px;
    }
    .classic_over {
        width: calc(100% - 125px);
    }
    .classic_title {
        font-size: 18px;
        margin: 0 20px 0 0;
    }
    .classic_after .classic_title {
        margin: 0 20px 18px 0;
    }
    .classic_author .avatar {
        width: 38px;
        height: 38px;
    }
    .classic_author {
        margin: 0 0 12px;
    }
    .span_author {
        font-size: 13px;
    }
    .loop_classic {
        margin: 0 8px 8px;
    }
    .infooter_share {
        width: 300px;
        margin: 200px auto 0;
    }
    .infooter_img {
        width: 300px;
        height: 200px;
    }
    .infooter_title {
        font-size: 18px;
    }
    .area_secondary {
        top: 124px;
    }
    .maxxfooter {
        padding: 30px 20px;
    }
    #header_bottom .maxxfooter {
        padding: 30px 20px 80px;
    }
    #header_bottom .area_secondary,
    #header_bottom .nav {
        top: 64px;
    }
    .head_left .maxx_form_search,
    .head_center .maxx_form_search {
        width: auto;
    }
    .head_left .maxx_search,
    .head_center .maxx_search {
        width: calc( 100% - 30px);
        padding: 15px;
    }
    .footer_menu li {
        display: block;
        margin: 0 0 10px;
    }
    #respond {
        padding: 15px 20px;
    }
    #submit {
        height: 44px;
        line-height: 44px;
    }
    .square_post {
        width: 50%;
    }
    #comments {
        margin: 0;
    }
    .head_left .maxx_search {
        top: 125px;
    }
    #header_bottom .maxx_search {
        position: fixed;
        top: 64px;
    }
    .theme-switch-wrapper {
        bottom: 145px;
    }
    #header_bottom .maxxfooter {
        padding: 30px 30px 100px;
    }
    .head_left.theme-switch-wrapper {
        width: 36px;
        height: 36px;
    }
    .head_left .theme-switch {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    .head_left .darkmode:before {
        height: 36px;
        line-height: 36px;
        width: 36px;
    }
    .head_left.theme-switch-wrapper {
        top: 14px;
    }
    .loop_classic.with_shadow {
        padding: 25px;
    }
    .related_maxx .attachment-midsmall {
        width: 105px;
        margin: 0 20px 0 0;
    }
    .related_maxx {
        padding: 20px;
    }
    .related_maxx {
        font-size: 16px;
    }
    .related_maxx .attachment-midsmall {
        width: 95px;
    }
    .related_name,
    .related_timepost {
        font-size: 13px;
    }
    .related_time .avatar {
        width: 38px;
    }
    .inner_header_ads {
        padding: 0 0 10px;
    }
    /* Space */
    .sm_gap {
        height: 15px;
    }
    .md_gap {
        height: 25px;
    }
    .lg_gap {
        height: 40px;
    }
    .maxx_head_widget {
        padding: 80px 30px;
    }
    .widget_block h1.maxx_head {
        font-size: 30px;
    }
    .hero_title {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .head_left .maxx_form_search,
    .head_center .maxx_form_search {
        max-width: 240px;
    }
    .loop_classic.with_shadow {
        padding: 20px;
    }
    .classic_img {
        width: 96px;
        height: 96px;
    }
    .classic_over {
        width: calc(100% - 120px);
    }
    .classic_title {
        font-size: 17px;
    }
    .classic_after .classic_title {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 420px) {
    .loop_classic.with_shadow {
        padding: 16px;
    }
    .classic_img {
        width: 90px;
        height: 90px;
    }
    .classic_over {
        width: calc(100% - 110px);
    }
    .classic_author .avatar {
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
    }
    .loop_author {
        width: calc(100% - 54px);
    }
    .classic_title {
        font-size: 16px;
    }
    .related_maxx {
        padding: 16px;
        margin: 0 -12px 25px;
    }
    .related_maxx .attachment-midsmall {
        width: 88px;
    }
    .related_time .avatar {
        width: 34px;
    }
    .related_text {
        padding-top: 8px;
    }
    .related_inline {
        line-height: 1.6;
    }
    .related_time {
        display: none;
    }
    .gap_post_outer {
        padding: 0 60px;
    }
    .gap_inner {
        margin: 20px 0;
    }
    .widget_block h1.maxx_head {
        font-size: 26px;
        margin: 0 auto 15px;
    }
    .mb_not_full .stand_meta {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .mb_not_full .stand_title {
        font-size: 15px;
        margin: 0 0 7px;
    }
    .stand_time {
        font-size: 14px;
    }
    .stand_author span {
        display: none;
    }
    .hero_title {
        font-size: 14px;
    }
    .hero_time {
        font-size: 13px;
    }
    .hero_block {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .hero_post .splide__list div:nth-child(2n) {
        margin-top: 20px;
    }
    .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;
    }
}

@media screen and (max-width: 375px) {
    .header {
        height: 112px;
    }
    .maxx_header,
    .maxx_header .maxx_container {
        height: 58px;
    }
    .head_center .maxx_logo,
    .head_left .maxx_logo {
        height: 30px;
    }
    .custom-logo-link {
        height: 30px;
    }
    .head_center .maxx_logo img,
    .head_left .maxx_logo img {
        height: 30px;
    }
    .maxx_flat_menu,
    #maxxmenu {
        height: 53px;
    }
    .header_mobile {
        height: 45px;
    }
    .mobile_icon i {
        font-size: 15px;
    }
    .mobile_icon span {
        font-size: 10px;
    }
    .nav {
        top: 112px;
    }
    .openmenu .nav {
        top: 112px;
    }
    .area_secondary {
        top: 112px;
    }
    .maxx_social {
        padding: 14px 0;
        height: 30px;
    }
    .maxx_social a {
        width: 30px;
        height: 30px;
    }
    .maxx_social i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .head_left .maxx_search {
        top: 112px;
    }
    #header_bottom .head_center .maxx_logo,
    #header_bottom .head_center .maxx_logo {
        padding: 17px 0;
    }
    #header_bottom .maxx_social {
        padding: 17px 0;
    }
    #header_top .maxx_content {
        padding: 112px 0 30px;
    }
    .head_left.theme-switch-wrapper {
        width: 30px;
        height: 30px;
    }
    .head_left .theme-switch {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .head_left .darkmode:before {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .head_left.theme-switch-wrapper {
        top: 17px;
    }
    .head_left .maxx_logo {
        padding: 17px 0;
    }
    .loop_classic.with_shadow {
        padding: 10px;
    }
    .classic_img {
        width: 80px;
        height: 80px;
    }
    .classic_over {
        width: calc(100% - 94px);
    }
    .classic_author .avatar {
        width: 34px;
        height: 34px;
    }
    .loop_author {
        width: calc(100% - 48px);
    }
    .span_author {
        font-size: 12px;
    }
    .span_time {
        font-size: 12px;
    }
    .classic_title {
        font-size: 14px;
    }
    .comment-meta .avatar {
        margin: 0 20px 0 0;
    }
    .comment-content {
        margin: 0 0 0 80px;
    }
    .gap_block {
        padding: 20px;
        text-align: center;
        height: 110px;
    }
    .maxx_head_widget {
        padding: 50px 30px;
    }
    .widget_block h1.maxx_head {
        font-size: 22px;
    }
    .maxx_desc {
        font-size: 16px;
    }
    .mb_not_full .stand_meta {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .mb_not_full .stand_title {
        font-size: 13px;
        margin: 0 0 6px;
    }
    .stand_time {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {}