div.pkp_structure_main{
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
div.pkp_structure_sidebar.left {
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

div.pkp_structure_footer{
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;	
}


h2.label {
    	font-style: normal;
		display: block;
}

section.item.abstract {
    text-align: justify;
	font-style: italic;
	display: inline-grid;
}
section.item.references {
    text-align: justify;
}
section.item.references p {
	text-indent: -36px; 
	padding-left: 36px; 
} 

/*Body BG*/
body {
 background: url("/public/site/header_diamond.png")
}

.block_custom ul li {
	border-bottom: 1px solid #dddddd;
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
.block_custom .ptitle {
  display: block;
  width: 240px;
  height: 31px;
  padding: 1px;

    margin-top: 0;
	margin-bottom: 10px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
	line-height: 20px;
	padding-bottom: 0.5em;
    border-bottom: 3px solid #f7bc4a;
    text-transform: uppercase;
	color: rgba(0,0,0,0.54);
}
	
.obj_article_summary { 
	border-bottom: 1px solid #dddddd;
}
.obj_issue_summary {
	border-bottom: 1px solid #dddddd;
}


/*akreditasi image*/
.img-hover-zoom {
  height: 160px; 
  overflow: hidden; 
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/*Footer*/
.pkp_brand_footer a {
 float:right;
 display:none;
 max-width:150px
}

.pkp_structure_footer_wrapper {
 background: url('/public/site/footer_bg.png') repeat;
 color: #fff;
 border-top:1px solid #ddd;
 font-size: 0.9em;
 border-bottom:20px solid #FDB73B
}

.pkp_brand_footer {
 padding:0px
}

 /** EDITORIAL LIST */
div.ed_box {
  position: relative;
  width: auto;
  height: auto;
  margin-bottom:10px;
}

div.ed_title {
  width: 55%;
  margin-bottom: 5px;
  -webkit-text-decoration-line: underline; /* Safari */
   text-decoration-line: underline; 
}
div.ed_photo {
  position: absolute;
  width: 100%;
  height: 200px;
  border: 0px solid red;
}
div.ed_photo img {
  float: left;
}

div.ed_photo img{
max-width:100%;
max-height:150px;
margin-right:15px;
float: left;

}

div.ed_name {
 position: relative;
  left: 150px;
  width: auto;
  height:auto;
 
} 
div.ed_name p {
   margin-right: 150px;
   line-height:1em;


} 
div.ed_id {
  position: relative;
  left: 150px;
  width: 70%;
  height: auto;
  margin-bottom: 30px;
} 
 div.ed_id p {
   border-bottom: 1px solid #ddd;
   margin-right: 150px;
   line-height:1em;
}

div.ed_motto {
  position: relative;
  width: 55%;
  border-bottom: 5px solid #ddd;
  margin-bottom: 5px;
} 

/** Navigasi */
.pkp_navigation_primary_row {
  background:#FDB73B;
  padding-left:30px;
  padding-right:30px
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before {
 color:#010753
}

#navigationPrimary a {
  color:#010753
 }

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
 padding-bottom:10px;
 border-bottom:none;
 font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
 font-size:13px;
 color:#010753;
 font-weight:700;
 text-transform:uppercase
}

.pkp_block .title {
 display:block;
 padding-bottom:0.5em;
 border-bottom:3px solid #fdb73b;
 font-weight:700;
 text-transform:uppercase
}

/*List Arikel Background*/
.obj_article_summary { 
 margin-top:-5px;
 background-color: #fff;
 padding: 20px 20px 20px 20px;
 border: 1px solid #eee;
 box-shadow: 1px 1px 4px #eee;
}

/*Judul Arikel Style*/
.obj_article_summary>.title {
 font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
 font-size:14px;
 line-height:20px;
 font-weight:700;
 margin-bottom: 10px;
 padding-bottom: 8px;
 border-bottom: 1px solid rgb(241, 241, 241);
 margin:0
}