/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/
.tm-sc-staff .team-item-skin-style9 {
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper {
  position: relative;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb img {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb:before {
  background-image: linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
  content: "";
  position: absolute;
  bottom: -100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb:before {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul {
  top: 25px;
  position: relative;
  transition: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li {
  display: inline-block;
  margin-right: 28px;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li:last-child {
  margin-right: 0;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li a {
  color: #fff;
  font-size: 16px;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .staff-content {
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 30px 0 30px;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .staff-content .name {
  margin-bottom: 0;
  margin-top: 0;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .staff-content .speciality {
  margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner:hover .thumb-wrapper .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner:hover .thumb-wrapper .thumb:before {
  opacity: 1;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner:hover .thumb-wrapper .staff-social-links {
  opacity: 1;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner:hover .thumb-wrapper .staff-social-links ul {
  top: 0;
}