.team-current-theme7 .inner-box {
  position: relative;
  margin-bottom: 26px;
  text-align: center;
}
.team-current-theme7 .inner-box:hover .image-box .image img {
  border-color: var(--theme-color1);
}
.team-current-theme7 .inner-box:hover .social-links {
  opacity: 1;
  transform: translateY(-30px);
}
.team-current-theme7 .inner-box .image-box {
  position: relative;
  overflow: hidden;
}
.team-current-theme7 .inner-box .image-box .image {
  display: inline-block;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.team-current-theme7 .inner-box .image-box .image img {
  border: 3px solid var(--theme-color2);
  border-radius: 50%;
}
.team-current-theme7 .social-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  list-style: none;
  opacity: 0;
  transition: all 300ms ease;
  transform: translateY(0);
}
.team-current-theme7 .social-links li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--theme-color2);
  margin-bottom: 0;
}
.team-current-theme7 .social-links li:hover {
  background-color: var(--theme-color1);
}
.team-current-theme7 .social-links li:hover a {
  color: var(--theme-color2);
}
.team-current-theme7 .social-links li a {
  color: #fff;
}
.team-current-theme7 .content-box {
  position: relative;
  margin: 32px 0 0;
}
.team-current-theme7 .content-box .team-title {
  color: #fff;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.team-current-theme7 .content-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme7 .content-box .team-subtitle {
  color: #666666;
  font-size: 14px;
  transition: all 300ms ease;
}