.team-page-single {
  padding: 20px 0; }

.team-photo {
  float: left;
  padding: 0 20px 20px 0; }

.team-single-item .team-meta {
  float: left;
  padding: 0 0 20px 0; }
  .team-single-item .team-meta_item {
    display: block; }
    .team-single-item .team-meta_item:before {
      display: inline-block;
      font-family: FontAwesome;
      font-size: 1.1em;
      vertical-align: middle;
      margin: 0 5px 0 0;
      min-width: 20px; }
    .team-single-item .team-meta_item.position:before {
      content: "\f007"; }
    .team-single-item .team-meta_item.location:before {
      content: "\f041"; }
    .team-single-item .team-meta_item.website:before {
      content: "\f08e"; }
    .team-single-item .team-meta_item.email:before {
      content: "\f003"; }
    .team-single-item .team-meta_item.telephone:before {
      content: "\f095"; }

.team-content {
  clear: both; }

.team-item:after {
  clear: both;
  width: 100%;
  display: block;
  clear: both;
  content: ""; }

.team-listing {
  padding: 20px 0; }
  .team-listing_item {
    text-align: center; }
  .team-listing_photo {
    text-align: center; }
    .team-listing_photo img {
      margin: 0 auto; }

.team-socials {
  padding: 10px 0 0 0; }
  .team-socials_item {
    display: inline-block;
    margin: 0 5px 5px 0; }
  .team-socials_link {
    display: block;
    font-style: normal;
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center; }
  .team-socials_icon.fa {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 20px; }
  .team-socials_label {
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    line-height: 14px;
    width: 150px;
    padding: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 70px;
    left: 50%;
    margin: 0 0 0 -75px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear; }
    .team-socials_label:before {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
      left: 50%;
      bottom: -6px;
      margin: 0 0 0 -6px;
      content: ""; }
    .team-socials_link:hover .team-socials_label {
      visibility: visible;
      opacity: 1;
      bottom: 50px; }
