/* 
Copyright sanguilmu.com 

Design by: Thoha Firdaus


*/

/*Background Head*/
.pkp_site_name_wrapper {
  background:url(https://i.ibb.co/frNHGQR/background.png);
  padding-bottom: 40px;
}

/*Background Body*/
.pkp_page_index.pkp_op_index {
      background: url(https://i.ibb.co/xjz2NBx/noisy-grid.png);
}

/* Struktur Sidebar */
		.kepala {
			color: #F79613; 
			background: #0F1664; 
			padding: 10px; 
			font-family: arial; 
			line-height: 23px;
			border-bottom: 4px solid #F17112;
                        font-weight: bold;
                        text-align: center;
		}

		.badan a {
			display: block; 
			padding: 10px; 
			border-bottom: 1px solid #F17112; 
			background: #ECBC37; 
			color: #0F1664;
                        text-align: center;
		}

		.badan {
			margin-top: -15px;
		}


		.badan a:hover {
			background: #CAC9CA;
			color: #0F1664;
			font-weight: bold;
		}

		.pkp_block.block_custom {
			margin-top: -30px
		}




/* Table of content */

.obj_article_summary {
	box-shadow: 3px 3px 5px;
    padding: 20px;
    border-radius: 10px;
   background: #FEE0B4;
}

.obj_article_summary:hover {
    background:#e0eef2
}

.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;
}

/* Footer */
.pkp_structure_footer_wrapper {
	background: #ecbc38;
    border-bottom: 20px solid #101864;
}

.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;
}


/*Body and Abstrack*/
.main_entry .item.abstract {
text-align: justify;
}

body {
  font-family: tahoma,geneva,sans-serif;
}