.team-current-theme1 {
  position: relative;
  margin-bottom: 50px;
}
.team-current-theme1 .inner-box {
  position: relative;
}
.team-current-theme1 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .inner-box:hover .info-box:before {
  width: 100%;
}
.team-current-theme1 .inner-box:hover .info-box:after {
  background-color: var(--theme-color2);
}
.team-current-theme1 .inner-box:hover .info-box .team-title,
.team-current-theme1 .inner-box:hover .info-box .team-subtitle {
  color: #fff;
}
.team-current-theme1 .inner-box:hover .info-box .share-icon {
  background-color: var(--theme-color-white);
}
.team-current-theme1 .image-box {
  position: relative;
}
.team-current-theme1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme1 .info-box {
  position: relative;
  padding: 19px 30px;
  padding-right: 100px;
  background-color: var(--theme-color-white);
  max-width: 322px;
  margin: 0 auto;
  margin-top: -35px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .team-current-theme1 .info-box {
    max-width: 100%;
    margin-top: 0;
  }
}
.team-current-theme1 .info-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.team-current-theme1 .info-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: 50%;
  width: 9px;
  height: 45px;
  background-color: var(--theme-color1);
  transform: translateY(-50%);
  transition: all 300ms ease;
}
.team-current-theme1 .info-box .team-title {
  position: relative;
  margin-bottom: 0;
}
.team-current-theme1 .info-box .team-title:hover,
.team-current-theme1 .info-box .team-title a:hover {
  color: #fff;
}
.team-current-theme1 .info-box .team-subtitle {
  position: relative;
  color: #7a7a7a;
  font-size: 16px;
  display: block;
  transition: all 300ms ease;
}
.team-current-theme1 .share-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  border-radius: 10px;
  color: var(--headings-color);
  border: 1px solid #e1e1e1;
  transition: all 300ms ease;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
body.tm-dark-layout .team-current-theme1 .share-icon {
  border-color: #1d1d1d;
}
.team-current-theme1 .social-links {
  position: absolute;
  right: 20px;
  bottom: 100%;
  margin-bottom: -18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}
.team-current-theme1 .social-links li {
  list-style: none;
  list-style: none;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-current-theme1 .social-links li:first-child i::after {
  display: none;
}
.team-current-theme1 .social-links a {
  position: relative;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  font-size: var(--body-font-size);
  color: var(--headings-color);
  background-color: var(--theme-color-white);
  margin-top: 10px;
  border-radius: 10px;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links a:hover {
  color: #fff;
  background-color: var(--theme-color1);
}