/* Menu by Nasrullah */

.pkp_page_index .current_issue h2 {
  display: inline-block;
  padding-bottom: 0em;
  border-bottom: 3px solid #23a30a;
  text-transform: capitalize;
  font-weight: 700;
  color: rgba(0,0,0,0.54);
}
/* Table of content */
.obj_article_summary {
	box-shadow: 3px 3px 5px;
	padding: 20px;
	border-radius: 10px;
	background: #d3e9de8a;
}
.obj_article_summary:hover {
	background:#23a30a
}
.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 4px #da9a07 !important;
    font-size: 12px;
}
.published::before {
  content: "\f073";
  font-family: FontAwesome;
  top: 0;
  color : #23a30a;
}
.current_issue {
	display:block;
}
/* Menu Tambahan footer by Nasrullah */

.pkp_brand_footer {
  background: #23a30a;
}
.pkp_structure_footer_wrapper {
    background:  #23a30a;
    border-bottom: 0px solid;
}
.pkp_brand_footer{
  display: none;
}