/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/
.tm-sc-staff .team-item-skin-style3 {
  background-color: #fff;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  padding: 30px;
  padding-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .thumb img {
  margin-top: -60px;
  -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-style3 .staff-inner .thumb img {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content {
  padding-top: 25px;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .name {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .speciality {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: inherit !important;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul {
  margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li a {
  background: #eee;
  height: 42px;
  display: inline-block;
  width: 42px;
  text-align: center;
  line-height: 42px;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li a {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li a:hover {
  background: var(--theme-color1);
}
.tm-sc-staff .team-item-skin-style3:hover .staff-inner .thumb img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}