

.category .page-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
}

.category .category-sponsor {
	margin-top: 1.2rem;
	height: 2.5rem;
}

.category-sponsor a {
	color: var(--primary-color);
	font-weight: bold;
}

.category .page-banner.shadow-banner:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 5%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0) 100%);
	content: '';
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	height: 56%;
}

.category .page-banner .page-header-description {
	position: absolute;
	z-index: 1;
/* 	bottom: 20%; */
}

.category .taxonomy-description {
	margin-bottom: 0px;
	color: #fff;
	font-size: 1.2em;
}

.category .page-description {
	color: #FFF;	
	text-transform: uppercase;
	position: relative;
}

.category .page-banner .category-banner {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.category .page-banner.darkened-banner:after {
	background: linear-gradient(
  	rgba(0, 0, 0, 0.3),
  	rgba(0, 0, 0, 0.3));
	height: 100%;
}

/* .category-sidebar-ad.left-ad {
	padding-left: 20px;
}

.category-sidebar-ad.right-ad {
	padding-right: 20px;
} */

.category .site-content {	
	margin-top: 0px;
}

