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

.headerSearch {
    position: relative;
}
 
.headerSearch .form-control {
    padding: 10px 20px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 0;
    color: #fff;
    height: 40px;
}
.headerSearch .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.headerSearch .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.headerSearch .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.headerSearch .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.headerSearch button {
    position: absolute;
    right: 0;
    background: #ef4923;
    border: 0;
    top: 0;
    border-radius: 0;
    padding: 10px 14px 10px 14px;
	height:40px;
}
.colbrdrrgt {
    border-right: 1px solid #444;
	border-left: 1px solid #444;
}
.brex-mega-menu > li > a {
    padding: 15px 28px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 5px solid transparent;
}
.brex-mega-menu > li > a:hover {
    border-color: #ef4923;
}
.fl-node-5e99f33644a71 > .fl-module-content {
    margin-bottom: 0;
}
footer .fl-rich-text ul {
    padding-left: 15px;
}