/* =========================================================
   AJESA OJS - Custom Journal Style Sheet
   Footer background matched to the journal header area
   OJS 3.3.x
   ========================================================= */

/* ---------------------------------------------------------
   FOOTER
   Change #006633 below only if your header uses a different
   green shade.
   --------------------------------------------------------- */

.pkp_structure_footer_wrapper {
    background-color: #006633 !important;
    border-top: none !important;
}

.pkp_structure_footer {
    background-color: transparent !important;
}

.pkp_footer_content {
    background-color: transparent !important;
    color: #ffffff !important;
}

.pkp_footer_content p,
.pkp_footer_content div,
.pkp_footer_content span {
    color: #ffffff !important;
}

.pkp_footer_content a {
    color: #ffffff !important;
}

.pkp_footer_content a:hover {
    color: #d9f2d9 !important;
    text-decoration: underline;
}

/* Copyright / footer text */
.pkp_structure_footer_wrapper .pkp_brand_footer,
.pkp_structure_footer_wrapper .pkp_brand_footer a {
    color: #ffffff !important;
}

/* Remove the grey appearance sometimes applied by the theme */
.pkp_structure_footer_wrapper,
.pkp_structure_footer_wrapper .container,
.pkp_structure_footer_wrapper .pkp_structure_footer {
    box-shadow: none !important;
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 768px) {
    .pkp_structure_footer_wrapper {
        background-color: #006633 !important;
    }

    .pkp_footer_content {
        color: #ffffff !important;
    }
}

/* =========================================================
   AJESA JOURNAL MENU
   Prime Crest-inspired sidebar design
   ========================================================= */

.ajesa-journal-menu {
    background: #ffffff;
    border: 3px solid #1f5685;
    border-radius: 10px;
    padding: 28px 26px 18px 26px;
    margin: 0 0 25px 0;
    box-sizing: border-box;
}

/* Journal Menu Heading */

.ajesa-journal-menu h2 {
    margin: 0 0 8px 0;
    padding: 0 0 18px 0;
    border-bottom: 2px solid #e1e7eb;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

/* Remove default list formatting */

.ajesa-journal-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Individual menu items */

.ajesa-journal-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e3e9ed;
}

/* Remove line from final item */

.ajesa-journal-menu ul li:last-child {
    border-bottom: none;
}

/* Menu links */

.ajesa-journal-menu ul li a {
    display: block;
    margin: 0;
    padding: 15px 0;
    color: #145a8d;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Hover effect */

.ajesa-journal-menu ul li a:hover {
    color: #0b4269;
    background: #f5f9fb;
    text-decoration: none;
    padding-left: 8px;
}

/* =========================================================
   AJESA JOURNAL MENU - MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .ajesa-journal-menu {
        border-width: 2px;
        border-radius: 8px;
        padding: 22px 18px 12px 18px;
        margin-bottom: 20px;
    }

    .ajesa-journal-menu h2 {
        font-size: 19px;
        padding-bottom: 14px;
    }

    .ajesa-journal-menu ul li a {
        font-size: 15px;
        padding: 13px 0;
    }

}

/* =========================================================
   AJESA JOURNAL COVER - 60% WIDTH
   ========================================================= */

.homepage_image {
    text-align: center !important;
}

.homepage_image img {
    width: 60% !important;
    max-width: 60% !important;
    height: auto !important;
    display: inline-block !important;
    margin: 0 auto !important;
}

/* Keep the cover comfortable on mobile devices */
@media (max-width: 768px) {
    .homepage_image img {
        width: 90% !important;
        max-width: 90% !important;
    }
}
