/*
Theme Name: Siberindo
Theme URI: https://www.siberindo.co
Author: Tonjoo
Author URI: http://www.tonjoo.com/
Description: High quality magazine style for indonesia publisher.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newkarma
Template: newkarma
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce

Newkarma is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

*/

/*  November 2021 */

/* Variabel */
:root{
    --font-title: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    --color-1: #2D2D2D;
    --color-2: #999999;
    --color-3: #494949;
    --color-4: #333333;
    --color-5: #881473;
    --color-6: #5A0D4C;
    --color-7: #3F0E3E;
    --color-accent: #E57520;
}

/* General*/
img{
    max-width: 100%;
}
.row-wrap{
    display: flex;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.row-wrap [class*="column"]{
    padding-left: 15px;
    padding-right: 15px;
}
.gap-20{
    margin: -10px !important;
}
.gap-20 > *{
    padding: 10px !important;
}
.gap-lr-20{
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.gap-lr-20 > *{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.gap-tb-20{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}
.gap-tb-20 > *{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.gap-15{
    margin: -7.5px !important;
}
.gap-15 > *{
    padding: 7.5px !important;
}
.gap-lr-15{
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}
.gap-lr-15 > *{
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
.gap-tb-15{
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
}
.gap-tb-15 > *{
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}

.column-full{
    flex: 1 1 100%;
}
.column-7{
    flex: 0 1 70%;
}
.column-6{
    flex: 0 1 60%;
}
.column-5{
    flex: 0 1 50%;
}
.column-4{
    flex: 0 1 40%;
}
.column-3{
    flex: 0 1 30%;
}
.column-2{
    flex: 0 1 20%;
}
.column-1{
    flex: 0 1 10%;
}

@media ( min-width: 992px ) {
    .hide-desktop{
        display: none;
    }
    .show-desktop{
        display: block;
    }
}

@media ( max-width: 991px ) {

    .hide-tablet{
        display: none;
    }
    .show-tablet{
        display: block;
    }
    .row-wrap{
        flex-wrap: wrap;
    }
    .column-full-tablet{
        flex: 1 1 100%;
    }
    .column-7-tablet{
        flex: 0 1 70%;
    }
    .column-6-tablet{
        flex: 0 1 60%;
    }
    .column-5-tablet{
        flex: 0 1 50%;
    }
    .column-4-tablet{
        flex: 0 1 40%;
    }
    .column-3-tablet{
        flex: 0 1 30%;
    }
    .column-2-tablet{
        flex: 0 1 20%;
    }
    .column-1-tablet{
        flex: 0 1 10%;
    }

    .gap-15-tablet{
        margin: -7.5px !important;
    }
    .gap-15-tablet > *{
        padding: 7.5px !important;
    }
    .gap-lr-15-tablet{
        margin-left: -7.5px !important;
        margin-right: -7.5px !important;
    }
    .gap-lr-15-tablet > *{
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    .gap-tb-15-tablet{
        margin-top: -7.5px !important;
        margin-bottom: -7.5px !important;
    }
    .gap-tb-15-tablet > *{
        padding-top: 7.5px !important;
        padding-bottom: 7.5px !important;
    }
}

@media ( max-width: 767px ) {
    .hide-mobile{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    .column-full-mobile{
        flex: 1 1 100%;
    }
    .column-7-mobile{
        flex: 0 1 70%;
    }
    .column-6-mobile{
        flex: 0 1 60%;
    }
    .column-5-mobile{
        flex: 0 1 50%;
    }
    .column-4-mobile{
        flex: 0 1 40%;
    }
    .column-3-mobile{
        flex: 0 1 30%;
    }
    .column-2-mobile{
        flex: 0 1 20%;
    }
    .column-1-mobile{
        flex: 0 1 10%;
    }

    .gap-15-mobile{
        margin: -7.5px !important;
    }
    .gap-15-mobile > *{
        padding: 7.5px !important;
    }
    .gap-lr-15-mobile{
        margin-left: -7.5px !important;
        margin-right: -7.5px !important;
    }
    .gap-lr-15-mobile > *{
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    .gap-tb-15-mobile{
        margin-top: -7.5px !important;
        margin-bottom: -7.5px !important;
    }
    .gap-tb-15-mobile > *{
        padding-top: 7.5px !important;
        padding-bottom: 7.5px !important;
    }
}

/* Button */
.gmr-load-more {
    padding-left: 0;
    padding-right: 0;
}
.gmr-load-more input[type="button"]{
    padding: 8px 12px;
    background: #FFFFFF !important;
    border: 1px solid var(--color-5);
    box-sizing: border-box;
    border-radius: 3px;
    color: var(--color-5);
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    display: block;
}
.gmr-load-more input[type="button"]:hover, .gmr-load-more input[type="button"]:active, .gmr-load-more input[type="button"]:focus{
    background-color: var(--color-6) !important;
    border-color: var(--color-6);
    color: #FFF;
}

/* Homepage New */
.network-menu{
    margin-top: -10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
.pn-Advancer{
    background: transparent !important;
    /* top: 50%;
    transform: translateX(-50%); */
}

@media ( max-width: 991px ) {
    .network-menu{
        padding-left: 0;
        padding-right: 0;
    }
    .pn-ProductNav_Wrapper{
        margin-left: 0 !important;
        margin-right: 0 !important; 
    }
}

/* Section Mainpost */
.section-mainpost{
    margin-top: 20px;
    margin-bottom: 0;
}
.section-mainpost .row-wrap{
    margin: 0 -2.5px;
}
.section-mainpost [class*="column"]{
    padding: 0 10px;
}
.section-mainpost .column-postbesar{
    flex: 0 1 61%;
}
.section-mainpost .column-postkecil{
    flex: 0 1 39%;
}
.mainpost-besar{
    height: 100%;
    position: relative;
}
.mainpost-besar .post-item:before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0) 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.mainpost-besar .post-item{
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
.gmr-infinite-selector.gmr-related-infinite #gmr-main-load .item-infinite {
    border-bottom: 0;
    padding: 20px 0;
}
.mainpost-besar .post-item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.mainpost-besar .post-detail{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px 40px;
    z-index: 2;
}
.mainpost-besar .post-detail .metapost li{
    font-family: var(--font-title);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #FAFAFA;
}
.mainpost-besar .post-detail .title-post{
    font-family: var(--font-title);
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
} 
.section-mainpost .mainpost-kecil {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.section-mainpost .mainpost-kecil > li:not(:last-child){
    margin-bottom: 20px;
}
.section-mainpost .mainpost-kecil .post-item{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
}
.section-mainpost .mainpost-kecil .post-item .thumb-wrap{
    flex:0 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.section-mainpost .mainpost-kecil .post-item .thumb-wrap img{
    width: 120px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.section-mainpost .mainpost-kecil .post-item .post-detail{
    flex: 1 1 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.section-mainpost .mainpost-kecil .title-post{
    font-family: var(--font-title);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    color: #3F0E3E;
    margin-bottom: 4px;
}
.post-item .tagpost{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 4px;
}
.post-item .tagpost li{
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--font-title);
    color: var(--color-accent);
}
.post-item .tagpost li a{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--font-title);
    color: var(--color-accent);
}
.post-item .tagpost > li:not(:first-child):before{
    content: ', ';
    margin-left: -2px;
}

.post-item .metapost{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.post-item .metapost li{
    display: inline-block;
    position: relative;
    font-size: 10px;
    line-height: 1.4;
    font-family: var(--font-title);
    color: var(--color-2);
}
.post-item .metapost > li:not(:first-child):before{
    content: '|';
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.post-item .metapost > li.categories .categories-list{
    list-style-type: none;
    padding-left: 0;
}
.post-item .metapost > li.categories .categories-list > li{
    display: inline-block;
    position: relative;
}
.post-item .metapost > li.categories .categories-list > li:not(:first-child):before{
    content: ', ';
    margin-left: -2px;
}

@media ( max-width: 991px ) {
    .section-mainpost [class*="column"]{
        flex: 1 1 100%;
    }

    .mainpost-besar {
        height: 350px;
        margin-bottom: 20px;
    }

    .section-mainpost .mainpost-kecil{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -10px;
    }

    .section-mainpost .mainpost-kecil > li {
        flex: 0 1 50%;
        margin-bottom: 0 !important;
        padding: 10px !important;
    }

    .column-main{
        margin-bottom: 30px;
    }

}

@media ( max-width: 767px ) {
    .mainpost-besar {
        height: 180px;
        margin-bottom: 15px;
    }
    .mainpost-besar .post-detail{
        padding: 0 20px 20px;
    }
    .mainpost-besar .post-detail .title-post{
        font-size: 14px;
    }
    .section-mainpost .mainpost-kecil{
        margin: 0;
    }
    .section-mainpost .mainpost-kecil > li {
        flex: 1 1 100%;
        padding: 0 !important;
    }

    .section-mainpost .mainpost-kecil > li:not(:last-child){
        margin-bottom: 10px !important;
    }

    .section-mainpost .mainpost-kecil .metapost li.author{
        display: none;
    }

    .column-main{
        margin-bottom: 15px;
    }
}

/* Post Style */
.posts-style-list .posts-wrapper {
    background-color: #FFF;
    padding: 20px;
    margin-top: -20px;
}
.section-posts-header{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-6);
    margin-bottom: 20px;
}
.section-posts-header.with-underline{
    padding-bottom: 20px;
    border-bottom: 5px solid var(--color-accent);
}
.posts-list{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.post-item a:hover{
    color: inherit;
}
.post-detail .post-excerpt{
    font-family: var(--font-body);
}
.post-detail p.post-excerpt:last-of-type, .post-excerpt p:last-of-type{
    margin-bottom: 0;
}
.section-posts:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.post-item .thumb-wrap img{
    border-radius: 5px;
    border: 1px solid #dadada;
}
.post-item .title-post{
    margin-bottom: 0 !important;
}
.post-item .metapost, .post-item .post-excerpt{
    margin-top: 4px;
    margin-bottom: 0 !important;
}

/* Posts Style Single */
[class*="post-style-single"] .post-item .title-post{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-7);
}
.post-style-single-vertical .post-item .thumb-wrap {
    margin-bottom: 10px;
}
.post-style-single-horizontal .post-item{
    display: flex;
    flex-direction: row;
}
.post-style-single-horizontal .post-item .thumb-wrap{
    flex: 0 1 55%;
    margin-right: 20px;
}
.post-style-single-horizontal .post-item .post-detail{
    flex: 1 1 45%;
}

@media ( max-width: 767px ) {
    .post-style-single-horizontal .post-item{
        flex-wrap: wrap;
    }
    .post-style-single-horizontal .post-item .thumb-wrap{
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .post-style-single-horizontal .post-item .post-detail{
        flex: 1 1 100%;
    }
}

/* Posts Style List Small*/
.posts-style-list-small .post-item:not(:last-child){
    margin-bottom: 20px;
}
.posts-style-list-small .post-item{
    display: flex;
}
.posts-style-list-small .post-item .thumb-wrap {
    flex: 0 0 auto;
    margin-right: 20px;
}
.posts-style-list-small .post-item .thumb-wrap .thumbnail-image {
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
}
.posts-style-list-small .post-item .post-detail{
    flex: 1 1 100%;
}
.posts-style-list-small .post-item .title-post{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-7);
}

/* Posts Style Grid*/
.posts-style-grid .posts-list{
    margin: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.posts-style-grid .post-item{
    padding: 10px;
    flex: 0 1 33.33%;
}
.posts-style-grid .post-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.posts-style-grid .post-item .thumb-wrap{
    flex:1 1 100%;
    margin-bottom: 10px;
}
.posts-style-grid .post-item .post-detail{
    flex:1 1 100%;
}
.posts-style-grid .post-item .title-post{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-7);
}

@media ( max-width: 767px ) {
    .posts-style-grid .post-item{
        flex: 1 1 100%;
        flex-wrap: nowrap;
    }
    .posts-style-grid .post-item .thumb-wrap{
        flex: 0 0 auto;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .posts-style-grid .post-item .thumb-wrap img{
        width: 72px;
        height: 72px;
        object-fit: cover;
        object-position: center;
    }
    .posts-style-grid .post-item .post-detail{
        flex: 1 1 100%;
    }
}

/* Posts Style Half Column*/
.posts-style-halfcol .posts-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -10px;
}
.posts-style-halfcol .posts-list .post-item{
    flex: 0 1 50%;
    padding: 10px;
}
.posts-style-halfcol .post-item .title-post{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-7);
}
.posts-style-halfcol .post-item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: -5px;
    margin-right: -5px;
}
.posts-style-halfcol .post-item .thumb-wrap{
    flex:0 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}
.posts-style-halfcol .post-item .thumb-wrap img{
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.posts-style-halfcol .post-item .post-detail{
    flex:1 1 100%;
    padding-left: 5px;
    padding-right: 5px;
}

@media ( max-width: 767px ) {
    .posts-style-halfcol .posts-list .post-item{
        flex: 1 1 100%;
    }
}


/* Posts Style List */
.posts-style-list .posts-list > .post-item:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.posts-style-list .posts-list > .post-item:last-child{
    margin-bottom: 15px;
}
.posts-style-list .posts-list > .post-item:before{
    content: '';
    background-color: rgba(137, 137, 137, 0.3);
    width: 530px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.posts-style-list .post-item{
    display: flex;
}

.posts-style-list .post-item .thumb-wrap {
    flex: 0 0 auto;
    margin-right: 20px;
}
.posts-style-list .post-item .thumb-wrap .thumbnail-image {
    width: 280px;
    height: 168px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 5px;
}

.posts-style-list .post-item .title-post{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #2D2D2D;
    margin-bottom: 4px;
}

@media ( max-width: 767px ) {
    .posts-style-list .posts-wrapper{
        padding: 20px 0 0 0;
    }
    .posts-style-list .post-item .thumb-wrap .thumbnail-image{
        width: 72px;
        height: 72px;
    }
    .posts-style-list .post-item .post-excerpt{
        display: none;
    }
    .posts-style-list .posts-list > .post-item:before{
        display: none;
    }
    .posts-style-list .posts-list > .post-item:not(:last-child){
        padding-bottom: 0;
        margin-bottom: 0;
        position: relative;
    }
    .posts-style-list .post-item .title-post{
        font-size: 14px;
    }
}

/* Post Style Card */
.post-style-card .post-item {
    flex-wrap: wrap;
    border: 1px solid rgba(137, 137, 137, 0.3);
    border-radius: 5px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.post-style-card.separator-line {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.post-style-card.separator-line:before{
    content: '';
    background-color: rgba(137, 137, 137, 0.3);
    width: 530px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.post-style-card .post-item .thumb-wrap{
    flex: 1 1 100%;
    margin-right: 0;
}
.post-style-card .post-item .thumb-wrap img{
    width: 100% !important;
    height: 300px !important;
    border: 0 !important;
    border-radius: 5px 5px 0 0 !important;
}
.post-style-card .categorypost{
    position: absolute;
    top: 0;
    background-color: var(--color-accent);
    color: #FFF;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    border-radius: 5px 0 0 0;
    padding: 7px 10px;
}
.post-style-card .categorypost li{
    display: inline-block;
    position: relative;
}
.post-style-card .categorypost > li:not(:first-child):before{
    content: ', ';
    margin-left: -2px;
}
.post-style-card .categorypost li, .post-style-card .categorypost li a{
    color: #FFF;
}
.post-style-card .post-detail{
    padding: 10px 15px 13px;
}

@media ( max-width: 991px ) {
    .post-style-card.separator-line{
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .post-style-card.separator-line:before{
        display: none;
    }
    .post-style-card .post-item .thumb-wrap img{
        height: 172px;
    }
}


/* CSS Override */
kbd, a.button, button, .button, button.button, input[type="button"], input[type="reset"], input[type="submit"], .tagcloud a, .tagcloud ul, .prevnextpost-links a .prevnextpost, .page-links .page-link-number, .sidr, #navigationamp, .page-title, .gmr_widget_content ul.gmr-tabs, .index-page-numbers, .widget-title{
    background-color: #3F0A32 !important;
}
.widget-title span{
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
@media (min-width: 901px) {
    .gmr-logo img {
        margin-top: 31px;
        max-width: 286px;
    }
}