/**
 * Theme Name: Humind
 */
a[href="#no-follow"]{
	cursor: default;
}
a[href="#no-follow"]:hover {
	text-decoration: none;
}

.btn-outline-dark-gradient-blue span.wpcf7-spinner{
	position: absolute;
}

.profile-summary-block.orange h3{
	color: #fff;
}

.activity-items[data-view=grid] .head.not-found,
.courses-items[data-view=grid] .head.not-found{
	display: block;
	width: 100%;
    border-bottom: 1px solid var(--base-page-color);
    padding-block-end: 4.9rem;
}

.comments-area #respond #reply-title,
.comments-area #respond .logged-in-as{
	display: none;
}

.profile-tabs-gallery .swiper-slide .head{
	display: none;
}

.player-area .episodes-list ol li.inactive{
	opacity: 0.5;
}
.player-area .episodes-list ol li.inactive a{
	cursor: not-allowed;
}
.player-area .episodes-list ol li.inactive:hover{
	opacity: 1;
}

.pagination-holder {
	padding-inline: 3rem;
	font-family: "Eina01", sans-serif;
	color: #000;
}
.pagination-holder .nav-links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding-block: 1rem;
}
.pagination-holder .nav-links > * {
	text-align: center;
	min-width: 2rem;
	min-height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-holder .nav-links .current {
	opacity: 0.6;
}