/**
 *
 * Open Journal Systems
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Copyright (c) themeOJS.com | IDPublishing  | PT. Penerbit Jurnal Indonesia 
 * Designed for AL-MUADDIB: Jurnal Kajian Ilmu Kependidikan(2024-12-30) oleh Tim Journal Support
 * 
 * Credits:
 * Background pattern from subtlepatterns.com
 *
 **/
.journals ul .body .description a {
  display: inline;
}
body {
  background: url("https://zawayatulfikr.shibghoh.id/public/site/images/adminzafie/Background OJS.png") #f5f9fb fixed !important;
}

/*.pkp_structure_footer .pkp_footer_content {background: #421c1d; padding: 15px !important;}
.pkp_structure_footer .pkp_footer_content p {margin: 0}
.pkp_structure_footer .pkp_brand_footer {background: #421c1d; height: auto !important; padding: 15px;}
.pkp_structure_footer .pkp_brand_footer img {width: 48px !important; height: auto;}
.pkp_structure_footer .pkp_footer_content a {color: #000000}
*/
#headerNavigationContainer {
  /*background:#007a31 url(https://preview.ibb.co/iZocpq/transparent-pattern-modern-1.png) repeat;
*/
  max-height: 200% !important; /*mengganti warna menu (#1ba86b) dan gambar header */
}
/*List Arikel Background*/
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid red;
  /* background-color: #421c1d !important;*/
  background: transparent url("https://zawayatulfikr.shibghoh.id/public/site/images/adminzafie/5689757.jpg") repeat scroll
    0% 0% !important;
  padding: 1rem;
  border-radius: 0rem 0rem 2rem 0rem;
  /*border-radius: 2rem 2rem 2rem 2rem;*/
  box-shadow: 0.2rem 0.2rem 0.1rem #891c15;
}
.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  padding-bottom: 20 !important;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
  }
}
.pkp_footer_content {
  float: left;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkp_brand_footer {
  float: right;
  width: 20%;
  padding-bottom: 10px;
  padding-top: 35px;
}
.pkp_structure_footer_wrapper {
  border-bottom: @double solid;
}
.pkp_navigation_primary_row {
  text-align: left;
  background: #D9E483;
  font-weight: bold;
}
body {
  background: #eee;
  overflow-x: hidden;
  font-family: noto sans, geneva, sans-serif;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
obj_article_details .abstract {
  text-align: justify;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.container {
  position: relative;
  margin: 0px auto;
  padding: 50px 0;
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .container {
    width: 1030px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 682px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 428px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    width: 320px;
    margin: 0 auto;
  }
}