.pkp_site_name .is_img img {
display: block;
max-height: none;
width: 95%;
height: auto;
}

.pkp_brand_footer {
   display: none;
}

/* =========================================================
   1. NAVIGATION ROW
   Reset pengaruh stylesheet jurnal lain
   ========================================================= */

.pkp_navigation_primary_row {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border: none !important;
    border-top: none !important;
    border-bottom: 1px solid #e5e5e5 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   2. NAVIGATION WRAPPER
   ========================================================= */

.pkp_navigation_primary_wrapper {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 32px !important;

    background: transparent !important;

    box-sizing: border-box !important;
}


/* =========================================================
   3. PRIMARY MENU
   ========================================================= */

#navigationPrimary {
    display: flex !important;
    align-items: center !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    list-style: none !important;

    white-space: normal !important;

    box-sizing: border-box !important;
}


/* =========================================================
   4. MENU ITEM
   ========================================================= */

#navigationPrimary > li {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    position: relative !important;

    box-sizing: border-box !important;
}


/* =========================================================
   5. MENU LINK - NORMAL
   ========================================================= */

#navigationPrimary > li > a,
#navigationPrimary > li > a:link,
#navigationPrimary > li > a:visited {

    display: block !important;

    background: transparent !important;

    color: #3b2418 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    line-height: 1.2 !important;

    text-transform: none !important;

    text-decoration: none !important;

    padding: 18px 20px !important;

    margin: 0 !important;

    border: none !important;
    border-bottom: 3px solid transparent !important;

    box-shadow: none !important;

    box-sizing: border-box !important;

    transition:
        color .2s ease,
        border-color .2s ease,
        background-color .2s ease !important;
}


/* =========================================================
   6. HOVER
   ========================================================= */

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {

    background: transparent !important;

    color: #b68a16 !important;

    border-bottom-color: #b68a16 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    outline: none !important;
}


/* =========================================================
   7. ACTIVE MENU
   ========================================================= */

#navigationPrimary > li.current > a,
#navigationPrimary > li.active > a,
#navigationPrimary > li.current > a:link,
#navigationPrimary > li.active > a:link {

    background: transparent !important;

    color: #b68a16 !important;

    border-bottom: 3px solid #b68a16 !important;

    box-shadow: none !important;
}


/* =========================================================
   8. DROPDOWN MENU
   ========================================================= */

#navigationPrimary > li > ul {

    background: #ffffff !important;

    border: 1px solid #dddddd !important;

    border-top: 2px solid #b68a16 !important;

    border-radius: 0 !important;

    box-shadow: 0 6px 18px rgba(0,0,0,.12) !important;

    margin: 0 !important;

    padding: 6px 0 !important;

    min-width: 190px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   9. DROPDOWN LINK
   ========================================================= */

#navigationPrimary > li > ul li {

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


#navigationPrimary > li > ul li a,
#navigationPrimary > li > ul li a:visited {

    display: block !important;

    background: transparent !important;

    color: #3b2418 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;

    text-transform: none !important;

    text-decoration: none !important;

    padding: 11px 18px !important;

    border: none !important;

    box-shadow: none !important;
}


/* DROPDOWN HOVER */

#navigationPrimary > li > ul li a:hover,
#navigationPrimary > li > ul li a:focus {

    background: #f5f1e8 !important;

    color: #b68a16 !important;

    text-decoration: none !important;
}


/* =========================================================
   10. DROPDOWN ARROW
   ========================================================= */

#navigationPrimary > li[aria-haspopup] > a:before {

    border-top-color: #3b2418 !important;
}


#navigationPrimary > li[aria-haspopup] > a:hover:before {

    border-top-color: #b68a16 !important;
}


/* =========================================================
   11. SEARCH AREA
   ========================================================= */

.pkp_navigation_search_wrapper {

    display: flex !important;
    align-items: center !important;

    margin-left: auto !important;

    padding: 0 !important;

    background: transparent !important;

    border: none !important;

    box-sizing: border-box !important;
}


.pkp_navigation_search_wrapper a,
.pkp_navigation_search_wrapper a:visited {

    display: inline-flex !important;
    align-items: center !important;

    background: transparent !important;

    color: #3b2418 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    padding: 12px 0 12px 20px !important;

    border: none !important;

    box-shadow: none !important;
}


.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper a:focus {

    background: transparent !important;

    color: #b68a16 !important;

    text-decoration: none !important;
}


/* =========================================================
   12. REMOVE OLD FORCED GOLD BLOCK STYLE
   ========================================================= */

#navigationPrimary > li,
#navigationPrimary > li > a,
#navigationPrimary > li > a:link,
#navigationPrimary > li > a:visited,
.pkp_navigation_primary_row,
.pkp_navigation_primary_wrapper,
.pkp_navigation_search_wrapper {

    box-shadow: none !important;
}


/* =========================================================
   13. MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .pkp_navigation_primary_wrapper {

        padding: 0 !important;

        display: block !important;
    }


    #navigationPrimary {

        display: block !important;

        width: 100% !important;

        background: #ffffff !important;
    }


    #navigationPrimary > li {

        display: block !important;

        width: 100% !important;

        border-bottom: 1px solid #eeeeee !important;
    }


    #navigationPrimary > li > a {

        display: block !important;

        width: 100% !important;

        padding: 14px 20px !important;

        border-bottom: none !important;
    }


    #navigationPrimary > li.current > a,
    #navigationPrimary > li.active > a {

        background: #f5f1e8 !important;

        border-left: 4px solid #b68a16 !important;

        border-bottom: none !important;
    }


    .pkp_navigation_search_wrapper {

        margin-left: 0 !important;

        padding: 10px 20px !important;

        background: #ffffff !important;

        border-top: 1px solid #eeeeee !important;
    }
}

/* =====================================================
   LAGALIGO PRESS - JOURNAL COVER GRID
   ===================================================== */

.page_index_site .journals-cover-grid {
    width: 100%;
    margin: 30px 0;
}

.page_index_site .journals-cover-grid h2 {
    display: none;
}

.page_index_site .journals-cover-grid > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;

    list-style: none;

    margin: 0;
    padding: 0;

    width: 100%;
}

.page_index_site .journals-cover-grid .journal-cover-item {
    margin: 0;
    padding: 0;

    border: none;
    background: transparent;
}

.page_index_site .journals-cover-grid .journal-cover-link {
    display: block;

    width: 100%;

    text-decoration: none;

    transition: transform .25s ease;
}

.page_index_site .journals-cover-grid .journal-cover-link:hover {
    transform: translateY(-6px);
}

.page_index_site .journals-cover-grid img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;

    border-radius: 4px;

    box-shadow: 0 5px 18px rgba(0,0,0,.18);

    transition:
        box-shadow .25s ease,
        transform .25s ease;
}

.page_index_site .journals-cover-grid .journal-cover-link:hover img {
    box-shadow: 0 12px 28px rgba(0,0,0,.28);
}

.page_index_site .journals-cover-grid .journal-name {
    display: block;

    padding: 25px 15px;

    text-align: center;

    font-family: Georgia, "Times New Roman", serif;

    color: #630000;

    background: #fff;

    border: 1px solid #ddd;
}

/* TABLET */
@media (max-width: 768px) {

    .page_index_site .journals-cover-grid > ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

}

/* MOBILE */
@media (max-width: 480px) {

    .page_index_site .journals-cover-grid > ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

}

<div style="
    width:100%;
    background:#A90000;
    color:#FFFFFF;
    padding:28px 30px 25px 30px;
    box-sizing:border-box;
    text-align:center;
    font-family:Georgia,'Times New Roman',serif;
    font-size:14px;
    line-height:1.6;
">

    <!-- NAVIGATION -->
    <div style="
        margin:0 0 14px 0;
        padding:0;
        text-align:center;
    ">
        <a href="/" style="color:#FFFFFF !important; text-decoration:underline;">
            Home
        </a>
        |
        <a href="/about" style="color:#FFFFFF !important; text-decoration:underline;">
            About Us
        </a>
        |
        <a href="/privacy" style="color:#FFFFFF !important; text-decoration:underline;">
            Privacy Policy
        </a>
        |
        <a href="/issue/archive" style="color:#FFFFFF !important; text-decoration:underline;">
            Archive
        </a>
        |
        <a href="/sitemap" style="color:#FFFFFF !important; text-decoration:underline;">
            Sitemap
        </a>
        |
        <a href="/contact" style="color:#FFFFFF !important; text-decoration:underline;">
            Contact Us
        </a>
    </div>


    <!-- LICENSE -->
    <div style="
        margin:0 0 18px 0;
        color:#FFFFFF;
    ">
        This work is licensed under
        <a
            href="https://creativecommons.org/licenses/by/4.0/"
            target="_blank"
            rel="noopener"
            style="
                color:#FFFFFF !important;
                text-decoration:underline;
            ">
            Creative Commons Attribution 4.0 International License
        </a>.
    </div>


    <!-- DISCLAIMER -->
    <div style="
        max-width:1200px;
        margin:0 auto 20px auto;
        padding:0;
        color:#FFFFFF;
        font-weight:700;
        text-align:center;
    ">

        Disclaimer: FOSTER: Journal of English Language Teaching
        articles published by Faculty of Education and Teacher Training,
        IAIN Palopo have been reviewed and authenticated by the authors
        before publication. The Journal, Editor, and Editorial Board are
        not responsible for inaccurate or misleading data contained in the
        published articles. Responsibility rests solely with the respective
        authors.

        Please read our
        <a
            href="/about/editorial-policies#plagiarism"
            style="
                color:#FFFFFF !important;
                text-decoration:underline;
            ">
            Plagiarism Policy
        </a>.

    </div>


    <!-- COPYRIGHT -->
    <div style="
        margin:0 0 8px 0;
        color:#FFFFFF;
        font-weight:700;
    ">
        © 2020 FOSTER: Journal of English Language Teaching
    </div>


    <!-- OPEN ACCESS -->
    <div style="
        margin:0 0 18px 0;
        color:#FFFFFF;
    ">

        This journal provides immediate open access under the terms of the
        <a
            href="https://creativecommons.org/licenses/by/4.0/"
            target="_blank"
            rel="noopener"
            style="
                color:#FFFFFF !important;
                text-decoration:underline;
            ">
            Creative Commons Attribution 4.0 International License
        </a>.

    </div>


    <!-- CC BY -->
    <div style="
        text-align:center;
        margin:0;
        padding:0;
    ">

        <img
            src="/public/site/images/cc-by.png"
            alt="Creative Commons Attribution 4.0 International License"
            style="
                width:90px;
                height:auto;
                display:inline-block;
                border:0;
            "
        />

    </div>

</div>

/* =====================================================
   LAGALIGO PRESS — JOURNAL CATALOG
   ONLY FOR SITE INDEX
   ===================================================== */

/* CONTAINER */

.page_index_site .lagaligo-journals {
    width: 100% !important;
    margin: 45px 0 70px 0 !important;
    padding: 0 !important;
}


/* HIDE DEFAULT JOURNALS TITLE */

.page_index_site .lagaligo-journals > h2 {
    display: none !important;
}


/* =====================================================
   JOURNAL GRID
   ===================================================== */

.page_index_site .lagaligo-journal-grid {
    display: grid !important;

    grid-template-columns:
        repeat(auto-fit, minmax(200px, 240px)) !important;

    justify-content: center !important;

    align-items: start !important;

    gap: 40px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;

    box-sizing: border-box !important;
}


/* =====================================================
   JOURNAL ITEM
   ===================================================== */

.page_index_site .lagaligo-journal-grid
.lagaligo-journal-item {
    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: flex-start !important;

    width: 100% !important;

    height: auto !important;
    min-height: 1px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;

    list-style: none !important;
}


/* =====================================================
   THUMB CONTAINER
   ===================================================== */

.page_index_site .lagaligo-journal-grid
.lagaligo-journal-item .thumb {
    display: block !important;

    visibility: visible !important;

    opacity: 1 !important;

    position: relative !important;

    width: 220px !important;

    max-width: 100% !important;

    height: auto !important;

    min-height: 1px !important;

    margin: 0 auto !important;

    padding: 0 !important;

    overflow: visible !important;

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;
}


/* =====================================================
   JOURNAL COVER LINK
   ===================================================== */

.page_index_site .lagaligo-journal-grid
.lagaligo-journal-item .thumb a {
    display: block !important;

    visibility: visible !important;

    opacity: 1 !important;

    position: relative !important;

    width: 100% !important;

    height: auto !important;

    margin: 0 !important;

    padding: 0 !important;

    overflow: hidden !important;

    background: #ffffff !important;

    border: none !important;

    border-radius: 5px !important;

    box-shadow:
        0 6px 18px rgba(0, 0, 0, .20) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease !important;
}


/* =====================================================
   JOURNAL IMAGE
   ===================================================== */

.page_index_site .lagaligo-journal-grid
.lagaligo-journal-item .thumb a img {
    display: block !important;

    visibility: visible !important;

    opacity: 1 !important;

    position: relative !important;

    float: none !important;

    width: 100% !important;

    max-width: 100% !important;

    height: auto !important;

    min-height: 1px !important;

    margin: 0 !important;

    padding: 0 !important;

    border: none !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    background: #ffffff !important;

    object-fit: contain !important;

    transition:
        transform .35s ease !important;
}


/* =====================================================
   HOVER EFFECT
   ===================================================== */

.page_index_site .lagaligo-journal-grid
.lagaligo-journal-item .thumb a:hover {
    transform: translateY(-7px) !important;

    box-shadow:
        0 14px 30px rgba(0, 0, 0, .25) !important;
}


.page_index_site .lagaligo-journal-grid
.lagaligo-journal-item .thumb a:hover img {
    transform: scale(1.025) !important;
}


/* =====================================================
   JOURNAL ACTIONS
   ===================================================== */

.page_index_site .lagaligo-journal-actions {
    display: flex !important;

    width: 220px !important;

    max-width: 100% !important;

    gap: 8px !important;

    margin: 16px auto 0 auto !important;

    padding: 0 !important;

    box-sizing: border-box !important;
}


/* BUTTON */

.page_index_site .lagaligo-journal-actions a {
    flex: 1 1 0 !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    min-height: 42px !important;

    margin: 0 !important;

    padding: 8px 6px !important;

    box-sizing: border-box !important;

    background: #630000 !important;

    color: #ffffff !important;

    border: none !important;

    border-radius: 3px !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 10px !important;

    font-weight: 700 !important;

    letter-spacing: .5px !important;

    line-height: 1.3 !important;

    text-align: center !important;

    text-decoration: none !important;

    text-transform: uppercase !important;

    transition:
        background .2s ease,
        transform .2s ease !important;
}


.page_index_site .lagaligo-journal-actions a:hover {
    background: #c9a227 !important;

    color: #630000 !important;

    transform: translateY(-2px) !important;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 768px) {

    .page_index_site .lagaligo-journal-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 30px 20px !important;
    }

    .page_index_site .lagaligo-journal-grid
    .lagaligo-journal-item .thumb {
        width: 190px !important;
    }

    .page_index_site .lagaligo-journal-actions {
        width: 190px !important;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 480px) {

    .page_index_site .lagaligo-journal-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 24px 12px !important;
    }

    .page_index_site .lagaligo-journal-grid
    .lagaligo-journal-item .thumb {
        width: 145px !important;
    }

    .page_index_site .lagaligo-journal-actions {
        width: 145px !important;

        gap: 5px !important;
    }

    .page_index_site .lagaligo-journal-actions a {
        min-height: 38px !important;

        padding: 6px 3px !important;

        font-size: 8px !important;
    }

}