
/* ===============================
   GLOBAL STYLE
   Warna Utama: #557975
   Aksen: #DE9304
   =============================== */

:root {
    --main-color: #557975;
    --accent-color: #DE9304;
    --light-bg: #F8F8F8;
    --text-dark: #000000;
    --text-light: #ffffff;
}

/* Background utama */
html, body {
    background-image: url("https://sihojurnal.com/public/motif.jpg");
    background-repeat: repeat;
}

/* Konten utama */
.pkp_structure_content {
    background: #ffffff;
}

/* ===============================
   TEKS & LINK
   =============================== */

/* Judul artikel */
.page_title {
    color: var(--main-color);
}

/* Nama penulis */
.name {
    color: var(--main-color);
}

/* Link umum */
a {
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    color: var(--accent-color);
}

/* ===============================
   BUTTON & GALLEY
   =============================== */

.cmp_button_wire,
.obj_galley_link {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--text-light);
    transition: 0.3s;
}

.cmp_button_wire:hover,
.obj_galley_link:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

/* ===============================
   ARTIKEL
   =============================== */

/* Ringkasan artikel */
.obj_article_summary {
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px var(--main-color);
}

/* Abstract rata kiri-kanan */
.obj_article_details .abstract {
    text-align: justify;
}

/* ===============================
   HEADER & LOGO
   =============================== */

.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_site_name > a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name .is_img img {
    max-height: 200px !important;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

/* ===============================
   BLOCK & MENU HEADER
   =============================== */

.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: var(--main-color);
    color: var(--text-light);
    font-weight: bold;
}

.head-menu {
    border-bottom: 3px solid var(--main-color);
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: var(--main-color);
    color: var(--text-light);
    font-weight: bold;
}

/* ===============================
   SIDEBAR MENU
   =============================== */

.menu-sidebar {
    font: bold 12px arial, verdana, sans-serif;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: var(--text-dark);
    display: block;
    background-color: var(--light-bg);
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: var(--main-color);
    box-shadow: gray 2px 2px 2px;
    color: var(--text-light);
    border-left: 5px solid var(--accent-color);
    border-bottom: 5px solid var(--accent-color);
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}

/* ===============================
   MENU LAIN
   =============================== */

.badan {
    margin-top: -15px;
}

.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: var(--light-bg);
    text-align: center;
    transition: 0.5s;
    color: var(--text-dark);
}

.badan a:hover {
    font-weight: bold;
    box-shadow: gray 0px 5px 10px 0px;
    position: relative;
}

/* ===============================
   END OF STYLE
   =============================== */
