/*--------------------------------------------------------------
## Team Card Style
--------------------------------------------------------------*/
.tb-team-card.tb-style1 .tb-team-img {
  height: 260px;
  border-radius: 4px 4px 0 0;
}

.tb-team-card.tb-style1 .tb-team-text {
  padding: 16px 15px 14px;
}

.tb-team-card.tb-style1 .tb-team-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 5px;
}

.tb-team-card.tb-style1 .tb-team-social a {
  font-size: 12px;
  color: #b5b5b5;
  padding: 0 6px;
  font-weight: 400;
  position: relative;
}

.tb-team-card.tb-style1 .tb-team-social a:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: rgba(181, 181, 181, 0.8);
  top: 6px;
}

.tb-team-card.tb-style1 a:hover {
  color: #666;
}

.tb-team-card.tb-style1 {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-team-card.tb-style1:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
  box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
}

.tb-team-card.tb-style1.tb-type1 .tb-team-img {
  height: 375px;
}

.tb-team-card.tb-style1.tb-type1 .tb-team-card-meta {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .8));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, .8));
  background: linear-gradient(transparent, rgba(0, 0, 0, .8));
  padding-top: 15px;
}

.tb-team-card.tb-style1.tb-type1:hover .tb-team-card-meta {
  opacity: 1;
}

.tb-team-card.tb-style1.tb-type1 .tb-team-social a {
  color: rgba(255, 255, 255, 0.7);
}

.tb-team-card.tb-style1.tb-type1 hr {
  border-color: rgba(234, 234, 234, 0.5);
}

.tb-team-card.tb-style1.tb-type1 a:hover {
  color: #fff;
}
