/* ---=( CSS header full )=--- */
/* .pkp_site_name .is_img img {
display: inline-block;
max-height: 200px;
max-width: 1000%;
height: auto;
width: auto;
} <<- yang atas boleh ^, yang bawah v juga boleh, pilih salah satu */

.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px; max-width: 1000% !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  0px !important; margin-bottom:0 !important; padding-bottom: 0 !important;}
/* .pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;} << jika header dan bottom ingin ada jarak  */


/* background body */

body {
	height: 100%;
	background-image: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/46370a01-799f-4c7d-bc3f-f9eea1c1c879/d57k8kj-528b5a2c-e68c-4181-8741-ffd0a7c18bb5.png');
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}

/*ini untuk background warna putih jika ada sidebar.
- jika tidak menggunakan box-shadow, maka baris berikut harus diaktifkan.
- jika menggunakan box-shadow, maka baris barikut harus dinon-aktifkan. */
/*.pkp_structure_content {
	background: #fffff;
}*/

/* ---=( CSS Sidebar Additional Menu )=--- */
.content {
width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
}

.vertical-menu a {
background-color: #4e80bb; /* Warna pada bagian body menu */
color: white; /* Warna tulisan */
display: block;
padding: 5px;
text-decoration: none;
font-family: Noto Sans; /*Jenis font*/
text-align: left;
}

.vertical-menu a:hover {
background-color: #FFFF33; /* Warna efek yang keluar ketika di arahkan mouse */
color: #006699; /*Warna font*/
}

.vertical-menu a.active {
background-color: #FFFF33; /* Warna pada header menu */
color: white; /*Warna font*/
font-family: Noto Sans; /*Jenis font*/
text-align: left;
}



/* ---=( CSS Footer dan Abstrak )=--- */
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 50%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 15%;
  padding-bottom:0px;
  padding-top: 100px;
}
.pkp_structure_footer_wrapper {
	background: #e8ebef;
	border-bottom:@double solid; 
	border-bottom-color:#595959;
}