/* =========================================
   IJREST HEADER
   ========================================= */

/* Menghilangkan batas tinggi logo/header */
.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.pkp_site_name > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block !important;
    width: 100% !important;
}

/* Header gambar 1600 x 266 */
.pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
}

/* Wrapper header */
.pkp_site_name_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Struktur header */
.pkp_structure_head {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper bagian atas */
.pkp_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}


/* =========================================
   NAVIGATION USER
   ========================================= */

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}


/* =========================================
   CONTENT
   ========================================= */

.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}


/* =========================================
   RESPONSIVE TABLET
   ========================================= */

@media (max-width: 1024px) {

    .pkp_site_name,
    .pkp_site_name_wrapper,
    .pkp_head_wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .pkp_site_name .is_img img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: none !important;
    }
}


/* =========================================
   RESPONSIVE MOBILE
   ========================================= */

@media (max-width: 768px) {

    .pkp_structure_head {
        width: 100% !important;
        overflow: hidden !important;
    }

    .pkp_head_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .pkp_site_name_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .pkp_site_name {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .pkp_site_name > a {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .pkp_site_name .is_img img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
    }

    .pkp_navigation_user_wrapper {
        padding-right: 10px !important;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .pkp_site_name .is_img img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }

    .pkp_navigation_user_wrapper {
        padding-right: 5px !important;
    }
}