/* =====================================================
IJJMC FINAL CLEAN CSS
Springer-Level Professional Layout
No White Space
Perfect Dropdown
Mobile Optimized
OJS 3.x Compatible
===================================================== */


/* ===== GLOBAL ===== */

html, body {

margin:0;

padding:0;

background:#e6e6e6;

font-family: Georgia, "Times New Roman", serif;

overflow-x:hidden;

}



/* ===== PAGE WIDTH ===== */

.pkp_structure_page {

max-width:1200px;

margin:0 auto;

background:#ffffff;

box-shadow:0 0 8px rgba(0,0,0,0.08);

}



/* ===== HEADER ===== */

.pkp_structure_head {

background:#05104d !important;

padding-bottom:5px;

}



/* ===== LOGO ===== */

.pkp_site_name_wrapper {

text-align:center;

padding:12px 0 8px 0;

}


.pkp_site_name img {

max-height:80px;

width:auto;

}



/* ===== NAVIGATION ===== */

.pkp_navigation_primary_wrapper {

background:#05104d !important;

border-bottom:3px solid #ffd700;

}


/* Menu alignment */

.pkp_navigation_primary {

text-align:center;

}


/* Menu items */

.pkp_navigation_primary a {

color:#05104d !important;

font-weight:600;

padding:12px 16px;

display:inline-block;

font-size:15px;

}


.pkp_navigation_primary a:hover {

color:#ffd700 !important;

}



/* ===== SUBMENU FIX ===== */

.pkp_navigation_primary ul ul {

background:#05104d !important;

border:none;

padding:5px 0;

box-shadow:0 4px 12px rgba(0,0,0,0.25);

min-width:220px;

}


.pkp_navigation_primary ul ul li {

background:#05104d !important;

}


.pkp_navigation_primary ul ul a {

color:#05104d !important;

padding:10px 20px !important;

display:block;

font-size:14px;

}


.pkp_navigation_primary ul ul a:hover {

background:#ffd700 !important;

color:#05104d !important;

}



/* ===== REMOVE WHITE SPACE BELOW MENU ===== */

.pkp_structure_content {

margin-top:0 !important;

padding-top:10px !important;

}



/* ===== MAIN CONTENT ===== */

.pkp_structure_main {

padding:25px;

background:white;

}



/* ===== SIDEBAR ===== */

.pkp_structure_sidebar {

background:#320303 !important;

padding:20px 15px;

}


/* Remove right white strip */

.pkp_structure_sidebar_right {

background:#320303 !important;

}



/* Sidebar blocks */

.pkp_block {

background:#f7f7f7;

padding:16px;

margin-bottom:16px;

border-radius:6px;

box-shadow:0 1px 4px rgba(0,0,0,0.08);

}



/* Submit Button */

.block_make_submission a {

background:#0b1f44 !important;

color:white !important;

padding:12px 18px;

border-radius:4px;

font-weight:600;

display:inline-block;

}



/* ===== TYPOGRAPHY ===== */

h1,h2,h3,h4 {

font-family:Arial;

color:#0b1f44;

}


a {

color:#0b1f44;

}


a:hover {

color:#320303;

}



/* ===== FOOTER ===== */

.pkp_structure_footer {

background:#05104d;

color:white;

padding:20px;

}



/* ===== MOBILE FIX ===== */

@media (max-width:768px){

.pkp_structure_page{

max-width:100%;

box-shadow:none;

}

/* Mobile Logo Fix */

.pkp_site_name img{

max-height:55px;

}

/* Stack layout */

.pkp_structure_sidebar{

background:#320303 !important;

}

}