.elementor-4531 .elementor-element.elementor-element-c216e1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4531 .elementor-element.elementor-element-76b29a2{--spacer-size:50px;}.elementor-4531 .elementor-element.elementor-element-b3aee5f .load-more{background-color:transparent;border:none;margin:0;}.elementor-4531 .elementor-element.elementor-element-b3aee5f .load-newest{background-color:transparent;border:none;margin:0;}.elementor-4531 .elementor-element.elementor-element-b3aee5f .load-more a{display:block;}/* Start custom CSS for bpb-sitewide-form, class: .elementor-element-7b68820 *//* ========== GENERAL ========== */
#buddypress {
  font-family: "Source Sans Pro", sans-serif;
  color: #1B2951; /* Deep Navy */
}

/* Widgets */
.widget-buddypress {
  background: #F5F5DC; /* Warm Cream */
  border: 1px solid #D4AF37; /* Antique Gold */
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* ========== MEMBERS DIRECTORY ========== */
#members-list .item-list li {
  background: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(27,41,81,0.15);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

#members-list .item-list li:hover {
  box-shadow: 0 6px 14px rgba(27,41,81,0.25);
  transform: translateY(-3px);
}

#item-header-avatar img.avatar {
  border-radius: 50%;
  border: 2px solid #D4AF37;
}

#item-header-content {
  color: #36454F; /* Charcoal Gray */
}

.bp-user-status {
  font-size: 0.8rem;
  color: #8B0000; /* Burgundy */
  font-weight: bold;
}

/* ========== GROUPS DIRECTORY ========== */
#groups-list .item-list li {
  background: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

#item-header-avatar {
  float: left;
  margin-right: 1rem;
}

#item-header-content {
  overflow: hidden;
  color: #1B2951;
}

/* ========== ACTIVITY STREAM ========== */
#activity-stream .activity-list > li {
  background: #F5F5DC; /* Warm Cream */
  border: 1px solid #D4AF37;
  border-radius: 10px;
  padding: 1.2rem;
  margin-bottom: 1.2rem;
  list-style: none;
  box-shadow: 0 2px 6px rgba(27,41,81,0.15);
}

#activity-stream .activity-list > li:hover {
  box-shadow: 0 6px 14px rgba(27,41,81,0.25);
  transform: translateY(-3px);
}

.activity-header {
  font-weight: bold;
  color: #1B2951;
  margin-bottom: 0.5rem;
}

.activity-avatar img {
  border-radius: 50%;
  border: 2px solid #D4AF37;
}

.activity-content {
  font-size: 1rem;
  color: #36454F;
  margin-bottom: 0.5rem;
}

.activity-meta {
  font-size: 0.85rem;
  color: #666;
  border-top: 1px solid #D4AF37;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.activity-meta a {
  color: #1B2951;
  text-decoration: none;
}

.activity-meta a:hover {
  color: #8B0000; /* Burgundy */
  text-decoration: underline;
}

/* ========== ACTIVITY REPLIES ========== */
#activity-stream .activity-list .activity-comments ul,
#activity-stream .activity-list .activity-comments ul li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

#activity-stream .activity-list .activity-comments ul li {
  background: #fff; /* White for contrast */
  border-left: 3px solid #D4AF37; /* Antique Gold accent */
  margin-top: 0.8rem;
  margin-left: 2rem;   /* Indent replies */
  padding: 0.8rem;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(27,41,81,0.1);
}

#activity-stream .activity-list .activity-comments .activity-header {
  color: #1B2951;
  font-weight: 600;
}

#activity-stream .activity-list .activity-comments .activity-meta {
  font-size: 0.8rem;
  color: #36454F;
  border-top: 1px solid #eee;
  margin-top: 0.5rem;
  padding-top: 0.3rem;
}

/* Ensure deeper nested replies indent further */
#activity-stream .activity-list .activity-comments ul ul li {
  margin-left: 2rem; /* additional indent for nested levels */
}

/* ========== ACTIVITY EDIT FORM ========== */
#buddypress .ac-form {
  background: #F5F5DC; /* Warm Cream */
  border: 1px solid #D4AF37; /* Antique Gold */
  border-radius: 8px;
  padding: 0;
  margin-top: 1rem;
  box-shadow: 0 2px 6px rgba(27,41,81,0.1);
  overflow: hidden;
}

/* Header bar for edit form */
#buddypress .ac-form::before {
  content: "Edit Activity";
  display: block;
  background: #1B2951; /* Deep Navy */
  color: #F5F5DC; /* Warm Cream */
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #D4AF37;
}

/* Textarea styling */
#buddypress .ac-form textarea {
  width: 100%;
  min-height: 100px;
  border: none;
  border-bottom: 1px solid #D4AF37;
  padding: 0.8rem;
  font-size: 0.95rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #1B2951;
  background: #fff;
  resize: vertical;
}

/* Placeholder text */
#buddypress .ac-form textarea::placeholder {
  color: #999;
  font-style: italic;
}

/* Buttons inside form */
#buddypress .ac-form input[type="submit"],
#buddypress .ac-form .button {
  background: #1B2951; /* Deep Navy */
  color: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin: 0.8rem 0.5rem 0.8rem 1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

#buddypress .ac-form input[type="submit"]:hover,
#buddypress .ac-form .button:hover {
  background: #8B0000; /* Burgundy */
  color: #fff;
}

/* Cancel or secondary links */
#buddypress .ac-form a {
  color: #36454F;
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

#buddypress .ac-form a:hover {
  color: #8B0000;
  text-decoration: underline;
}

/* ========== NAVIGATION ========== */
.main-navs,
.item-list-tabs,
.subnav-tabs {
  background: #1B2951; /* Deep Navy */
  border-radius: 6px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.item-list-tabs li a,
.subnav-tabs li a {
  color: #F5F5DC; /* Warm Cream */
  padding: 0.5rem 1rem;
  display: inline-block;
}

.item-list-tabs li.current a,
.subnav-tabs li.current a {
  background: #D4AF37; /* Antique Gold */
  color: #1B2951;
  border-radius: 4px;
}

/* ========== FORMS & BUTTONS ========== */
.form-allowed-tags {
  font-size: 0.8rem;
  color: #36454F;
  background: #F5F5DC;
  border: 1px dashed #D4AF37;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

#buddypress input[type="submit"],
#buddypress .button,
#buddypress .generic-button a {
  background: #1B2951; /* Deep Navy */
  color: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  display: inline-block;
}

#buddypress input[type="submit"]:hover,
#buddypress .button:hover,
#buddypress .generic-button a:hover {
  background: #8B0000; /* Burgundy Red */
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for bpb-general-activity-list, class: .elementor-element-b3aee5f *//* ========== GENERAL ========== */
#buddypress {
  font-family: "Source Sans Pro", sans-serif;
  color: #1B2951; /* Deep Navy */
}

/* Widgets */
.widget-buddypress {
  background: #F5F5DC; /* Warm Cream */
  border: 1px solid #D4AF37; /* Antique Gold */
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* ========== MEMBERS DIRECTORY ========== */
#members-list .item-list li {
  background: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(27,41,81,0.15);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

#members-list .item-list li:hover {
  box-shadow: 0 6px 14px rgba(27,41,81,0.25);
  transform: translateY(-3px);
}

#item-header-avatar img.avatar {
  border-radius: 50%;
  border: 2px solid #D4AF37;
}

#item-header-content {
  color: #36454F; /* Charcoal Gray */
}

.bp-user-status {
  font-size: 0.8rem;
  color: #8B0000; /* Burgundy */
  font-weight: bold;
}

/* ========== GROUPS DIRECTORY ========== */
#groups-list .item-list li {
  background: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

#item-header-avatar {
  float: left;
  margin-right: 1rem;
}

#item-header-content {
  overflow: hidden;
  color: #1B2951;
}

/* ========== ACTIVITY STREAM ========== */
#activity-stream .activity-list > li {
  background: #F5F5DC; /* Warm Cream */
  border: 1px solid #D4AF37;
  border-radius: 10px;
  padding: 1.2rem;
  margin-bottom: 1.2rem;
  list-style: none;
  box-shadow: 0 2px 6px rgba(27,41,81,0.15);
}

#activity-stream .activity-list > li:hover {
  box-shadow: 0 6px 14px rgba(27,41,81,0.25);
  transform: translateY(-3px);
}

.activity-header {
  font-weight: bold;
  color: #1B2951;
  margin-bottom: 0.5rem;
}

.activity-avatar img {
  border-radius: 50%;
  border: 2px solid #D4AF37;
}

.activity-content {
  font-size: 1rem;
  color: #36454F;
  margin-bottom: 0.5rem;
}

.activity-meta {
  font-size: 0.85rem;
  color: #666;
  border-top: 1px solid #D4AF37;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.activity-meta a {
  color: #1B2951;
  text-decoration: none;
}

.activity-meta a:hover {
  color: #8B0000; /* Burgundy */
  text-decoration: underline;
}

/* ========== ACTIVITY REPLIES ========== */
#activity-stream .activity-list .activity-comments ul,
#activity-stream .activity-list .activity-comments ul li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

#activity-stream .activity-list .activity-comments ul li {
  background: #fff; /* White for contrast */
  border-left: 3px solid #D4AF37; /* Antique Gold accent */
  margin-top: 0.8rem;
  margin-left: 2rem;   /* Indent replies */
  padding: 0.8rem;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(27,41,81,0.1);
}

#activity-stream .activity-list .activity-comments .activity-header {
  color: #1B2951;
  font-weight: 600;
}

#activity-stream .activity-list .activity-comments .activity-meta {
  font-size: 0.8rem;
  color: #36454F;
  border-top: 1px solid #eee;
  margin-top: 0.5rem;
  padding-top: 0.3rem;
}

/* Ensure deeper nested replies indent further */
#activity-stream .activity-list .activity-comments ul ul li {
  margin-left: 2rem; /* additional indent for nested levels */
}

/* ========== NAVIGATION ========== */
.main-navs,
.item-list-tabs,
.subnav-tabs {
  background: #1B2951; /* Deep Navy */
  border-radius: 6px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.item-list-tabs li a,
.subnav-tabs li a {
  color: #F5F5DC; /* Warm Cream */
  padding: 0.5rem 1rem;
  display: inline-block;
}

.item-list-tabs li.current a,
.subnav-tabs li.current a {
  background: #D4AF37; /* Antique Gold */
  color: #1B2951;
  border-radius: 4px;
}

/* ========== FORMS & BUTTONS ========== */
.form-allowed-tags {
  font-size: 0.8rem;
  color: #36454F;
  background: #F5F5DC;
  border: 1px dashed #D4AF37;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

#buddypress input[type="submit"],
#buddypress .button,
#buddypress .generic-button a {
  background: #1B2951; /* Deep Navy */
  color: #F5F5DC;
  border: 1px solid #D4AF37;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;   /* Vertical spacing */
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  display: inline-block;
}

#buddypress input[type="submit"]:hover,
#buddypress .button:hover,
#buddypress .generic-button a:hover {
  background: #8B0000; /* Burgundy Red */
  color: #fff;
}/* End custom CSS */