/*
Theme Name: Prepare-Enrich Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Facilitator List Styles */
.facilitator-item {
	border: 1px solid #ddd;
	width: 100%;
	margin: 30px 0;
	background-color: #fff;
	padding: 30px;
	position: relative;
	float: left;
	text-align: center;
}
.facilitator-item h3 {
	font-size: 24px !Important;
}
.facilitator-item h4 {
	font-size: 16px !Important;
}
.facilitator-item h5 {
	font-size: 14px !Important;
	font-weight: 400 !Important;
}
@media only screen and (min-width: 690px) {
	.facilitator-item {
		width: 48%;
		margin: 1% 1% 1% 1%;
		min-height: 430px;
	}
}
@media only screen and (min-width: 1020px) {
	.facilitator-item {
		width: 48%;
		margin: 1% 1% 1% 1%;
		min-height: 430px;
	}
}
@media only screen and (min-width: 1200px) {
	.facilitator-item {
		width: 31%;
		margin: 1% 1% 1% 1%;
		min-height: 430px;
	}
}
/* Single Facilitator Styles */
.facilitator-image {
	padding: 60px 0px 60px;
}
.facilitator-details {
	padding: 60px 0px 60px;
}
.facilitator-details h1 {
	font-size: 40px;
}
.facilitator {
	width: 100%;
	position: relative;
}
@media only screen and (min-width: 1000px) {
	.facilitator-image {
		padding: 30px 30px 30px 30px;
		width: 50%;
		position: relative;
		float: left;
	}
	.facilitator-details {
		padding: 30px 30px 30px 30px;
	}
	.facilitator-details h1 {
		width: 50%;
		position: relative;
		float: left;
	}
}
