
/*
.homepage_image {
		width: 90%;
		margin: 0;
	}

	.homepage_about {
		margin-top: 0px;
	}

	.pkp_structure_main {
		padding-top: 0px !important;
	}

}

.deskripsi {
	border: 2px #054E82 solid;
	padding: 10px;
	background-color: #dcdcdc;
	text-align: left;
}

.pkp_block.block_custom {
	padding-left: 15px;
	padding-right: 15px;
}

.pkp_structure_sidebar.left {
	margin-top: -30px !important;
}

.pkp_site_name .is_img img {
	max-height: 1000px;
}


.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;
}


.kepala {
    color: rgb(7, 6, 6);
    background: #94f11a;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: left;
	margin-bottom: -5px;
}

.badan a {
    display: block;
    padding: 10px;
	
    border-bottom: 1px solid rgb(214, 206, 206);
    border-left: 1px solid rgb(214, 206, 206);
	border-right: 1px solid rgb(214, 206, 206);
    text-align: left;
    transition: 0.5s;
    color: black;
	box-shadow: 3px 3px 5px;

}

.badan {
    margin-top: 3px;
}


.badan a:hover {
    color: black !important;
    font-weight: bold;
    box-shadow: gray 0px 5px 10px 0px;
    display: fixed;
    position: relative;
    background: #94f11a;
}


.obj_article_summary {
	box-shadow: 3px 3px 5px;
	padding: 20px;
	border-radius: 10px;
	background: #dcdcdc;
}



.obj_article_summary:hover {
	background: #a6ec34d8
}


.obj_article_summary {
	padding-bottom: 15px !important;
	border-bottom: solid 4px #a6ec34d8 !important;
	font-size: 12px;
	padding-top: 12px;
}


.pkp_structure_main h1 {
	font-weight: 600;
	font-size: 20px;
}

.pkp_structure_main a {
	color: #054E82 !important;
}

.pkp_structure_main a:hover {
	color: #032d4b !important;
}


.obj_galley_link {
	font-weight: 700;
	text-transform: Capitalize !important;
	background: #E3E1DF !important;
	color: #ffffff !important;
	border: solid 1px #054E82 !important;
}

.obj_galley_link:hover {
	background: #c7220cd8 !important;
	color: #27211f !important;
}


.pkp_structure_footer_wrapper {
	background: #dcdcdc;
	border-bottom: 20px solid #a6ec34d8;
	border-top: 4px solid #a6ec34d8;
}

.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;
}


.pkp_site_name_wrapper {
	width: 100% !important;
}

.pkp_screen_reader {
	margin: 0px !important;
}

.pkp_navigation_primary_row {
	background: #a6ec34d8;
	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;
}

.head-menu {
    border-bottom: 3px #1898d3 solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #94f11a;
    color: rgb(5, 5, 5);
    font-weight: bold;
}


.menu-sidebar {
    font: bold 13px arial, verdana, sans-serif;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #216cf7;
    color: #0613cac2;
    display: block;
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: -10px;
    transition: 0.3s;
	
}

.menu-sidebar li a:hover {
    background-color: #94f11a;
    box-shadow: rgb(158, 174, 230) 2px 2px 2px;
    border-left: 5px solid #d31828;
	color: #050000;
	font-weight: bold;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0px;
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}







*/

.pkp_site_name .is_img img {
	max-height: 1000px;
}


.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 */
/* SELAIN MENU */

.kepala {
    color: rgb(7, 6, 6);
    background: #B418CB;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: left;
	margin-bottom: -5px;
}

.badan a {
    display: block;
    padding: 10px;
	
    border-bottom: 1px solid rgb(214, 206, 206);
    border-left: 1px solid rgb(214, 206, 206);
	border-right: 1px solid rgb(214, 206, 206);
    text-align: left;
    transition: 0.5s;
    color: black;
	box-shadow: 3px 3px 5px;

}

.badan {
    margin-top: 3px;
}


.badan a:hover {
    color: black !important;
    font-weight: bold;
    box-shadow: gray 0px 5px 10px 0px;
    display: fixed;
    position: relative;
    background: #B418CB;
}


/*
.side-menu_hover_effect{
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	box-shadow:0 0 1px transparent;
	position:relative;
	overflow:hidden}
	
.side-menu_hover_effect:before{
	content:"";position:absolute;
	z-index:-1;left:0;right:100%;
	bottom:0;
	background:#2098d1;
	height:1px;
	-webkit-transition-property:right;
	transition-property:right;
	-webkit-transition-duration:2.3s;
	transition-duration:2.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out}
	
.side-menu_hover_effect:active:before,.side-menu_hover_effect:focus:before,.side-menu_hover_effect:hover:before{right:0}body.rtl
*/

/* Table of content */

.obj_article_summary {
	box-shadow: 3px 3px 5px;
	padding: 20px;
	border-radius: 10px;
	background: #dcdcdc;
}



.obj_article_summary:hover {
	background: #B418CB
}


.obj_article_summary {
	padding-bottom: 15px !important;
	border-bottom: solid 4px #B418CB !important;
	font-size: 12px;
	padding-top: 12px;
}


.pkp_structure_main h1 {
	font-weight: 600;
	font-size: 20px;
}

.pkp_structure_main a {
	color: #054E82 !important;
}

.pkp_structure_main a:hover {
	color: #032d4b !important;
}


.obj_galley_link {
	font-weight: 700;
	text-transform: Capitalize !important;
	background: #E3E1DF !important;
	color: #ffffff !important;
	border: solid 1px #054E82 !important;
}

.obj_galley_link:hover {
	background: #B418CB !important;
	color: #27211f !important;
}

/* Footer */
.pkp_structure_footer_wrapper {
	background: #dcdcdc;
	border-bottom: 20px solid #B418CB;
	border-top: 4px solid #B418CB;
}

.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 !important;
}


/* Struktur Header */
.pkp_site_name_wrapper {
	width: 100% !important;
}

.pkp_screen_reader {
	margin: 0px !important;
}

.pkp_navigation_primary_row {
	background: #B418CB;
	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;
}


/* Settingan Header */

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
	padding: 0 !important;
	margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
	margin: 0 !important;
	padding: 0 15px !important;
	line-height: 40px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
	font-family: tahoma, geneva, sans-serif;
	color: #0e0d0d !important;
	font-weight: bold !important;
	transition: 0.2s;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
	background: #dcdcdc;
	color: #B418CB !important;
	border-radius: 20px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
	background: #B418CB !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
	border-bottom: solid 1px white !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
	border-bottom: none !important;
}





.pkp_site_name_wrapper {
	background: #054E82;
	margi-bottom: 0px !important;
}

html,
body {
	background: url(https://jurnal.univpgri-palembang.ac.id/public/site/images/admin/swirl-pattern.png);
}

.pkp_site_nav_toggle {
	background: #054E82 !important;
}

.pkp_navigation_search_wrapper {
	background: #ffffff;
	border-radius: 20px;
	transition: 0.5s;
}

.pkp_navigation_search_wrapper:hover {
	border-radius: 0px;
}

.pkp_search.pkp_search_desktop {
	color: #054E82;
}

.pkp_search.pkp_search_desktop:hover {
	color: #054E82;
	border-radius: 0px;
}


.homepage_about {
	text-align: justify;
}

.obj_article_details .page_title {
	background: #d8d8d8;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px;
}

.meta .authors {
	background: url() 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: #B418CB;
	color: #030000 !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: #B418CB !important;

}

.dropdown-menu li a:hover {
	color: black !important;
}

.obj_issue_toc .heading .cover img {
	display: inline-block;
	float: left;
	box-shadow: 4px 2px 5px gray;
	padding-right;
	margin-right: 15px;
}

.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_main {
	margin-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 #054E82 solid;
	padding: 10px;
	background-color: #dcdcdc;
	text-align: left;
}

.pkp_block.block_custom {
	padding-left: 15px;
	padding-right: 15px;
}

.pkp_structure_sidebar.left {
	margin-top: -30px !important;
}



/* MENU */

.head-menu {
    border-bottom: 3px #1898d3 solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #B418CB;
    color: rgb(5, 5, 5);
    font-weight: bold;
}


.menu-sidebar {
    font: bold 13px arial, verdana, sans-serif;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #216cf7;
    color: #0613cac2;
    display: block;
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: -10px;
    transition: 0.3s;
	
}

.menu-sidebar li a:hover {
    background-color: #B418CB;
    box-shadow: rgb(158, 174, 230) 2px 2px 2px;
    border-left: 5px solid #B418CB;
	color: #050000;
	font-weight: bold;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0px;
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}

