/*
 * ============================================================
 *  COLOR OVERRIDE — JIES (Journal of Integrated Engineering Studies)
 *  SCHEME: Deep Blue
 * ============================================================
 *  HOW TO USE:
 *  Upload via JIES journal dashboard:
 *  Settings → Website → Appearance → Additional Stylesheet
 *  (Upload AFTER the base quillspark_addon.css, or paste below it)
 *
 *  Replaces greens with deep blue tones.
 *  Base layout from quillspark_addon.css stays untouched.
 *
 *    Nav / Header blue:     #0a3d6b
 *    Accent orange:         #e07b10
 *    Footer dark blue:      #062040
 * ============================================================ */

/* A. Header band */
.pkp_structure_head {
    background-color: #0a3d6b !important;
    border-bottom: 3px solid #e07b10 !important;
}

/* C. Nav bar */
.pkp_navigation_primary_row {
    background: #0a3d6b !important;
}

#navigationPrimary > li > a {
    color: #fff !important;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
    border-bottom-color: #e07b10 !important;
}

.pkp_site_nav_menu {
    background: #0a3d6b !important;
}

/* D. Dropdown */
#navigationPrimary ul {
    border-top-color: #e07b10 !important;
}

#navigationPrimary ul a {
    color: #0a3d6b !important;
}

#navigationPrimary ul a:hover,
#navigationPrimary ul a:focus {
    color: #062040 !important;
    border-left-color: #0a3d6b !important;
    background: #e8f0f8 !important;
}

/* F. Footer */
.pkp_structure_footer_wrapper {
    background: #062040 !important;
    border-top-color: #e07b10 !important;
}

/* H. Article labels */
.obj_article_details .main_entry .item .label {
    color: #062040 !important;
    border-bottom-color: #e07b10 !important;
}

.obj_article_details .main_entry .item.doi .label,
.obj_article_details .main_entry .item.keywords .label {
    color: #0a3d6b !important;
}

.obj_article_details .entry_details .sub_item .label {
    color: #0a3d6b !important;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
    border-bottom-color: #e07b10 !important;
}

.obj_article_details .entry_details .item > .label,
.obj_article_details .entry_details .sub_item:first-child > .label {
    background: #e8f0f8 !important;
    color: #062040 !important;
}

/* I. Article title links */
.obj_article_summary > .title a {
    color: #0a3d6b !important;
}

.obj_article_summary > .title a:hover,
.obj_article_summary > .title a:focus {
    color: #1560a8 !important;
}

.obj_article_details > .page_title {
    color: #062040 !important;
}

a { color: #0a3d6b !important; }
a:hover, a:focus { color: #1560a8 !important; }

/* J. Galley buttons */
.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link {
    background: #0a3d6b !important;
    border-color: #062040 !important;
}

.cmp_manuscript_button:hover,
.cmp_manuscript_button:focus,
.block_make_submission a:hover,
.block_make_submission a:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
    background: #1560a8 !important;
}

/* O. Search link — white to match nav items */
.pkp_navigation_search_wrapper a,
.pkp_search.pkp_search_desktop {
    color: #fff !important;
    text-decoration: none;
}
.pkp_navigation_search_wrapper a:hover,
.pkp_search.pkp_search_desktop:hover {
    color: rgba(255,255,255,0.75) !important;
    text-decoration: none;
}
