@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

/* phone portrait */
@media (min-width: 180px) and (max-width: 319.98px) {
	.pkp_head_wrapper, 
	.has_site_logo .pkp_head_wrapper {
		padding-top: 90px;
	}
	.pkp_site_name .is_img {
		width: 130px;
	}
	.pkp_navigation_user {
		text-align: center;
	}
}

/* phone portrait */
@media (min-width: 320px) and (max-width: 479.98px) {
	.pkp_head_wrapper, 
	.has_site_logo .pkp_head_wrapper {
		padding-top: 60px;
	}
	.pkp_site_name .is_img {
		width: 130px;
	}
	.pkp_navigation_user {
		text-align: center;
	}
}

/* phone portrait */
@media (min-width: 480px) and (max-width: 575.98px) {
	.pkp_head_wrapper, 
	.has_site_logo .pkp_head_wrapper {
		padding-top: 40px;
	}
	.pkp_site_name .is_img {
		width: 130px;
	}
	.pkp_navigation_user {
		text-align: center;
	}
}

/* phone landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
	.pkp_head_wrapper, 
	.has_site_logo .pkp_head_wrapper {
		padding-top: 40px;
	}
	.pkp_site_name .is_img {
		width: 130px;
	}
	.pkp_navigation_user {
		text-align: center;
	}
	.pkp_navigation_user a {
		line-height: 40px;
	}
}

/* tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pkp_head_wrapper, 
	.has_site_logo .pkp_head_wrapper {
		padding-top: unset;
	}
	.pkp_navigation_user {
		text-align: right;
	}
	.pkp_navigation_user a {
		line-height: 50px;
	}
	.pkp_site_name {
		text-align: left;
	}
	.pkp_site_name .is_img {
		width: 130px;
	}
}

/* desktop */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .pkp_head_wrapper, 
	.has_site_logo .pkp_head_wrapper {
		padding-top: unset;
	}
	.pkp_site_name .is_text {
		text-align: left;
		font-size: 32px;
	}
	.pkp_site_name .is_img {
		width: 130px;
	}
	.pkp_navigation_user {
		text-align: right;
	}
	.pkp_navigation_user a {
		line-height: 50px;
	}
}

/* desktop */
@media (min-width: 1200px) {
    .pkp_head_wrapper, 
	.has_site_logo .pkp_head_wrapper {
		padding-top: unset;
	}
	.pkp_site_name .is_text {
		text-align: left;
		font-size: 32px;
	}
	.pkp_site_name .is_img {
		width: 130px;
	}
	.pkp_navigation_user a {
		line-height: 50px;
	}
	.pkp_navigation_user .dropdown-menu a {
		line-height: 24px;
	}
	.obj_article_details .main_entry {
		width: 640px;
	}
	.obj_article_details .entry_details {
		width: 221px;
	}
}


/* ------------------------------------------------------------
 * all displays
 -------------------------------------------------------------*/
.pkp_structure_head {
	background-color: #660000;
}
li.profile:hover {
	background-color: #660000;
}
a {
	font-weight: bold;
}
.value,
.authors,
.description,
.about_site,
.pkp_block .title,
.current_issue_title,
.pkp_structure_main p,
.obj_issue_summary .title,
.obj_issue_summary .series,
.cmp_breadcrumbs .current h1,
.obj_article_details > .page_title,
.obj_article_details > .subtitle,
.obj_article_details .authors .name,
.obj_article_details .main_entry .item ol li, 
.obj_article_details .main_entry .item ul li, 
.obj_article_details .main_entry .item .label {
	font-family: 'Roboto Slab', serif;
}
.title a {
	font-family: 'Roboto Slab', serif;
}
a {
	font-family: 'Open Sans', sans-serif;
}
.journals .body h3 a {
	font-size: 24px;
}
.obj_issue_toc .section h2 {
	font-weight: bold;
}
.obj_issue_toc .galleys {
	margin-top: 0px;
	padding-bottom: 0px;
}
.obj_issue_toc .sections:not(:first-child) {
	margin-top: 0px;
}
.about_site {
	font-size: 24px;	
}
.obj_article_summary > .title {
	font-size: 18px !important;
}
.obj_article_details .authors .name,
.pkp_structure_main p {
	font-size: 1.2em;
	text-indent: 40px;
	text-align: justify;
    text-justify: inter-word;
}
.obj_article_details .main_entry .item .label {
	font-size: 1.6em;
}
.pkp_structure_footer_wrapper {
	color: #FFFFFF;
	background-color: #660000;
}
.pkp_navigation_user > li:last-child > a {
	padding-right: 10px;
}
.obj_article_details .entry_details .galleys {
	background-color: #660000;
}
.obj_article_details .entry_details .galleys .supplementary_galleys_links li a {
	color: #FFFFFF;
}
.pkp_structure_main:before, 
.pkp_structure_main:after {
	content: none;
}
header.pkp_structure_head .pkp_site_name a.is_img {
	width: 170px !important;
	margin-left: 8px !important;
}
.pkp_page_index .journals > ul > li {
	color: #FFFFFF;
	margin-bottom: 30px;
	background-color: #660000;
}
.pkp_page_index .journals > ul > li a {
	color: #FFFFFF;
}

/* --front journal --*/
.current_issue h2 {
	font-size: 24px;
	color: #660000;
}
.current_issue_title {
	font-size: 20px;
}
.obj_article_summary {
	padding-bottom: 20px;
	border-bottom: 1px dashed #660000;
}
.obj_article_details .main_entry .authors .name {
	text-indent: 0px;
}
.obj_article_details .main_entry .item ol, 
.obj_article_details .main_entry .item ul {
	margin-left: 15px;
}
.obj_article_details .main_entry .item ol li, 
.obj_article_details .main_entry .item ul li {
	font-size: 1.2em;
	line-height: 25px;
	text-align: justify;
    text-justify: inter-word;
}
.obj_article_summary .meta .authors {
	font-size: 18px;
	margin-top: 5px;
    margin-bottom: 20px;
}


form#register.cmp_form.register fieldset .fields #contextOptinGroup ul li .name {
	font-size: 18px;
	color: #002E3B;
	font-weight: bold;
}
form#register.cmp_form.register fieldset[name="contexts"] legend,
form#register.cmp_form.register fieldset.reviewer_nocontext_interests legend {
	font-size: 16px;
	font-style: italic;
	/*font-weight: 400;
	text-decoration: underline;*/
}
.cmp_form legend {
	font-size: 24px;
}
.cmp_form .fields > div {
	padding-bottom: 10px;
}
.cmp_form input[type="text"], 
.cmp_form input[type="email"], 
.cmp_form input[type="password"], 
.cmp_form input[type="url"], 
.cmp_form input[type="phone"], 
.cmp_form select, 
.cmp_form 
.tagit {
	max-width: 100%;
}
button, 
.cmp_form 
.buttons button, 
button.submit {
	background-color: #660000;
	border: 0px;
	color: #FFFFFF;
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
	height: 48px;
}
.cmp_form .buttons a {
	line-height: 45px;
}
.obj_galley_link {
	border: 1px solid #660000 !important;
	color: #FFFFFF !important;
	background: #660000 !important;
}