/************************************************
IJAAIR – LIGHT BLUE + ORANGE CLEAN THEME
OJS 3.4
************************************************/

/**************** GLOBAL **************/
html,
body {
font-family: "Segoe UI", Arial, sans-serif !important;
color: #0f2a4f !important;
line-height: 1.7 !important;
}

/**************** HEADER (CENTER LOGO) **************/
.pkp_structure_head {
background: #dff1ff !important; / soft light blue */
border-bottom: 4px solid #f57c00 !important;
min-height: 150px !important;
text-align: center !important;
}

.pkp_site_name {
display: flex !important;
justify-content: center !important;
align-items: center !important;
width: 100% !important;
}

.pkp_site_name img {
max-height: 120px !important;
margin: 0 auto !important;
display: block !important;
}

/* Hide default text */
.pkp_site_name a {
font-size: 0 !important;
}

/**************** NAVIGATION **************/
.pkp_navigation_primary_wrapper {
background: #4fc3f7 !important; / light blue */
border-bottom: 3px solid #f57c00 !important;
}

.pkp_navigation_primary > li > a {
color: #0f2a4f !important;
font-weight: 600 !important;
text-transform: uppercase !important;
padding: 12px 16px !important;
font-size: 13px !important;
transition: 0.3s ease;
}

.pkp_navigation_primary > li > a:hover {
background: #f57c00 !important;
color: #ffffff !important;
border-bottom: 3px solid #0f2a4f !important;
}

/**************** SUBMENU ****************/
.pkp_navigation_primary ul {
background: #ffffff !important;
border: 1px solid #4fc3f7 !important;
}

.pkp_navigation_primary ul li a {
color: #0f2a4f !important;
}

.pkp_navigation_primary ul li a:hover {
background: #eaf6ff !important;
color: #f57c00 !important;
}

/**************** MAIN CONTENT ****************/
.pkp_structure_main {
background: #ffffff !important;
padding: 35px !important;
border-radius: 12px !important;
text-align: justify !important;
color: #0f2a4f !important;
margin-top: 15px !important;
box-shadow: 0 0 20px rgba(79,195,247,0.25);
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3 {
color: #f57c00 !important;
font-weight: 700 !important;
}

.pkp_structure_main h2 {
border-left: 5px solid #4fc3f7;
padding-left: 12px;
}

/**************** SIDEBAR ****************/
.pkp_structure_sidebar .pkp_block {
background: #ffffff !important;
border: 2px solid #4fc3f7 !important;
border-radius: 10px !important;
padding: 18px !important;
margin-bottom: 12px !important;
margin-top: 15px !important;
margin-left: 10px !important;
margin-right: 10px !important;
}

.pkp_structure_sidebar .pkp_block h2,
.pkp_structure_sidebar .pkp_block h3 {
color: #f57c00 !important;
border-bottom: 2px solid #4fc3f7 !important;
padding-bottom: 6px !important;
}

.pkp_structure_sidebar .pkp_block a {
color: #0f2a4f !important;
}

.pkp_structure_sidebar .pkp_block a:hover {
color: #f57c00 !important;
}

/**************** BUTTONS ****************/
.pkp_button,
button {
background: linear-gradient(90deg, #f57c00, #ffb74d) !important;
color: #ffffff !important;
border-radius: 6px !important;
padding: 9px 18px !important;
border: none !important;
font-weight: 600;
transition: 0.3s ease;
}

.pkp_button:hover,
button:hover {
background: #4fc3f7 !important;
color: #0f2a4f !important;
}

/**************** FOOTER ****************/
.pkp_structure_footer {
background: #dff1ff !important;
color: #0f2a4f !important;
border-top: 4px solid #f57c00 !important;
text-align: center !important;
}

.pkp_brand_footer {
display: none !important;
}

/**************** REMOVE BREADCRUMB ****************/
.cmp_breadcrumbs,
.pkp_breadcrumbs,
.pkp_page_index .page_title,
.pkp_page .page_title {
display: none !important;
}

.pkp_site_name_wrapper{
background:#dff1ff;
}

.pkp_navigation_user>li>a{
color:#0f2a4f;
}

.pkp_structure_footer_wrapper{
border-bottom:0rem;
}

.pkp_footer_content{
text-align:center !important;
}
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4{
margin-top:0.5rem !important;
margin-bottom:0.5rem !important;

}

.pkp_site_name{
padding-bottom:0rem !important;
}
/**************** RESPONSIVE ****************/
@media (max-width: 1024px) {

.pkp_structure_head {
padding: 20px 0 !important;
min-height: 120px !important;
}

.pkp_site_name img {
max-height: 90px !important;
}

.pkp_structure_main {
padding: 20px !important;
}
}