/*
Theme Name: 	BuddyBoss Override
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. For customizing BuddyPress and Buddyboss Theme and functions.
Author: 		DeMa Software Solutions
Author URI: 	http://dema-software-solutions.de
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.

*/

/* Register Page */
.register-page .editfield legend{
    font-weight:bold !important;
}

.register-page .editfield .description{
    line-height: 1em;
    white-space:pre-line;
}


/* Hide BuddyPress Crop Managament because with set default size to 600 which is to big */
.bp-avatar #avatar-crop-pane{
  display: none;
}


/*BuddyBoss Groups */
/* Groups create Button */
.group-create.create-button a{
    color: #fff;
    background-color: #007cff !important;
    border-radius: 100px !important;
    padding: 10px 20px !important;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    border: 1px solid transparent;
    outline: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.group-create.create-button a:hover{
    color: #fff !important;
    background-color: #0c65c3 !important;
}


/* Header/Headline Styles */
body.directory.members h1.entry-title:before,
body.page-id-257 h1.entry-title:before,
body.directory.groups h1.entry-title:before,
body.forum h1.entry-title:before,
body.activity h1.entry-title:before {
	font: normal normal normal 14px/1 "bb-icons";
	font-size: 1em;
}

body.directory.members h1.entry-title,
body.page-id-257 h1.entry-title,
body.directory.groups h1.entry-title,
body.forum h1.entry-title,
body.activity h1.entry-title {
	font-size: 1.75rem;
	line-height: 1.5rem !important;
	color: #444 !important;
	text-shadow: 1px 5px #fff;
}

body.directory.members h1.entry-title:before {
	content: '\e845  ';
}

body.page-id-257 h1.entry-title:before {
	content: '\e8dc  ';
}

body.directory.groups h1.entry-title:before {
	content: '\e873  ';
}

body.forum h1.entry-title:before {
	content: '\e96f  ';
}

body.activity h1.entry-title:before {
	content: '\e979  ';
}
/*
body.directory.members h1.entry-title{
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/architecture-bg.jpg");
}
body.page-id-257 h1.entry-title{
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/notes-bg.jpg");
}
body.directory.groups h1.entry-title{
  background-image: url("/wp-content/uploads/2020/06/koop-we-connect-you-768x383.jpg");
}
body.forum h1.entry-title{
  background-image: url("/wp-content/uploads/2020/06/koop-we-connect-you-768x383.jpg");
}
body.activity h1.entry-title{
  background-image: url("/wp-content/uploads/2020/06/koop-we-connect-you-768x383.jpg");
}
*/

/* BuddyPress Member List */
.member-listings-link {
	margin-top: 5px !important;
}

.member-listings-link a {
	color: #666;
}

.member-listings-link a:hover {
	color: #333;
}

/* Buddypress Member Profile */

/* Profile Search */
#bp-profile-search-form-outer .bp-checkbox-wrap {
	display: inline-block !important;
}


/* BuddyPress Porblem Sove: CLosed Portal but options "Oeffentlich","Alle Mitglieder",... so hide "Alle Mitglieder" 
select.bp-xprofile-visibility option[value="loggedin"],
.field-visibility-settings input.bs-styled-radio[value="loggedin"]~label,
#bp-activity-privacy option[value="loggedin"] {
	display: none !important;
}
*/

/* Unternehmensverzeichnis Vernetzen-Button / Anfrage Button deutlicher machen */


.button-wrap.member-button-wrap .friendship-button i,
.button-wrap.member-button-wrap i{
  font-size: 30px;
}


/* Buddypress Menu Hide */
body.bbp-user-page:not(my-account) nav.users-nav li #user-forums,
body.bbp-user-page:not(my-account) nav.users-nav li #user-activity {
	display: none;
	display: none;
}
li#wp-admin-bar-my-account-xprofile,
li#wp-admin-bar-my-account-activity,
li#wp-admin-bar-my-account-messages,
li#wp-admin-bar-my-account-groups,
li#wp-admin-bar-my-account-forums,
li#wp-admin-bar-my-account-media,
li#wp-admin-bar-my-account-document,
li#wp-admin-bar-my-account-invites {
	display: none;
}

/* Koperationen Button */
#my-listings-link {
	float: right;
	margin-left: 2em;
	color: #fff;
	background-color: #007cff;
	border-radius: 100px;
	padding: 10px 20px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	line-height: 1.3;
	border: 1px solid transparent;
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

#my-listings-link:hover{
	background-color: #0c65c3;
}
