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

.pkp_brand_footer {
    background: #004167;
    /* display: none; */
}

.pkp_footer_content {
    background: #004167;
    color: #ffffff;
}

.pkp_footer_content a {
    text-decoration: none;
    color: #ffffff;
}

.pkp_site_nav_menu a {
    color: black;
}

.pkp_nav_list a:hover {
    color: blue;
}

.pkp_footer_content a:hover {
    text-decoration: none;
    color: #F7921C;
}

.pkp_structure_footer_wrapper {
    background: #004167;
}

.pkp_structure_footer {
    background: #c8d0d4;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
}


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

.pkp_structure_head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-image: #004167;
    margin-bottom: .25em;
}

.pkp_structure_sidebar:before {
    border-left: 1px solid #ddd;
}

.pkp_block {
    padding: 0px 3px 5px 5px;
    font-size: 14px;
    line-height: 20px;
}

.block_make_submission {
    padding: 15px 3px 5px 5px;
}

.pkp_block .title {
    width: 100%;
    background-color: #004167;
    height: 30px;
    font-size: 13px;
    color: #ecececec;
    padding-top: 0.4em;
    margin-bottom: 0px;
    border: 0px;
    text-align: center;
}

.pkp_block .content {
    background-color: #ffffff;
}

.pkp_block .content ul li {
    padding: 0px 0;
    background-color: #f4f4f2;
}

.pkp_block li {
    border-radius: 0;
    position: relative;
    background-color: black;
    display: block;
}

.pkp_block ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.pkp_block ul>li a {
    color: black;
    padding: .75rem 1rem;
    display: flex;
}

.pkp_block ul>li a:hover {
    text-decoration: none;
    background-color: #bbcac7;
}

.pkp_block fa {
    border-right: 1px solid #e7e5e5;
    width: 35px;
}


/* ================= GALLERY & TABLE ================= */

.gallery {
    background: #EEE;
}

.gallery-cell {
    width: 90%;
    height: 100px;
    margin-right: 10px;
    background: #004167;
}

.tools {
    width: 70%;
    height: 70%;
    text-align: center;
}

.table {
    text-align: center;
}


/* ================= SEARCH BUTTON ================= */
/* Hanya ubah warna teks tombol search jadi putih */

.pkp_search,
.pkp_search_desktop {
    color: white !important;
}
