
/* ================================
   MPIM VERSION 1.2
================================= */

html {
  background: #F6F9FB !important;
  background-image: none !important;
  padding: 10px 0 !important;
}

body {
  background: transparent !important;
}

/* ================================
   MAIN PAGE STRUCTURE
================================= */

.pkp_structure_page {
  margin: 20px auto !important;
  max-width: 1160px !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08) !important;
}

/* ================================
   HEADER OVERRIDE
================================= */

.pkp_structure_head {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

/* ================================
   NAVIGATION MENU
================================= */

.pkp_navigation_primary_row {
  background-color: #ffffff !important;
}

.pkp_navigation_primary > li > a {
  color: #4f4f4f !important;
  border-bottom: 2px solid transparent !important;
  margin: 0 1em;
  padding: 10px 0 8px;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: #142b48 !important;
  border-bottom: 2px solid #142b48 !important;
}

.pkp_navigation_user>li>a,.pkp_navigation_user>li.in_focus>a,.pkp_navigation_user>li>a:hover,.pkp_navigation_user>li>a:focus {
    color: rgb(255 255 255 / 84%);
}


/* ================================
   CURRENT ISSUE (HOMEPAGE ONLY)
================================= */

.pkp_page_index .obj_issue_toc,
.pkp_page_index .current_issue {
  display: none !important;
}

/* ================================
   CONTENT STRUCTURE (FLEX LAYOUT)
================================= */

.pkp_structure_content {
  display: flex !important;
  align-items: stretch !important;
  padding-top: 0 !important;
}

.pkp_structure_sidebar {
  background-color: #f8f9fd !important;
}

@media (max-width: 768px) {

  body.pkp_page_index .pkp_structure_content {
    flex-direction: column !important;
  }

  body.pkp_page_index .pkp_structure_main {
    width: 100% !important;
  }

  body.pkp_page_index .pkp_structure_sidebar {
    width: 100% !important;
    margin-top: 20px;
  }

}

/* ================================
   BREADCRUMB
================================= */

.cmp_breadcrumbs {
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  padding: 0 10px !important;
  margin: 10px 0 30px 0 !important;
}

.cmp_breadcrumbs ol {
  margin-bottom: 0;
}

/* ================================
   ARTICLE LIST STYLE
================================= */

.cmp_button_wire:hover,.cmp_button_wire:focus,.obj_galley_link:hover,.obj_galley_link:focus {
    background: #cc1212;
    border: 1px solid #cc1212;
    color: #fff
}

.obj_article_summary {
    background-color: #f9fcff;
    border: 1px solid #d5e4fc;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 3px 3px #cccdcf;
}

.obj_article_summary:hover {
    background-color: #ffffff;
    box-shadow: 5px 5px 0 #f48140;
    cursor: pointer;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #ffffff;
    border: 1px solid #686868;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #686868;
    text-decoration: none;
}

a {
    color: #40628d;
}

a:hover,a:focus {
    color: #d8812e
}

/* ================================
   ABSTRACT ALIGN
================================= */

.item.abstract {
  text-align: justify;
}

/* ================================
   ICON BEFORE META
================================= */

.authors::before {
  content: '\f007';
  font-family: Fontawesome;
}

.pages::before {
  content: '\f0f6';
  font-family: Fontawesome;
}

/* ================================
   BLOCK STYLING
================================= */

.pkp_block {
  padding: 20px !important;
}

.pkp_block .title {
  display: block !important;
  padding: 8px 10px !important;
  border-bottom: 2px solid #314d75 !important;
  font-weight: 700;
  background: #1e6292;
  color: black !important;
  border-radius: 5px 5px 0 0;
}

/* ================================
   SUBMISSION BUTTON
================================= */

.block_make_submission_link {
  width: 100%;
  text-align: center;
  padding: 5px 0 !important;
  box-shadow: 2px 2px #dbd9d9 !important;
}

.block_make_submission a {
  display: inline-block;
  padding: 0 1em;
  background: #1e6292;
  border-radius: 3px;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  color: white;
  text-decoration: none;
}

/* ================================
   FOOTER CLEANUP
================================= */

.pkp_structure_footer_wrapper {
	background: #ffffff !important;
	border-top: solid;
    border-top-color: #cccccc;
}

.pkp_brand_footer {
  display: none !important;
}

/* ================================
   EXTRA FIX (STABILITY)
================================= */

.galleys_links li {
  border: none;
  padding: 0;
}

.data {
  background: #1e6292;
  border: 1px solid #d7d6d6;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 2px 2px #80808024;
}

.pkp_site_name .is_img img {
    max-height: 300px !important;
}

.has_site_logo .pkp_head_wrapper {
        padding-top: 0px;
}

.pkp_site_name>a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.has_site_logo .pkp_site_name,.has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    text-align: center;
}

.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: #4f4f4f;
}

 .pkp_head_wrapper .pkp_search .search_prompt {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        color: #4f4f4f;
        cursor: pointer;
    }

#menu-custom a:hover {
  background-color: #fff4ec !important;
  color: #f48140 !important;
  padding-left: 16px !important;
  transition: all 0.2s ease;
}