.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 500px; 
	max-width: 100%;
	width: auto;
	height: auto;
}
.pkp_footer_content {
	float: left;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pkp_brand_footer {
	float: right; 
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* =========================================================
   SIDEBAR MENU - BLUE VERSION
   Gaya terinspirasi sidebar jurnal Tribakti
   ========================================================= */


/* =========================
   MENU ITEM NORMAL
   ========================= */

.journal-sidebar-item {
    margin: 0 !important;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;

    border-left: 1px solid #D9E6F2 !important;
    border-right: 1px solid #D9E6F2 !important;
    border-bottom: 1px solid #D9E6F2 !important;

    transition:
        background-color 0.20s ease,
        color 0.20s ease,
        box-shadow 0.20s ease;
}


/* =========================
   LINK NORMAL
   ========================= */

.journal-sidebar-item a {
    display: flex !important;
    align-items: center;

    min-height: 43px;

    padding: 9px 10px !important;

    box-sizing: border-box;

    color: #2F75B5 !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    text-decoration: none !important;

    transition:
        background-color 0.20s ease,
        color 0.20s ease,
        padding-left 0.20s ease;
}


/* =========================
   ICON NORMAL
   ========================= */

.journal-sidebar-item em {
    display: inline-block;

    width: 26px;
    min-width: 26px;

    margin-right: 4px;

    text-align: center;

    color: #2F75B5 !important;

    font-size: 15px;

    transition:
        color 0.20s ease,
        transform 0.20s ease;
}


/* =========================
   HOVER ITEM
   ========================= */

.journal-sidebar-item:hover {
    background: #0F4C81 !important;
    background-color: #0F4C81 !important;
    background-image: none !important;

    border-left: 4px solid #38BDF8 !important;
    border-right-color: #0F4C81 !important;
    border-bottom-color: #0F4C81 !important;

    transform: none !important;

    box-shadow: none !important;

    cursor: pointer;
}


/* =========================
   HOVER LINK
   ========================= */

.journal-sidebar-item:hover a,
.journal-sidebar-item:hover a:hover {
    background: #0F4C81 !important;
    background-color: #0F4C81 !important;

    color: #FFFFFF !important;

    padding-left: 13px !important;

    text-decoration: none !important;
}


/* =========================
   HOVER ICON
   ========================= */

.journal-sidebar-item:hover em {
    color: #38BDF8 !important;

    transform: none !important;

}


/* =========================
   FOCUS
   ========================= */

.journal-sidebar-item a:focus {
    outline: none !important;

    color: #FFFFFF !important;
    background: #0F4C81 !important;
}


/* =========================
   ACTIVE / CURRENT MENU
   ========================= */

.journal-sidebar-item.active,
.journal-sidebar-item.active a {
    background: #0F4C81 !important;
    color: #FFFFFF !important;
}

.journal-sidebar-item.active em {
    color: #D9F0FF !important;
}


/* =========================
   HOVER TRANSITION
   ========================= */

.journal-sidebar-item,
.journal-sidebar-item a,
.journal-sidebar-item em {
    transition-duration: 0.20s;
}


/* =========================
   MATIKAN EFEK PSEUDO
   ========================= */

.journal-sidebar-item::before,
.journal-sidebar-item::after,
.journal-sidebar-item a::before,
.journal-sidebar-item a::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}