/*
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... */ 
/* mega menu styling*/
.fl-node-5fe1655218be7 .menu .fl-has-submenu .sub-menu {
    padding: 10px;}

.fl-node-5fe1655218be7 .menu .fl-has-submenu .sub-menu {
	text-align: center;}

#wpforms-submit-756 {
    background-color: #B22033;
    color: #ffffff;}
#wpforms-submit-756 a:hover {
    background-color: #F47F4A;
    border: 1px solid #ddd;
    color: #FFFFFF;}

/*post styling*/
blockquote {padding: 20px 30px; padding-left: 30px; margin: 0 0 20px; font-size: 17.5px; border-left: none; background: #F7F7F7;}

.wp-block-quote:not(.is-large):not(.is-style-large) {border-left:none;}

.wp-block-pullquote {border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; margin-top: 30px;}

.wp-block-button__link {background-color: #B22033; border-radius: 0px; margin: 10px;}

/* Give the link some padding and some color */
li#menu-item-1168 {
  padding: 10px;
}

li#menu-item-1172 > a {
  padding: 15px 14px !important;
  color: #ffffff !important;
  border-radius: 6px;
  background-color: #008E9C;
  box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
}

/* Adjust the position for the fixed navigation menu */
li#menu-item-1172 > a {
  position: relative;
  bottom: 6px;
}

/* Give the button a hover & active state */
li#menu-item-1172 > a:active,
li#menu-item-1172 > a:hover {
  color: #ffffff !important;
  background-color: #F47F4A;
}
/* Positions the search icon */ 
.fl-menu .fl-page-nav-search .fa-search
 {
 margin-left: 20px;
	position: absolute;
    left: 0;
    top: -5px;
 }

/* Positions the drop-down form*/ 

 .fl-menu .fl-page-nav-search FORM
 {
 margin-top: 20px;
 }

