/* ====== Structure ====== */

.archive-aeprofiles .agent-wrap {
	float: right;
	clear: right;
	width: auto;
	margin: 0 0 70px;
	width: 47%;
}

.archive-aeprofiles .agent-wrap.even {
	border: 0;
	float: left;
	clear: left;
}

.agent-details {
	float: left;
	position: relative;
	height: 160px;
}

.single-aeprofiles .agent-details,
.archive-aeprofiles .agent-details {
	position: relative;
	height: 160px;
}

.agent-social-profiles {
	margin-top: 10px;
}

.single-aeprofiles .agent-bio {
	clear: both;
	padding-top: 30px;
}

.archive-aeprofiles .agent-details p {
	font-size: 1em;
	line-height: 150%;
	padding: 0;
	margin: 0;
}

.single-aeprofiles .agent-details p {
	font-size: 1em;
	line-height: 150%;
	padding-bottom: 5px;
	margin: 0;
}

.single-aeprofiles p.title {
	font-weight: bold;
}


/* ====== Hyperlinks ====== */


.archive-aeprofiles a.fn {
	font-size: 1.5em;
	margin-bottom: 10px;
	display: block;
}

.archive-aeprofiles a,
.archive-aeprofiles a:hover,
.single-aeprofiles .agent-details a,
.single-aeprofiles .agent-details a:hover,
.agent-social-profiles a:hover,
.agent-social-profiles a:active {
	text-decoration: none;
}

.agent-social-profiles a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 24px;
}


/* ====== Icon font ====== */
@font-face {
  font-family: 'fontello';
  src: url('icons/fontello.eot?50594400');
  src: url('icons/fontello.eot?50594400#iefix') format('embedded-opentype'),
       url('icons/fontello.woff?50594400') format('woff'),
       url('icons/fontello.ttf?50594400') format('truetype'),
       url('icons/fontello.svg?50594400#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50594400#fontello') format('svg');
  }
}
*/
 
 .agent-social-profiles [class^="icon-"]:before, .agent-social-profiles [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.agent-social-profiles .icon-gplus:before { content: '\e801'; } /* '' */
.agent-social-profiles .icon-pinterest:before { content: '\e804'; } /* '' */
.agent-social-profiles .icon-facebook:before { content: '\e800'; } /* '' */
.agent-social-profiles .icon-twitter:before { content: '\e802'; } /* '' */
.agent-social-profiles .icon-linkedin:before { content: '\e803'; } /* '' */


/* ====== Images ====== */


.single-aeprofiles .agent-wrap img,
.archive-aeprofiles .agent-wrap img {
	float: left;
	border: 1px solid #efefef;
	-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;
}


/* ====== Misc. ====== */

.featured-agent .widget-wrap {overflow: hidden;}
.agent-details .type, .featured-agent .type {display: none;}
.agent-details .fax .type, .featured-agent .fax .type { display: inline-block; }
.archive-aeprofiles h1.entry-title {
	margin-bottom: 25px;
	text-transform: capitalize;
}

.single-aeprofiles .backstretch {display: none;} /* Stop backstretch.js from displaying agent profile photo as background */

.archive-aeprofiles .navigation {clear: both;}

/* ====== Widget ====== */

.widget.featured-agent img {
	float: left;
	clear: left;
	width: 80px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	-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;
}

.widget.featured-agent p {
	font-size: 1em;
	line-height: 170%;
	padding: 0;
	margin: 0;
}

.widget.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%;
}
