/* ==================== ##Team #Single Post ==================== */
.elementor-social-icon-instagram.elementor-icon {
  background-color: #c52ea7;
}

.single-team .single_team_page {
  margin-top: 40px;
}
.single-team .wgl_col-6 .member__thumbnail-wrap {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.single-team .wgl_col-6 .member__thumbnail-wrap .thumbnail__featured {
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 36% 93%, 29% 100%, 0 100%);
}
@media (min-width: 993px) {
  .single-team .wgl_col-6 .member__thumbnail-wrap .thumbnail__featured {
    width: 570px;
  }
}
@media (min-width: 993px) {
  .single-team .wgl_col-6.sticky-sidebar .member__thumbnail-wrap {
    margin-bottom: 78px;
  }
}
.single-team .wgl_col-6 > .team__member {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .single-team .wgl_col-6 > .team__member {
    margin-top: 0;
    margin-left: 0;
  }
}
.single-team .wgl_col-6 > .team__member:empty {
  display: none;
}
.single-team .wgl_col-6 > .team__member .member__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.single-team .wgl_col-6 > .team__member .member__name {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  color: var(--rebell-header-font-color);
  font-size: 40px;
  line-height: 1.333em;
}
.single-team .wgl_col-6 > .team__member .member__name span {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.single-team .wgl_col-6 > .team__member .member__excerpt {
  margin: 2px 0 16px;
  position: relative;
  z-index: 1;
  color: var(--rebell-content-color);
}
.single-team .wgl_col-6 > .team__member .member__highlighted {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: var(--rebell-secondary-color);
  position: relative;
  z-index: 1;
  padding: 7px;
  background: var(--rebell-primary-color);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-left: 17px;
}
.single-team .wgl_col-6 > .team__member .member__highlighted::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 29px 17px;
  border-color: transparent transparent var(--rebell-primary-color) transparent;
}
.single-team .wgl_col-6 > .team__member .info__item {
  padding: 8px 0 12px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  color: var(--rebell-content-color);
}
.single-team .wgl_col-6 > .team__member .info__item h5,
.single-team .wgl_col-6 > .team__member .info__item span {
  display: inline-block;
  font: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: 0;
}
.single-team .wgl_col-6 > .team__member .info__item h5 {
  margin-right: 1.3em;
  font-weight: 700;
  font-size: 15px;
  font-family: var(--rebell-header-font-family);
  color: var(--rebell-primary-color);
  letter-spacing: 0.05em;
}
.single-team .wgl_col-6 > .team__member .info__item a {
  color: inherit;
}
.single-team .wgl_col-6 > .team__member .info__item a:hover {
  color: var(--rebell-primary-color);
}
.single-team .wgl_col-6 > .team__member .member__socials {
  margin-top: 27px;
  line-height: 1;
}
.single-team .wgl_col-6 > .team__member .social__icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .single-team .wgl_col-6 > .team__member[style^="background-image: url"] {
    background-position: 99% 99%;
  }
}
@media (max-width: 992px) {
  .single-team .wgl_col-6 > .team__member {
    flex-direction: column;
  }
  .single-team .wgl_col-6 > .team__member .member__thumbnail-wrap {
    margin: 0 auto;
  }
  .single-team .wgl_col-6 > .team__member .member__socials {
    margin-top: 17px;
  }
  .single-team .wgl_col-6 > .team__member .member__info {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding: 50px 30px 0;
  }
  .single-team .wgl_col-6 > .team__member .info__item {
    padding: 10px 0;
  }
  .single-team .wgl_col-6 > .team__member .info__item h5 {
    min-width: auto;
    margin-right: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .single-team .wgl_col-6 > .team__member[style^="background-image: url"] {
    background-image: none !important;
  }
  .single-team .wgl_col-6 > .team__member .member__info {
    padding: 40px 0 30px;
  }
}
@media (max-width: 600px) {
  .single-team .wgl_col-6 > .team__member .member__name {
    margin-bottom: 17px;
  }
  .single-team .wgl_col-6 > .team__member .member__name,
  .single-team .wgl_col-6 > .team__member .member__name span {
    font-size: 34px;
  }
  .single-team .wgl_col-6 > .team__member .info__item h5 + span,
  .single-team .wgl_col-6 > .team__member .info__item h5 + a {
    display: block;
    margin-left: unset;
  }
}
@media (max-width: 380px) {
  .single-team .wgl_col-6 > .team__member .member__name,
  .single-team .wgl_col-6 > .team__member .member__name span {
    font-size: 30px;
    line-height: 34px;
  }
  .single-team .wgl_col-6 > .team__member .member__info {
    padding: 35px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .single-team .wgl_col-6 + .wgl_col-6 {
    padding-left: 57px;
  }
}
@media (max-width: 992px) {
  .single-team .single_team_page {
    margin-top: 0;
  }
  .single-team .single_team_page .wgl_col-6 {
    width: 100%;
  }
}