.home_header {
  order: -1;
  flex: 1 100% !important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 480px) {
  .home_header {
    flex-direction: column-reverse;
  }
}
@media (max-width: 980px) {
  .home_header {
    flex-wrap: wrap;
  }
}
@media (min-width: 980px) and (max-width: 1080px) {
  .home_header {
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .home_header {
    flex-direction: column-reverse;
  }
  .home_header div.home_header__member {
    flex: 1 auto;
  }
}
.home_header .home_header__member {
  border-radius: var(--bb-block-radius);
  padding: 1.25rem 1.25rem 1.5625rem;
  border: 1px solid var(--bb-content-border-color);
  font-size: 0.875rem;
  line-height: 1.35;
  flex: 1 280px;
}
.home_header .home_header__member .home_header__member_top {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 8px;
}
.home_header .home_header__member .home_header__member_top .member_top__avatar img {
  max-width: 100px;
}
.home_header .home_header__member .home_header__member_top .member_top__name .name {
  font-size: 1.25rem;
  letter-spacing: -0.24px;
  font-weight: 600;
}
.home_header .home_header__member .home_header__member_top .member_top__name_type {
  margin-top: 12px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--bb-label-background-color);
  border-radius: var(--bb-label-type-radius);
  font-size: 10px;
  font-weight: 700;
  color: var(--bb-label-text-color);
  letter-spacing: 0.25px;
  text-align: center;
  display: inline-block;
  padding: 5px 8px;
  line-height: 13.13px;
}
.home_header .home_header__member .home_header__member_meta {
  color: var(--bb-alternate-text-color);
  font-size: 10px;
  margin-bottom: 8px;
}
.home_header .home_header__member .home_header__member_follows {
  color: var(--bb-alternate-text-color);
  font-size: 10px;
}
.home_header .home_header__member .home_header__member_follows .followers-wrap, .home_header .home_header__member .home_header__member_follows .following-wrap {
  font-size: 10px;
  display: inline-block;
}
.home_header .home_header__member .home_header__member_follows .followers-wrap {
  margin-right: 4px;
}
.home_header .home_header__member .home_header__member_follows span {
  color: #010101;
}
.home_header .home_header__member .home_header__member_socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
.home_header .home_header__banner {
  flex: 1 calc(100% - 305px);
  border-radius: var(--bb-block-radius);
  overflow: hidden;
  border: 1px solid var(--bb-content-border-color);
  background: linear-gradient(120deg, #ef7486, #7acabf, #7cdeb5, #cad0a5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 1.25rem 1.25rem 1.5625rem;
}
@media (max-width: 1260px) {
  .home_header .home_header__banner {
    flex-wrap: wrap;
  }
}
@media (max-width: 980px) {
  .home_header .home_header__banner {
    flex: 1 auto;
  }
}
@media (min-width: 980px) and (max-width: 1080px) {
  .home_header .home_header__banner {
    flex: 1 auto;
  }
}
.home_header .home_header__banner img {
  max-width: 440px;
  width: 100%;
}
@media (min-width: 980px) and (max-width: 1080px) {
  .home_header .home_header__banner img {
    max-width: 250px;
  }
}
@media (max-width: 1430px) {
  .home_header .home_header__banner img {
    max-width: 320px;
  }
}
@media (max-width: 1260px) {
  .home_header .home_header__banner img {
    max-width: 320px;
  }
}
.home_header .home_header__banner span {
  text-transform: uppercase;
  font-size: clamp(1.125rem, 0.8216rem + 1.2945vw, 1.575rem);
  font-weight: 700;
  line-height: 1;
  -moz-text-align-last: justify;
       text-align-last: justify;
  letter-spacing: 5px;
}
@media (min-width: 1080px) and (max-width: 1310px) {
  .home_header .home_header__banner span {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .home_header .home_header__banner span {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  .home_header .home_header__banner span {
    font-size: 24px;
    letter-spacing: 4px;
  }
}
@media (max-width: 450px) {
  .members .content-area .page .entry-header {
    margin-bottom: 1em;
  }
  .members .content-area .subnav-search.members-search {
    float: none;
    margin-top: 0px;
  }
  .members .content-area .subnav-search.members-search .members-search {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .site-content .page-header h1 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  body .site-content .page-header h1 {
    font-size: 46px;
  }
}
@media (max-width: 420px) {
  body .site-content .page-header h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.login .login-split .login-split__entry h1 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  body.login .login-split .login-split__entry h1 {
    font-size: 46px;
  }
}
@media (max-width: 420px) {
  body.login .login-split .login-split__entry h1 {
    font-size: 40px;
  }
}
@media (max-width: 1058px) {
  body.post-type-archive-tribe_events .site-content .site-content-grid .tribe-events .tribe-events-l-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.post-type-archive-tribe_events .site-content .site-content-grid .tribe-events .tribe-events-l-container .tribe-events-c-top-bar {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  body.post-type-archive-tribe_events .site-content .site-content-grid .tribe-events .tribe-events-l-container .tribe-events-c-top-bar .tribe-events-c-top-bar__today-button {
    display: flex !important;
    visibility: visible !important;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
  }
}
.bs-single-body .tribe-events-event-image {
  padding: 0 !important;
}
.bs-single-body .tribe-events-event-image img {
  position: relative !important;
}
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  border-radius: var(--bb-block-radius-inner) !important;
}
@media (max-width: 1300px) and (min-width: 1081px) {
  body.bbpress.activity.home-page #secondary.widget-area {
    display: none;
  }
}
@media (max-width: 1080px) and (min-width: 980px) {
  .home_header {
    display: none;
  }
}
.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title {
  white-space: collapse;
}
