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

@media screen and (min-width: 999px) {
     body.home div.fl-module.fl-module-menu.menu .fl-module-content.fl-node-content{
         position: relative;
         min-height: 15px;
         margin-bottom: 22px;
     }
     body.home ul#menu-navigation-menu-1{
          position: absolute;
          z-index: 100;
     }
}
@media screen and (max-width: 999px) {
     body.home .fl-menu.fl-menu-responsive-toggle-medium-mobile{
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          z-index: 45;
     }
     body.home ul#menu-navigation-menu-1{
         width: 100%;
         background: grey;
     }
     body.home li.menu-item {
          text-align: center;
     }
}

#grey-carousel.fl-module-pp-logos-grid .pp-logos-wrapper .clearfix{background-color:#c4c4c4 !important;}