/**
 * Theme Name: Nipp
 * Author: Client name
 * Version: 99.0
**/
.books .grid-container {
	max-width: 80rem;
}
.books__item img {
	height: 100%;
	width: 100%;
}

/* Journals MS 2021 */
.journal-topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.journal-topnav {
	margin-bottom: 2rem;
}
.journal-topnav ul {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.journal-topnav ul a.highlight {
	background: #375780;
	flex: 1;
}
.journal-topnav ul a:last-of-type {
	border-right: 0;
}

.journal-topnav ul a {
	background: #0b1c33;
	border-right: 1px solid #fff;
	padding: 5px 15px;
}
.journal-topnav ul a {
	color: #fff;
}
.journal-topnav.issueslisting {
	margin-bottom: 4rem;
	align-items: flex-start;
}
.post_selector {
	display: block;
	margin-top: 1rem;
}
.journal-selector {
	display: flex;
}
.journal-selector .ui-selectmenu-button {
	min-width: 0;
}
.journal-topnav.issueslisting ul {
	width: 100%;
}
.journal-topnav.issueslisting ul a {
	background: #ddc997;
	color: #0b1c33;
	text-align: center;
	width: 100%;
}
.largerarticles .item__image img {
	width: 200px;
	object-fit: contain;
	height: auto;
}
.largerarticles .item__title {
	margin-top: 0;
}
.single-articles .item__title.singlearticle {
	margin-bottom: 2rem;
}
.grid-container.largerarticles {
	/* width:80%; */
	/* max-width: ; */
}

#tabs {
	width: 100.25%;
	height: 30px;
	padding-right: 2px;
	margin-top: 30px;
}
a {
	cursor: pointer;
}
#tabs li:last-of-type {
	border-right: 0;
}
#tabs li {
	list-style: none;

	outline: none;
	width: 100%;
}
#tabs li a {
	display: block;
	width: 100%;
	text-decoration: none;
	outline: none;
}
#tabs li a.inactive {
	outline: none;
	background: #f3ead4;
}
#tabs li a:hover,
#tabs li a.inactive:hover {
	outline: none;
}
.container {
	clear: both;
	width: 100%;
	text-align: left;
	padding: 15px;
	background: #efece7;
}
.topsearch-journals ul {
	margin: 0;
	display: flex;
	flex-direction: row;
}
body .topsearch-journals .searchandfilter ul li {
	width: auto;
	flex: 2;
	padding: 0;
}
body .topsearch-journals .searchandfilter ul li input {
	width: 100%;
}
body .topsearch-journals .searchandfilter ul li input[type='submit'] {
	padding: 12px 0;
}
body .topsearch-journals .searchandfilter ul li:last-of-type {
	flex: 1;
}
.single-article-listing {
	background: #fff;
	padding: 15px;
	display: block;
	margin-bottom: 20px;
}
.single-article-listing button:first-of-type {
	margin-right: 10px;
}
.singlecontent {
	margin-bottom: 2rem;
}
.item__image.custom {
	margin-right: 30px;
	margin-top: 0.9rem;
}
.container_info_area .info_area {
	flex-shrink: 30;
}
body .header-menu.menu li > a {
	margin: 0 27px;
}
.container_info_area {
	display: flex;
}
.item__image.custom img {
	width: 200px;
	height: auto;
}
.grid-container .singlebutton {
}
.container h2 {
}

.container p {
}

.container ul {
	/* margin-left: 25px;
    font-size: small;
    line-height: 1.4;
    list-style-type: disc; */
}

.container li {
	/* padding-bottom: 5px;
    margin-left: 5px; */
}
