/* Agent Profiles
------------------------------------------------------------ */

/** For modern browsers */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

.agent-details {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 160px;
}

.agent-details .type, .featured-agent .type {
	display: none;
}

.agent-social-profiles {
	float: left;
	clear: left;
	position: absolute;
	bottom: 0;
	width: 150px;
}

.agent-social-profiles a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 15px;
}

.agent-social-profiles .agent-facebook { background: url(images/fb.png); }
.agent-social-profiles .agent-twitter { background: url(images/twitter.png); }
.agent-social-profiles .agent-linkedin { background: url(images/linkedin.png); }

.single-aeprofiles .agent-details,
.archive-aeprofiles .agent-details {
	position: relative;
	height: 160px;
}

.single-aeprofiles .agent-wrap img,
.archive-aeprofiles .agent-wrap img {
	display: inline-block;
	-moz-box-shadow: 2px 2px 3px #DDD;
	-webkit-box-shadow: 2px 2px 3px #DDD;
	-khtml-box-shadow: 2px 2px 3px #DDD;
	box-shadow: 2px 2px 3px #DDD;
	margin-right: 20px;
	width: 170px;
	height: 170px;
}

.archive-aeprofiles a,
.archive-aeprofiles a:hover,
.single-aeprofiles .agent-details a,
.single-aeprofiles .agent-details a:hover {
	text-decoration: none;
}

.single-aeprofiles .agent-bio {
	clear: both; padding-top: 30px;
}

.single-aeprofiles .agent-details p {
	font-size: 1em;
	line-height: 100%;
	padding-bottom: 16px;
}

.single-aeprofiles p.title {
	font-weight: bold;
}

.archive-aeprofiles .agent-wrap {
	margin-bottom: 70px;
}

.archive-aeprofiles a.fn {
	font-size: 1.5em;
	margin-bottom: 10px;
	display: block;
}

.archive-aeprofiles h1.entry-title {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.archive-aeprofiles .agent-wrap {
		clear: both;
		padding-left: 0;
	}

	.responsive-wrap {
		max-width: 96%;
		margin: 0 auto;
	}
}


/* Featured Agent Widget
------------------------------------------------------------ */

.featured-agent img {
	float: left;
	clear: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.featured-agent .no-prev {
	border: 1px solid #ddd;
}

.featured-agent p {
	font-size: 1em;
	line-height: 170%;
}

.featured-agent .agent-social-profiles {
	position: static;
	float: left;
	clear: both;
}

.widget-agent-details {
	float: left;
}

.widget-agent-wrap {
	float: left;
	clear: left;
	padding: 20px 0;
	border-bottom: 1px solid #888;
	border-bottom: 1px solid rgba(00,00,00,0.3);
	width: 100%;
}