* {
text-align: justify;
}

.published {
	display: none;
}

.pkp_navigation_user > li:last-child > a,  .pkp_site_name .is_text {
	color: white;
}

.pkp_site_name_wrapper {
	padding: 30px;
}

.page_issue_archive {
	margin: 0 auto;
    text-align: center;
}



.issues_archive {
	padding: 10px 20px !important;
}

.page_issue_archive .issues_archive > li {
	display: inline-block;
	margin-top: 50px;
	border: none;
	max-width: 33.333333333%;
	transition: all ease-in-out 300ms;
	min-width: 270px;
}

@media(max-width: 768px) {
	.page_issue_archive .issues_archive > li {
		max-width: 100%;
		width: 100%;
	}
}

.page_issue_archive .issues_archive > li {
	 border-left: 1px solid rgba(0,0,0,0.1);
}




.page_issue_archive .issues_archive > li:hover {
	background: white;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20);
}


.page_issue_archive .issues_archive, .page_issue_archive .issues_archive > li:last-child {
	margin-top: 30px;
}

.obj_issue_summary {
	width: 200px;
}


.pkp_block.block_information, #customblock-statistics {
	border: 1px solid #f1f1f1;
	margin: 30px;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #f1f1f1;
}

#customblock-statistics {
	padding-top: 10px; 
}

#customblock-sidebar .content {
	border: 1px solid #f1f1f1;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 6px 3px #f1f1f1;
}
#customblock-sidebar .content div .title {
	font-size: 10px;
}



.pkp_nav_list li.current-page > a {
	border-color: #86bf50;
}

.pkp_site_name .is_text .title-prefix{
	font-style: italic;
	font-weight:120;
}

.pkp_site_name .is_text span{
	display: block;
}

.profile #pkpDropdown0 {
	font-size: 16px;
}

.cmp_breadcrumbs {
	display: none;
}

#pkp_content_main .page_title {
	display: none;
}

.profile a { 
color:white !important;
}

.dropdown-menu .profile a {
	color: black !important;
}

.header-publisher-ISSN {
	display: inline-block;
	font-size: 18px;
	float: right;
	margin-top: 45px;
	color: white;
	font-weight: 1000;
}

/*.header-publisher-ISSN p span {
	border-bottom: 3px solid #f7bc4a;
}*/

.pkp_site_name {
	width: 100% !important;
}

.contact-details {
	margin-top: 50px;
	border: 1px solid #f1f1f1;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 1px 1px 20px 5px #f1f1f1;
}

#iFrameResizer0 {
	width: 100%;
}

.pkp_site_name .is_text {
	font-size: 1.5rem;
	text-align: center;
}

p
{
    text-align:justify;
}