
/*
 * Basic styling options
 * @package Coach Team
 * @author Frank Grupe <http://themescoach.com/>
 * @version 1.1.0
 */

img {
	display: block;
	height: auto;
	max-width: 100%;
}

.team-member-title {
	text-align: center;
}

.listing .team-member-title {
	text-align: left;
}

.team-member .team-member-title a {
	text-decoration: none;
}

.team-member-image {
	position: relative;
}

.team-member-image figcaption {
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1008;
	background-color: #FFF;
	background-color: rgba(238,238,238,0.8);
	height: 100%;
	width: 100%;
	position: absolute;
	clear: both;
	overflow: hidden;
}

.team-member-image-title {
	text-align: center;
}

.team-member-image-desc {
	text-align: center;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.team-member-image-center-frame {
	display: table;
	width: 100%;
	height: 100%;
}

.team-member-image-center {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.team-member-image-standard,
.wpb_wrapper .team-member .team-member-image-standard {
	margin-bottom: 1em;
}

.team-member .entry-more1 a {
	outline: 0;
	text-decoration: none;
}

.coach-team .coach-team-letterselection {
	text-align: center;
	margin-bottom: 2em;
}

.coach-team-letterselection .letter {
	padding: 0 0.375em;
	width: 1em;	
}

.coach-team-letterselection .letter:hover {
	cursor: pointer;
}

.team-member.listing .team-member-title {
	padding-bottom: 0.5em;	
}