#navigationPrimary > li > a:hover, #navigationPrimary > li > a:focus {
    border-color: #5f8490;
}
#navigationPrimary > li > a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
}
a:hover {
    color: #2d3b40;
    background: none;
}
a:hover, a:focus {
    color: #2d3b40;
}
a.block_make_submission_link {
    color: #ffffff;
}
a.obj_galley_link.pdf {
    color: #ffffff;
}
a.obj_galley_link.pdf {
    color: #ffffff;
}
a.obj_galley_link.file {
    color: #ffffff;
}

/*description in homepage*/
.journal-description {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
/* css para html galleys*/
#htmlContainer.galley_view {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
}
/*  ch-link*/
.ch-link {
    padding-right: 10px;
    text-align: right;
    margin-top: -25px;;
}

/*footer responsive*/
@media only screen and (min-width: 768px) {
  .pkp_brand_footer {
      padding: 30px;
      padding-top: 20px;
      margin-top: -190px;
  }
}

/*editorial-team page*/
@media all {
	.generic-content-item p {
		opacity: .9;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .generic-content-item {
		background: #fff;
		padding: 2em 3em;
		margin: 0.75em 0;
		box-shadow: 0 2px 8px 0 rgba(46, 41, 78, 0.05);
		border-radius: 4px;
		color: #5f8490;
		font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	}
	.generic-content-item a {
		color: #5f8490;
    text-decoration: none;
	}
	.generic-content-item a:hover {
		color: #f7bc4a;
    text-decoration: underline;
	}
  .editor .small {
    font-weight: bold;
  }
  .editor h5 {
    margin-bottom: 0.25em;
  }
  .editor .editor-avatar {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    margin-right: 1.5em;
    margin-bottom: 1em;
  }
	.generic-content-item p {
		margin-bottom: 1em;
	}
	.generic-content-item img {
		max-width: 100%;
	}
	.generic-content-item *,
	.generic-content-item *::before,
	.generic-content-item *::after {
		box-sizing: border-box;
	}
	.generic-content-item img {
		vertical-align: middle;
		border-style: none;
    width: 24px;
	}
  .small {
		font-size: 80%;
		font-weight: 400;
	}
	.generic-content-item .media {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
    padding: 10px 0px;
	}
	.generic-content-item .media-body {
		-webkit-box-flex: 1;
		flex: 1;
	}
	.generic-content-item .mt-0 {
		margin-top: 0!important;
	}

	.generic-content-item h1 {
		margin-bottom: 0.5rem;
		font-weight: 500;
		line-height: 1.2;
    border-bottom: 1px solid #EAE9ED;
    margin-bottom: 0.75em;
    padding-bottom: 0.25em;
    font-size: 2.5rem;
	}
  .generic-content-item h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid #EAE9ED;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    font-size: 2rem;
  }
.generic-content-item h5 {
  font-size: 1.25rem;
  font-weight: 500;
}
}

@media screen and (max-width: 500px) {
		.generic-content-item h1 {
			font-size: 2.5em;
		}
		.generic-content-item h2 {
			font-size: 1.5em;
		}
}

@media screen and (max-width: 768px) {
		.media {
			display: block!important;
		}
	}


@media screen and (max-width: 768px) {
		.generic-content-item {
			padding: 2em 1.5em;
		}
}

@media print {
		*,
		*::before,
		*::after {
			text-shadow: none!important;
			box-shadow: none!important;
		}
		a:not(.btn) {
			text-decoration: underline;
		}
		img {
			page-break-inside: avoid;
		}
		p,
		h2 {
			orphans: 3;
			widows: 3;
		}
		h2 {
			page-break-after: avoid;
		}
}
