.breadcrumb-grey {
	background-color: #ada5a3;
}

.bg-dark-grey {
	background-color: rgba(0, 0, 0, .55);
}

.index-site-description a:hover {
	color: #ffffff;
}

.btn-grey {
	background-color: #ada5a3;
	color: white;
}

.btn-grey:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
}

.index-site-description a {
	color: #000000;
}

.index-site-description a:hover {
	color: #ffffff;
}

hr.rounded {
	border: 3px solid #ada5a3;
	border-radius: 4px;
}

.text-hover-grey:hover {
	color: rgba(0, 0, 0, 0.7) !important;
}

.text-dark-grey {
	color: rgba(0, 0, 0, .55);
}

.text-dark-grey:hover {
	color: rgba(0, 0, 0, 0.7);
}

.bg-grey {
	background-color: #ada5a3;
}

a.text-main-color {
	text-decoration: none;
}

h5.text-main-color {
	text-decoration: none;
}

.journal-card-list-thumb:hover {
	opacity: .7;
}

.journal-card-content-list {
	height: 240px;
}

.custom-img-card {
	width: 200px;
}

.list-group.article-details {
	font-size: 14px;
}

.hover-opacity:hover {
	opacity: .7;
}

/* footer */
iframe#footer-frame {
	width: 100%;
}

.my-frame-footer {
	line-height: 0px;
}

/* back to top button style  */
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	box-shadow: none !important;
}

.issn-info-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* hide scrollbar chrome */
.overflow-auto.journal-card-content-list::-webkit-scrollbar {
	display: none;
}

/* hide scrollbar firefox */
.overflow-auto.journal-card-content-list {
	scrollbar-width: none; /* Firefox */
}

.bg-secondary {
	background-color: rgba(0, 0, 0, .55) !important;
}

/* about page and main page description text a tags */
.card-body.index-journal-description a {
	color: #000000;
}

.card-body.index-journal-description a:hover {
	color: #ffffff;
}

/* bootstrap responsive screen sizes */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.archive-cover {
		height: 320px;
	}
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.archive-cover {
		height: 300px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.archive-cover {
		height: 220px;
	}

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.archive-cover {
		height: 320px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.archive-cover {
		height: 320px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	li.nav-item {
		font-size: 14px;
	}

	a.nav-link {
		font-size: 14px;
	}

	.pkp_screen_reader{
		font-size: 14px!important;
	}

	.issn-info-list{
		font-size: 14px;
	}

	.block_information h6{
		font-size: 14px;
	}

	a.list-group-item{
		font-size: 14px;
	}

	.search-btn-class01 {
		font-size: 14px;
	}

	.search-input-class01 {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.search-input-class01 {
		display: none;
	}
}

