/* 
Copyright jham


*/

html,
body {
  background: url(https://i.imgur.com/Sc01yNV.png);
}

.pkp_site_name_wrapper {
  background: url(https://journal.univawalbros.ac.id/public/site/images/ojs/header-ners-new.jpeg);
}


.pkp_page_index.pkp_op_index {
  background: url(https://i.imgur.com/Sc01yNV.png);
}



body {
  font-family: tahoma, geneva, sans-serif;
}

/* ABSTRAK AGAR RATA KIRI KANAN */
.obj_article_details .abstract {
  text-align: justify;
}


/* Footer */
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}


.pkp_brand_footer {
  float: right;
  width: 20%;
  padding-bottom: 10px;
  padding-top: 50px;
}

.pkp_structure_footer_wrapper {
  background: #ffffff;
  border-bottom: 20px solid #0F5032;
}


/* POSISI GAMBAR OJS */
.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}


/* Struktur Sidebar */
.kepala {
  color: #F8F9F8;
  background: #0F5032;
  padding: 10px;
  font-family: arial;
  line-height: 23px;
  border-bottom: 4px solid #585538;
  font-weight: bold;
  text-align: center;
}

.badan a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #585538;
  background: #F8F9F8;
  color: #0B0B0B;
  text-align: center;
}

.badan {
  margin-top: -15px;
}


.badan a:hover {
  background: #0F5032;
  color: #ffffff;
  font-weight: bold;
}

/* Table of content */

.obj_article_summary {

  padding: 20px;
  border-radius: 7px;
  background: #f7f2f2;
}

.obj_article_summary:hover {
  background: #e4ffd3;
}

.meta .authors {
  /*background: url(https://i.ibb.co/wwXb1Bh/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0);*/
  font-weight: bold;
  margin-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
}


.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  margin: 0 !important;
  padding: 0 15px !important;
  line-height: 40px !important;
}

.pkp_navigation_primary_row {
  background: #0F5032;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  font-family: tahoma, geneva, sans-serif;
  color: #f8f9f8 !important;
  font-weight: bold !important;

}



.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {

  color: #ffffff !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;

}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
  background: #0F5032 !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
  background: #4F9E56 !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
  border-bottom: solid 1px rgb(0 0 0) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
  border-bottom: none !important;
}


.obj_galley_link.pdf {
  background: #0F5032
}

.pkp_footer_content {
  text-align: left !important;
  color: black !important;
}

.pkp_search.pkp_search_desktop {
  color: white;
}

.pkp_page_index .current_issue h2 .pkp_page_index .current_issue h2 {
  border-bottom: 3px solid #0F5032 !important;
}


.pkp_site_nav_menu a:before {
  margin-left: -15px;
  opacity: .15;
  background: rgba(0, 0, 0, .7);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0))
}

.pkp_site_nav_menu a:after {
  margin-left: -14px;
  opacity: .35;
  background: rgba(255, 255, 255, .8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, .01), #fff, rgba(255, 255, 255, .01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0))
}