/* =========================================================
   BRAINY JOURNAL - CUSTOM CSS
   OJS 3.3.2
   ========================================================= */


/* =========================================================
   1. GLOBAL
   ========================================================= */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
}


/* =========================================================
   2. MAIN WEBSITE CONTAINER
   ========================================================= */

.pkp_structure_page {
    width: 1160px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    background: #ffffff;
}


/* =========================================
   HEADER - FULL WIDTH CONTAINER
   ========================================= */

.pkp_structure_head {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
}

.pkp_head_wrapper {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}



/* =========================================
   HEADER IMAGE / LOGO
   ========================================= */

.pkp_structure_head,
.pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 50 !important;
    margin-right: 0 !important;

    box-sizing: border-box !important;
}

.pkp_site_name img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;

    margin: 50px !important;
    padding: 0 !important;
}

.pkp_site_name_wrapper {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 35px 0 !important;

    overflow: hidden !important;
}

.pkp_site_name {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;
}

.pkp_site_name a {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

.pkp_site_name_wrapper {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    height: auto !important;
    min-height: 0 !important;

    overflow: hidden !important;
}

.pkp_site_name {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    height: auto !important;
}

.pkp_site_name img {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: auto !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
}

/* =========================================
   PRIMARY MENU
   ========================================= */

.pkp_navigation_primary_wrapper {
    min-height: 0 !important;
    height: 40px !important;
    padding: 0 15px !important;

    display: flex;
    align-items: center;

    box-sizing: border-box;
}

.pkp_navigation_primary {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   PRIMARY MENU - BRAINY JOURNAL
   ========================================================= */

/* =========================================================
   1. PRIMARY NAVIGATION ROW
   ========================================================= */

.pkp_navigation_primary_row {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #ffffff;
}


/* =========================================================
   2. PRIMARY NAVIGATION WRAPPER
   ========================================================= */

.pkp_navigation_primary_wrapper {
    width: 100%;
    max-width: none;

    margin: 0 50px;
    padding: 0 20px;

    background: #ffffff;

    border-top: 1px solid #eeeeee;
    border-bottom: 3px solid #c8a15a;

    box-sizing: border-box;
}


/* =========================================================
   3. PRIMARY MENU
   ========================================================= */

.pkp_navigation_primary {
    display: flex;
    align-items: center;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 0;

    list-style: none;
}
/* Geser menu utama ke kanan */
.pkp_navigation_primary > li:nth-child(1),
.pkp_navigation_primary > li:nth-child(2),
.pkp_navigation_primary > li:nth-child(3) {
    position: relative !important;
    left: 40px !important;
}

/* =========================================
   PRIMARY NAVIGATION
   ========================================= */

.pkp_navigation_primary_wrapper {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    height: 40px !important;
    min-height: 40px !important;

    background: #ffffff !important;
    border-bottom: 4px solid #c8a15a !important;
}

.pkp_navigation_primary {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    height: 40px !important;

    display: flex !important;
    align-items: center !important;
}

/* =========================================================
   4. MENU ITEM
   ========================================================= */

.pkp_navigation_primary > li {
    margin: 0;
    padding: 0;
}


/* =========================================================
   5. MENU LINK
   ========================================================= */

.pkp_navigation_primary > li > a {
    display: block;

    padding: 16px 20px;

    color: #333333 !important;

    font-family: inherit;
    font-size: 14px;
    font-weight: 500;

    line-height: 1.4;

    text-decoration: none;

    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}


/* =========================================================
   6. MENU HOVER
   ========================================================= */

.pkp_navigation_primary > li > a:hover {
    color: #c8a15a !important;
    background-color: #fafafa;

    text-decoration: none;
}


/* =========================================================
   7. ACTIVE MENU
   ========================================================= */

.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.active > a {
    color: #c8a15a !important;
}


/* =========================================================
   8. DROPDOWN MENU
   ========================================================= */

.pkp_navigation_primary .dropdown-menu {
    min-width: 180px;

    padding: 8px 0;

    background: #ffffff;

    border: 1px solid #eeeeee;
    border-top: 3px solid #c8a15a;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   9. DROPDOWN ITEM
   ========================================================= */

.pkp_navigation_primary .dropdown-menu a {
    display: block;

    padding: 10px 18px;

    color: #333333 !important;

    font-size: 14px;

    text-decoration: none;
}


/* =========================================================
   10. DROPDOWN HOVER
   ========================================================= */

.pkp_navigation_primary .dropdown-menu a:hover {
    color: #c8a15a !important;

    background-color: #fafafa;

    text-decoration: none;
}


/* =========================================================
   11. SEARCH AREA
   ========================================================= */

.pkp_search_wrap {
    margin-left: auto;

    color: #333333;
}


/* Search link / icon */

.pkp_search_wrap a {
    color: #333333 !important;

    transition: color 0.2s ease;
}


/* Search hover */

.pkp_search_wrap a:hover {
    color: #c8a15a !important;
}


/* =========================================================
   12. SEARCH INPUT
   ========================================================= */

.pkp_search_wrap input[type="text"],
.pkp_search_wrap input[type="search"] {
    color: #333333 !important;

    background-color: #ffffff;

    border: 1px solid #dddddd;

    border-radius: 0;

    padding: 8px 12px;
}


/* Search placeholder */

.pkp_search_wrap input::placeholder {
    color: #999999;
}


/* Search input focus */

.pkp_search_wrap input:focus {
    border-color: #c8a15a;

    outline: none;

    box-shadow: 0 0 0 1px #c8a15a;
}


/* =========================================================
   13. SEARCH BUTTON
   ========================================================= */

.pkp_search_wrap button {
    color: #333333;

    background: #ffffff;

    border: none;
}


/* Search button hover */

.pkp_search_wrap button:hover {
    color: #c8a15a;
}


/* =========================================================
   14. MENU SEPARATOR
   ========================================================= */

.pkp_navigation_primary > li + li > a {
    border-left: 1px solid transparent;
}


/* =========================================================
   15. RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 900px) {

    .pkp_navigation_primary_wrapper {
        padding: 0 10px;
    }

    .pkp_navigation_primary > li > a {
        padding: 14px 12px;

        font-size: 13px;
    }

}


/* =========================================================
   16. RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .pkp_navigation_primary {
        display: block;
    }

    .pkp_navigation_primary > li > a {
        padding: 12px 15px;
    }

    .pkp_search_wrap {
        margin-left: 0;
    }

}


/* =========================================================
   END PRIMARY MENU
   ========================================================= */

/* =========================================================
   7. SEARCH
   ========================================================= */

/*
 * Search tetap berada di sebelah kanan navigation.
 * Tidak menggunakan right negatif agar tidak membuat
 * horizontal scrollbar.
 */

.pkp_navigation_search_wrapper {
    position: absolute !important;

    right: 15px !important;
    bottom: 3px !important;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
}


/*
 * Search text + icon
 * Icon berada di sebelah kanan tulisan Search
 */

.pkp_navigation_search_wrapper a {
    display: inline-flex !important;

    flex-direction: row !important;
    align-items: center !important;

    gap: 5px;

    color: #333333 !important;
    text-decoration: none;
}


/*
 * Icon kaca pembesar
 * dipindahkan ke kanan tulisan
 */

.pkp_navigation_search_wrapper a::before {
    order: 2 !important;

    margin-left: 5px !important;
    margin-right: 0 !important;
}


/*
 * Hover Search
 */

.pkp_navigation_search_wrapper a:hover {
    color: #b58a3a !important;
}


/* =========================================================
   8. LOGIN / USER NAVIGATION
   ========================================================= */

/*
 * Login ditempatkan di bagian kanan atas header.
 *
 * Jangan menggunakan right:500px karena posisi tersebut
 * bergantung pada ukuran layar.
 */

.pkp_navigation_user_wrapper {
    position: absolute !important;

    left: 1610px !important;
    bottom: -32px !important;

    width: auto !important;
    height: 40px !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;

    display: flex !important;
    align-items: center !important;

    background: transparent !important;

    z-index: 1000 !important;
}


.pkp_navigation_user {
    display: flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;
}


.pkp_navigation_user > li {
    display: inline-flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;
}


.pkp_navigation_user a {
    display: inline-flex !important;
    align-items: center !important;

    padding: 8px 10px !important;

    color: #333333 !important;

    font-size: 14px !important;

    background: transparent !important;

    text-decoration: none !important;
}


.pkp_navigation_user a:hover {
    color: #c8a15a !important;

    background: transparent !important;
}


/* =========================================================
   9. CONTENT
   ========================================================= */

.pkp_structure_content {
    width: 100%;
    margin: 0;
    padding-top: 35px;

    background: #ffffff;
    border-top: none;
}

.pkp_structure_main {
    background: #ffffff;
}

.pkp_structure_sidebar {
    background: #ffffff;
}


/* =========================================================
   10. HOMEPAGE - ABOUT JOURNAL
   ========================================================= */

.pkp_page_index .homepage_about {
    padding-top: 0;
    padding-bottom: 0;
}


/* =========================================================
   11. GENERAL LINKS
   ========================================================= */

a {
    color: #333333;
}

a:hover {
    color: #c8a15a;
}


/* =========================================================
   12. HEADINGS
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
}


/* =========================================================
   13. FOOTER
   ========================================================= */

.pkp_structure_footer_wrapper {
    background: #dddddd;
}


/* =========================================================
   14. TABLET
   ========================================================= */

@media (max-width: 1200px) {

    .pkp_structure_page {
        width: 100%;
        max-width: calc(100% - 20px);
    }

}


/* =========================================================
   15. MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .pkp_structure_page {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .pkp_site_name_wrapper {
        padding: 0;
    }

    .pkp_site_name img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .pkp_navigation_primary_wrapper {
        height: 55px !important;
        padding: 0 10px;
    }

    .pkp_navigation_search_wrapper {
        right: 10px !important;
    }

    .pkp_navigation_user_wrapper {
        top: 10px !important;
        right: 10px !important;
    }

    
}