/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 


@media screen and (max-width: 768px) {
	.fl-module-button .fl-button {
		display: block !important;
	}
	
	.fl-builder-content .fl-button-group.fl-button-group-buttons .fl-button-group-button {
		padding: 0 0 20px !important;
		width: 100%
	}

	.fl-builder-content .fl-button-group.fl-button-group-buttons .fl-button-group-button .fl-button-wrap {
		display: block;
	}
}