/* 
Copyright IT Team
Design by: Tim IT


*/


.pkp_site_name .is_img img {
	display: block;
	max-height: none;
	width: auto;
	height: auto;
	}




.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;
}





/* Struktur Sidebar */
.kepala {
	background-color: #ea5a52;
	color: #fff;
	padding: 1rem;
	border-bottom: 0.3rem solid #086da7;
	font-weight: bold;

}

.badan {
	/* background-color: rgb(83, 248, 111); */
	margin-top: -12px;
}


.badan a {
	display: block;
	text-decoration: none;
	padding: 0.8rem;
	background-color: #ea5a52;
	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 .fa {
	padding-right: 10px;
}

.badan a:hover {
	background-color: #7ea3cd;
	box-shadow: gray 0px 0px 1px 0px;
	color: white;
}

.badan a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.2rem;
	background-color: #086da7;
	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 {
	box-shadow: 3px 3px 5px;
	padding: 20px;
	border-radius: 10px;
	background: #cdefff;
}



.obj_article_summary:hover {
	background: #204351
}


.obj_article_summary {
	padding-bottom: 15px !important;
	border-bottom: solid 4px #ea5a52 !important;
	font-size: 12px;
	padding-top: 12px;
}


.pkp_structure_main h1 {
	font-weight: 600;
	font-size: 20px;
}

.pkp_structure_main a {
	color: #ea5a52 !important;
}

.pkp_structure_main a:hover {
	color: #086da7 !important;
}


.obj_galley_link {
	font-weight: 700;
	text-transform: Capitalize !important;
	background: #cdefff !important;
	color: #ffffff !important;
	border: solid 1px ##ea5a52 !important;
}

.obj_galley_link:hover {
	background: #cdefff !important;
	color: #92c25e !important;
}

/* Footer */
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-top: 100px
}

.pkp_structure_footer_wrapper {
  border-bottom: @double solid
}

/*LOGO PKP*/
.pkp_brand_footer {
  display: none;
}

/*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_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;
}


/* Settingan Header */


.pkp_site_name_wrapper {
	background: #ea5a52;
	margi-bottom: 0px !important;
}

html, body {
	background: url(https://i.ibb.co/xjz2NBx/noisy-grid.png) #f5f9fb fixed !important
}

.pkp_site_nav_toggle {
	background: #204351 !important;
}

.pkp_navigation_search_wrapper {
	background: #ffffff;
	border-radius: 20px;
	transition: 0.5s;
}

.pkp_navigation_search_wrapper a {
	color: #ea5a52;
}

.pkp_navigation_search_wrapper a:hover {
	color: #ea5a52
}

.pkp_navigation_search_wrapper:hover {
	border-radius: 0px;
}




.homepage_about {
	text-align: justify;
}

.obj_article_details .page_title {
	background: #204351;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px;
}

/* .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;
} */

.description {
	text-align: justify;
}


.profile a {
	background: #204351;
	color: #ea5a52 !important;

}

.pkp_navigation_user_wrapper {
	padding-left: 0;
	padding-right: 30px;
	padding-top: 10px
}

.pkp_navigation_user.pkp_nav_list .profile a {
	border-radius: 15px !important;
	padding-left: 10px;
	padding-right: 10px;
}

.dropdown-menu {
	background: #204351 !important;

}

.dropdown-menu li a:hover {
	color: #086da7 !important;
}

.obj_issue_toc .heading .cover img {
	box-shadow: 4px 2px 5px gray;
	;
}

.homepage_image {
	display: inline-block;
	width: 28%;
	margin-left: 0px;
	float: right;
	margin-top: 0px !important;

}

.homepage_image img {
	margin: 60px 0px 0px -20px;
	width: 300px;
	display: inline-block;
	float: left;
	box-shadow: 4px 2px 5px gray;
	margin-right: 15px;
}

.homepage_about {
	display: inline-block;
	width: 70%;
	text-align: justify;
}


.pkp_structure_content.has_sidebar {
	padding-top: 0px;
}

.pkp_structure_main .page {
	padding-top: 20px;
}


@media (max-width: 600px) {

	/* For mobile phones: */
	.homepage_about {
		width: 100%;
	}

	.pkp_structure_main {
		padding-top: 20px !important;
	}


}

@media (max-width: 991px) {
	.homepage_about {
		margin-top: 30px;
	}

	.pkp_structure_main {
		margin-top: 0px !important;
	}

	.pkp_site_name_wrapper {
		padding-bottom: 0px;
	}

	.pkp_site_name_wrapper {
		padding-top: ;
	}

	.pkp_navigation_search_wrapper {
		margin: center !important;
		padding: 10px !important;
	}

	.pkp_structure_main {
		padding-top: 100px;
	}


}

@media (max-width: 360px) {

	/* For mobile phones: */
	.homepage_image {
		width: 90%;
		margin: 0;
	}

	.homepage_about {
		margin-top: 0px;
	}

	.pkp_structure_main {
		padding-top: 0px !important;
	}

}

.deskripsi {
	border: 2px #ea5a52 solid;
	padding: 10px;
	background-color: #204351;
	text-align: left;
}

.pkp_block.block_custom {
	padding-left: 15px;
	padding-right: 15px;
}

.cmp_announcements.highlight_first {
	background-color: #204351
}

.pkp_navigation_primary_row{
  background-color: #eb4e05;
  text-align:center;
  padding-left:20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  font-style: bold;
  text-emphasis-color: #000;
}

.pkp_structure_head {
  background:  #f7f7f7;
  }