/*
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... */ 

.blue a {color: #333333!important;}
.blue a:hover {color: #94BA70!important;}

.white-text h1 {color: #fff!important;}

.hover-title { z-index: 1; }



/* Drop Down Menu */

.fl-page-nav ul.sub-menu {
    background-color: #FFF;
    border-top: 3px solid #94BA70;
}

.fl-page-nav ul.sub-menu li a {
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}

.fl-page-nav ul.sub-menu li:hover,
.fl-page-nav ul.sub-menu li a:hover {color: #2A4F63;}
.fl-page-nav .navbar-nav > li > a {padding: 37px 15px 32px;}
span.hover-excerpt {padding: 25px;}

.fl-page-header .mega-menu a[href="#"],
.fl-page-header .mega-menu a[href="#"]:hover,
.fl-page-header .mega-menu a[href="#"]:focus {
  color: #333333 !important;
}

.fl-page-header .mega-menu a[href="#"] {
   border-bottom: solid 1px rgba(42, 79, 99, 0.25);
   pointer-events: none;
   cursor: default;
}

ul.navbar-nav li.mega-menu .hide-heading > a {
  display: none;
}

.fl-has-submenu .fl-has-submenu-container a[href="#"],
.fl-has-submenu .fl-has-submenu-container a[href="#"]:hover,
.fl-has-submenu .fl-has-submenu-container a[href="#"]:focus {
   color: #333333!important;
   pointer-events: none;
   cursor: default;
   font-weight: bold;
}


/* Move BB Accordion's icons to the left side */

.fl-module-accordion .fl-accordion-button {
  position: relative;
  width: 100%;
}
.fl-module-accordion .fl-accordion-button-label {
  padding-left: 20px;
}

.fl-module-accordion .fl-accordion-button-icon {
  left: 0px;
  top: 12px;
  position: absolute;
}