/* 
Copyright sanguilmu.com 

Design by: Thoha Firdaus


*/

.pkp_site_name .is_img img {
	max-height: ;
}


.pkp_structure_page {
	margin: 0 auto;
	max-width: 1160px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
	.pkp_structure_page {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}



.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
	position: relative;
	padding-top: 0;
}


.pkp_navigation_primary_row {
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
/* Struktur Sidebar */
.kepala {
	background-color: #A97806;
	color: #fff;
	padding: 1rem;
	border-bottom: 0.3rem solid #130997;
	font-weight: bold;

}
.badan {
	/* background-color: rgb(82, 126, 243); */
	margin-top: -12px;
}


.badan a {
	display: block;
	text-decoration: none;
	padding: 0.8rem;
	background-color: #AADDFF;
	color: #000000;
	border-bottom: rgb(255, 255, 255) 0.2rem solid;
	transition: 0.4s;
	/* margin: 0.5rem 0rem 0.5rem 0rem; */
	position: relative;
	z-index: 1;
}

.badan a:hover {
	background-color: #f1f1f0;
	box-shadow: gray 0px 0px 1px 0px;
}

.badan a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.2rem;
	background-color: #3227C0;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: 800ms;
}

.badan a:hover::after {
	transform: scaleX(1);
}
/* Table of content */

.obj_article_summary {
	padding: 20px;
	border-radius: 10px;
	background: #AADDFF;
}



.obj_article_summary:hover {
	background: #f1f1f0
}


.obj_article_summary {
	padding-bottom: 15px !important;
	border-bottom: solid 4px #A97806 !important;
	font-size: 12px;
	padding-top: 12px;
}
.pkp_structure_main h1 {
	font-weight: 600;
	font-size: 20px;
}

.pkp_structure_main a {
	color: #2211BD !important;
}

.pkp_structure_main a:hover {
	color: #6B5CF0 !important;
}
.obj_galley_link {
	font-weight: 700;
	text-transform: Capitalize !important;
	background: #AADDFF !important;
	color: #ffffff !important;
	border: solid 1px #A97806 !important;
}

.obj_galley_link:hover {
	background: #f5f8fa !important;
	color: #350F80 !important;
}
/* Footer */
.pkp_structure_footer_wrapper {
	background: #A97806;
	border-bottom: 20px solid #A97806;
	border-top: 4px solid #A97806;
}

.pkp_footer_content {
	float: left;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pkp_brand_footer {
	float: right;
	width: 10%;
	padding-bottom: 10px;
	padding-top: 50px;
}
/*Body and Abstrack*/
.main_entry .item.abstract {
	text-align: justify;
}

body {
	font-family: Lora, geneva, sans-serif !important;
}


/* Struktur Header */
.pkp_site_name_wrapper {
	width: 100% !important;
}

.pkp_screen_reader {
	margin: 0px !important;
}

.pkp_navigation_primary_row {
	background: #A97806;
	font-weight: bold;
	border-top: 1px solid #ffffff
}


.pkp_site_name {
	margin: 0 !important;
	padding: 0px;
}

.pkp_site_name>a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}
/* Ukuran Header */

.pkp_site_name .is_img img {
	max-height: 100% !important;
	max-width: 100% !important;

}

.pkp_site_name a {
	margin: auto !important;
}