html,body {   
    background-image: url("https://jejakdosen.com/wp-content/uploads/2024/12/motif.jpg");  
}

.pkp_navigation_primary_row {background: #405F42 !important} /*warna background header menu bar atas */
.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 10px !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: Sunflower, helvetica, calibri; 
    color: #ffffff !important; 
    font-weight: normal !important
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {background: rgba(0,0,0,.3) !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; 
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { background: #405F42 !important} /*warna background sub menu */
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li { border-bottom: solid 1px rgba(255,255,255,.35) !important;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child { border-bottom: none !important;}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search.is_open input[type=text] {
    font-family: Sunflower, helvetica, calibri; 
    color: #FFFFFF;
}
.pkp_structure_content {
    background: #ffff;
}

.pkp_block.block_make_submission .content {margin: 0 !important; padding: 0 !important; text-align: center !important}
.pkp_block.block_make_submission .content a { background: #405F42 ; line-height: 40px; font-family : Sunflower, helvetica, calibri; color: #FFFFFF}
.pkp_block.block_make_submission .content a:hover { background: rgba(0,0,0,0.25) !important;  color: #405F42 }

.pkp_structure_footer .pkp_footer_content {background: #405F42 ; padding: 10px !important;}
.pkp_structure_footer .pkp_footer_content p {margin: 0}
.pkp_structure_footer .pkp_brand_footer {background: #405F42 ; height: auto !important; padding: 0;} /*warna background Footer */
.pkp_structure_footer .pkp_brand_footer img {width: 48px !important; height: auto;}

.pkp_structure_footer .pkp_footer_content img {width: 88px; height:31px;}
.pkp_structure_footer .pkp_footer_content div.logo img{width: 65px; height:65px;}
.pkp_structure_footer .pkp_footer_content div.logo2 img{width: 88px; height:31px;}

/* Judul artikel di detail */
.page_title {
    color: #405F42 ;
}

/* nama penulis pada detail */
.name {
    color: #405F42 ;
}

.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #405F42 ;
    color: white;
    font-weight: bold;
}

/* Untuk teks "Search" di navigasi */
.pkp_navigation_search_wrapper .pkp_search {
    color: #Ffffff;
}

.pkp_navigation_search_wrapper .pkp_search .fa-search {
    color: #Ffffff;
}

.pkp_navigation_search_wrapper .pkp_search:hover {
    color: #e3dede;
}

.obj_article_details .abstract {
    text-align: justify;
}

/* untuk daftar artikel */
a {
    color: #405F42 ;
}

a:hover {
    color: #000000; /* diganti hitam waktu hover */
}

.cmp_button_wire,
.obj_galley_link {
    background: #405F42 ;
    border: 1px solid #405F42 ;
    color: #fff;
}

.obj_article_summary {
    border: 1px solid #000000 ;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #000000 ;
}

/* header */
.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: 20 !important;
    padding-bottom: 20 !important;
}

/* Warna register dan Login*/
.pkp_navigation_user.pkp_nav_list .profile a {
    padding-left: 10px;
    padding-right: 5px;
}
.profile a {
    background: #405F42 !important;
    color: #ffffff !important
}

/* Menu Side Bar  Menu Head*/
.head-menu {
    border-bottom: 3px #405F42  solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #405F42 ;
    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: #F8F8F8;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: #405F42 ;
    box-shadow: gray 2px 2px 2px;
    color: white;
    border-left: 5px solid #000000;
    border-bottom: 5px solid #000000;
}

.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;
}

/* Menu Lain */
.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #F8F8F8;
    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
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .pkp_site_name .is_img img {
        display: inline-block;
        max-height: 100%;
        max-width: 80%;
        width: auto;
        height: auto;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .pkp_site_name .is_img img {
        max-height: 100% !important;
        max-width: 80% !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .pkp_site_name .is_img img {
        max-height: 100% !important;
        max-width: 100% !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .pkp_site_name .is_img img {
        max-height: 100% !important;
        max-width: 100% !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .pkp_site_name .is_img img {
        max-height: 100% !important;
        max-width: 100% !important;
    }
}
/* === Custom override biar header transparan === */
.pkp_site_name_wrapper {
    background: transparent !important;
}

.pkp_structure_head {
    background: transparent !important;
}

.pkp_brand_footer {
    background: transparent !important;
}
