/**
 * Theme Name:       Church Classic
 * Theme URI:        https://evangelismwebsites.com/
 * Version:          1.0.1
 * Description:      Pro child theme designed for an evangelism website for a church, with classic design.  2023 rebuild.
 * Author:           SermonView Evangelism Websites
 * Template:         pro
 * Template Version: 6.3.9
 * GitHub Theme URI: https://github.com/lucipeterson/church-classic
 */

 /* Staff Profile Posts */
.category-staff {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.category-staff > div {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 600px;
}
.category-staff > div > header > h1 {
	color: #004880;
}
.category-staff > div > .entry-content > h2 {
	color: black;
}
.category-staff > .entry-wrap {
	background: #f2f5f7;
}

/* Event Posts */
.category-events .entry-wrap {
	background:white !important;
}
.category-events .entry-thumb img {
	max-height:600px;
	object-fit:cover !important;
}
.category-events > div > header > h1 {
	color: #004880;
}
.category-events > div > .entry-content > h2 {
	color: black;
}
.category-events > .entry-wrap {
	background: #f2f5f7;
}

/* Ministry Posts */
.category-ministries .entry-wrap {
	background:white !important;
}
.category-ministries .entry-thumb img {
	max-height:600px;
	object-fit:cover !important;
}
.category-ministries > div > header > h1 {
	color: #004880;
}
.category-ministries > div > .entry-content > h2 {
	color: black;
}
.category-ministries > .entry-wrap {
	background: #f2f5f7;
}

/* Media Posts */
.category-media .entry-wrap {
	background:white !important;
}
.category-media > div > header > h1 {
	color: #004880;
}
.category-media > div > .entry-content > h2 {
	color: black;
}
.category-media > .entry-wrap {
	background: #f2f5f7;
}
.x-mejs-no-source {display:none}