/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://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: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Add this into your style.css or whever else you'd like to add your CSS 
- any rows with the CSS class bg-color-mobile will have the background image hidden on small devices */
@media only screen and (max-width: 767px) {
  .bg-color-mobile .fl-row-content-wrap{background-image:none;}
}