/*
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.

*/

/* TT - mobilon a RL felső group/forum sáv ne legyen sticky/fixed/layer */
@media (max-width: 768px) {
	.bb-rl-secondary-header,
	.bb-rl-group-header,
	.bb-rl-group-section,
	.bb-rl-group-section .bb-rl-secondary-header,
	.bb-rl-group-section .bb-rl-group-header,
	#buddypress .bb-rl-secondary-header,
	#buddypress .bb-rl-group-header,
	.buddypress-wrap .bb-rl-secondary-header,
	.buddypress-wrap .bb-rl-group-header,
	.bp-wrap .bb-rl-secondary-header,
	.bp-wrap .bb-rl-group-header {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
		z-index: 1 !important;
		width: auto !important;
	}

	/* ha pseudo layer van */
	.bb-rl-secondary-header::before,
	.bb-rl-secondary-header::after,
	.bb-rl-group-header::before,
	.bb-rl-group-header::after {
		position: static !important;
	}

	/* tartalom ne csússzon mögé */
	#buddypress,
	.buddypress-wrap,
	.bp-wrap,
	.bb-rl-container {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
}


/* bejelentkezési oldal*/


