/* =========================================

canvas,
.stats-chart,
.chart,
.c3,
svg {
    transition: none !important;
    animation: none !important;
}

/* =========================================
FOOTER
========================================= */

.pkp_structure_footer_wrapper {
    background: #003366;
    color: white;
    padding: 40px 20px;
    margin-top: 60px;
}

.pkp_structure_footer_wrapper a {
    color: #d9e8f5;
}

.pkp_structure_footer_wrapper a:hover {
    color: white;
}

/* REMOVE PKP BRANDING */

.pkp_brand_footer {
    display: none;
}

/* =========================================
SCROLLBAR
========================================= */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #005792;
    border-radius: 10px;
}

/* =========================================
MOBILE RESPONSIVE
========================================= */

@media (max-width: 768px) {

.pkp_site_name a {
    font-size: 24px;
}

.page_index_journal .homepage_about {
    padding: 22px;
}

.page_index_journal .homepage_about h2 {
    font-size: 28px;
}

.obj_article_summary {
    padding: 18px;
}

}

/* ===== Justified Abstract Styling ===== */

.obj_article_details .abstract,
.obj_article_details .item.abstract,
.obj_article_details .abstract p,
.obj_article_details .item.abstract p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
}