/*
* JARAB - OJS CUSTOM STYLE
* Version 1.0.0.0
* last update: 11-06-2025
*/

/*Lato Font override*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
textarea,
input,
div,
li,
a {
    font-family: "Lato", sans-serif !important;
}
/* body {
    background-image: url('https://jarab.poltekykpn.ac.id/public/site/bg-wahana.jpg') ;
    background-repeat: repeat;
} */

/* BODY */
.pkp_structure_page {
    margin-top: 0;
    margin-bottom: 0;
}
.block_custom > .jarab-menu-title {
    background-color: #73522a;
    padding: 15px;
    margin-bottom: 0;
    border-bottom: solid 1px white;
}

/*HEADER*/

@media (min-width: 992px) {
    .pkp_site_name {
        padding-top: 0;
        padding-bottom: 0;
    }
    .pkp_site_name > .is_img {
        margin-top: 0;
        margin-bottom: 0;
        display: flex !important;
        height: 240px;
        width: 100%;
    }
    .pkp_site_name > .is_img > img {
        display: block;
        width: 100%;
        max-height: 100% !important;
        object-fit: cover;
    }
    .pkp_site_name_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .pkp_navigation_primary > li:last-child a {
        margin-right: 0;
    }
}

/* PRIMARY MENU */
.pkp_navigation_primary_wrapper {
    padding: 0px 10px;
}
#navigationPrimary ul {
    background-color: #dba532 !important;
}
#navigationPrimary > li > a:focus {
    color: #73522a;
}
#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
    border-color: #f9f6b2;
}

.dropdown-menu > li > a:hover {
    color: #73522a !important;
}

@media (min-width: 992px) {
    .pkp_navigation_primary_row {
        background-color: #0d94a2;
    }
    #navigationPrimary a {
        color: white;
    }
    #navigationPrimary a:hover {
        color: #f9f6b2;
    }
    .pkp_navigation_search_wrapper a {
        color: white;
    }
    .pkp_navigation_search_wrapper a:hover {
        color: #f9f6b2;
    }
}

/* CUSTOM BLOCK*/
.block_make_submission_link {
    width: 100%;
    color: #ffffff !important;
    background-color: #dba532 !important;
    padding: 5px 20px !important;
}
.block_make_submission_link:hover {
    background-color:#0d94a2 !important;
}
.pkp_block > .title {
    border-bottom: solid 1px white;
    padding-bottom: 0;
    padding: 15px;
    background-color: #73522a;
    width: 100%;
    color: white;
    font-weight: bold;
    margin-bottom: 0;
}
.jarab-menu-item-wrapper {
    padding: 0 !important;
}

.jarab-menu-item {
    display: block;
    background-color: #dba532;
    padding: 10px 20px;
    color: white;
    border-bottom: solid 1px #73522a;
    transition:
        background-color 0.3s,
        color 0.3s;
}
.jarab-menu-item:hover {
    color: #73522a;
    background-color: #f9f6b2;
}
.jarab-menu-item:hover:after {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-left: 10px;
}

.jarab-tools-item {
    margin-bottom: 3px;
}

.jarab-template:hover,
.jarab-tools-item:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
}

.pkp_block h2.title {
    background-color:#0d94a2 !important;
}
/*JOURNAL SUMMARY*/
@media (min-width: 992px) {
    .jarab-about-wrapper {
        display: flex;
        flex-direction: row;
        column-gap: 20px;
    }
    .jarab-about-wrapper h4 {
        margin: 0px !important;
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .jarab-about-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        column-gap: 20px;
    }
    .jarab-cover-wrapper > img {
        margin-bottom: 20px;
    }
}

.homepage_about > h2 {
    display: none;
}

.jarab-cover-wrapper > img {
    width: 200px;
    max-width: none;
    outline: solid 1px #eaeaea;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
}

.jarab-description p {
    text-align: justify;
}

/*FOOTER*/

.pkp_brand_footer {
    display: none;
}

/*UTILITY*/

.mt-10px {
    margin-top: 10px;
}
