/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/
.tm-sc-staff .team-item-skin-style1 .thumb {
  overflow: hidden;
  position: relative;
}
.tm-sc-staff .team-item-skin-style1 .thumb:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: 400ms;
  background: #111;
  opacity: 0;
  transform: scaleX(0);
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style1 .thumb:before {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style1 .thumb img {
  transition: 600ms;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style1 .thumb img {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style1 .team-content {
  background-color: #f5f5f4;
  padding: 25px 15px 27px;
  position: relative;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-information {
  position: relative;
  text-align: center;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-information .name {
  margin-top: 0;
  margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social {
  top: -60px;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: 400ms;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style1 .team-content .team-social {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list {
  left: -15px;
  position: relative;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list li a {
  background-color: #f5f5f4;
  color: var(--text-color-bg-theme-color1);
  height: 45px;
  line-height: 45px;
  margin-right: 7px;
  text-align: center;
  width: 45px;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list li a:hover {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list li:last-child a {
  margin-right: 0;
}
.tm-sc-staff .team-item-skin-style1:hover .thumb:before {
  opacity: 0.8;
  transform: scaleX(1);
}
.tm-sc-staff .team-item-skin-style1:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tm-sc-staff .team-item-skin-style1:hover .team-content .team-information .name {
  color: var(--theme-color2);
}
.tm-sc-staff .team-item-skin-style1:hover .team-content .team-social {
  top: -70px;
  z-index: 1;
  transform: translateY(0px);
  opacity: 1;
}