/*
Theme Name: Churchope
Version: 1.12
Theme URI: http://churchope.themoholics.com/
Description: Premium WordPress theme that is perfect for churches and business websites, but also suits well for any other needs.
Author: themoholics
Author URI: http://themoholics.com/
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: red, white, gray, two-columns, fixed-width, threaded-comments, translation-ready, custom-menu
*/
.bio-container {
	display:none;
}
.bio {
	padding:10px;
	/*clear:both;*/
}
.bio h2 {
	margin-top:0;
}
.pp_social {
	display: none;
}
.team-grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.team-grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 280px;
	max-width: 280px;
	max-height: 228px;
	width: 48%;
	background:#fff;
	text-align: center;
	/*cursor: pointer;*/
}

.team-grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	/*opacity: 0.8;*/
}

.team-grid figure figcaption {
	padding: 1em 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.team-grid figure figcaption::before,
.team-grid figure figcaption::after {
	pointer-events: none;
}

.team-grid figure figcaption,
.team-grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.team-grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.team-grid figure h2 {
	font-weight: 300;
}

.team-grid figure h2 span {
	font-weight: 800;
}

.team-grid figure h2,
.team-grid figure p {
	margin: 0;
}

.team-grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect figcaption {
	top: auto;
	bottom: 0;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect p.icon-links a {
	/*float: left;*/
	color: #3c4a50;
	font-size: 1.4em;
	text-decoration: none
}

figure.effect:hover p.icon-links a:hover,
figure.effect:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect p.description {
	position: absolute;
	bottom: 4em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

/*figure.effect h2,
figure.effect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}*/

figure.effect h2 {
	display: inline-block;
	margin-bottom:0!important;
}

figure.effect:hover p.description {
	opacity: 1;
}

figure.effect:hover figcaption,
figure.effect:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figcaption .lightbox {
	display:inline;
}
figcaption .job-title {
	font-size:0.8em;
}

ul.no-divider > li { background:none!important;}

#color_header div.mainmenu div.socialicons {
	text-align:right;
}

#page-13337 .offer_group { padding-left: 110px; }
#page-13337 .offer_group ul > li {
    background: url('images/priceplan_detail_divider.png') no-repeat bottom center;
    position: relative;
    padding: 7px 0 6px 14px;
}