/* ==========================================================
   IJSEP PREMIUM MINIMAL
   Academic Free Theme / OJS 3.3
   Full Option B
   ========================================================== */


/* ==========================================================
   DESIGN TOKENS
   ========================================================== */

:root {
    --ijsep-navy-950: #061f33;
    --ijsep-navy-900: #082b46;
    --ijsep-navy-800: #103b5d;
    --ijsep-navy-700: #174f73;

    --ijsep-teal-600: #087f8c;
    --ijsep-teal-500: #0d98a5;
    --ijsep-teal-400: #18aeb8;
    --ijsep-teal-100: #eaf7f7;

    --ijsep-bg: #f6f8fa;
    --ijsep-surface: #ffffff;
    --ijsep-text: #263746;
    --ijsep-muted: #667a88;
    --ijsep-border: #dfe7ec;

    --ijsep-radius-sm: 8px;
    --ijsep-radius: 14px;
    --ijsep-radius-lg: 18px;

    --ijsep-shadow:
        0 8px 26px rgba(7,42,67,.07);

    --ijsep-shadow-hover:
        0 15px 35px rgba(7,42,67,.12);
}


/* ==========================================================
   GLOBAL RESET
   ========================================================== */

html,
body {
    margin: 0 !important;

    background: var(--ijsep-bg) !important;

    color: var(--ijsep-text) !important;

    font-family:
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;

    font-size: 16px !important;

    line-height: 1.75 !important;
}


html body {
    background-image: none !important;
}


html body .pkp_structure_page,
html body .pkp_structure_content,
html body .pkp_structure_main,
html body .page,
html body .page_about,
html body .about_journal,
html body .about_site {
    background-image: none !important;
}


html body a {
    color: var(--ijsep-teal-600);

    text-decoration: none !important;

    transition:
        color .18s ease,
        background .18s ease,
        transform .18s ease,
        box-shadow .18s ease;
}


html body a:hover {
    color: var(--ijsep-navy-900);
}


html body img {
    max-width: 100%;
    height: auto;
}


html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
    color: var(--ijsep-navy-900) !important;

    font-weight: 700 !important;

    line-height: 1.35 !important;
}


/* ==========================================================
   TOP USER BAR
   ========================================================== */

html body .pkp_navigation_user_wrapper {
    min-height: 38px !important;

    background:
        linear-gradient(
            90deg,
            #28539a,
            #36a8dc
        ) !important;
}


html body .pkp_navigation_user {
    max-width: 1140px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


html body .pkp_navigation_user a {
    color: #ffffff !important;

    font-size: 13px !important;
}


/* ==========================================================
   MAIN HEADER
   ========================================================== */

html body .main-header,
html body header.main-header {
    display: block !important;

    visibility: visible !important;

    opacity: 1 !important;

    margin: 0 !important;

    padding: 0 !important;

    background: #ffffff !important;

    background-image: none !important;

    border: 0 !important;

    border-bottom:
        1px solid #e5ebef !important;

    box-shadow:
        0 3px 15px rgba(7,42,67,.05) !important;

    min-height: 0 !important;

    height: auto !important;
}


html body .main-header::before,
html body .main-header::after {
    display: none !important;

    content: none !important;
}


/* ==========================================================
   HEADER CONTAINER
   ========================================================== */

html body .main-header > .container {
    width: 100% !important;

    max-width: 1140px !important;

    margin: 0 auto !important;

    padding:
        0 18px !important;

    display: flex !important;

    flex-wrap: wrap !important;

    align-items: center !important;

    background: transparent !important;

    box-sizing: border-box !important;
}


/* ==========================================================
   TOP TITLE AREA
   ========================================================== */

html body .pkp_site_name,
html body .navbar-brand {
    margin: 0 !important;

    padding:
        15px 0 !important;
}


html body .pkp_site_name a,
html body .pkp_site_name .is_text,
html body .navbar-brand {
    color: #741414 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size:
        24px !important;

    font-weight:
        700 !important;

    line-height:
        1.25 !important;

    letter-spacing:
        -.2px !important;
}


/* ==========================================================
   NAVIGATION
   ========================================================== */

html body .main-header #main-navbar,
html body .main-header #main-navbar.collapse,
html body .main-header .navbar-collapse,
html body .main-header div[id="main-navbar"] {
    display: flex !important;

    visibility: visible !important;

    opacity: 1 !important;

    position: static !important;

    transform: none !important;

    width: 100% !important;

    min-height: 48px !important;

    height: auto !important;

    max-height: none !important;

    flex:
        1 1 100% !important;

    align-items: center !important;

    justify-content: space-between !important;

    margin: 0 !important;

    padding:
        0 0 9px !important;

    overflow: visible !important;

    background: transparent !important;

    border: 0 !important;

    border-radius: 0 !important;

    box-shadow: none !important;
}


html body .main-header #primaryNav,
html body .main-header ul#primaryNav,
html body .main-header .navbar-nav {
    display: flex !important;

    visibility: visible !important;

    opacity: 1 !important;

    position: static !important;

    flex-direction: row !important;

    flex-wrap: wrap !important;

    align-items: center !important;

    gap: 3px !important;

    width: auto !important;

    margin:
        0 auto 0 0 !important;

    padding: 0 !important;

    list-style: none !important;
}


html body .main-header #primaryNav > li {
    display: block !important;

    position: relative !important;

    margin: 0 !important;

    padding: 0 !important;
}


html body .main-header #primaryNav > li > a,
html body .main-header #primaryNav .nav-link,
html body .main-header .navbar-nav > li > a {
    display: block !important;

    color: #465865 !important;

    background: transparent !important;

    padding:
        9px 12px !important;

    border: 0 !important;

    border-radius: 8px !important;

    font-size: 14px !important;

    font-weight: 500 !important;

    line-height: 1.35 !important;
}


html body .main-header #primaryNav > li > a:hover,
html body .main-header #primaryNav .nav-link:hover,
html body .main-header .navbar-nav > li > a:hover {
    color: var(--ijsep-navy-900) !important;

    background: var(--ijsep-teal-100) !important;
}


/* ==========================================================
   DROPDOWN
   ========================================================== */

html body .main-header .dropdown-menu,
html body .main-header #primaryNav ul {
    background: #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-radius: 10px !important;

    padding: 7px !important;

    box-shadow:
        0 15px 32px rgba(7,42,67,.15) !important;
}


html body .main-header .dropdown-menu a,
html body .main-header #primaryNav ul a {
    color: var(--ijsep-text) !important;

    padding:
        8px 11px !important;

    border-radius: 7px !important;
}


html body .main-header .dropdown-menu a:hover,
html body .main-header #primaryNav ul a:hover {
    background: var(--ijsep-teal-100) !important;

    color: var(--ijsep-navy-900) !important;
}


/* ==========================================================
   SEARCH
   ========================================================== */

html body .main-header form {
    display: flex !important;

    align-items: center !important;

    margin-left: auto !important;

    margin-bottom: 0 !important;
}


html body .main-header input[type="search"],
html body .main-header input[type="text"] {
    width: 170px !important;

    height: 36px !important;

    padding:
        6px 11px !important;

    color: var(--ijsep-text) !important;

    background: #ffffff !important;

    border:
        1px solid #d9e3e8 !important;

    border-radius: 8px !important;

    box-shadow: none !important;
}


html body .main-header input[type="search"]:focus,
html body .main-header input[type="text"]:focus {
    border-color:
        var(--ijsep-teal-500) !important;

    outline: none !important;

    box-shadow:
        0 0 0 3px rgba(13,152,165,.10) !important;
}


html body .main-header button,
html body .main-header input[type="submit"] {
    height: 36px !important;

    margin-left: 6px !important;

    padding:
        0 14px !important;

    color: #ffffff !important;

    background:
        var(--ijsep-teal-500) !important;

    border: 0 !important;

    border-radius: 8px !important;

    font-size: 12px !important;

    font-weight: 700 !important;
}


/* ==========================================================
   CENTERED IJSEP MASTHEAD
   ========================================================== */

html body .navbar-logo {
    display: flex !important;

    visibility: visible !important;

    opacity: 1 !important;

    justify-content: center !important;

    align-items: center !important;

    width: 100% !important;

    flex:
        1 1 100% !important;

    margin:
        12px auto 26px !important;

    padding: 0 !important;

    text-align: center !important;
}


html body .navbar-logo > a {
    display: inline-flex !important;

    justify-content: center !important;

    align-items: center !important;

    background: #ffffff !important;

    padding:
        14px 24px !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-radius:
        14px !important;

    box-shadow:
        0 8px 24px rgba(7,42,67,.07) !important;
}


html body .navbar-logo img {
    display: block !important;

    width: auto !important;

    height: auto !important;

    max-width: 700px !important;

    max-height: 145px !important;

    margin: 0 auto !important;

    object-fit: contain !important;
}


/* ==========================================================
   REMOVE BLUE WAVE / SLIDE EFFECT
   ========================================================== */

html body,
html body .pkp_structure_page,
html body .pkp_structure_content,
html body .pkp_structure_main,
html body .main-header,
html body .main-header *,
html body .page,
html body .page_about,
html body .about_journal,
html body .about_site,
html body .homepage_image,
html body .homepage-image,
html body .journal_description,
html body .additional_content {
    background-image: none !important;
}


html body .pkp_structure_page::before,
html body .pkp_structure_page::after,
html body .pkp_structure_content::before,
html body .pkp_structure_content::after,
html body .page::before,
html body .page::after,
html body .page_about::before,
html body .page_about::after {
    display: none !important;

    content: none !important;
}


/* ==========================================================
   MAIN CONTENT
   ========================================================== */

html body .pkp_structure_content {
    max-width: 1140px !important;

    margin:
        30px auto 60px !important;

    padding:
        0 18px !important;

    box-sizing: border-box !important;
}


html body .pkp_structure_content.has_sidebar {
    gap: 24px !important;
}


html body .pkp_structure_main {
    background: #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-radius:
        var(--ijsep-radius-lg) !important;

    padding:
        34px !important;

    box-shadow:
        var(--ijsep-shadow) !important;

    overflow: hidden !important;
}


/* ==========================================================
   PAGE TITLE
   ========================================================== */

html body .page_title {
    margin:
        0 0 26px !important;

    padding-bottom:
        14px !important;

    color:
        var(--ijsep-navy-900) !important;

    border-bottom:
        1px solid var(--ijsep-border) !important;

    font-size:
        30px !important;

    font-weight:
        700 !important;
}


/* ==========================================================
   ABOUT JOURNAL
   ========================================================== */

html body .page_about,
html body .about_journal {
    background: #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-left:
        4px solid var(--ijsep-teal-500) !important;

    border-radius:
        16px !important;

    padding:
        30px !important;

    box-shadow:
        0 8px 25px rgba(7,42,67,.055) !important;
}


html body .page_about p,
html body .page_about li,
html body .about_journal p,
html body .about_journal li {
    color: #405766 !important;

    font-size:
        16px !important;

    line-height:
        1.85 !important;
}


html body .page_about h1,
html body .page_about h2,
html body .page_about h3,
html body .about_journal h1,
html body .about_journal h2,
html body .about_journal h3 {
    color:
        var(--ijsep-navy-900) !important;
}


/* ==========================================================
   HOMEPAGE CALL FOR PAPERS
   ========================================================== */

html body .homepage_image,
html body .homepage-image {
    background: #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-radius:
        16px !important;

    padding:
        18px !important;

    margin-bottom:
        26px !important;

    box-shadow:
        0 6px 20px rgba(7,42,67,.05) !important;
}


html body .homepage_image img,
html body .homepage-image img {
    display: block !important;

    width: auto !important;

    max-width: 100% !important;

    max-height: 370px !important;

    margin:
        0 auto !important;

    object-fit: contain !important;

    border-radius: 10px !important;
}


/* ==========================================================
   HOMEPAGE INTRO
   ========================================================== */

html body .journal_description,
html body .additional_content,
html body .about_site {
    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f8fbfc
        ) !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-left:
        4px solid var(--ijsep-teal-500) !important;

    border-radius:
        14px !important;

    padding:
        25px !important;

    margin:
        25px 0 !important;
}


html body .journal_description p,
html body .additional_content p,
html body .about_site p {
    color: #425867 !important;

    line-height:
        1.8 !important;
}


html body .additional_content img {
    max-width: 200px !important;

    height: auto !important;
}


/* ==========================================================
   SIDEBAR
   ========================================================== */

html body .pkp_structure_sidebar {
    width: 310px !important;

    padding: 0 !important;
}


html body .pkp_structure_sidebar .pkp_block {
    margin-bottom:
        20px !important;

    padding:
        21px !important;

    background:
        #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-radius:
        15px !important;

    box-shadow:
        var(--ijsep-shadow) !important;

    overflow:
        hidden !important;
}


@media (min-width: 992px) {

    html body .pkp_structure_sidebar {
        position:
            sticky !important;

        top:
            20px !important;

        align-self:
            flex-start !important;
    }

}


/* ==========================================================
   JOURNAL SPECIFICATION
   ========================================================== */

html body .journal-spec {
    margin: 0 !important;

    padding: 0 !important;
}


html body .journal-spec h2 {
    margin:
        0 0 14px !important;

    padding-bottom:
        11px !important;

    color:
        var(--ijsep-navy-900) !important;

    border-bottom:
        2px solid var(--ijsep-teal-500) !important;

    font-size:
        18px !important;

    font-weight:
        700 !important;
}


html body .journal-spec table {
    width:
        100% !important;

    border-collapse:
        collapse !important;
}


html body .journal-spec td {
    padding:
        8px 4px !important;

    vertical-align:
        top !important;

    border-bottom:
        1px solid #edf2f5 !important;

    font-size:
        13px !important;

    line-height:
        1.4 !important;
}


html body .journal-spec td:first-child {
    width:
        45% !important;

    padding-right:
        8px !important;

    color:
        var(--ijsep-navy-900) !important;

    font-weight:
        700 !important;
}


html body .journal-spec td:last-child {
    color:
        #526a79 !important;

    overflow-wrap:
        anywhere !important;
}


/* ==========================================================
   JOURNAL MENU
   ========================================================== */

html body
.pkp_structure_sidebar
a[style*="background-color: #eaeaea"],

html body
.pkp_structure_sidebar
a[style*="background-color:#eaeaea"] {
    display: flex !important;

    align-items: center !important;

    min-height:
        42px !important;

    margin-bottom:
        7px !important;

    padding:
        10px 13px !important;

    color:
        #324b5b !important;

    background:
        #f8fafb !important;

    border:
        1px solid #e2eaee !important;

    border-radius:
        9px !important;

    text-align:
        left !important;

    font-size:
        12px !important;

    font-weight:
        650 !important;

    line-height:
        1.35 !important;
}


html body
.pkp_structure_sidebar
a[style*="background-color: #eaeaea"]:hover,

html body
.pkp_structure_sidebar
a[style*="background-color:#eaeaea"]:hover {
    color:
        var(--ijsep-navy-900) !important;

    background:
        var(--ijsep-teal-100) !important;

    border-color:
        #badcde !important;

    transform:
        translateX(3px) !important;
}


html body
.pkp_structure_sidebar
[style*="background-color: #0d2455"],

html body
.pkp_structure_sidebar
[style*="background-color:#0d2455"] {
    margin-bottom:
        12px !important;

    padding:
        11px 14px !important;

    color:
        #ffffff !important;

    background:
        var(--ijsep-navy-900) !important;

    border-radius:
        9px !important;

    font-size:
        14px !important;

    font-weight:
        700 !important;

    text-align:
        left !important;
}


/* ==========================================================
   CURRENT ISSUE
   ========================================================== */

html body .current_issue {
    position:
        relative !important;

    margin-top:
        30px !important;

    padding:
        28px !important;

    background:
        #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-radius:
        16px !important;

    box-shadow:
        0 8px 25px rgba(7,42,67,.055) !important;
}


html body .current_issue::before {
    content:
        "" !important;

    position:
        absolute !important;

    top:
        0 !important;

    left:
        0 !important;

    width:
        100% !important;

    height:
        4px !important;

    background:
        linear-gradient(
            90deg,
            var(--ijsep-teal-600),
            var(--ijsep-teal-400)
        ) !important;

    border-radius:
        16px 16px 0 0 !important;
}


/* ==========================================================
   ARTICLE CARDS
   ========================================================== */

html body .obj_article_summary {
    margin-bottom:
        15px !important;

    padding:
        21px 23px !important;

    background:
        #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-left:
        4px solid var(--ijsep-teal-500) !important;

    border-radius:
        11px !important;

    box-shadow:
        0 3px 12px rgba(7,42,67,.035) !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease !important;
}


html body .obj_article_summary:hover {
    transform:
        translateY(-3px) !important;

    box-shadow:
        var(--ijsep-shadow-hover) !important;
}


html body .obj_article_summary .title a {
    color:
        var(--ijsep-navy-900) !important;

    font-size:
        18px !important;

    font-weight:
        700 !important;

    line-height:
        1.5 !important;
}


html body .obj_article_summary .authors {
    margin-top:
        7px !important;

    color:
        var(--ijsep-muted) !important;

    font-size:
        14px !important;
}


/* ==========================================================
   BUTTONS / PDF
   ========================================================== */

html body .obj_galley_link,
html body .cmp_button,
html body input[type="submit"] {
    display:
        inline-flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    padding:
        8px 15px !important;

    color:
        #ffffff !important;

    background:
        var(--ijsep-teal-600) !important;

    border:
        1px solid var(--ijsep-teal-600) !important;

    border-radius:
        7px !important;

    font-weight:
        700 !important;

    box-shadow:
        none !important;
}


html body .obj_galley_link:hover,
html body .cmp_button:hover,
html body input[type="submit"]:hover {
    color:
        #ffffff !important;

    background:
        var(--ijsep-navy-900) !important;

    border-color:
        var(--ijsep-navy-900) !important;
}


/* ==========================================================
   ARTICLE PAGE
   ========================================================== */

html body .obj_article_details .page_title {
    font-size:
        29px !important;

    line-height:
        1.35 !important;
}


html body .obj_article_details .abstract {
    margin:
        28px 0 !important;

    padding:
        23px !important;

    background:
        #f7fafb !important;

    border:
        1px solid #e1eaee !important;

    border-left:
        4px solid var(--ijsep-teal-500) !important;

    border-radius:
        10px !important;
}


/* ==========================================================
   ARCHIVES
   ========================================================== */

html body .obj_issue_summary {
    margin-bottom:
        18px !important;

    padding:
        21px !important;

    background:
        #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-radius:
        13px !important;

    box-shadow:
        0 4px 15px rgba(7,42,67,.045) !important;
}


/* ==========================================================
   FOOTER
   ========================================================== */

html body footer,
html body .pkp_structure_footer_wrapper {
    margin-top:
        55px !important;

    padding:
        0 !important;

    color:
        #ffffff !important;

    background:
        var(--ijsep-navy-950) !important;

    background-image:
        none !important;

    border-top:
        4px solid var(--ijsep-teal-500) !important;
}


html body .pkp_structure_footer,
html body footer .container {
    max-width:
        1140px !important;

    margin:
        0 auto !important;

    padding:
        36px 24px !important;

    background:
        transparent !important;
}


/* ==========================================================
   FOOTER JOURNAL MASTHEAD
   ========================================================== */

html body footer .navbar-logo,
html body .pkp_structure_footer .navbar-logo {
    display:
        flex !important;

    justify-content:
        center !important;

    width:
        100% !important;

    margin:
        0 auto 25px !important;
}


html body footer .navbar-logo > a,
html body .pkp_structure_footer .navbar-logo > a {
    display:
        inline-flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    background:
        #ffffff !important;

    padding:
        9px 14px !important;

    border-radius:
        10px !important;

    box-shadow:
        0 6px 18px rgba(0,0,0,.15) !important;
}


html body footer .navbar-logo img,
html body .pkp_structure_footer .navbar-logo img {
    display:
        block !important;

    width:
        auto !important;

    max-width:
        410px !important;

    max-height:
        72px !important;

    height:
        auto !important;

    opacity:
        1 !important;

    filter:
        none !important;
}


/* ==========================================================
   FOOTER INSTITUTIONAL LOGOS
   ========================================================== */

html body .pkp_footer_content {
    width:
        100% !important;

    margin:
        0 auto 22px !important;

    padding:
        0 !important;

    background:
        transparent !important;
}


html body .pkp_footer_content p {
    display:
        flex !important;

    justify-content:
        center !important;

    align-items:
        center !important;

    width:
        100% !important;

    max-width:
        780px !important;

    margin:
        0 auto !important;

    padding:
        18px 28px !important;

    background:
        #ffffff !important;

    border-radius:
        13px !important;

    box-shadow:
        0 8px 24px rgba(0,0,0,.14) !important;

    box-sizing:
        border-box !important;
}


html body .pkp_footer_content img {
    display:
        block !important;

    width:
        auto !important;

    max-width:
        100% !important;

    height:
        auto !important;

    max-height:
        115px !important;

    margin:
        0 auto !important;

    opacity:
        1 !important;

    filter:
        none !important;

    object-fit:
        contain !important;
}


/* ==========================================================
   FOOTER TEXT
   ========================================================== */

html body .pkp_structure_footer p,
html body .pkp_structure_footer div {
    color:
        rgba(255,255,255,.88) !important;
}


html body .pkp_structure_footer a {
    color:
        #bcebed !important;
}


html body footer small,
html body .pkp_structure_footer small {
    color:
        #9fb9c9 !important;

    font-size:
        11px !important;

    opacity:
        .85 !important;
}


html body footer small a,
html body .pkp_structure_footer small a {
    color:
        #69cbd1 !important;
}


/* ==========================================================
   FORMS
   ========================================================== */

html body input[type="text"],
html body input[type="email"],
html body input[type="password"],
html body input[type="search"],
html body textarea,
html body select {
    padding:
        9px 11px !important;

    color:
        var(--ijsep-text) !important;

    background:
        #ffffff !important;

    border:
        1px solid var(--ijsep-border) !important;

    border-radius:
        7px !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991px) {

    html body .pkp_structure_main {
        padding:
            24px !important;
    }


    html body .pkp_structure_sidebar {
        width:
            100% !important;

        margin-top:
            24px !important;

        position:
            static !important;
    }


    html body .navbar-logo img {
        max-width:
            620px !important;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    html body .main-header > .container {
        padding:
            0 12px !important;
    }


    html body .pkp_site_name,
    html body .navbar-brand {
        width:
            100% !important;

        text-align:
            center !important;
    }


    html body .pkp_site_name a,
    html body .pkp_site_name .is_text,
    html body .navbar-brand {
        font-size:
            20px !important;
    }


    html body .main-header #main-navbar,
    html body .main-header #main-navbar.collapse {
        display:
            block !important;

        padding:
            5px 0 10px !important;
    }


    html body .main-header #primaryNav,
    html body .main-header .navbar-nav {
        display:
            block !important;

        width:
            100% !important;
    }


    html body .main-header #primaryNav > li {
        width:
            100% !important;
    }


    html body .main-header #primaryNav > li > a {
        display:
            block !important;

        width:
            100% !important;

        padding:
            9px 11px !important;
    }


    html body .main-header form {
        width:
            100% !important;

        margin-top:
            8px !important;

        margin-left:
            0 !important;
    }


    html body .main-header input[type="search"],
    html body .main-header input[type="text"] {
        flex:
            1 !important;

        width:
            auto !important;
    }


    html body .navbar-logo {
        margin:
            14px auto 20px !important;
    }


    html body .navbar-logo > a {
        width:
            100% !important;

        padding:
            10px 12px !important;
    }


    html body .navbar-logo img {
        max-width:
            100% !important;

        max-height:
            100px !important;
    }


    html body .pkp_structure_content {
        padding:
            0 12px !important;
    }


    html body .pkp_structure_main {
        padding:
            18px !important;

        border-radius:
            12px !important;
    }


    html body .page_about,
    html body .about_journal {
        padding:
            20px !important;
    }


    html body .current_issue {
        padding:
            19px !important;
    }


    html body .obj_article_summary {
        padding:
            17px !important;
    }


    html body .page_title {
        font-size:
            24px !important;
    }


    html body .pkp_footer_content p {
        padding:
            14px !important;
    }


    html body .pkp_footer_content img {
        max-height:
            85px !important;
    }


    html body footer .navbar-logo img {
        max-width:
            100% !important;
    }

}/* ==========================================================
   IJSEP FIX
   WHITE FOOTER + TRUE CENTERED JOURNAL MASTHEAD
   Paste at VERY BOTTOM of stylesheet
   ========================================================== */


/* ==========================================================
   1. TRUE CENTER THE IJSEP PICTURE
   ========================================================== */

html body .main-header .navbar-logo {
    display: flex !important;

    width: 100% !important;
    max-width: none !important;

    flex: 0 0 100% !important;

    justify-content: center !important;
    align-items: center !important;

    float: none !important;

    clear: both !important;

    position: relative !important;

    left: auto !important;
    right: auto !important;

    margin: 22px auto 28px !important;

    padding: 0 !important;

    text-align: center !important;

    box-sizing: border-box !important;
}


/* the clickable white logo card */

html body .main-header .navbar-logo > a {
    display: flex !important;

    justify-content: center !important;
    align-items: center !important;

    float: none !important;

    width: auto !important;

    max-width: 760px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding: 14px 24px !important;

    background: #ffffff !important;

    border: 1px solid #dde6eb !important;

    border-radius: 14px !important;

    box-shadow:
        0 8px 26px rgba(7, 42, 67, 0.08) !important;
}


/* make the IJSEP image larger */

html body .main-header .navbar-logo img {
    display: block !important;

    float: none !important;

    width: auto !important;
    height: auto !important;

    max-width: 700px !important;
    max-height: 145px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    object-fit: contain !important;
}


/* ==========================================================
   2. MAKE HEADER BACKGROUND CLEAN WHITE
   ========================================================== */

html body .main-header,
html body header.main-header {
    background: #ffffff !important;

    background-image: none !important;

    border-bottom: 1px solid #e3eaee !important;

    box-shadow:
        0 3px 14px rgba(7, 42, 67, 0.05) !important;
}


/* prevent any old image/wave background */

html body .main-header::before,
html body .main-header::after,
html body .main-header .container::before,
html body .main-header .container::after {
    display: none !important;

    content: none !important;

    background: none !important;
}


/* ==========================================================
   3. WHITE FOOTER
   ========================================================== */

html body footer,
html body .pkp_structure_footer_wrapper {
    background: #ffffff !important;

    background-image: none !important;

    color: #304654 !important;

    border-top: 1px solid #dfe7ec !important;

    box-shadow:
        0 -5px 25px rgba(7, 42, 67, 0.05) !important;

    margin-top: 55px !important;

    padding: 0 !important;
}


/* footer container */

html body .pkp_structure_footer,
html body footer .container {
    max-width: 1140px !important;

    margin: 0 auto !important;

    padding: 36px 24px !important;

    background: #ffffff !important;

    color: #304654 !important;
}


/* ==========================================================
   4. REMOVE DARK FOOTER TEXT RULES
   ========================================================== */

html body .pkp_structure_footer p,
html body .pkp_structure_footer div,
html body .pkp_structure_footer span,
html body footer p,
html body footer div {
    color: #405766 !important;
}


html body .pkp_structure_footer a,
html body footer a {
    color: #087f8c !important;
}


html body .pkp_structure_footer a:hover,
html body footer a:hover {
    color: #082b46 !important;
}


/* ==========================================================
   5. FOOTER LOGOS
   ========================================================== */

html body .pkp_footer_content {
    width: 100% !important;

    margin: 0 auto 22px !important;

    padding: 0 !important;

    background: #ffffff !important;

    text-align: center !important;
}


html body .pkp_footer_content p {
    display: flex !important;

    justify-content: center !important;
    align-items: center !important;

    width: 100% !important;

    max-width: 800px !important;

    margin: 0 auto !important;

    padding: 18px 22px !important;

    background: #ffffff !important;

    border: 1px solid #dfe7ec !important;

    border-radius: 14px !important;

    box-shadow:
        0 6px 22px rgba(7,42,67,.06) !important;

    box-sizing: border-box !important;
}


/* institutional logo strip */

html body .pkp_footer_content img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 110px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    opacity: 1 !important;

    filter: none !important;

    object-fit: contain !important;
}


/* ==========================================================
   6. FOOTER JOURNAL LOGO
   ========================================================== */

html body footer .navbar-logo,
html body .pkp_structure_footer .navbar-logo {
    display: flex !important;

    justify-content: center !important;
    align-items: center !important;

    width: 100% !important;

    margin: 0 auto 25px !important;

    padding: 0 !important;

    float: none !important;
}


html body footer .navbar-logo > a,
html body .pkp_structure_footer .navbar-logo > a {
    display: inline-flex !important;

    justify-content: center !important;
    align-items: center !important;

    margin: 0 auto !important;

    padding: 10px 15px !important;

    background: #ffffff !important;

    border: 1px solid #dfe7ec !important;

    border-radius: 10px !important;

    box-shadow:
        0 5px 18px rgba(7,42,67,.06) !important;
}


html body footer .navbar-logo img,
html body .pkp_structure_footer .navbar-logo img {
    width: auto !important;
    height: auto !important;

    max-width: 430px !important;
    max-height: 75px !important;

    margin: 0 auto !important;

    opacity: 1 !important;

    filter: none !important;
}


/* ==========================================================
   7. THEME CREDIT
   ========================================================== */

html body footer small,
html body .pkp_structure_footer small {
    color: #7a8d99 !important;

    font-size: 11px !important;

    opacity: 1 !important;
}


html body footer small a,
html body .pkp_structure_footer small a {
    color: #087f8c !important;
}


/* ==========================================================
   8. MOBILE
   ========================================================== */

@media (max-width: 767px) {

    html body .main-header .navbar-logo {
        margin:
            16px auto 20px !important;
    }


    html body .main-header .navbar-logo > a {
        width: calc(100% - 20px) !important;

        max-width: 100% !important;

        padding:
            10px 12px !important;
    }


    html body .main-header .navbar-logo img {
        max-width:
            100% !important;

        max-height:
            100px !important;
    }


    html body .pkp_footer_content p {
        padding:
            12px !important;
    }


    html body .pkp_footer_content img {
        max-height:
            80px !important;
    }

}