/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .our-team, body.frontend .our-team {
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 18%, rgba(0, 0, 0, 0.8) 80%, rgba(255, 255, 255, 0) 96%);
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team, body.frontend .our-team {
    margin-top: 100px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team, body.frontend .our-team {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team, body.frontend .our-team {
    padding-top: calc( 991px * 30 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team, body.frontend .our-team {
    padding-top: calc(1200px * 30 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team, body.frontend .our-team {
    padding-top: calc(1440px * 30 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team, body.frontend .our-team {
    padding-top: calc(1600px * 30 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team, body.frontend .our-team {
    padding-top: 30px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__inner, body.frontend .our-team__inner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__inner, body.frontend .our-team__inner {
    display: flex;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__right, body.frontend .our-team__right {
  width: 100%;
  text-align: left;
  max-width: 1468px;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__right .content-wrap, body.frontend .our-team__right .content-wrap {
  max-width: 768px;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
  z-index: 222;
  margin-top: -155px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
    position: absolute;
    top: 300px;
    width: 100%;
    text-align: center;
    left: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__title, body.frontend .our-team__title {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__title h3, body.frontend .our-team__title h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__title h3, body.frontend .our-team__title h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__title h3, body.frontend .our-team__title h3 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__title h3, body.frontend .our-team__title h3 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 39px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__text, body.frontend .our-team__text {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text, body.frontend .our-team__text {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text, body.frontend .our-team__text {
    font-size: 24px;
    line-height: 34px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category, body.frontend .our-team .team__category {
  flex-wrap: wrap;
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category, body.frontend .our-team .team__category {
    margin-top: 26px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li, body.frontend .our-team .team__category li {
  text-transform: uppercase;
  margin-right: 50px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li, body.frontend .our-team .team__category li {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li, body.frontend .our-team .team__category li {
    width: auto;
    margin-bottom: 5px;
    margin-top: 50px;
    margin-right: 56px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li, body.frontend .our-team .team__category li {
    font-size: 32px;
    line-height: 32px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li, body.frontend .our-team .team__category li {
    margin-right: 104px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li:last-child, body.frontend .our-team .team__category li:last-child {
  display: none !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li span, body.frontend .our-team .team__category li span {
  transition: all 0.4s ease;
  border-bottom: 6px solid transparent;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li span, body.frontend .our-team .team__category li span {
    border-bottom: 8px solid transparent;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li span, body.frontend .our-team .team__category li span {
    border-bottom: 10px solid transparent;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li.active span, .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li:hover span, body.frontend .our-team .team__category li.active span, body.frontend .our-team .team__category li:hover span {
  display: inline-block;
  color: #ffffff;
  border-color: #359799;
  padding-bottom: 10px;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category li:before, body.frontend .our-team .team__category li:before {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category-description, body.frontend .our-team .team__category-description {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category-description.active, body.frontend .our-team .team__category-description.active {
  display: block;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team__category-description.active, body.frontend .our-team .team__category-description.active {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-desktop, body.frontend .our-team .team-filter-desktop {
  margin-bottom: 10px;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile, body.frontend .our-team .team-filter-mobile {
  position: relative;
  margin-top: 40px;
  background: transparent;
  text-align: center;
  z-index: 2;
  width: 350px;
  margin: 40px auto;
}
@media only screen and (max-width: 399px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile, body.frontend .our-team .team-filter-mobile {
    width: 320px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile .team__category, body.frontend .our-team .team-filter-mobile .team__category {
  transition: all 0.4s ease;
  background: white;
  margin-top: 30px;
  margin: 0 auto;
  display: block;
  opacity: 0;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile .team__category.active, body.frontend .our-team .team-filter-mobile .team__category.active {
  opacity: 1;
  display: block;
  pointer-events: all;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile .team__category li, body.frontend .our-team .team-filter-mobile .team__category li {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile .team__category li.active, body.frontend .our-team .team-filter-mobile .team__category li.active {
  border: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile .filter, body.frontend .our-team .team-filter-mobile .filter {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #cf92c6;
  left: -20px;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile .filter:after, body.frontend .our-team .team-filter-mobile .filter:after {
  position: absolute;
  content: "";
  right: -30px;
  top: 5px;
  background-image: url("/wp-content/themes/genesis-child/dist/images/dropdown-arrow.svg");
  width: 26px;
  height: 23px;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile select, body.frontend .our-team .team-filter-mobile select {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  color: #cf92c6;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  position: relative;
  width: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team .team-filter-mobile svg, body.frontend .our-team .team-filter-mobile svg {
  position: absolute;
  top: 5px;
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
    padding-top: calc( 991px * 80 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
    padding-top: calc(1200px * 80 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
    padding-top: calc(1440px * 80 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
    padding-top: calc(1600px * 80 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .our-team__text-wrapper, body.frontend .our-team__text-wrapper {
    width: 100%;
    padding-right: 30px;
    position: relative;
    margin: 0;
    text-align: left;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .our-team__title, body.frontend .our-team__title {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.editor-styles-wrapper .block-editor-block-list__layout .mobile--wrapper, body.frontend .mobile--wrapper {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .editor-styles-wrapper .block-editor-block-list__layout .mobile--wrapper, body.frontend .mobile--wrapper {
    display: block;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .team-item, body.frontend .team-item {
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .team-item, body.frontend .team-item {
    margin-bottom: 10px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .team-item__name, body.frontend .team-item__name {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .team-item__name, body.frontend .team-item__name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .team-item__name, body.frontend .team-item__name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .team-item__name, body.frontend .team-item__name {
    font-size: 28px;
    line-height: 32px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .team-item__title, body.frontend .team-item__title {
  margin-top: 6px;
}
.editor-styles-wrapper .block-editor-block-list__layout .team-item__title p, body.frontend .team-item__title p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .team-item__title p, body.frontend .team-item__title p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .team-item__title p, body.frontend .team-item__title p {
    font-size: 22px;
    line-height: 30px;
  }
}

/*# sourceMappingURL=block.css.map*/