/* MENU */

.head-menu {
    border-bottom: 3px #D25458 solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #a52a2a;
    color: white;
    font-weight: bold;
}


.menu-sidebar {
    font: bold 12px arial, verdana, sans-serif;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: #000000;
    display: block;
    background-color: #f0e68c;
    padding: 10px;
    margin-top:-5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: #f0f0f0;
    box-shadow:gray 2px 2px 2px ;
    border-left: 5px solid #a52a2a;
}

.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;
}

/* SELAIN MENU */

.kepala {
    color: #ffffff;
    background: #a52a2a;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: center;
}

.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #f0e68c;
    text-align: center;
    transition: 0.5s;
    color: black;

}

.badan {
    margin-top: -15px;
}


.badan a:hover {
    color: black !important;
    font-weight: bold;
    box-shadow: gray 0px 5px 10px 0px;
    display: fixed;
    position: relative
}

/* Table of content */

.obj_article_summary {
	box-shadow: 3px 3px 5px;
	padding: 20px;
	border-radius: 10px;
	background: #F1EDEE;
}

.obj_article_summary:hover {
	background:#E7DCDE
}


.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 4px #A72F48 !important;
    font-size: 12px;
}

.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;
}

 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}

.pkp_structure_main a {
    color: #4B1351 !important;
}

.pkp_structure_main a:hover {
	color: #A72F48 !important;
}


.obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize !important;
    background: #f6c532 !important;
    color: #ffffff !important;
    border: none !important;
}

.obj_galley_link:hover {
	background:#4B1351 !important;
	color:#1F2027 !important;
}


/* Footer */
.pkp_structure_footer_wrapper {
	background: #F1EDEE !important;
	border-bottom: 20px solid #A72F48;
}

.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 {
    background: url(https://i.ibb.co/mDNDrGd/HEADES-ILMAR-1171-204-piksel-4.png);
}

.pkp_navigation_primary_row {
    background-color: #A52A2A;

}



.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    font-family: poppins, geneva, sans-serif !important;
    color: #black !important;
    font-weight: bold !important;
    transition: 0.2s;
}

.pkp_navigation_primary_row .pkp_navigation_primary.pkp_nav_list ul li a {
    color: white !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
    color: white !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_site_nav_toggle {
    background-color: #ffffff;
}

.obj_article_details .page_title {
    background: #A52A2A;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px;
}

.pkp_navigation_user.pkp_nav_list .profile a {
    border-radius: 15px !important;
    padding-left: 10px;
    padding-right: 10px;
    background: #a52a2a;
    color: #ffffff;
    border: 2px solid #a52a2a
}

.pkp_navigation_user.pkp_nav_list .profile a:hover {
    background: #A52A2A;
    color: black;
}

.dropdown-menu {
    background: #a52a2a !important;
}



.pkp_navigation_search_wrapper a {
    color: #6e6a40;
}

.pkp_navigation_search_wrapper a:hover {
    color: #a52a2a;
}

.pkp_navigation_search_wrapper:hover {
    border-radius: 0px;
    border-radius: 20px;
}

.pkp_structure_sidebar.left {
    background: #F1EDEE;
}


.cmp_announcements.highlight_first {
    background: #F1EDEE;
    border-top: 1px solid #dddddd !important;
}


body {
    background: url(https://i.ibb.co/C1QMNWK/v748-toon-103.jpg);
	  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pkp_block.block_Keywordcloud span {
    color: #ffffff;
    background: #a52a2a;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: center;
    display: block
}


.pkp_block.block_developed_by .title{
     color: #ffffff;
    background: #a52a2a;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: center;
    display: block  
}

.pkp_block.block_developed_by .most_read{
    background:#A52A2A !important;
    padding:6px;
    margin-top:-10px;
    font-size: 13px;
}
.pkp_block.block_developed_by li {
    border-bottom: 1px solid;
}