/*===========================

##Team
    #Single Post

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

.single-team .wgl_col-12 > .team__member {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-color: var(--lantan-primary-color);
}
@media (max-width: 992px) {
  .single-team .wgl_col-12 > .team__member {
    margin-top: 0;
    margin-left: 0;
  }
}
.single-team .wgl_col-12 > .team__member:empty {
  display: none;
}
.single-team .wgl_col-12 > .team__member .member__thumbnail-wrap {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
@media (min-width: 993px) {
  .single-team .wgl_col-12 > .team__member .member__thumbnail-wrap .thumbnail__featured {
    width: 500px;
  }
}
.single-team .wgl_col-12 > .team__member .member__thumbnail {
  position: relative;
  z-index: 1;
}
.single-team .wgl_col-12 > .team__member .member__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 50px 68px;
  color: #fff;
  overflow: hidden;
}
.single-team .wgl_col-12 > .team__member .member__name {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
  color: inherit;
}
.single-team .wgl_col-12 > .team__member .member__name,
.single-team .wgl_col-12 > .team__member .member__name span {
  font-size: 48px;
  line-height: 1.1;
  color: inherit;
}
.single-team .wgl_col-12 > .team__member .member__excerpt {
  margin: 20px 0 17px;
  padding-top: 31px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.single-team .wgl_col-12 > .team__member .member__excerpt:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 400%;
  height: 1px;
  top: 0;
  left: -50%;
  transform: translateX(-50%);
  background: currentColor;
}
.single-team .wgl_col-12 > .team__member .member__highlighted {
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: inherit;
}
.single-team .wgl_col-12 > .team__member .info__item {
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.6;
}
.single-team .wgl_col-12 > .team__member .info__item h5,
.single-team .wgl_col-12 > .team__member .info__item span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.single-team .wgl_col-12 > .team__member .info__item h5 {
  margin-right: 1em;
  font-weight: 700;
  font-family: var(--lantan-content-font-family);
  color: inherit;
  letter-spacing: 0.1em;
}
.single-team .wgl_col-12 > .team__member .info__item a {
  color: inherit;
}
.single-team .wgl_col-12 > .team__member .member__socials {
  margin: 0;
  margin-top: 27px;
  line-height: 1;
}
.single-team .wgl_col-12 > .team__member .social__icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: inherit;
  border-color: currentColor;
}
.single-team .wgl_col-12 > .team__member .social__icon:not(:last-child) {
  margin-right: 10px;
}
.single-team .wgl_col-12 > .team__member .social__icon:hover {
  background: #fff;
  border-color: #fff;
  color: var(--lantan-primary-color);
}
@media (max-width: 1200px) {
  .single-team .wgl_col-12 > .team__member .member__info {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .single-team .wgl_col-12 > .team__member {
    flex-direction: column;
  }
  .single-team .wgl_col-12 > .team__member .member__thumbnail-wrap {
    margin: 0 auto;
  }
  .single-team .wgl_col-12 > .team__member .member__excerpt {
    padding-top: 20px;
    margin-top: 15px;
  }
  .single-team .wgl_col-12 > .team__member .member__socials {
    margin-top: 17px;
  }
  .single-team .wgl_col-12 > .team__member .member__info {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
  }
  .single-team .wgl_col-12 > .team__member .info__item {
    padding: 10px 0;
  }
  .single-team .wgl_col-12 > .team__member .info__item h5 {
    min-width: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .single-team .wgl_col-12 > .team__member[style^="background-image: url"] {
    background-image: none !important;
  }
}
@media (max-width: 600px) {
  .single-team .wgl_col-12 > .team__member .member__name {
    margin-bottom: 17px;
  }
  .single-team .wgl_col-12 > .team__member .member__name,
  .single-team .wgl_col-12 > .team__member .member__name span {
    font-size: 34px;
  }
  .single-team .wgl_col-12 > .team__member .info__item h5 + span,
  .single-team .wgl_col-12 > .team__member .info__item h5 + a {
    display: block;
    margin-left: unset;
  }
}
@media (max-width: 380px) {
  .single-team .wgl_col-12 > .team__member .member__name,
  .single-team .wgl_col-12 > .team__member .member__name span {
    font-size: 30px;
    line-height: 34px;
  }
}