.has_site_logo .pkp_head_wrapper {
    background: #37782d;
}
/**All issues page **/
.obj_issue_summary .description {
	margin-top: 20px;
	}
.obj_issue_summary .title {
	font-size: 20px;
}
.page_issue_archive .issues_archive>li {
	padding-bottom: 10px;
}
div.section_policy {
	display: none;
}
/** Books for Review**/
.book-for-review img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
}	
.book-for-review {
	display: flex;
	clear: left;
	padding-top:1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.book-for-review h1 a {
	text-decoration: none;
}
.book-cover{
	flex: 2;
	max-width: 150px;
	margin-right: 1.5em;
	}
.book-info {
	flex: 1;
}
@media only screen and (max-width: 450px) {
	.book-for-review {
		flex-direction: column;
	}
}

/** Footer **/
.pkp_footer_content {
	max-width: 800px;
	line-height: 24px;
}
.footer-blocks {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}	
.footer-blocks ul {
	padding-left: 30px;
}
.footer-blocks a {
	text-decoration: none;
}
.footer-social-media ul {
	list-style: none;
	padding-left: 0;
}
.footer-social-media li {
	float: left;
}
.footer-social-media img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
@media only screen and (max-width: 500px) {
	.footer-blocks {
		flex-direction: column;
	}
}
