.obj_article_details .entry_details .item.galleys .galleys_links {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.page_index_journal h3 {
	color: #757575;
  font-family: Lora,serif;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.obj_issue_toc .articles {
	margin-top: 20px;
}

.current_issue  h2 {
	visibility: hidden;
}


	
.current_issue  .current_issue_title {
	display: none;
}

.current_issue .read_more {
	visibility: hidden;
}



.pkp_brand_footer {
    display: none;
}



.page_masthead h1 {
    visibility: hidden;
    position: relative;
}

.page_masthead h1:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Reviewer list";
}



.page.page_masthead p:first-of-type {
    display: none;
}

.page_masthead hr {
    display: none;
}


.page_masthead h2 {
    display: none;
}
