/*Kode untuk Header*/
.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 {margin-top:0px; margin-bottom: 0px;} /*mengatur margin gambar header*/
.pkp_site_name .is_img img {max-height: 215px !important; padding-top:0px; display:block;}
.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_site_name .is_img img {display: inline-block; max-height: 100px; max-width: 100%; width: auto; height: auto;}


/*Kode di Side Bar*/

.pkp_structure_sidebar.left .pkp_block {
  padding: 0px;
  margin: 20px;
  font-size: 1rem;
  line-height: 1.43rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 40px 4px 40px 4px;
}

.pkp_structure_sidebar.left .pkp_block h2 {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #89CFF0;
  border-bottom: 3px solid #f7bc4a;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 40px 4px 0px 0px;
  color: #fff;
}

.pkp_structure_sidebar.left .pkp_block .content {
  width: 100%;
  margin-top: -10px !important;
  text-align: start;
  padding: 20px 0px;
  border: 1px solid #e4e4e4;
  border-radius: 0px 0px 40px 4px;
}


.pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list p a {
  padding: 10px 14px;
  display: block;
  width: 100%;
  margin-top: -16px;
  border-bottom: 1px solid #e4e4e4;
  color: #C41230;
  transition: 0.3s;
}

.pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list a:hover {
  color: #89CFF0;
  translate: 10px;
}

.pkp_structure_sidebar.left .pkp_block .content .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pkp_structure_sidebar.left .pkp_block .content .image-wrapper .image-size {
  max-width: 48%;
}

/*SIDE BAR*/


<!-- /* Membuat responsif header diberbagai frame perangkat */ -->
@media only screen and (max-width: 991px) {
  .is_img img{
      height: 40px !important;
    }


  .pkp_structure_sidebar.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 0px;
  }

  .pkp_structure_sidebar.left .pkp_block {
    padding: 0px;
    font-size: 1rem;
    line-height: 1.43rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 42%;
  }

}



/*Kode untuk setting menu atas By Faatuatua*/
.pkp_navigation_primary_row {
    /*background: #760318; */
	/*background: linear-gradient(to bottom, #4facfe, #00f2fe);*/
	background: linear-gradient(to right, #003b46, #07575b, #ffc0cb, #07575b, #003b46);
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}
.pkp_navigation_primary {
    text-align: left;
  }
#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: whitesmoke;
}
#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #FFFF00;
  color:  whitesmoke;
}

#navigationPrimary > li > a:active{
   color:black;
}

/*Kode untuk warna tombol search*/
.pkp_navigation_search_wrapper a{
  color: whitesmoke;
}
.pkp_navigation_search_wrapper a:hover {
  border-color: #ffffff;
  border-bottom: 2px solid #FFFF00;
  color:  rgb(93, 247, 237);
}
.pkp_navigation_search_wrapper a:active{
  color:black;
}



<!-- /* kode untuk menghilangkan logo OJS di Footer */ -->
.pkp_brand_footer {
display: none;
}

<!-- kode untuk justify deskripsi jurnal -->

.pkp_page_index .homepage_about{
	text-align: justify;
}

