/* 
Copyright sanguilmu.com 
Design by: Thoha Firdaus
*/

/* Struktur Sidebar */
.kepala {
    color: white; 
    background: #617f3b; 
    padding: 10px; 
    font-family: Aptos; 
    line-height: 23px;
    border-bottom: 4px solid #000000;
    font-weight: bold;
    text-align: center;
}

.badan a {
    display: block; 
    padding: 10px; 
    border-bottom: 1px solid #000000; 
    background: #fbba22; 
    color: #000000 !important;
    text-align: left;
}

.badan {
    margin-top: -15px;
}

.badan a:hover {
    background: #617f3b;
    color: #ffffff !important;
    font-weight: bold;
}

/* Table of content */

.obj_article_summary {
    box-shadow: 3px 3px 5px;
    padding: 20px;
    border-radius: 0px;
    background: #ececec;
}

.obj_article_summary:hover {
    background:#ffffff
}

.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 4px #2f2f2f !important;
    font-size: 12px;
}

.pkp_structure_main h1 {
    font-weight: 600;
    font-size: 20px;
}

.pkp_structure_main a {
    color: #2f2f2f !important;
}

.pkp_structure_main a:hover {
    color: rgba(47,47,47,0.65) !important;
}

.obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize !important;
    background: #d1d0d0 !important;
    color: #ffffff !important;
    border: none !important;
}

.obj_galley_link:hover {
    background:#2c3b46 !important;
    color:#1F2027 !important;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #ffffff !important;
    border-bottom: 20px solid rgba(47,47,47,0.82);
}

.pkp_footer_content {
    float: left;
    width: 100%;  
    padding-top: 10px;
    padding-bottom:10px;
}

.pkp_footer_content img {
    border: 2px solid #2f2f2f;
}

.pkp_brand_footer {
    display: none;
}

/* Body and Abstrack */
.main_entry .item.abstract {
    text-align: justify;
}

html, body {
    font-family: Aptos, "Segoe UI", Arial, sans-serif !important;
    background: url(https://cdn.vectorstock.com/i/500p/80/62/soft-neutral-plaid-pattern-vector-60418062.jpg);
    background-size: 300px;
}

/* Struktur Header */
.pkp_site_name_wrapper {
    width: 100% !important;
}

.pkp_navigation_primary_row {
    text-align: left;
    background: #617f3b;
    font-weight: bold;
}

.pkp_site_name {
    margin: 0 !important;
}

.pkp_site_name > a {
    padding-top: 0 !important; 
    padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
    padding-left: 0 !important; 
    padding-right: 0 !important; 
    margin: 0 !important;
}

/* Ukuran Header */
.pkp_site_name .is_img img {
    max-height: 100% !important; 
    max-width: 100% !important; 
}

/* Settingan Header */
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    margin: 0 !important; 
    padding: 0 15px !important; 
    line-height: 40px !important; 
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    font-family: Aptos, "Segoe UI", Arial, sans-serif; 
    color: #ffffff !important; 
    font-weight: bold !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
    background: #fbba22; 
    border-radius:0px !important; 
    color:#1F2027 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
    border-radius: 0 !important; 
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { 
    background: #2f2f2f !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li { 
    border-bottom: solid 1px rgb(0 0 0) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child { 
    border-bottom: none !important;
}

.pkp_structure_head {
    background:url();
}

.pkp_site_nav_toggle {
    background-color: #2f2f2f;
}

.pkp_search.pkp_search_desktop {
    color: white;
}

.pkp_search.pkp_search_desktop:hover {
    color: #c3ddcf;
}

.pkp_search_desktop .search_prompt {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.84);
    cursor: pointer;
}

.homepage_image {
    display:inline-block;
    width:28%;
    margin-left:0px;
    float:right;
}

.homepage_image img {
    margin:60px 0px 0px -20px;
    box-shadow:4px 2px 5px gray;
    width:300px;
}

.homepage_about {
    display:inline-block;
    width:70%;
}

.current_issue {
    display:block;
}

@media (max-width: 600px) {
    .homepage_about {
        width:100%;
    }
}

@media (max-width: 991px) {
    .homepage_about {
        margin-top:30px;
    }
}

@media (max-width: 360px) {
    .homepage_image {
        width:90%;
        margin:0;
    }

    .homepage_about {
        margin-top:0px;
    }
}

.homepage_about p {
    text-align:justify;
}

/* AREA TENGAH HALAMAN (KONTEN UTAMA) TETAP PUTIH */
.pkp_structure_content{
    background: #ffffff !important;
}

/* Supaya konten tidak menempel ke tepi */
.pkp_structure_main {
    padding: 20px;
}

.pkp_structure_main {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.pkp_structure_main {
    margin: 20px auto;
}



























.custom-side-menu {
    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Judul */
.custom-side-menu .menu-title {
    background: #617F3B;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 13px !important;
    margin: 0 !important;
    border: 0 !important;
}

/* List */
.custom-side-menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Item */
.custom-side-menu ul li {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Link menu */
.custom-side-menu ul li a {
    display: block;
    background: #CEF68A;
    color: #000000;
    margin: 0 !important;
    padding: 13px !important;
    line-height: normal !important;
    text-decoration: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: inset 0 -1px 0 #ffffff; /* GARIS PUTIH 1px */
}

/* Hover */
.custom-side-menu ul li a:hover {
    background: #3B7F3C;
    color: #ffffff;
    font-weight: bold;
}

/* Hilangkan garis pada menu terakhir */
.custom-side-menu ul li:last-child a {
    box-shadow: none !important;
}
