/*
Copyright lp2m.stieama.ac.id

Design by: Khukaim Barkhowa
*/

/* =====================================================
   GLOBAL
   ===================================================== */

body {
    font-family: Tahoma, Geneva, sans-serif !important;
}


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

/* Header Sidebar */
.kepala {
    color: #ffffff;
    background: #191919;
    padding: 10px;
    font-family: Arial, sans-serif;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px 6px 0 0;
    border-bottom: 4px solid #DCCE70;
}

/* Isi Sidebar */
.badan {
    margin-top: -15px;
    padding: 8px;
    border: 1px solid #e2e2e2;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

/* Menu Sidebar */
.badan a {
    display: block;
    background-color: #f5f6f7;
    color: #2b2b2b !important;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none !important;
    padding: 8px 14px;
    margin-top: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

/* Hover Menu Sidebar */
.badan a:hover {
    background: #DCCE70;
    color: #000000 !important;
    border-color: #000000;
}


/* =====================================================
   TABLE OF CONTENT / ARTICLE SUMMARY
   ===================================================== */

.obj_article_summary {
    background: #f5f6f7;
    padding: 20px;
    padding-bottom: 10px !important;
    border-radius: 10px;
    border-bottom: solid 4px #191919 !important;
    box-shadow: 3px 3px 5px;
    font-size: 12px;
}

.obj_article_summary:hover {
    background: #DCCE70;
}


/* =====================================================
   MAIN CONTENT
   ===================================================== */

.pkp_structure_main h1 {
    font-weight: 600;
    font-size: 20px;
}

.pkp_structure_main a {
    color: #191919 !important;
}

.pkp_structure_main a:hover {
    color: #3da0e3 !important;
}


/* =====================================================
   GALLEY / PDF / FULL TEXT BUTTON
   ===================================================== */

.obj_galley_link {
    font-weight: 700;
    text-transform: capitalize !important;
    background: #DCCE70 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 3px 3px 5px;
    border-radius: 10px;
}

.obj_galley_link:hover {
    background: #191919 !important;
    color: #ffffff !important;
}


/* =====================================================
   HEADER
   ===================================================== */

.pkp_structure_head,
.pkp_head_wrapper {
    background: linear-gradient(
        135deg,
        #2e1065 0%,
        #4c1d95 50%,
        #6d28d9 100%
    ) !important;

    border: none !important;
}

.pkp_structure_head {
    background-image: url(/public/site/images/adminbima/bg-bima2.png);
    background-repeat: repeat;
}


/* =====================================================
   SITE NAME / LOGO
   ===================================================== */

.pkp_site_name,
.pkp_site_name_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_site_name .is_img,
.pkp_site_name .is_img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =====================================================
   PRIMARY NAVIGATION
   ===================================================== */

.pkp_navigation_primary_row {
    text-align: center;
    border-top: 4px solid #DCCE70;
    border-bottom: 4px solid #DCCE70;
    background: #191919;
    font-weight: bold;
}

/* Navigation List */
.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper ul li {
    padding: 0 !important;
    margin: 0 !important;
}

/* Navigation Link */
.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper ul li a {
    margin: 0 !important;
    padding: 0 15px !important;
    line-height: 40px !important;
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff !important;
    font-weight: bold !important;
}

/* Navigation Hover */
.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper ul li a:hover {
    background: #fbda65;
    color: #1F2027 !important;
}

/* Dropdown */
.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper ul li ul {
    background: #191919 !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper ul li ul li {
    border-bottom: solid 1px #000000 !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 ul li ul,
.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper ul li ul li a:hover {
    border-radius: 0 !important;
}


/* =====================================================
   MOBILE NAVIGATION
   ===================================================== */

.pkp_site_nav_toggle {
    background-color: #191919;
}


/* =====================================================
   SEARCH
   ===================================================== */

.pkp_search.pkp_search_desktop {
    color: #ffffffee;
}

.pkp_search.pkp_search_desktop:hover {
    color: #ececec;
}

.search_controls {
    background: #2596be;
}


/* =====================================================
   HOMEPAGE
   ===================================================== */

.homepage_image {
    display: inline-block;
    width: 35%;
    margin-left: 0;
    float: right;
}

.homepage_image img {
    margin: 100px 0 0 -20px;
    width: 250px;
}

.homepage_about {
    display: inline-block;
    width: 65%;
    text-align: justify;
    border-bottom: 4px solid #DCCE70;
}

.current_issue {
    display: block;
}


/* =====================================================
   ARTICLE DETAILS
   ===================================================== */

.obj_article_details .page_title {
    background: #f2f5ea;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px;
}

.main_entry .item.abstract {
    text-align: justify;
}

.description {
    text-align: justify;
}


/* =====================================================
   FOOTER
   ===================================================== */

.pkp_structure_footer_wrapper {
    background: #DCCE70 !important;
    border-bottom: 20px solid #191919;
}

.pkp_footer_content {
    float: left;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_brand_footer {
    float: right;
    width: 20%;
    padding-top: 50px;
    padding-bottom: 10px;
}


/* =====================================================
   OTHER
   ===================================================== */

.conten {
    border: none;
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 900px) {

    .homepage_about {
        margin-top: 10px;
    }

}


@media (max-width: 600px) {

    .homepage_about {
        width: 100%;
    }

}


@media (max-width: 300px) {

    .homepage_image {
        width: 90%;
        margin: 0;
    }

    .homepage_about {
        margin-top: 0;
    }

}