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

/* mobile menu color hamburger */
@media (max-width: 767px) { /* Makes these changes only when screen sizes is 767 px or less */
  .fl-node-5957c83c28352 .menu a {
      text-align: center;
      padding-top: 23px;
      padding-bottom: 23px;
  }
  .fl-node-5957c83c28352 .menu > li.current-menu-item > a, .fl-node-5957c83c28352 .menu > li > a:hover {
      background: #fff;
  }
}