.team-current-theme1 {
  position: relative;
}
.team-current-theme1 .inner-box {
  position: relative;
}
.team-current-theme1 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .inner-box:hover .share-icon {
  background-color: var(--theme-color3);
  color: var(--text-color-bg-theme-color1);
}
.team-current-theme1 .inner-box:hover .info-box:before {
  width: 100%;
}
.team-current-theme1 .inner-box:hover .info-box .team-title {
  color: var(--theme-color-white);
}
.team-current-theme1 .inner-box:hover .info-box .team-title a {
  color: var(--text-color-bg-theme-color1);
}
.team-current-theme1 .inner-box:hover .info-box .team-subtitle {
  background-color: var(--theme-color3);
  color: var(--text-color-bg-theme-color1);
}
.team-current-theme1 .image-box {
  position: relative;
}
.team-current-theme1 .image-box .image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.team-current-theme1 .image-box .image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  pointer-events: none;
  background: linear-gradient(rgba(17, 255, 43, 0), rgba(1, 20, 37, 0.231372549) 56%, #0f1b24 90%);
  z-index: 1;
  transition: all 300ms ease;
}
.team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
.team-current-theme1 .info-box {
  background-color: var(--theme-color-white);
  position: absolute;
  bottom: 41px;
  left: 30px;
  right: 30px;
  padding: 7px 0;
  text-align: center;
  z-index: 1;
  transition: all 300ms ease;
}
.team-current-theme1 .info-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: var(--theme-color1);
  left: 0;
  top: 0;
  transition: all 300ms ease;
  z-index: -1;
}
.team-current-theme1 .info-box .team-title {
  margin-bottom: 0;
  margin-top: 0;
}
.team-current-theme1 .info-box .team-subtitle {
  background-color: #e2c9ca;
  color: var(--headings-color);
  display: block;
  font-size: 12px;
  position: absolute;
  padding: 5px 13px;
  margin: 0px 30px;
  left: 0;
  right: 0;
  bottom: -22px;
  line-height: 1;
  transition: all 300ms ease;
  text-align: center;
}
body.tm-dark-layout .team-current-theme1 .info-box .team-subtitle {
  background-color: var(--theme-color-gray);
}
.team-current-theme1 .share-icon {
  position: absolute;
  right: 8px;
  top: -15px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  border-radius: 50%;
  z-index: 3;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links {
  position: absolute;
  right: 8px;
  bottom: 55px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
.team-current-theme1 .social-links a {
  position: relative;
  height: 28px;
  width: 28px;
  display: block;
  font-size: 12px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color1);
  margin-bottom: 5px;
  color: var(--text-color-bg-theme-color1);
  transition: all 300ms ease;
}
.team-current-theme1 .social-links a:hover {
  background-color: var(--theme-color3);
}