*,
body {
    color: black;
}

a {
    color: #0f2c59;
}

::before,
::after {
    display: none;
}

h2 {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 8px !important;
    border-bottom: solid 3px #0f2c59;
}

.judul-sidebar {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: solid 3px #0f2c59;
}

/* Header */
.pkp_structure_head {
    background-color: #ffffff;
    border: none;
    height: 370px;
}

/* @keyframes gantigambar {
    0% {
        background-image: url(https://journal.stitmadani.ac.id/index.php/IJER/libraryFiles/downloadPublic/id);
        background-size: cover;
    }

    100% {
        background-image: url(https://journal.stitmadani.ac.id/index.php/IJER/libraryFiles/downloadPublic/id);
        background-size: cover;
    }
} */

.pkp_head_wrapper {
    margin: 0 !important;
    width: 100% !important;
    background-image: url(https://images.pexels.com/photos/3280130/pexels-photo-3280130.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    padding-top: 0 !important;
    height: 360px;
    background-repeat: round;
}

/* Navigation User */
ul#navigationUser {
    width: 0;
    position: absolute;
    top: 0;
    left: 450px;
}
div#navigationUserWrapper {
    z-index: 0;
}
li.profile a {
    color: #ffffff;
    border: 1px solid #0f2c59;
    border-radius: 10px;
    font-weight: 900;
    background-color: #0f2c59;
    transition: 1s;
}
li.profile a:hover {
    color: #0f2c59;
    background-color: white;
}
span.task_count {
    display: none !important;
}

.pkp_navigation_primary_wrapper {
    display: flex;
    justify-content: flex-end !important;
    margin-right: 110px;
}

/* Site name */

.pkp_site_name_wrapper {
    background-color: #00000091;
    width: 100%;
    height: 100%;
}

.pkp_site_name {
    background: #ffffff;
    padding: 20px 153px;
    border-bottom: 28px solid #0f2c59;
}

.pkp_site_name .is_img img {
    max-height: 50px;
}

/* Custom Hero */

#customblock-custom-hero .content {
    display: flex;
    flex-direction: column;
}

#customblock-custom-hero {
    position: absolute;
    background: none;
    top: -211px;
    left: 15px;
    border: none;
    width: 1160px;
    box-shadow: none !important;
}

#customblock-custom-hero h1 {
    color: #ffe14c;
    font-size: 30px;
    margin-bottom: 8px;
}

#customblock-custom-hero h2 {
    color: #ffffff;
    margin-bottom: 8px;
    border: none;
    font-weight: normal;
}


#customblock-custom-hero a {
    text-decoration: none;
    color: #ffe14c!important;
    border: solid 1px #ffe14c;
    border-radius: 10px;
    padding: 10px;
    transition: 1s;
}

#customblock-custom-hero a:hover {
    text-decoration: none;
    color: rgb(0, 0, 0) !important;
    border: solid 1px white;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
}
#customblock-custom-hero .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 200px;
    justify-content: center;
}
.tombol-login {
    display: flex;
    gap: 15px;
}
/* search */
div#customblock-custom-search {
    position: absolute;
    top: -367px;
    left: 850px;
    box-shadow: none;
    border: none;
}

fieldset.search_advanced {
    display: none;
}

/* custom running text */
#customblock-running-text {
    box-shadow: none;
    border: none;
}
#running-text {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: -283px;
    left: 0;
    color: orange;
}

#running-text p {
    position: absolute;
    width: max-content;
    height: 100%;
    margin: 0;
    color: white;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    transform: translateX(100%);
    /* Apply animation to this element */
    animation: scroll-left 100s linear infinite;
}

/* Move it (define the animation) */
@keyframes scroll-left {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Navigation */

nav.pkp_site_nav_menu {
    background: none;
    border: none;
    position: absolute;
    top: 30px;
}

.pkp_navigation_search_wrapper {
    display: none;
}

.pkp_navigation_primary_wrapper {
    display: flex;
    justify-content: center;
}

#navigationPrimary li a {
    color: #0f2c59;
    font-size: 15px;
    font-style: normal;
    transition: border 1s;
}

#navigationPrimary li a span {
    color: #ffffff;
}

#navigationPrimary li a:focus {
    background: none !important;
}

.dropdown-menu {
    padding: 10px !important;
}

.dropdown-menu li a {
    color: #0f2c59 !important;
}

.dropdown-menu li a:hover {
    background: none;
    border: none;
}

/* structure */
.pkp_structure_content.has_sidebar {
    display: flex;
    padding-top: 10px;
}
.pkp_structure_main {
    width: 1179px;
}
.pkp_structure_main a {
    color: #0f2c59 !important;
}

/* content */
.pkp_structure_content {
    width: 1160px;
}
.pkp_structure_main {
    box-shadow: 0 1px 15px 1px rgba(117, 108, 234, 0.08);
    border: 1px solid #f3f3f3;
    margin-right: 30px !important;
    padding: 20px 30px;
}
.pkp_structure_main p {
    text-align: justify;
}
section.current_issue h2 {
    margin-top: 0;
}
.pkp_structure_main h2 {
    font-size: 20px;
    font-weight: normal;
    color: #0f2c59;
}
.obj_issue_toc .cover img {
    display: block;
    max-height: 250px;
    width: 80% !important;
}

.additional_content {
    margin-top: 20px !important;
    border-top: 0 !important;
}

a.obj_galley_link.pdf:hover {
    background: #0f2c59 !important;
    color: white !important;
}
.obj_issue_summary h2 .title {
    line-height: 2;
}
ul.issues_archive, ul.issues_archive li {
    border: 0 !important;
}
ul.issues_archive li {
    padding-top: 0 !important;
}
h1.page_title, .page h1 {
    border-bottom: solid 3px #0f2c59;
    padding-bottom: 10px;
}
.page-custom {
    display: grid;
    grid-template-columns: 250px 250px 250px;
    width: 100%;
  }
  
  .page-custom a img {
    width: 90%;
    padding: 10px;
  }

/* sidebar */
.pkp_block {
    box-shadow: 0 1px 15px 1px rgba(117, 108, 234, 0.08);
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
}

.content-judul {
    margin-bottom: 15px;
    font-size: 20px;
    color: #0f2c59;
}

.content ul li {
    background: white;
    min-height: 48px;
    border-bottom: 1px solid rgb(234, 233, 233);
    padding: 13px 0 0 5px !important;
    margin: 1px;
}

.content ul li a {
    font-size: 13px;
    transition: 1s;
}

.content ul li a:hover {
    font-size: 20px;
    color: #0f2c59;
}

#customblock-Sidebar_menu {
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
    padding: 0;
}

iframe {
    width: 100%;
}

.issues_archive h2 {
    text-transform: none;
    border: navajowhite;
}

/* footer */
.pkp_structure_footer_wrapper {
    background: #ffffff;
}

.pkp_footer_content div .content-judul {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: solid 3px #0f2c59;
}

.pkp_footer_content div p {
    font-size: 13px;
    line-height: 28px;
    color: #0f2c59;
}

.pkp_footer_content div a {
    color: #0f2c59;
    font-weight: bold;
}

.pkp_footer_content {
    display: flex;
    justify-content: space-between;
}

.pkp_footer_content div p {
    font-size: 13px;
    line-height: 28px;
}

.pkp_brand_footer {
    display: none;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 55px;
    width: 80px;
}

@media only screen and (max-width:920px) {
    .pkp_head_wrapper {
        padding: 0 !important;
    }
    .pkp_site_name_wrapper {
        background-color: #ffffff91;
    }

    .pkp_site_nav_toggle>span:before {
        display: block;
        background: #0f2c59;
    }

    .pkp_site_nav_toggle>span:after {
        display: block;
        background: #0f2c59;
    }

    .pkp_site_nav_toggle>span {
        border-bottom: 3px solid #0f2c59;
     }
     
     .pkp_site_nav_toggle--transform>span {
        border-bottom: 0;
        overflow: visible;
    }

    .pkp_structure_head {
        background-color: #ffffff;
        border: none;
        height: -webkit-fill-available;
    }

    .pkp_head_wrapper {
        height: 70px;
    }

    .pkp_structure_page {
        max-width: 920px;
        width: 100%;
    }

    .pkp_structure_content {
        width: 100%;
    }

    .pkp_structure_main {
        width: 100%;
    }

    .pkp_site_nav_toggle {
        top: 10px;
        left: 10px;
    }

    nav.pkp_site_nav_menu {
        top: 68px;
        background: #ffffff;
    }

    .pkp_navigation_primary_wrapper {
        display: flex;
        justify-content: flex-start !important;
        margin-right: 50px;
    }

    ul#navigationPrimary li a {
        color: black;
        font-weight: bolder;
        line-height: 2;
    }

    .pkp_site_name_wrapper {
        padding-top: 10px;
    }

    .pkp_site_name {
        background: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        border: none;
    }

    .pkp_site_name .is_img img {
        max-height: 94px;
        max-width: 125px;
    }

    div#customblock-custom-hero {
        display: none;
    }

    .pkp_structure_content.has_sidebar {
        display: flex;
        padding-top: 10px;
        flex-direction: column;
    }

    .pkp_footer_content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .pkp_footer_content div {
        margin-bottom: 5px;
    }
    .whatsapp {
        position: fixed;
        bottom: -10px;
        right: 18px;
        width: 85px;
    }
    .page-custom {
        display: grid;
        grid-template-columns: 100%;
      }
    
      .page-custom a img {
        width: 90%;
        padding: 2px;
      }
}