/* =========================================
   BJRD - OJS Custom Styles
   ========================================= */


/* -----------------------------------------
   1. Center Footer Content
   ----------------------------------------- */


.pkp_brand_footer {
    padding: 0rem;
    display: none !important;
}



.obj_article_details .item>*:last-child {
    margin-bottom: 0;
    text-align: justify;
}


*, *:before, *:after {
    text-align: justify;
}


section.item.references div.value p {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  margin: 0 0 20px 0;
  padding-left: 40px;      /* indent for wrapped lines */
  text-indent: -40px;      /* pulls first line back to the margin */
  text-align: justify;
}

section.item.references h2.label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

section.item.references div.value p a {
  color: #2778a5;
  text-decoration: underline;
}


.pkp_site_name {
    display: none !important;
}


.pkp_site_name_wrapper {
    height: 100px;
}


.pkp_navigation_user a {
    color: black;
}



/* =========================================
   BJRD - NAVIGATION BECOMES FIXED ON SCROLL
   ========================================= */

.pkp_navigation_primary_row {
    width: 100%;
    background: #246B99 !important;
    z-index: 99999;
}

/* This class will be added when scrolling */
.pkp_navigation_primary_row.bjrd-nav-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 40px !important;
    z-index: 99999 !important;
    background: #246B99 !important;
}

/* Keep the navigation wrapper the same height */
.pkp_navigation_primary_row.bjrd-nav-fixed
.pkp_navigation_primary_wrapper {
    height: 40px !important;
    background: #246B99 !important;
}

/* Prevent the page from jumping when the nav becomes fixed */
body.bjrd-nav-is-fixed {
    padding-top: 40px;
}