/*
Theme Name: Convert Child
Theme URI: https://artiststudioprojectpublishing.com/
Description: Child theme for Convert - Ignition.
Author: Artist Studio Project Publishing
Template: ignition-convert
Version: 1.0
*/

/* Year archive title banner */
.tax-year_category .page-title-wrap {
	background-color: #2094a6;
	margin: 0 0 60px;
	padding: 55px 0;
	width: 100%;
}

.tax-year_category .page-title-wrap .container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.tax-year_category .page-title {
	color: #ffffff;
	margin: 0;
}

/* Space below Year description */
.tax-year_category .year-description {
	margin-bottom: 60px;
}

/* Space below Year program grid */
.tax-year_category #site-content {
	margin-bottom: 60px;
}

/* Hide excerpt/subtitle in individual Service page header */
.single-ignition-service .page-hero-subtitle {
	display: none !important;
}