.pkp_site_name .is_img img { /* INI HEADER */
  max-height: 1650px !important;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  width: auto;
  height: auto;
  margin-top: -35px;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: -5px;
}

.pkp_site_nav_menu .pkp_nav_list {
    margin-left: 30px;
}

body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section > h2 {
  display: none;
}

body > div > div.pkp_structure_footer_wrapper > div > div.pkp_brand_footer > a > img {
  display: none;
}
body > div > div.pkp_structure_footer_wrapper {
    width: 1160px;
    margin: auto;
    background-color: lightgrey;
}
.pkp_structure_content {
    background-color: white;
}
body { /* INI GANTI BACKGROUND BELAKANG */
  background-image: url(https://ejournal.upnvj.ac.id/public/site/images/admin_saraswati/sasas.jpg); 
    background-size: cover; /* sesuaikan ukuran batik auto atau contain atau cover */
  background-repeat: repeat;
}


#customblock-additionalmenu > div > h2 { 
  border-left: 6px solid #C9A227;
  background-color: #7529B0;
  color: white;
  padding: 15px;
}

#customblock-associate-with > div > h2 { 
  border-left: 6px solid #C9A227;
  background-color: #7529B0;
  color: white;
  padding: 15px;
}



#customblock-application-support > div > h3 { 
  border-left: 6px solid #C9A227;
  background-color: #7529B0;
  color: white;
  padding: 15px;
}
body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left > div.pkp_block.block_Keywordcloud > h2 {
border-left: 6px solid #C9A227;
  background-color: #7529B0;
  color: white;
  padding: 15px;

}


.pkp_block {
    padding: 5px;
}

.pkp_block .content ul li {
  padding: 0;
}

ul.sidemenu {
    padding-left: 0;
    margin: -10px -10px 0;
    list-style: none;
}
ul.sidemenu li {
    padding: 0;
}
ul.sidemenu li a { 
    display: block;
    padding: 15px;
    font-size: 14px;
    color: white;
    background: linear-gradient(  135deg,  #3B1260 0%,  #5A1C89 35%,  #7529B0 65%,  #9B5BC7 100%);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid white;
}

ul.sidemenu li a:hover { 
    background: linear-gradient(135deg, #D4AF37 0%, #F2D57E 50%, #B8860B 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}



.obj_article_summary { /* INI WARNA DARI TIAP ARTICLE DI HOME */
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #c1c1c1;
}


.obj_article_summary:hover { /* INI WARNA TIAP CURSOR MENGARAH KE ARTICLE DI HOME */
  background-color: grey
}

.pkp_navigation_primary>li>a {
  color: white;
}

.pkp_navigation_primary>li>a:hover {
  color: yellow;
  border-bottom: 2px solid yellow;
}


.pkp_navigation_search_wrapper a {
  color: white;
}

.pkp_navigation_search_wrapper a:hover {
  color: yellow;
  border-bottom: 2px solid yellow;
}