/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
/*
* Team member
*/
.wtbx_vc_team_member .wtbx_vc_team_member_inner {
  position: relative; }

.wtbx_vc_team_member figure .wtbx_team_member_photo {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.wtbx_vc_team_member figure .wtbx_team_member_details {
  line-height: 1.5; }

.wtbx_vc_team_member figure .wtbx_team_member_name {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em; }

.wtbx_vc_team_member figure .wtbx_team_member_position {
  font-size: .875em;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: .25em; }

.wtbx_vc_team_member figure .wtbx_team_member_description {
  margin-top: 1em; }

.wtbx_vc_team_member figure .wtbx_team_member_social ul {
  padding: 0;
  list-style: none;
  margin: 0; }
  .wtbx_vc_team_member figure .wtbx_team_member_social ul a i {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_photo {
  position: relative;
  line-height: 0;
  padding-left: 3em; }

.wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_photo_inner {
  border-radius: 28px;
  overflow: hidden; }

.wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_content {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  margin-top: -30px;
  display: inline-block;
  width: calc(100% - 60px);
  padding: 1em 1.5em;
  box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.05); }
  .wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_content p:first-child {
    margin-top: 0; }
  .wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_content p:last-child {
    margin-bottom: 0; }

.wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_social ul {
  margin: 1em 0 0 1.5em; }
  .wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_social ul li {
    display: inline-block;
    font-size: .875em;
    margin-right: .5em; }
    .wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_social ul li a {
      display: block;
      text-align: center;
      line-height: 1em;
      padding: .75em;
      border-radius: 10px; }
    .wtbx_vc_team_member.wtbx_style_1 .wtbx_team_member_social ul li:last-child {
      margin-right: 0; }

.wtbx_vc_team_member.wtbx_style_1.wtbx_skin_dark .wtbx_team_member_social a {
  background-color: rgba(255, 255, 255, 0.3);
  /* if backdrop support: very transparent and blurred */
  color: rgba(255, 255, 255, 0.5); }
  @supports (-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px)) {
    .wtbx_vc_team_member.wtbx_style_1.wtbx_skin_dark .wtbx_team_member_social a {
      background-color: rgba(255, 255, 255, 0.15);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); } }
  .wtbx_vc_team_member.wtbx_style_1.wtbx_skin_dark .wtbx_team_member_social a:hover i {
    color: #fff; }

.wtbx_vc_team_member.wtbx_style_2 .wtbx_vc_team_member_inner {
  border-radius: 28px;
  padding: 15px 30px;
  margin-top: 3em; }

.wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_photo {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 28px;
  box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.2);
  position: absolute;
  top: -3em;
  left: 30px; }

.wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_content {
  padding: 0 0 0 110px; }

.wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_details {
  position: absolute;
  bottom: calc(100% + .5em);
  left: 140px;
  right: 30px; }

.wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_description {
  line-height: 1.8;
  margin-top: 0; }

.wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_social {
  position: absolute;
  top: 3.125em;
  left: 30px;
  width: 90px; }
  .wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_social ul {
    margin: 0; }
    .wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_social ul li {
      width: 25%;
      display: inline-block; }
      .wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_social ul li a {
        font-size: .875em;
        display: block;
        text-align: center;
        line-height: 30px;
        background-color: transparent; }
      .wtbx_vc_team_member.wtbx_style_2 figure .wtbx_team_member_social ul li:last-child a {
        border-right: none; }

.wtbx_vc_team_member.wtbx_style_2.wtbx_skin_dark .wtbx_team_member_name {
  color: #fff; }

.wtbx_vc_team_member.wtbx_style_2.wtbx_skin_dark .wtbx_team_member_position {
  color: rgba(255, 255, 255, 0.4); }

.wtbx_vc_team_member.wtbx_style_2.wtbx_skin_dark .wtbx_team_member_description {
  color: #fff; }

.wtbx_vc_team_member.wtbx_style_2.wtbx_skin_dark .wtbx_vc_team_member_inner {
  background-color: rgba(255, 255, 255, 0.2);
  /* if backdrop support: very transparent and blurred */ }
  @supports (-webkit-backdrop-filter: blur(7px)) or (backdrop-filter: blur(7px)) {
    .wtbx_vc_team_member.wtbx_style_2.wtbx_skin_dark .wtbx_vc_team_member_inner {
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-backdrop-filter: blur(7px);
      backdrop-filter: blur(7px); } }

.wtbx_vc_team_member.wtbx_style_2.wtbx_skin_dark .wtbx_team_member_social a {
  color: rgba(255, 255, 255, 0.5); }
  .wtbx_vc_team_member.wtbx_style_2.wtbx_skin_dark .wtbx_team_member_social a:hover i {
    color: #fff; }

.wtbx_vc_team_member.wtbx_style_3 .wtbx_team_member_photo {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  width: 100px;
  height: 100px; }

.wtbx_vc_team_member.wtbx_style_3 .wtbx_team_member_content {
  padding: 1.5em 0 0; }
  .wtbx_vc_team_member.wtbx_style_3 .wtbx_team_member_content .wtbx_team_member_details {
    line-height: 1.5; }

.wtbx_vc_team_member.wtbx_style_3 .wtbx_team_member_social {
  margin-top: 1em; }
  .wtbx_vc_team_member.wtbx_style_3 .wtbx_team_member_social ul {
    margin: 0; }
    .wtbx_vc_team_member.wtbx_style_3 .wtbx_team_member_social ul li {
      margin-right: .5em;
      display: inline-block; }
      .wtbx_vc_team_member.wtbx_style_3 .wtbx_team_member_social ul li a {
        display: block;
        text-align: center;
        line-height: 1em;
        font-size: .875em;
        padding: .75em;
        border-radius: 10px; }
      .wtbx_vc_team_member.wtbx_style_3 .wtbx_team_member_social ul li:last-child {
        margin-right: 0; }

.wtbx_vc_team_member.wtbx_style_3.wtbx_skin_dark .wtbx_team_member_name {
  color: #fff; }

.wtbx_vc_team_member.wtbx_style_3.wtbx_skin_dark .wtbx_team_member_position {
  color: rgba(255, 255, 255, 0.4); }

.wtbx_vc_team_member.wtbx_style_3.wtbx_skin_dark .wtbx_team_member_description {
  color: #fff; }

.wtbx_vc_team_member.wtbx_style_3.wtbx_skin_dark .wtbx_team_member_social a {
  background-color: rgba(255, 255, 255, 0.2);
  /* if backdrop support: very transparent and blurred */
  color: rgba(255, 255, 255, 0.4); }
  @supports (-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px)) {
    .wtbx_vc_team_member.wtbx_style_3.wtbx_skin_dark .wtbx_team_member_social a {
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); } }
  .wtbx_vc_team_member.wtbx_style_3.wtbx_skin_dark .wtbx_team_member_social a:hover i {
    color: #fff; }

.wtbx_vc_team_member.wtbx_align_center figure {
  text-align: center; }

.wtbx_vc_team_member.wtbx_align_left figure {
  text-align: left; }

.wtbx_vc_team_member.wtbx_align_right figure {
  text-align: right; }

.wtbx_vc_team_member.wtbx_style_4 figure {
  position: relative;
  text-align: start;
  border-radius: 28px;
  overflow: hidden; }
  .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_photo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_photo .wtbx_team_member_photo_inner {
    font-size: 0; }
  .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em;
    z-index: 1; }
  .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_name {
    font-size: 1.75em;
    opacity: 0;
    -moz-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
    -webkit-transform: -webkit-translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_position {
    opacity: 0;
    -moz-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
    -webkit-transform: -webkit-translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_description {
    opacity: 0;
    -moz-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
    -webkit-transform: -webkit-translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social {
    padding: 2.5em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul {
      margin: 0; }
      .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li {
        display: inline-block;
        opacity: 0;
        -moz-transform: scale3d(0.5, 0.5, 1);
        -o-transform: scale3d(0.5, 0.5, 1);
        -ms-transform: scale3d(0.5, 0.5, 1);
        -webkit-transform: scale3d(0.5, 0.5, 1);
        -webkit-transform: -webkit-scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
        .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li:nth-child(2) {
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s; }
        .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li:nth-child(3) {
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
        .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li:nth-child(4) {
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
        .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li:nth-child(5) {
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }
        .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li:nth-child(6) {
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s; }
        .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li:nth-child(7) {
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li a {
          display: block;
          text-align: center;
          line-height: 1em;
          font-size: .876em;
          padding: .75em;
          border-radius: 38%;
          margin-right: .5em;
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .wtbx_vc_team_member.wtbx_style_4 figure .wtbx_team_member_social ul li:last-child {
          margin-right: .5em; }
  .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_photo:before {
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_name {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_position {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_description {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_social ul li {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_social ul li:nth-child(2) {
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s; }
    .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_social ul li:nth-child(3) {
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }
    .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_social ul li:nth-child(4) {
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
    .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_social ul li:nth-child(5) {
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
    .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_social ul li:nth-child(6) {
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s; }
    .wtbx_vc_team_member.wtbx_style_4 figure.hover .wtbx_team_member_social ul li:nth-child(7) {
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }

.wtbx_vc_team_member.wtbx_style_4.wtbx_skin_dark .wtbx_team_member_name {
  color: #fff; }

.wtbx_vc_team_member.wtbx_style_4.wtbx_skin_dark .wtbx_team_member_position {
  color: rgba(255, 255, 255, 0.7); }

.wtbx_vc_team_member.wtbx_style_4.wtbx_skin_dark .wtbx_team_member_description {
  color: #fff; }

.wtbx_vc_team_member.wtbx_style_4.wtbx_skin_dark .wtbx_team_member_social ul li a {
  background-color: rgba(255, 255, 255, 0.2);
  /* if backdrop support: very transparent and blurred */
  color: rgba(255, 255, 255, 0.7); }
  @supports (-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px)) {
    .wtbx_vc_team_member.wtbx_style_4.wtbx_skin_dark .wtbx_team_member_social ul li a {
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); } }
  .wtbx_vc_team_member.wtbx_style_4.wtbx_skin_dark .wtbx_team_member_social ul li a:hover {
    opacity: 1; }
    .wtbx_vc_team_member.wtbx_style_4.wtbx_skin_dark .wtbx_team_member_social ul li a:hover i {
      color: #fff; }
