.item_menu {
    padding: 7px 15px;
    margin: 0;
    /* background: #2A2B39; */
    border-bottom: 1px solid #daa810;
}

.item_menu a {
    color: #fff;
    text-decoration: none;
}

.item_menu a:hover {
    color: #daa810;
}

.embed-responsive-item {
    width: 100%;
    border: none;
}


.homepage_about h2 {
    display: none;
    visibility: hidden;
}

body {
    background-image: url('https://journal.makwafoundation.org/img/background/tech_dots_gray.gif');
    background-size: 300px;
    background-color: #F5F5F5;
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

/* .pkp_site_name .is_img img {
    display: block;
    max-height: none;
    width: auto;
    height: auto;
    } */

/* Sidebar Menu Styling */
.ojs-sidebar--blackyellow {
  background: linear-gradient(180deg, #000000 0%, #1a1a1a 100%);
  padding: 20px;
  border-radius: 10px;
  font-family: 'Segoe UI', Arial, sans-serif;
  box-shadow: 0 4px 15px rgba(0,0,0,0.6);
}

/* Title */
.ojs-sidebar--blackyellow .ojs-menu__title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 8px 12px;
  color: #FFD700;
  border-left: 4px solid #FFD700;
  font-weight: bold;
}

/* Menu List */
.ojs-sidebar--blackyellow .ojs-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Menu Items */
.ojs-sidebar--blackyellow .ojs-menu__item {
  margin: 8px 0;
}

/* Menu Links */
.ojs-sidebar--blackyellow .ojs-menu__link {
  display: block;
  padding: 10px 14px;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  background: rgba(255, 215, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Ikon FontAwesome */
.ojs-sidebar--blackyellow .ojs-menu__link i {
  margin-right: 8px;
  color: #FFD700;
  transition: color 0.3s ease;
}

/* Hover Effect */
.ojs-sidebar--blackyellow .ojs-menu__link:hover {
  color: #000;
  background: linear-gradient(90deg, #FFD700, #FFB700);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
  transform: translateX(5px);
}

.ojs-sidebar--blackyellow .ojs-menu__link:hover i {
  color: #000;
}

/* Badge NEW */
.ojs-sidebar--blackyellow .ojs-badge {
  background: #FFD700;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
}

