/* ==========================================
   Sticky Journal Header OJS
========================================== */

.pkp_structure_head{
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #4D4DC3;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}


/* ==========================================
   LAYOUT FULL WIDTH
========================================== */

/* Lebar halaman */
.pkp_structure_page{
    width:96%;
    max-width:1650px;
    margin:0 auto;
}

/* Area utama */
.pkp_structure_content{
    max-width:1650px;
}

/* Proporsi konten */
.pkp_structure_main{
    width:76%;
    padding-right:35px;
}

.pkp_structure_sidebar{
    width:24%;
}


/* ==========================================
   SIDEBAR
========================================== */

.pkp_structure_sidebar .pkp_block{
    margin-bottom:25px;
}


/* ==========================================
   CONTENT SPACING
========================================== */

.obj_issue_toc,
.page_index_journal{
    line-height:1.8;
}

.obj_issue_toc p{
    font-size:17px;
}

.obj_issue_toc h2{
    font-size:34px;
    margin-bottom:20px;
}


/* ==========================================
   HOMEPAGE BOX
========================================== */

.editor-box,
.metrics-box,
.author-box{
    margin-bottom:30px;
}


/* ==========================================
   JOURNAL INSIGHT
========================================== */

.journal-insight{
    width:100%;
    margin:35px 0;
}


/* ==========================================
   ARTICLE LIST
========================================== */

.obj_article_summary{
    padding:20px 0;
    border-bottom:1px solid #ececec;
}


/* ==========================================
   HEADER
========================================== */

.pkp_site_name{
    font-size:42px;
    font-weight:700;
}

.pkp_navigation_primary_row{
    min-height:65px;
}


/* ==========================================
   SIDEBAR BUTTON
========================================== */

.pkp_block a{
    transition:.3s;
}

.pkp_block a:hover{
    opacity:.9;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:1200px){

    .pkp_structure_main{
        width:100%;
        padding-right:0;
    }

    .pkp_structure_sidebar{
        width:100%;
        margin-top:30px;
    }

}