/* 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;
}

.menu-sidebar li a:hover {
    background-color: #f0f0f0;
}

.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: #f0f0f0;
}

.obj_article_summary:hover {
    background: khaki
}


.obj_article_summary {
    padding-bottom: 10px !important;
    //border-bottom: solid 4px #800000 !important;
    font-size: 12px;
}

.meta .authors {
    background: url(https://i.ibb.co/wwXb1Bh/icon-group.png) 1px 2px no-repeat;
    font-weight: bold;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-left: 30px;
}


/* Footer */
.pkp_structure_footer_wrapper {
    background: khaki;
    border-bottom: 20px solid #a52a2a;
}

.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/mJJfG3Q/header-WEB-JIPFRI.png);
}

.pkp_navigation_primary_row {
    background-color: khaki;

}



.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: #6e6a40 !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: brown !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: brown
}

.obj_article_details .page_title {
    background: khaki;
    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: khaki;
    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: #fffdeb;
}


.cmp_announcements.highlight_first {
    background: #fffdeb;
    border-top: 1px solid #dddddd !important;
}

html {
    background: url(https://i.ibb.co/xjz2NBx/noisy-grid.png) !important;
}

body {
    background: url(https://i.ibb.co/xjz2NBx/noisy-grid.png) !important;
}

.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
}