/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/




@font-face {
  font-family: 'SF UI Text';
  src: url('SFUIText-Light.woff') format('woff'),
      url('SFUIText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  src: url('SFUIText-LightItalic.woff') format('woff'),
      url('SFUIText-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  src: url('SFUIText-Regular.woff') format('woff'),
      url('SFUIText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  src: url('SFUIText-RegularItalic.woff') format('woff'),
      url('SFUIText-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  src:url('SFUIText-Medium.woff') format('woff'),
      url('SFUIText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  src: url('SFUIText-Semibold.woff') format('woff'),
      url('SFUIText-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('SFUIDisplay-Regular.woff') format('woff'),
      url('SFUIDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('SFUIDisplay-Medium.woff') format('woff'),
      url('SFUIDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url('SFUIDisplay-Bold.woff') format('woff'),
      url('SFUIDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.bb-custom-typo {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bb-custom-typo h1,
.bb-custom-typo .h1,
.bb-custom-typo h2,
.bb-custom-typo .h2,
.bb-custom-typo h3,
.bb-custom-typo .h3,
.bb-custom-typo h4,
.bb-custom-typo .h4,
.bb-custom-typo h5,
.bb-custom-typo .h5,
.bb-custom-typo h6,
.bb-custom-typo .h6,
.bb-custom-typo .bb-course-footer,
.bb-custom-typo .ld-table-list-header .ld-text,
.bb-custom-typo .gamipress-achievement-points,
.bb-custom-typo .vjs-modal-dialog-content {
  font-family: Inter, "Helvetica Neue", sans-serif;
}

.bb-custom-typo #content .mepr-price-menu .mepr-price-box-title {
  font-family: Inter, "Helvetica Neue", sans-serif !important;
}

.bb-custom-typo .mepr-price-box-price span,
.bb-custom-typo .learndash-wrapper #ld-profile .ld-profile-heading {
  font-family: Inter, "Helvetica Neue", sans-serif;
  font-weight: 500;
}

.bb-custom-typo .ld-profile-stats .ld-profile-stat strong {
  font-family: Inter, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.group-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

button.filter-button {
  font-size: 16px;
  color: var(--e-global-color-primary);
  line-height: 1.8em;
  background-color: #fff;
  padding: 2px 16px;
  border-radius: 20px;
  border: none;
}

button.filter-button.active {
  background-color: #B7EE78;
}

.group-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  padding: 0px;
  list-style: none;
  margin-top: 40px;
}

.group-list .group-list-item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 32px;
  padding: 32px;
  border-radius: 24px;
  background-image: url(/wp-content/uploads/2024/09/card_community.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.group-list .group-list-item .top-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.group-list .group-list-item .top-wrapper h2, .group-list .group-list-item .top-wrapper h2 a {
  color: var(--e-global-color-text);
  font-family: "Inter", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5em;
}

.group-list .group-list-item .top-wrapper span {
  color: var(--e-global-color-primary);
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8em;
}

.group-list .group-list-item .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #fff;
}

.group-list .group-list-item .group-total-members {
  color: var(--e-global-color-text);
  font-family: "Inter", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
}

.group-list .group-list-item .group-members-text {
  color: var(--e-global-color-primary);
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
}

.group-list .group-list-item a.group-button {
  background-color: var(--e-global-color-613c35c);
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  padding: 8px 20px 8px 20px;
  text-transform: uppercase;
  color: #1D2939;
  border-radius: 30px 30px 30px 30px;
}

@media (max-width: 1024px) {
  .group-list {
      grid-template-columns: repeat(2, 1fr);
  }

  button.filter-button {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .group-list {
      grid-template-columns: repeat(1, 1fr);
  }
  .group-list .group-list-item .top-wrapper h2, .group-list .group-list-item .top-wrapper h2 a {
      font-size: 24px;
  }
  .group-list .group-list-item .bottom-wrapper {
      margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  body:not([class*=elementor-page-]) .site-main {
      max-width: 1280px;
  }
}
.page-header {
  display:none;
}

body {
  font-family: Inter;
  background-color: #F7F7F7;
}

.text-xl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  font-family: Inter;
  color: #232525;
}

.text-lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  font-family: Inter;
  color: #232525;
}

.text-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  font-family: Inter;
  color: #1D2939;
}

.text-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  font-family: Inter;
  color:#1D2939;
}

.text-xs {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-family: Inter;
  color: #1D2939;
}

.info-number {
  margin-bottom: 4px;
}

.bold {
  font-weight: 700;
}

.group-info {
  display: flex;
  justify-content: space-around;
  gap: 32px;
}

#buddypress .generic-button a.group-button.leave-group,
#buddypress .generic-button a.group-button.join-group {
  text-transform: uppercase;
  display: block;
  padding: 10px 18px;
  background: #2C6451;
  color: #fff;
  width: 264px;
  border-radius:100px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all ease-in-out .2s;
  border-color: #2C6451;
  font-weight: 500;
}

#buddypress .generic-button a.group-button.leave-group:hover,
#buddypress .generic-button a.group-button.join-group:hover {
  background: transparent;
  color: #2C6451;
  border-color: #2C6451;
}

.join-group-button:hover.right-arrow {
  stroke: #2C6451;
  color: #2C6451;
  fill: #2C6451;
}

.community {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .community {
    flex-wrap: nowrap;
  }
}

.community-sidebar-left {
  padding-top: 32px;
  order: 0;
}

@media (min-width: 1025px) {
  .community-sidebar-left {
    width: 296px;
    padding-top: 32px;
    border-right: 1px solid #D7DDE4;
  }
}

.group-sidebar-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

@media (min-width: 1025px) {
  .group-sidebar-header {
    align-items: flex-start;
    max-width: 296px;
  }
}

.group-sidebar-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid #D7DDE4;
  border-bottom: 1px solid #D7DDE4;
}

@media (min-width: 1024px) {
  .group-sidebar-body {
    padding-right: 24px;
  }
}

.group-sidebar-footer {
  display: none;
  gap: 12px;
  padding-top: 24px;
  margin-bottom: 100px;
}

@media (min-width: 1025px) {
  .group-sidebar-footer {
    display: block;
  }
}

.group-discussions-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
}

.group-discussions-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.group-discussions-list li a {
  text-decoration: none;
  color: #2C6451;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.group-types-list {
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 264px;
  margin-top: 16px;
  padding-left: 0;
  margin-left: 0;
}

.group-types-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.group-types-list li a {
  text-decoration: none;
  color: #2C6451;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.group-discussion-links {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #137D51;

}

.group-type-beans {
  font-size: 16px;
  color: var(--e-global-color-primary);
  line-height: 1.8em;
  background-color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  border: none;
}

.community-feed {
  padding-top: 32px;
  flex-grow: 1;
  order: 2;
}

@media (min-width: 1025px) {
  .community-feed {
    max-width: 624px;
    order: 1;
  }
}
.comunnity-sidebar-right {
  padding-top: 32px;
  order: 1;
  width: 100%;
}

@media (min-width: 1025px) {
  .comunnity-sidebar-right {
    border-left: 1px solid #D7DDE4;
    width: 296px;
    order: 2;
  }
}

.group-discussions {
  padding-left: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #D7DDE4;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 1025px) {
  .group-discussions {
    padding-left: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #D7DDE4;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

.no-padding-no-margin {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.activity-list.bp-list {
  background: none;
  border: none;
}

.activity-list .activity-item .activity-avatar img.avatar {
  border-radius: 100%;
}

.activity-list .activity-item .activity-header a {
  text-decoration: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #344054;
}

.activity-header > p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #667085;
}


.activity-list .activity-item .activity-header .time-since {
  font-size: 12px;
}

.container {
  max-width: 1280px;
}

body {
  font-family: Inter;
}

.join-group-text {
  text-decoration: none;
  margin-right: 10px;
}

.join-group-text:hover {
  text-decoration: none;
}

#primary.content-area {
  padding-top: 0;
  padding-bottom: 0;
}

body.buddypress .buddypress-wrap h1,
body.buddypress .buddypress-wrap h2,
body.buddypress .buddypress-wrap h3,
body.buddypress .buddypress-wrap h4,
body.buddypress .buddypress-wrap h5,
body.buddypress .buddypress-wrap h6 {
  margin: 0;
}

.buddypress .buddypress-wrap button,
.wp_ulike_btn .wp_ulike_put_image, 
.wpulike-default .wp_ulike_is_liked .wp_ulike_btn {
  border-color: #2C6451;
  background: transparent;
  color: #2C6451;
}

.buddypress .buddypress-wrap button:hover {
  background-color: transparent;
  border-color: #D1FAA2;
  color: #2C6451;
}

.bs-single-topic-sidebar {
  display: block;
  position: absolute;
  right: 12px;
  top: 70px;
}

.bb-content-area.bs-replies-wrapper > .bb-grid {
  position: relative;
}

.bbp-topic-reply-link {
  border-color: #2C6451;
  background: transparent;
  color: #2C6451;
}

.bbp-topic-reply-link:hover {
  background-color: transparent;
  border-color: #D1FAA2;
  color: #2C6451;
}

.bb-topic-favorite-link-wrap, .bb-topic-subscription-link-wrap {
  display: none;
}

.bb-topic-reply-link-wrap.mobile-only {
  display: none;
}

.button-logout {
  background-color: #D1FAA200;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  fill: var(--e-global-color-accent);
  color: var(--e-global-color-accent);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-accent);
  border-radius: 50px 50px 50px 50px;
  padding: 20px 28px 20px 28px;
}

.button-logout:hover {
  color: var(--e-global-color-accent);
}

.activity-update-form {
  display: none !important;
}

.community-feed__discussion-link {
  border: 1px solid var(--bb-label-background-color);
  padding: 5px 10px;
}

.community-feed__link {
  text-decoration: none;
  color: #2C6451;
  transition: all ease-in-out .2s ;
  font-weight: 700;
}
