/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/
.tm-sc-staff .team-item-skin-style4 {
  background-color: #fff;
  border: 1px solid #e0e4ec;
  position: relative;
  text-align: center;
  z-index: 1;
}
.tm-sc-staff .team-item-skin-style4 .team-thumb {
  position: relative;
  overflow: hidden;
}
.tm-sc-staff .team-item-skin-style4 .team-thumb:before {
  border-style: solid;
  border-width: 0 300px 0 0;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style4 .team-thumb:before {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style4 .team-thumb:after {
  border-style: solid;
  border-width: 0 0 60px 300px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0;
  right: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style4 .team-thumb:after {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style4 .team-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style4 .team-thumb img {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style4 .team-content {
  padding: 40px;
  padding-top: 10px;
}
.tm-sc-staff .team-item-skin-style4 .team-information {
  margin-bottom: 20px;
}
.tm-sc-staff .team-item-skin-style4 .name {
  margin-bottom: 0;
  margin-top: 5px;
}
.tm-sc-staff .team-item-skin-style4 .speciality {
  font-family: var(--heading-font-family);
  font-size: 1rem;
}
.tm-sc-staff .team-item-skin-style4 .styled-icons.icon-team-list li a {
  background-color: var(--theme-color1);
  border: 1px solid transparent;
  color: var(--text-color-bg-theme-color1);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style4 .styled-icons.icon-team-list li a {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style4 .styled-icons.icon-team-list li a:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color2);
}
.tm-sc-staff .team-item-skin-style4:hover .team-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}