/* ========== HEADER ========== */
.pkp_structure_head {
  background-color: #224b94;
  padding: 20px 0;
  color: white;
  border-bottom: 4px solid #f1c40f;
  
  
  margin: 0;
  box-sizing: border-box;
}

.pkp_site_name {
  font-size: 28px;
  font-weight: bold;
  color: white !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.pkp_site_name a {
  color: white !important;
  text-decoration: none;
}

.pkp_navigation_primary_wrapper {
  background-color: #224b94 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  border: none;
}

/* ========== MENU ========== */
.pkp_navigation_primary_wrapper {
  background-color: #224b94;
  text-align: center; /* ini yang membuat menu berada di tengah */
  
}

.pkp_navigation_primary li ul {
  background-color: #224b94; /* dropdown background */
  z-index: 9999;
}

.pkp_navigation_primary li ul li a {
  color: #ffffff !important; /* font color putih */
  background-color: #224b94; /* latar dropdown */
}

.pkp_navigation_primary li ul li a:hover {
  background-color: #f1c40f !important;
  color: #224b94 !important;
}


/* ========== FOOTER ========== */
.pkp_structure_footer_wrapper {
  background-color: #224b94 !important;
  border-top: 4px solid #f1c40f;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.pkp_structure_footer {
  background-color: #224b94;
  color: #ffffff;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
  box-sizing: border-box;
}

.pkp_structure_footer a {
  color: #f1c40f;
  text-decoration: none;
}

.pkp_structure_footer a:hover {
  text-decoration: underline;
}

.pkp_structure_page, .pkp_page_footer {
  padding: 0 !important;
  margin: 0 !important;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 768px) {
  .pkp_navigation_primary li a {
    padding: 12px;
    font-size: 16px;
  }

  .pkp_site_name {
    font-size: 22px;
  }

  .pkp_navigation_primary_wrapper {
    z-index: 999;
  }
}

/* ========== Tambahan ========== */
.authors .author_name:after {
    content: "";
}
span.label.label-default {
    display: none;
}
