.tm-sc-staff .team-current-theme1 {
  position: relative;
  margin-bottom: 30px;
}
.tm-sc-staff .team-current-theme1 .staff-header {
  position: relative;
  padding: 0 0 75px;
}
.tm-sc-staff .team-current-theme1 .staff-header:hover .image-box:after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-current-theme1 .staff-header:hover .image-box:after {
    transition: none;
  }
}
.tm-sc-staff .team-current-theme1 .staff-header:hover .staff-content {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  padding-bottom: 68px;
}
.tm-sc-staff .team-current-theme1 .staff-header:hover .social-links {
  bottom: 28px;
  opacity: 1;
  visibility: visible;
}
.tm-sc-staff .team-current-theme1 .staff-header:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-staff .team-current-theme1 .image-box {
  position: relative;
}
.tm-sc-staff .team-current-theme1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.tm-sc-staff .team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-current-theme1 .image-box .image img {
    transition: none;
  }
}
.tm-sc-staff .team-current-theme1 .image-box:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.tm-sc-staff .team-current-theme1 .staff-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  padding: 28px 25px;
  text-align: center;
  background-color: #ffffff;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-current-theme1 .staff-content {
    transition: none;
  }
}
.tm-sc-staff .team-current-theme1 .staff-content .name {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 0;
}
.tm-sc-staff .team-current-theme1 .staff-content .name:hover {
  color: var(--theme-color2);
}
.tm-sc-staff .team-current-theme1 .staff-content .speciality {
  font-size: 14px;
  line-height: 26px;
  color: #767676;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tm-sc-staff .team-current-theme1 .social-links {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-current-theme1 .social-links {
    transition: none;
  }
}
.tm-sc-staff .team-current-theme1 .social-links a {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 10px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #7b8391;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-current-theme1 .social-links a {
    transition: none;
  }
}
.tm-sc-staff .team-current-theme1 .social-links a:hover {
  color: var(--theme-color1);
}
.tm-sc-staff .team-current-theme1 .social-links li:nth-last-child(n) {
  margin-bottom: 5px;
}
.tm-sc-staff .team-current-theme1 .social-links.styled-icons a:hover {
  background: inherit;
}