/** These styles are used in the backend editor AND in your Theme. **/

.conditions {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 14px;
}

.team {
	padding: 0px;
}

.team li {
	clear: both;
	display: block;
	list-style-type: none;
	padding: 0px !important;
}

.team img {
	float: left;
}

.team h4 {
	margin-top: 0px;
	font: inherit;
	line-height: 1;
	font-weight: bold;
	color: inherit;
}

.team .content {
	float: right;
	width: 68%;
}

.team:after {
	content: '';
	display: block;
	clear: both;
}

article.content-wrap.text .team li:before {
	content: none;
}
