.g5plus-team-single {
  max-width: 200px;
  text-align: center;
  margin: auto;
}
.g5plus-team-single img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.g5plus-team-single .team-avatar {
  margin-bottom: 25px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
.g5plus-team-single .team-avatar .team-social-icon {
  position: absolute;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  bottom: 0;
  width: 100%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.g5plus-team-single .team-avatar .team-social-icon .team-icon {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  transition-delay: .4s;
}
.g5plus-team-single .team-avatar .team-social-icon a {
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.g5plus-team-single .team-avatar .team-social-icon a:hover {
  color: #0f0f0f;
}
.g5plus-team-single .team-avatar .team-social-icon a + a {
  margin-left: 5px;
}
.g5plus-team-single h3.team-name {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.g5plus-team-single h3.team-name a {
  color: #0f0f0f;
}
.g5plus-team-single span {
  text-transform: capitalize;
  color: #222;
  margin-bottom: 20px;
  display: block;
}
.g5plus-team-single p {
  font-size: 15px;
  font-style: italic;
  line-height: 1.2;
  padding-bottom: 5px;
}
.g5plus-team-single:hover .team-avatar .team-social-icon {
  top: 65%;
}
.g5plus-team-single:hover .team-avatar .team-social-icon .team-icon {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.g5plus-team-single:hover .team-avatar img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.g5plus-team-single.team-layout-style2 {
  max-width: 100%;
  padding: 0 15px;
}
.g5plus-team-single.team-layout-style2 .team-avatar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1;
  margin-bottom: 0;
}
.g5plus-team-single.team-layout-style2 .team-content {
  position: relative;
  z-index: 10;
  padding: 0 15px;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  padding: 25px 0 15px 0;
  margin: 0 15px;
}
.g5plus-team-single.team-layout-style2 h3.team-name {
  margin-top: 0;
  padding: 0 5px;
}
.g5plus-team-single.team-layout-style2 span {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.g5plus-team-single.team-layout-style2 .team-social-icon {
  padding: 5px 0;
  vertical-align: middle;
  margin: 0 -10px;
  margin-top: 10px;
  position: relative;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.g5plus-team-single.team-layout-style2 .team-social-icon:before,
.g5plus-team-single.team-layout-style2 .team-social-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
}
.g5plus-team-single.team-layout-style2 .team-social-icon:before {
  left: -1px;
  border-left: 10px solid transparent;
}
.g5plus-team-single.team-layout-style2 .team-social-icon:after {
  right: -1px;
  border-top: 10px solid transparent;
}
.g5plus-team-single.team-layout-style2 .team-social-icon a {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.g5plus-team-single.team-layout-style2 .team-social-icon a:hover {
  color: #0f0f0f;
  background-color: #fff;
  border-color: #fff;
}
.g5plus-team-single.team-layout-style2:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.g5plus-our-team.team-dark .g5plus-team-single.team-layout-style1 h3.team-name {
  color: #ffffff;
}
.g5plus-our-team.team-dark .g5plus-team-single.team-layout-style1 h3.team-name a {
  color: #fff;
}
.g5plus-our-team.team-dark .g5plus-team-single.team-layout-style1 span {
  color: #d0d0d0;
}
.g5plus-our-team.team-dark .g5plus-team-single.team-layout-style1 p {
  color: #fff;
}
