/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.0
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/

/* Buddyboss forums - Verberg standaard afgebroken beschrijvingen van BuddyBoss in Header en dubbel onder forumfoto - AG, 15-06-2025 */
/* Verberg beschrijving in de header */
/* Verberg beschrijving net onder de header */

.bbp-forum-content-wrap {
    display: none !important;
}

/* Buddyboss forums - Verberg dubbele vermelding aantal forums - AG, 15-06-2025 */
.bbp-pagination {
    display: none !important;
}

/* Laat breadcrumb in buddyboss forum zien */
#bbpress-forums .bbp-breadcrumb { display: block; } 

/* Start aanpassing foutmeling - aanpassen memberpress pagina indien iemand geen rechten heeft voor toegang - AG, 15-06-2025 */
body.mepr-login-page .entry-title {
  display: none; /* Verberg "Login" titel */
}

#mepr-unauthorized-for-resource {
  display: none; /* Verberg het URL-pad */
}

/* Aanpassing kader en opmaak tekst foutmelding */
body.mepr-login-page .mp_wrapper {
  max-width: 800px !important;
  margin: 4em auto !important;
  padding: 60px 80px !important;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

body.mepr-login-page .mp_wrapper p {
  margin-bottom: 1.5em;
}

body.mepr-login-page .mp_wrapper p {
  margin-bottom: 1.5em;
}

/* Einde aanpassing foutmeling */


