/* Web Page Width settings */
@media (min-width: 1200px) {
    .pkp_site_name_wrapper, 
	.pkp_navigation_primary_wrapper, 
	.pkp_navigation_user, .pkp_search_mobile, 
	.pkp_structure_content, 
	.pkp_structure_footer {
        width: 1170px;
    }
}

.pkp_structure_head {
     padding: 150px 0 10px 0;
}

/* Logo settings */
.has_site_logo .pkp_head_wrapper {
    width: 100%;
}

.pkp_site_name .is_img img {
    max-height: 80px;
    display: none !important;
}

/* Menue settings */

.pkp_site_nav_menu {
    padding: 7px 90px;
	    background: #058648;
}

.pkp_navigation_primary>li>a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.pkp_site_nav_menu ul ul {
	padding-left: 0;
    background-color: white;
}

.pkp_nav_list ul li a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 13px;
}

.pkp_nav_list ul li a:hover {
    color: red;
}

.pkp_structure_main h2 {
  font-size: 1.7rem;
  line-height: 2.143rem;
  font-weight: 700;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0.286rem;
}






/* OJS brand images in footer */

.pkp_brand_footer {
  padding: .143rem;
}

.pkp_footer_content {
  padding: 4rem 0 0 0;
  text-align: left;
}

.pkp_brand_footer img {
  max-width: 70px;
  width: auto;
  height: auto;
}


.editorial tr td{
    padding: 8px;
}

.editorial h4 {
    margin: 0.857rem 0 1rem;
	    font-size: 1.1rem;
}

.pkp_block {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.43rem;
    border: 1px solid #d3d3d3;
    margin: 20px;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
    position: relative;
    margin: 0.1rem -1.43rem;
    padding: 0.5rem 2.143rem;
}

.cmp_article_list>li {
    margin-bottom: 1.143rem;
    border-bottom: 1px solid #e2f8ea;
    padding-bottom: 15px;
}


/* Sibebar Links */

.sidepub ul {
    margin-left: 13px;
    list-style-type: none;
}

.sidepub ul li {
    margin: 7px 0;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    padding: 1px 0 5px 0;
}

.sidepub ul li a:hover {
    color: #058648;
	font-weight: 600;
}


.obj_issue_summary .title {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #058648;
    font-size: 20px;
}

.obj_issue_summary .series {
    margin-bottom: .357rem;
    color: rgb(54 57 176);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.page_issue_archive .issues_archive>li {
    padding: 0.85rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 3px solid #058648;
    border-radius: 1px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #006798;
    text-decoration: none;
}




@media only screen and (max-width: 600px) {
	.pkp_site_name .is_img img {
		display: block;
		max-height: 3.1rem;
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.pkp_site_nav_toggle {
		position: absolute;
		top: 0;
		left: 0;
		width: 2.857rem;
		height: 2.857rem;
		border: 2px solid #4689d8;
		background: none;
		box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
		z-index: 999;
		margin-left: 10px;
	}

	.pkp_site_nav_toggle>span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 24px;
		height: 19px;
		border-bottom: 3px solid #3183d7;
		text-indent: -9999px;
		overflow: hidden;
	}

	.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #2f84e6;
	}

	.pkp_site_name {
		position: absolute;
		left: 2.857rem;
		right: 0;
		margin-top: -8px;
		margin-bottom: 0;
		padding-left: 1.714rem;
	}
}