/* hide footer logo */
.pkp_brand_footer  {
    display: none;
}

/* footer background color */
.pkp_structure_footer_wrapper {
    background: #dcdcdc;
}

/* footer text alignment and size */
.pkp_footer_content {
    padding: 1rem;
    text-align: center;
}

@media (min-width: 992px) {
.pkp_navigation_primary {
    display: inline-block;
    max-width: 90%;
    text-align: left;
}
}

/* banner/logo maximum size */
@media (min-width: 992px){
.pkp_site_name .is_img img {
    max-height: 200px;
}
}

.pkp_site_name {
	padding-top: 5px;
	padding-bottom: 2px;
}

/* article details formatting */
.obj_article_details .abstract {
    text-align: justify;
}
.obj_article_details .author_bios {
    text-align: justify;
}
.obj_article_details .references {
    text-align: justify;
}

/* main structure text alignment and font size */
.pkp_structure_main p {
	text-align: justify;
	font-size: 1.1em;
}

/* SIDEBAR BLOCK HEADER background with gradient */
.pkp_block .title {
  background-image: linear-gradient(#1d6291, #327ebc);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: .9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* SIDEBAR BLOCK content spacing */
.pkp_block .content ul li {
    padding: 5px 5px 5px 15px;
}

/* button styling (submission button and others) */
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #1d6291;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
}

/* heading styles */
h1 { 
  font-size: 2.3em;
  margin: 0.67em 0;
  font-weight: bold;
  color: #1d6291;
}
h2 { 
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
  color: #1d6291;
}
h4 { 
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
  color: #1d6291;
}

/* article title links */
.obj_article_summary>.title a {
    text-decoration: none;
}

/* link colors */
a {
  color: #000000;
}
a:hover {
  color: #3e3e3e;
}

/* navigation menu items */
.pkp_navigation_primary>li>a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: rgb(255 254 254 / 84%);
    text-decoration: none;
}

/* article and issue spacing adjustments */
.pkp_navigation_primary>li:first-child a {
    margin-left: 1em;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: -3rem;
}
.obj_issue_toc .articles {
    margin-top: calc(0.143rem + 0.43rem);
}

/* sidebar padding */
.pkp_block {
    padding: 10px 15px 10px 15px;
}

/* ARCHIVE cover image shadow and rounded corners */
.obj_issue_summary .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey;
}

/* LATEST ISSUE page cover image styling */
.obj_issue_toc .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey;
}

/* ANNOUNCEMENT "read more" link */
.obj_announcement_summary .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #429de8;
    text-decoration: none;
}
