/*
 * Category Headers
 * ----------------------------------------------------------------------------
 */

.axpcp-cat-header {
	position: relative;
	line-height: 0; /* Removes space below the image caused by inline display */
	margin-bottom: 2em; /* Creates space between the banner and the category title below */
	height: 22vh; /* Set height to 22% of the viewport height */
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.axpcp-cat-header .axpcp-breadcrumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	padding-top: 1.5em;
	padding-bottom: 4em;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.axpcp-cat-header .woocommerce-breadcrumb,
.axpcp-cat-header .woocommerce-breadcrumb a,
.axpcp-cat-header .woocommerce-breadcrumb .breadcrumb-separator {
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.axpcp-cat-header .woocommerce-breadcrumb a:hover {
	opacity: 0.85;
}

.axpcp-sales-pitch {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.axpcp-sales-pitch a {
	padding: 1em 2em;
	font-size: 1.2em;
}

.axpcp-extended-description.term-description {
	margin-top: 1.5em;
}

/* Hide the "Nothing Found" message on post category archives that have no posts. */
.category .no-results.not-found {
	display: none;
}