/**
* Theme Name: BuddyX Child
* Description: This is a child theme of BuddyX, generated by Merlin WP.
* Author: <a href="https://github.com/vapvarun/buddyx">wbcomdesigns,vapvarun</a>
* Template: buddyx
* Version: 4.5.8
*/
/* =====================================================
   GLOBAL COLOR SYSTEM (EDIT COLORS HERE ONLY)
===================================================== */

:root {

  /* Brand */
  --primary: #ffffff!important;
  --primary-hover:#64A70B !important;
  --secondary: #64A70B!important;
  --accent: #64A70B!important;
  --header-link:#ffffff !important;

  /* Backgrounds */
  --body-bg: #000000 !important;
  --section-bg: #000000!important;
  --card-bg: #000000!important;
  --hover-bg: #000000!important;
  --header-bg: #000000!important;
  --header-hbg: #000000!important;
  --footer-bg: #000000!important;
  --sidebar-bg: #000000!important;
  

  /* Text */
  --text-main: #ffffff!important;
  --text-light: #ffffff!important;
  --text-white: #ffffff!important;

  /* Borders */
  --border: #e5e7eb!important;

  /* Buttons */
  --btn-bg: ##919191!important;
  --btn-hover: #64A70B!important;
  --btn-text: #ffffff!important;

  /* Status */
  --success: #64A70B !important;
  --error: #DD3333 !important;
  --warning: #EEEE22 !important;

  /* Copyright */
  --color-copyright-bg: #000000;
  --color-copyright-content: #ffffff;
  --color-copyright-link: #fffffff;
  --color-copyright-link-hover: #64A70B;
}

/* =====================================================
   GLOBAL STRUCTURE
===================================================== */

.body {
  background: var(--body-bg);
  color: var(--primary) !important;
}

a {
  color: var(--primary) !important;
  text-decoration: none;
}

a:hover {
  color: var(--primary-hover);
}

.widget,
.card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.site{
background-color: var(--body-bg);

}

.buddypress-wrap .bp-navs li.current a, .buddypress-wrap .bp-navs li.selected a  {
    border-bottom: 1px solid #64A70B !important;
    background: 0 0;
    font-weight: 500;
    color: #64A70B !important;
}

a:hover{
    color: #64A70B !important;
}

.single p,
.page p {
    color:#ffffff !important;
    font-size: 18px !important;
    
}
.single :is( h1, h2, h3, h4, h5, h6),
.page :is( h1, h2, h3, h4, h5, h6) {
    color:#ffffff !important;
}

/* =====================================================
   Font
===================================================== */

body {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;  /* improves readability */
  
}

h1 {
    font-family: 'Arial' !important;
    font-size: 42px;
    font-weight: 700;
    
}

h2 {
    font-family: 'Arial' !important;
    font-size: 34px;
    font-weight: 600;
    
}

h3 {
    font-family: 'Arial' !important;
    font-size: 28px;
    
}

h4 {
    font-size: 22px;
    
}

h5 {
    font-size: 18px;
    
}

h6 {
    font-size: 16px;
    
}

p {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;   /* Medium weight */
  font-size: 18px !important;    /* Adjust size here */
  
}

/* =====================================================
   HEADER & FOOTER
===================================================== */

.site-header,
.buddyx-header {
  background: var(--header-bg);
  color: var(--primary);
}

.site-header a:hover {
  color: var(--primary);
}

.site-header-wrapper {
    background: #000000 !important;
}

.main-navigation a {
    color: var(--primary) !important;
}

.site-title {
    color: var(--primary) !important;
    text-decoration: none;
    font-size: 38px !important;
}
.site-title a {
    color: var(--primary) !important;
    text-decoration: none;
}

.site-description{
    color:var(--primary);
}

.main-navigation ul li a, .nav--toggle-sub li.menu-item-has-children, .nav--toggle-small .menu-toggle {
    color: var(--primary) !important;
}


/* Custom footer */
/* Modern Full-Width Footer */
.footer {
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 25px 0;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  height: auto ;
}

.footer-inner {
  max-width: 1200px; /* Matches typical header width */
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.footer-left, .footer-center, .footer-right {
  margin: 10px 0;
}

.footer-center a {
  margin: 0 15px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  transition: color 0.3s;
}

.footer-center a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #000000;
  transition: width 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.footer-center a:hover {
  color: var(--primary);
}

.footer-center a:hover::after {
  width: 100%;
}

.footer-right a {
  margin-left: 15px;
}

.footer-right img {
  width: 28px;
  height: 28px;
  filter: invert(100%);
  transition: transform 0.3s, filter 0.3s;
}

.footer-right a:hover img {
  transform: scale(1.1);
  filter: invert(60%) sepia(100%) saturate(300%) hue-rotate(180deg);
}


@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
    align-items: center !important;
    margin: 0px 0;
    display: flex;
  }
  
  .footer-left {
    margin-left: 145px;
     display: flex;
    gap:25px;
  }
 
  .footer-right {
    
     display: block !important;
    
  }
  .footer-center {
    margin: 15px 0;
  }
  .footer-right {
    margin-top: 10px;
  }
}

.footer-right {
    display: flex;
    /* Optional: Add some space between the icons */
    gap: 15px; 
    /* Optional: Vertically center the items if they have different heights */
    align-items: center; 
  }

  /* Optional: Make icons a consistent size */
  .footer-right img {
    width: 30px; 
    height: 30px;
  }


/* =====================================================
   SIDEBAR
===================================================== */

.widget-area,
.sidebar {
  background: var(--sidebar-bg);
}

/* =====================================================
   BLOG STYLING
===================================================== */

.blog .post,
.archive .post {
  background: var(--body-bg);
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 30px;
  transition: 0.3s ease;
}

.buddyx-article--default .buddyx-article {
    border: 1px solid #333 !important;
    border-radius: var(--global-border-radius);
    background: #333 !important;
    margin: 0;
    padding: 1em;
    position: relative;
}

body.bp-nouveau .entry-content {
    margin-top: 0;
    color:#ffffff !important;
}

.blog .post:hover,
.archive .post:hover {
  background: #333;
}

.entry-title a {
  color: var(--primary);
}

.entry-title a:hover {
  color: var(--primary-hover);
}

.entry-meta {
  color: var(--primary);
  font-size: 14px;
}

.comments-area {
  background: var(--body-bg);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.comment-body {
  border-bottom: 1px solid var(--border);
  padding: 15px 0;
}

.post-meta-category a {
    color: var(--primary) !important;
    font-size: 13px;
}

.entry-date published  .posted-by{
    color: var(--primary) !important;
}

.comments-area {
    background: var(--body-bg);
    padding: 20px;
    /* border-radius: 8px; */
    border: px solid var(--border);
}

#comments>.comment-list, #comments>#respond {
    border: 1px solid #000 !important;
    border-radius: var(--global-border-radius);
    background: #000 !important;
    margin: 1rem 0 30px;
    padding: 20px;
    list-style: none;
    position: relative;
}

.comment-list li, .comment-list ol li {
    border: 1px solid #333 !important;
    border-radius: var(--global-border-radius);
    background: #333 !important;
    margin: 1rem 0 30px;
    padding: 1em;
    position: relative;
    box-shadow: 0 1px 2px #0000001a;
}



/* Make the blog posts display in a grid */
.buddyx-article--default {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px; /* space between posts */
    
}

.buddyx-article--default .post {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height:100%;
    //display: flex !important;
   // flex-direction: column;
   // flex-grow: 1;  
}

.buddyx-article--default .post:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.buddyx-article--default .post-thumbnail img {
    width: 100%;          /* fill container width */
    height: 200px;        /* fixed height */
    object-fit: cover;    /* crop while keeping aspect ratio */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

/*=========================================================Blog on Profile=============================*/
/* edit-delete spacing*/
.post-actions {
  word-spacing: 80px !important;
	text-align: center !important;
}

/* Comments Off Removed*/
span.comments {
    display: none !important;
  }

/* make page number visible*/
span.page-numbers.current {
	
	color: #ffffff!important;
	
}

/* =====================================================
   BUDDYPRESS GROUPS
===================================================== */

.buddypress-wrap .groups-list li {
  background: var(--card-bg);
  border: 1px solid #000000 !important;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.buddypress-wrap .groups-list li:hover {
  background: #000000;
  
}

.bp-list>li .list-wrap {
    border: 1px solid #000000 !important;
    box-shadow: none;
    background: #333 !important;
    
}

.buddypress-wrap .groups-list .item-title a {
  color: var(--primary);
  font-weight: 600;
}

.buddypress-wrap .groups-list .item-title a:hover {
  color: var(--primary-hover);
}

.buddypress-wrap .bp-navs ul li a {
  color: var(--text-main);
  padding: 8px 15px;
  border-radius: 6px;
}

.buddypress-wrap .bp-navs ul li.current a {
  background: var(--primary);
  color: #fff;
}

.count {
    background-color: #64a70b !important;

}

.buddypress-wrap .grid-filters a {
    border-bottom: 0;
    color: #000000 !important;
    padding: 0 6px;
    line-height: 36px;
}

.buddypress-wrap .grid-filters a.active {
    color: #64a70b !important;
}
/* =====================================================
   FORUMS (bbPress)
===================================================== */

#bbpress-forums {
  border: 0px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;

}
/*
#bbp-search-form #bbp_search {
    display: inline-block;
    background-color: #333;
    border: 1px solid #000000;
    width: auto;
}

#bbpress-forums li.bbp-header {
  background: var(--primary);
  color: #000000;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-bottom: 1px solid var(--border);
  padding: 15px;
  transition: 0.3s ease;
}

#bbpress-forums li.bbp-body ul.forum:hover,
#bbpress-forums li.bbp-body ul.topic:hover {
  background: var(--hover-bg);
}
*/
#bbpress-forums a {
  color: var(--primary);
}

#bbpress-forums a:hover {
  color: var(--primary-hover);
}

#bbpress-forums .bbp-breadcrumb{
  font-size: 32px;
}

#bbpress-forums .bbp-forum-content-wrap {
    font-size: 22px;
}

/* forum grid  */
/* FORCE grid layout */
.forum-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px;
    width: 100%;
}

/* Prevent inline or flex overrides */
.forum-grid > * {
    width: 100% !important;
}

/* Responsive 
@media (max-width: 1200px) {
    .forum-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .forum-grid { grid-template-columns: repeat(2, 1fr); }
}*/
@media (max-width: 600px) {
    .forum-grid { grid-template-columns: 1fr; }
}

/* Card styling */
.forum-card {
    display: flex !important;
    flex-direction: column;
    color: #ffffff;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%; /* ensures equal height inside grid */
    width:100%;
}

.forum-card:hover {
    transform: translateY(-5px);
}

/* Image */
.forum-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Content wrapper */
.forum-content {
    display: flex;
    flex-direction: column;
    flex: 1; /* THIS makes content stretch */
    padding: 20px;
}

/* Title */
.forum-content h3 {
    margin-top: 0;
}

/* Description grows naturally */
.forum-content p {
    flex-grow: 1;
}

/* Button pinned to bottom */
.forum-button {
    margin-top: auto;
}

.bbp-forum-content,
#bbpress-forums {
    max-width: 100% !important;
}

.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
    background: #64a70b !important;
    opacity: .8;
}

.nav-links a{
    color:#000000 !important;
}
.tag-links a{
    color:#ffffff !important;
}
.term-links a{
    color:#ffffff !important;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd
Specificity: (1,1,1)
 {
    background: #000000 !important;
}

#bbpress-forums li.bbp-header, #bbpress-forums fieldset.bbp-form, #bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header, .widgetable .bbp-login-form, .widgetable .bbp-logged-in, #bbpress-forums li.bbp-header, #bbpress-forums fieldset.bbp-form

 {
    background-color: #333 !important;
}




.bbp-forum-title { font-size: 18px; }

/* =====================================================
   BUTTONS (GLOBAL)
===================================================== */

button,
input[type="submit"],
.wp-block-button__link,
.buddypress-wrap .button,
#bbpress-forums .button {
  background: #919191!important;
  color: #ffffff !important;
  border: 1px solid #919191 !important;
  padding: 10px 20px;
  border-radius: 6px;
  transition: 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.buddypress-wrap .button:hover,
#bbpress-forums .button:hover {
  background: var(--btn-hover)!important;
}

/* =====================================================
   STATUS MESSAGES
===================================================== */

.success { background: var(--success) !important; color: #ffffff !important; }
.error { background: var(--error) !important; color: #ffffff !important; }
.warning { background: var(--warning) !important; color: #000000 !important; }


/* =====================================================
   hidden elements
===================================================== */

.site-sub-header{
    display: none ;
}
.single-post .post-thumbnail img {
    width: 100%;
    margin: 0 auto;
    display: none;
}




/* =====================================================
   Profile, Account
===================================================== */
.buddypress-wrap .single-screen-navs {
    background: #333 !important;
    border: 1px solid var(--global-border-color);
    box-shadow: none;
    margin: 15px 0;
    padding: 0;
    position: relative;
    border-radius: var(--global-border-radius)!important;
}

.buddypress-wrap ul.subnav {
    border: 1px solid var(--global-border-color);
    border-radius: var(--global-border-radius);
    background: #333 !important;
    width: 100%;
    margin: 15px 0;
    padding: 0 8px;
}

.buddypress-wrap .bp-tables-report tbody tr, .buddypress-wrap .bp-tables-user tbody tr, .buddypress-wrap table.forum tbody tr, .buddypress-wrap table.wp-profile-fields tbody tr {
    background: #ddd !important;
}

.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) {
    background: #000 !important;
    border: 1px solid var(--global-border-color);
    box-shadow: none;
    flex-flow: wrap;
    padding: 0;
    display: flex;
    border-radius: var(--global-border-radius)!important;
}

.bp-feedback.help .bp-icon, .bp-feedback.info .bp-icon {
    background-color: #64a70b !important;
}

.bs-styled-checkbox:checked+label:before {
    background: #64a70b !important;
    border-color: #64a70b !important;
}

.activity-list.bp-list .activity-item {
    background: #ddd !important;
    border: 1px solid var(--global-border-color);
    box-shadow: none;
    margin: 2rem 0;
    padding: 0;
    position: relative;
    border-radius: var(--global-border-radius)!important;
}

.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) {
    background: #000 !important;
    border: 1px solid var(--global-border-color);
    box-shadow: none;
    flex-flow: wrap;
    padding: 0;
    display: flex;
    border-radius: var(--global-border-radius)!important;
}

.activity-list .activity-item .activity-content>.bp-generic-meta.activity-meta div.generic-button, .activity-list .activity-item .activity-content>.bp-generic-meta.groups-meta div.generic-button, .activity-list .activity-item.elementor-activity-item .activity-actions>.bp-generic-meta.action div.generic-button, .activity-list .activity-item>.bp-generic-meta.activity-meta div.generic-button, .activity-list .activity-item>.bp-generic-meta.groups-meta div.generic-button, .activity-list .activity-item>.bp-generic-meta[class*="-meta"] div.generic-button {
    margin: 3px;
    display: flex;
    justify-content: center;
    flex: auto;
    background-color: #ffffff!important;
    border-radius: 50px!important;
}

#buddypress .generic-button a{
    color: var(--button-text-color);
    background-color: #737373 !important;
    border: 1px solid #737373 !important;
    border-radius: var(--button-border-radius)!important;

}

/* =====================================================
   Login Page
===================================================== */
.custom-login-wrapper {
    display: flex;
    min-height: 100vh;
}
/*not working*/
 .login-form-wrapper .user_login, .user_pass, .login-remember{
    color:#000000 !important;
}
/* LEFT SIDE */
.login-left {
    width: 50%;
    background: url('https://www.thetruthunexplained.com/wp-content/uploads/2025/08/trutheyewebsite-scaled.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 40px;
}

.login-content {
    background: rgba(0,0,0,0.5);
    padding: 40px;
    border-radius: 8px;
}

/* RIGHT SIDE */
.login-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    
}

/* Style WordPress Form */
.login-right form {
    width: 100%;
    max-width: 400px;
}

.login-right input[type="text"],
.login-right input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
}

.login-right input[type="submit"] {
    width: 100%;
    padding: 12px;
    background: #000000;
    color: white;
    border: none;
}

@media (max-width: 768px) {
    .custom-login-wrapper {
        flex-direction: column;
    }

    .login-left,
    .login-right {
        width: 100%;
        height: 50vh;
    }
}

.page-id-3526 p{
    color: #000000 !important;
}

.page-id-3526 a{
    color: #64a70b !important;
}
.page-id-3526 .login-content p{
    color: #ffffff !important;
}
/*register*/ 

.buddypress-wrap .signup-form label, .buddypress-wrap .signup-form legend {
    font-weight: 400;
    color: #fff !important;
}

/* =====================================================
   Activity CSS
===================================================== */
.activity-card-head, .activity-content, .activity-item-head{
background: #333;
border-color: #000000;
}
.activity-list li .activity-content .activity-inner a.buddyx-post-img-link{
    background: #333 !important;
}
.activity-comments{
    background: #000000;
}
.activity-list.bp-list .activity-item {
    border: 2px solid #000000 !important;
    border-radius: 10px;
}
.activity-filter-by option{
    color:#000000 !important;
}
/*My Followers*/
.widget-num-count{
       color: #64a70b!important;
}
/* =====================================================
   General CSS
===================================================== */

/*=============================================Cursor and Input==============================================*/

/* activity dropdown */
body #buddypress select{

    color: #000000;
}

input {
   caret-color: #64a70b!important;
}




/*===== Highlightcolor*/
::selection {
  background: #64a70b!important;
   color: #ffffff!important;
}



/* Hide SYSTEM from dropdown */
  option[value="690"] {
        display: none;
    }



ul{
    color:white;
}




.field-visibility-settings-toggle,
.field-visibility-settings-notoggle {
    display: none !important;
}

div.field-visibility-settings-toggle,
div.field-visibility-settings-notoggle {
    display: none !important;
}

.register-page .signup-form .description.indicator-hint {
    font-size: 14px;
    color: black !important;
}
/*
#bbpress-forums fieldset.bbp-form label {
        color: black;
}
#bbpress-forums fieldset.bbp-form{
	color:gray;
	border-color:gray;
}
#bbpress-forums fieldset.bbp-form legend{
	border-color:gray;
	
}
.bbp-template-notice, .bbp-forum-description{
	color:black;
}
.bbp_dropdown{
	color:black;
}
.bsp_button1{
	background:#919191 !important;
} */
.bbp-header{
	color:gray !important;
}
/*=================================================
           Buddyboss Carry over CSS
==================================================*/

/* Remove Featured Cover photo blog post*/
.bb-vw-container1 {
	display: none!important
}

/* Removes public option from activity form 
#activity-post-form-privacy label[for="public"] {
   display: none;
}*/
/* Hide form on activity page 
.page-id-17 form.activity-form {

    display: none !important;

}
*/

/*post font*/
.single-post .entry-content p {
  font-size: 18px;
  line-height: 1.6;
}

.page-id-17 .entry-title{
	display:none!important
}
/* register form */
.password-entry-confirm {
    background: #242527!important;
}
.page-id-411 a{
	color: #64a70b !important;
}

/* ????*/
//.bbp-topics1, .bs-item-list, .bs-forums-items, .bbp-pagination-count{
	display:none!important
}

#page .footer-bottom, .bb-footer .style-1, .footer, .site-footer{
border-top: 2px solid #ffffff !important;
}

/* Unsure if needed 
html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
*/

/* Hide SYSTEM from dropdown */
  option[value="690"] {
        display: none;
    }


/*  forums  */
.bs-timestamp{
	display:none;
}

.activity-head-bar .bb-subnav-filters-container .subnav-filters-modal {
    background: #333 !important;
    
}

.bb-popup-card {
    position: fixed;
    background-color: #333 !important;
}
.activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-modal li.selected a:after {
    content: "\e876";
    color: #64a70b !important;
    
}


/* =================== Frontage=======================*/
 .page-id-3526  .entry-title { 
display:none;

}

/* Search Bar doesnt show for logged out */
body:not(.logged-in) ul#primary-menu li:nth-child(7),body:not(.logged-in) a.header-search-link, .fa-search, .menu-toggle {    display: none !important;} 

/*          New Blog Post    */
.simple-post-tax-check-list {
	
	  max-height: 300px;
	max-width: 450px;
	border: 2px solid #ffffff;
	padding: 5px;
 	overflow: auto;
}



/*=====================================Blog Page ===================================*/

.page-id-1544  .entry-title {
display:none;
}
/* ===============================================================================SideBar=======================================================================================*/


/* Side Bar Headings*/
#secondary     .wp-block-heading   {
	border: #000000!important;
	color: #ffffff!important;
	}

/*=============================================Cursor and Input==============================================*/

input {
    caret-color: #64a70b!important;
}


/*===== Highlightcolor*/
::selection {
   background: #64a70b!important;
    color: #ffffff!important;
}


/*=============================================================Messages================================================================================================*/

.bp-message-link, .bp-message-link-2, .read-item .unread, .pull-animation, .recent-item {
   background: #64a70b!important;
    color: #ffffff!important;
	border: #ffffff!important;
}



/*=================================================
           Login
==================================================*/
.page-id-93848 p{
color:#000000 !important;

}

.page-id-93848 .login-content p{
    color:#ffffff !important;
}

.page-id-93848 a{
color:#64a70b !important;

}

/*=================================================
           Register
==================================================*/
.page-id-411 .bp-feedback, .bp-messages, .info{
    display:none !important;

}




.site-branding img {
    
    border-radius: 50px;
}




/*=================================================
           Mobile
==================================================*/
@media (max-width: 768px) {
    .forum-grid {
        grid-template-columns: 1fr;
        display: block !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 768px) {
      .forum-card{
        margin-top:25px !important;
        margin-bottom: 25px !important;
    }
}

@media (max-width: 768px) {
      .site-description{
        display:none;
    }
}


@media (max-width: 768px) {
    .custom-login-wrapper {
        padding: 20px;
        
    }
}
@media (max-width: 768px) {
.login-username{
    margin-top:10px;
}
}
@media (max-width: 768px) {
.login-left{
    margin-bottom:70px ;
    height: 60vh;
}
}

.register-btn, .register-link{
    margin-bottom: 40px;
}



 #message-threads li.selected {
    background-color: #333333  ;
}
.thread-count{
    display:none;
}
.message-title, .preview-thread-title{
    background-color: #333333 !important ;
}
.bp-messages-content time {
    color: #ffffff;
}
.preview-message p{
color: #000000  !important;
}
@media (max-width: 768px) {
.user-messages-bulk-actions label {
    color:#000000;
}
}
@media (max-width: 768px) {
#message-threads li {
    background:#000000 !important;
}
}

@media (max-width: 768px) {
.bp-messages-content #thread-preview {
    background:#000000 !important;
}
}
@media (max-width: 768px) {
#message-threads li .thread-date {
    padding-right: 0px;
    text-align: left;
}
}
@media screen and (max-width: 46.8em) {
    #buddypress.buddypress-wrap #item-body {
        padding: .5px !important;
        background: #333333 !Important;
    }
}

@media (max-width: 768px) {
.bp-simple-post-form {
    
    background: #333333 !important;
}
}


@media (max-width: 768px) {
.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap) {

    border: 0px solid !important;
}
}

@media only screen and (max-width: 768px) {
    #bbpress-forums div.bbp-search-form {
        float: right !important;
    }
}