/* 
 * JUX Team Showcase
 */
.nivo-lightbox-open .nivo-lightbox-nav {
  display: none !important;
}
.nivo-lightbox-wrap .itemViewContent {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nivo-lightbox-wrap .itemViewContent {
    flex-direction: column;
  }
}
.nivo-lightbox-wrap .itemViewContent .itemImageBlock {
  width: 50%;
}
@media (max-width: 768px) {
  .nivo-lightbox-wrap .itemViewContent .itemImageBlock {
    width: 100%;
  }
}
.nivo-lightbox-wrap .itemViewContent .itemImageBlock .avatar {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .nivo-lightbox-wrap .itemViewContent .itemImageBlock .avatar {
    width: 100%;
    min-height: 400px;
  }
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock {
  width: 50%;
  padding: 30px;
  flex-shrink: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .nivo-lightbox-wrap .itemViewContent .itemContentBlock {
    width: 100%;
    padding-top: 50px;
    padding-block: 48px;
  }
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-top-content {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-top-content > *:not(:last-child):nth-child(2) {
  margin-bottom: 16px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-top-content .name {
  font-size: 20px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-top-content .position {
  letter-spacing: 1px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-content {
  margin-bottom: 38px;
  font-size: 15px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials {
  z-index: 1;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials .social {
  opacity: 0.6;
  transition: 0.3s ease opacity;
  position: relative;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials .social:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 2px;
  position: absolute;
  background-color: #111111;
  opacity: 0.09;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials .social:not(:first-child) {
  margin-left: 7px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials .social:hover {
  opacity: 1;
}
.jux-team-showcase-wrap {
  margin: 0;
}
.jux-team-showcase-wrap .team_showcase-item-container {
  padding: 15px 15px 15px 15px;
}
.jux-team-showcase-wrap .team_showcase-item-inner {
  margin: 0;
}
.jux-team-showcase-wrap a {
  text-decoration: none;
}
.jux-team-showcase-wrap .owl-carousel .owl-stage-outer {
  padding: 0;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded .team_showcase-item-container {
  width: 100%;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded .owl-stage {
  display: flex;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded .owl-nav .disabled {
  opacity: 0;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  border: none;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded .owl-dots .owl-dot.active span,
.jux-team-showcase-wrap .owl-carousel.owl-loaded .owl-dots .owl-dot:hover span {
  opacity: 1;
  transform: scale3d(1.2, 1.2, 1.2);
  background-color: #656565;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded .owl-dots .owl-dot span {
  transition: all 300ms ease;
  opacity: 0.2;
  background-color: #656565;
  display: block;
  margin: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded div.owl-nav {
  text-align: center;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-prev,
.jux-team-showcase-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #bbbbbb;
  transition: all ease-in-out 0.3s;
  transition-delay: 0.2s;
  z-index: 99;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-prev:hover,
.jux-team-showcase-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-next:hover {
  color: #656565;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-prev {
  left: -20px;
}
.jux-team-showcase-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-next {
  right: -20px;
}
.jux-team-showcase-wrap .align-left {
  text-align: left;
}
.jux-team-showcase-wrap .align-left .team_showcase-item .photo-container,
.jux-team-showcase-wrap .align-left .team_showcase-item .item-wrapper {
  justify-content: flex-start;
}
.jux-team-showcase-wrap .align-center {
  text-align: center;
}
.jux-team-showcase-wrap .align-center .team_showcase-item .photo-container,
.jux-team-showcase-wrap .align-center .team_showcase-item .item-wrapper {
  justify-content: center;
}
.jux-team-showcase-wrap .align-right {
  text-align: right;
}
.jux-team-showcase-wrap .align-right .team_showcase-item .photo-container,
.jux-team-showcase-wrap .align-right .team_showcase-item .item-wrapper {
  justify-content: flex-end;
}
.jux-team-showcase-wrap .top.team_showcase-item-inner .item-wrapper {
  align-items: flex-start;
}
.jux-team-showcase-wrap .middle.team_showcase-item-inner .item-wrapper {
  align-items: center;
}
.jux-team-showcase-wrap .bottom.team_showcase-item-inner .item-wrapper {
  align-items: flex-end;
}
.jux-team-showcase-wrap .team_showcase-item {
  display: flex;
  height: 100%;
}
.jux-team-showcase-wrap .team_showcase-item .photo-container {
  display: flex;
}
.jux-team-showcase-wrap .team_showcase-item .avatar {
  width: 155px;
  height: 155px;
  margin-bottom: 30px;
  position: relative;
}
.jux-team-showcase-wrap .team_showcase-item .avatar .item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 0;
  z-index: 1;
}
.jux-team-showcase-wrap .team_showcase-item .avatar img {
  height: 100%;
  border-radius: 50%;
}
.jux-team-showcase-wrap .team_showcase-item .item-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  padding: 30px 30px 30px;
  border-width: 0px;
  background-color: #fff;
  transition: all 300ms ease;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-content {
  font-size: 15px;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-content a {
  display: block;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-content > *:not(:last-child):nth-child(2) {
  margin-bottom: 16px;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-content .name {
  font-size: 17px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-content .position {
  letter-spacing: 1px;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-socials {
  margin-top: 20px;
  z-index: 1;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-socials .social {
  opacity: 0.6;
  transition: 0.3s ease opacity;
  position: relative;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-socials .social:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 2px;
  position: absolute;
  background-color: #111111;
  opacity: 0.09;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-socials .social:not(:first-child) {
  margin-left: 7px;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .info-socials .social:hover {
  opacity: 1;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .see-more {
  color: #111111;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  z-index: 1;
  text-transform: uppercase;
  padding-right: 6px;
  cursor: pointer;
  margin-top: 20px;
  opacity: 0.4;
  transition: 0.3s ease opacity;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .see-more a {
  color: #111111;
}
.jux-team-showcase-wrap .team_showcase-item .item-inner .see-more:hover {
  opacity: 1;
}
.jux-team-showcase-wrap.style-1 .team_showcase-item-container .item-inner {
  margin: 0;
}
.jux-team-showcase-wrap.style-1 .team_showcase-item-container:hover .item-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-team-showcase-wrap.style-1 .team_showcase-item-container .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
.jux-team-showcase-wrap.style-2 .team_showcase-item {
  flex-direction: column;
}
.jux-team-showcase-wrap.style-2 .team_showcase-item .photo-container {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.jux-team-showcase-wrap.style-2 .team_showcase-item .item-inner {
  margin: 0;
}
.jux-team-showcase-wrap.style-2 .team_showcase-item .item-wrapper {
  width: 100%;
  padding: 35px 0 30px 0;
}
.jux-team-showcase-wrap.style-2 .team_showcase-item .avatar {
  width: 100%;
  min-height: 300px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-team-showcase-wrap.style-3 .team_showcase-item-container:hover .item-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-team-showcase-wrap.style-3 .team_showcase-item-container .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
.jux-team-showcase-wrap.style-3 .team_showcase-item {
  flex-direction: column;
}
.jux-team-showcase-wrap.style-3 .team_showcase-item .photo-container {
  width: 100%;
  overflow: hidden;
}
.jux-team-showcase-wrap.style-3 .team_showcase-item .item-inner {
  margin: 0;
}
.jux-team-showcase-wrap.style-3 .team_showcase-item .item-wrapper {
  width: 100%;
  padding: 30px 25px 30px 25px;
}
.jux-team-showcase-wrap.style-3 .team_showcase-item .avatar {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-team-showcase-wrap.style-4 .team_showcase-item-container.col-md-12 .photo-container {
  min-width: 300px;
}
@media (max-width: 768px) {
  .jux-team-showcase-wrap.style-4 .team_showcase-item-container.col-md-12 .photo-container {
    min-width: 200px;
  }
}
@media (max-width: 600px) {
  .jux-team-showcase-wrap.style-4 .team_showcase-item-container.col-md-12 .photo-container {
    min-height: 200px;
  }
}
.jux-team-showcase-wrap.style-4 .team_showcase-item-container:hover .item-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-team-showcase-wrap.style-4 .team_showcase-item-container .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
@media (max-width: 600px) {
  .jux-team-showcase-wrap.style-4 .team_showcase-item {
    flex-direction: column;
  }
}
.jux-team-showcase-wrap.style-4 .team_showcase-item .item-inner {
  margin: 0;
}
.jux-team-showcase-wrap.style-4 .team_showcase-item .item-wrapper {
  width: 100%;
  padding: 30px 25px 30px 25px;
}
.jux-team-showcase-wrap.style-4 .team_showcase-item .avatar {
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-width: 155px;
}
.jux-team-showcase-wrap.style-4 .team_showcase-item .item-biography {
  margin-top: 20px;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item-container:hover .item-wrapper {
  top: calc(100% - 200px);
}
.jux-team-showcase-wrap.style-5 .team_showcase-item {
  flex-direction: column;
  position: relative;
  overflow: hidden;
  color: #ffffffe8;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item a {
  color: #ffffffbd;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .info-socials .social {
  color: #ffffffbd;
  z-index: 2;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .info-socials .social:before {
  opacity: 0.1;
  background-color: #ffffff;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .photo-container {
  width: 100%;
  overflow: hidden;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .item-inner {
  margin: 0;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .info-content > *:not(:last-child):nth-child(2) {
  margin-bottom: 20px;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .item-wrapper {
  bottom: 0;
  background: linear-gradient(0deg, #000000c9, transparent) !important;
  position: absolute;
  top: calc(100% - 80px);
  transition: 0.3s ease all;
  width: 100%;
  padding: 18px 24px 28px;
  will-change: top;
  min-height: 107px;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .item-wrapper:before {
  content: '';
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222);
  z-index: 0;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .avatar {
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .see-more {
  color: #ffffffbd;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  z-index: 1;
  text-transform: uppercase;
  padding-right: 6px;
  cursor: pointer;
  margin-top: 20px;
  opacity: 0.6;
  transition: 0.3s ease opacity;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .see-more svg {
  fill: #ffffff;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .see-more a {
  color: #ffffffbd;
}
.jux-team-showcase-wrap.style-5 .team_showcase-item .see-more:hover {
  opacity: 1;
}
.jux-team-showcase-wrap.style-6 .align-right .item-inner .info-socials {
  flex-direction: row-reverse;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials {
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  margin: 0;
  display: flex;
  flex-wrap: wrap-reverse;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials a {
  padding: 0;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  z-index: 3;
  transition: 0.4s;
  background-color: #fff;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:before {
  content: none !important;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:hover {
  color: #fff !important;
  background-color: #ff5009c9;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:first-child {
  font-size: 16px;
  cursor: pointer;
  display: block;
  color: #ff5009c9;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:not(:first-child) {
  opacity: 0;
  transform: scale(0.9);
  will-change: transform;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:nth-last-child(1) {
  transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s;
  -webkit-transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:nth-last-child(2) {
  transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
  -webkit-transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:nth-last-child(3) {
  transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
  -webkit-transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:nth-last-child(4) {
  transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
  -webkit-transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:nth-last-child(5) {
  transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
  -webkit-transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
}
.jux-team-showcase-wrap.style-6 .item-inner .info-socials .social:nth-last-child(6) {
  transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
  -webkit-transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .team_showcase-item {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .social:first-child {
  color: #fff;
  background-color: #ff5009c9;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .social:not(:first-child) {
  opacity: 1;
  transform: scale(1);
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .social:nth-child(1) {
  transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s;
  -webkit-transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .social:nth-child(2) {
  transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .social:nth-child(3) {
  transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .social:nth-child(4) {
  transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .social:nth-child(5) {
  transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container:hover .social:nth-child(6) {
  transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item-container .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
.jux-team-showcase-wrap.style-6 .team_showcase-item {
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item .photo-container {
  width: 100%;
  overflow: hidden;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item .item-inner {
  margin: 0;
  width: 100%;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item .item-wrapper {
  width: 100%;
  padding: 37px 34px 34px 34px;
}
.jux-team-showcase-wrap.style-6 .team_showcase-item .avatar {
  width: 100%;
  min-height: 300px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-team-showcase-wrap.style-7 .align-right .item-inner .info-socials {
  flex-direction: row-reverse;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials {
  position: absolute;
  right: 0;
  bottom: calc(100% - 47px);
  display: flex;
  flex-direction: column-reverse;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials a {
  padding: 0;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #ff5009c9;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:before {
  content: none !important;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:hover {
  color: #fff !important;
  background-color: #ff5009c9;
  opacity: 1 !important;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:first-child {
  font-size: 16px;
  cursor: pointer;
  display: block;
  color: #fff;
  background-color: #ff5009c9;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:not(:first-child) {
  opacity: 0;
  margin: 5px;
  transform: scale(0.7);
  will-change: transform;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:nth-last-child(1) {
  transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s;
  -webkit-transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:nth-last-child(2) {
  transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
  -webkit-transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:nth-last-child(3) {
  transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
  -webkit-transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:nth-last-child(4) {
  transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
  -webkit-transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:nth-last-child(5) {
  transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
  -webkit-transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
}
.jux-team-showcase-wrap.style-7 .item-inner .info-socials .social:nth-last-child(6) {
  transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
  -webkit-transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .item-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .social:first-child {
  color: #fff;
  background-color: #ff5009c9;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .social:not(:first-child) {
  opacity: 0.7;
  transform: scale(1);
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .social:nth-child(1) {
  transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s;
  -webkit-transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .social:nth-child(2) {
  transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .social:nth-child(3) {
  transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .social:nth-child(4) {
  transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .social:nth-child(5) {
  transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container:hover .social:nth-child(6) {
  transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item-container .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
.jux-team-showcase-wrap.style-7 .team_showcase-item {
  flex-direction: column;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item .photo-container {
  width: 100%;
  overflow: hidden;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item .item-inner {
  margin: 0;
  width: 100%;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item .item-wrapper {
  width: auto;
  margin-left: 25px;
  margin-right: 25px;
  padding: 30px 30px;
  box-shadow: 0px 4px 10px #e8e8e8;
  margin-top: -60px;
  background: #fff;
  border-radius: 10px;
}
.jux-team-showcase-wrap.style-7 .team_showcase-item .avatar {
  width: 100%;
  min-height: 300px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-team-showcase-wrap.style-8.team_showcase-grid .team_showcase-item {
  border-bottom: 1px solid #ececec;
}
.jux-team-showcase-wrap.style-8 .team_showcase-item {
  padding-top: 10px;
}
@media (max-width: 600px) {
  .jux-team-showcase-wrap.style-8 .team_showcase-item {
    flex-direction: column;
  }
}
.jux-team-showcase-wrap.style-8 .team_showcase-item .item-inner {
  margin: 0;
}
.jux-team-showcase-wrap.style-8 .team_showcase-item .item-wrapper {
  width: 100%;
  padding: 0 25px 30px 30px;
}
.jux-team-showcase-wrap.style-8 .team_showcase-item .avatar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-team-showcase-wrap.style-8 .team_showcase-item .item-biography {
  margin-top: 20px;
}
