/* css for logo index */

.pkp_footer_content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_brand_footer {
    display: none;
}

 /* side menu */
.sidemenu {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px #e4e2e2;
}

.side-content {
    padding: 20px;
}

/* menu only */
.menu-content {
	border: 0;
	line-height: 3;
}
.menu-content ul,
.menu-content ul li {
	list-style: none;
	margin: 0;
	padding-bottom: 5px;
    padding-left: 0;
}

.menu-content ul li.hover,
.menu-content ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

.menu-content {
	font-weight: bold;
	zoom: 1;
	font-size: 12px;
}
.menu-content:before {
	content: "";
	display: block;
}

.menu-content:after {
	content: "";
	display: table;
	clear: both;
}
.menu-content a {
	display: block;
	padding: 7px 10px;
}

.menu-content > ul > li > a {
	border-bottom: 1px solid #dbdbdb;
	color: #000000;
}


.title-side {
    padding-bottom: 15px;
    font-size: 14px;
}

section.item:nth-child(4) > p:nth-child(2) {
    text-align: justify;
  }


  /* desktop only */
  @media (min-width: 992px) { 

    .pkp_navigation_user_wrapper {
      margin-top: 25px;
    }

  
    .pkp_site_name .is_img img {
        max-height: 120px;
      }

      .pkp_structure_head {
        border-bottom: 0px;
      }
   
    .pkp_footer_content {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
      }

      .pkp_navigation_primary_row {
        background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
        padding-left: 20px;
        font-size: 1.12em;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        border-bottom: 3px solid #f8f8f8;
    }
    
    nav.pkp_navigation_primary_row ul li a,.pkp_head_wrapper .pkp_search .search_controls a,.pkp_navigation_user a,.pkp_navigation_primary li a,.pkp_navigation_user li a,.pkp_navigation_search_wrapper a {
        color: #194869
    }
    .pkp_navigation_primary_row ul li a:hover,.pkp_navigation_primary li a:hover,.pkp_nav_list ul a:hover,.pkp_nav_list ul a:focus {
        border-bottom: 2px solid #236492;
        color: #236492;
        border-left: 0
    }

    .pkp_site_name {
        margin-top: 20px;
        margin-bottom: 50px;
    }

  }
  /* akhir desktop only */

  .pkp_structure_footer_wrapper {
    background: #073168;
    color: white;
  }
  
  /* Container for the two grids */
  .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Styling for the first grid (40%) */
  .footer-left {
    width: 40%;
    padding: 20px;
  }
  
  .footer-logo {
    width: 100px;  /* Logo size */
    margin-bottom: 10px;
  }
  
  .footer-left h4 {
    font-size: 24px;
    margin: 10px 0;
    line-height: 35px;
  }
  
  .footer-left p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  /* Styling for the second grid (60%) */
  .footer-right {
    width: 60%;  /* Kontainer footer */
  }
  
  .footer-logos {
    display: flex;
    flex-wrap: wrap;  /* Gambar bisa berpindah baris jika tidak muat */
    justify-content: space-between;  /* Jarak merata antar logo */
  }
  
  .footer-logos a {
    width: 18%;  /* Setiap link yang membungkus gambar akan mengambil 18% dari lebar kontainer */
    display: inline-block;  
    text-align: center;  
    margin-bottom: 10px; 
  }
  
  .footer-logos a img {
    width: 100%;
    height: auto; 
  }
  
  /* Responsive design: stack the grids vertically on small screens */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-left, .footer-right {
      width: 100%;
      text-align: center;
    }
  
    .footer-logos {
      justify-content: center;
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* Hanya 2 elemen per baris */
      gap: 20px; /* Memberi jarak antar elemen logo */
    }
  
    .footer-logos a {
      width: auto; /* Menghilangkan ukuran tetap, mengikuti grid */
      text-align: center;
    }
  
    .footer-logos img {
      width: 100%;  /* Menjaga lebar gambar sesuai container */
      height: auto;
    }


  }

  .pkp_structure_main .page_index_journal {
    display: flex !important;
    flex-direction: column !important;  /* Menampilkan elemen secara vertikal */
  }
  
  /* Atur urutan elemen di dalam .page-index_journal */
  .pkp_structure_main .additional_content {
    order: 1 !important;  /* Tampil pertama */
  }
  
  .pkp_structure_main .current_issue {
    order: 2 !important;  /* Tampil kedua */
  }


  /* slider */

/* Elemen | https://ejurnal.ubharajaya.ac.id/index.php/atribusi/index */

.pkp_structure_page {
    background: #f8f8f8;
  }
  
  /* Elemen | https://ejurnal.ubharajaya.ac.id/index.php/atribusi/index */
  
  .pkp_structure_content {
    background: white;
    padding-top: 15px !important;
  }

.pkp_structure_main:before,.pkp_structure_main:after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px !important;
    background: #ffffff !important;
}
  
.obj_article_summary {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 4px 4px #e4e2e2;
}
  
.pkp_page_index .additional_content {
  border-top: 0px !important
}

/* for slider in home */
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

