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

header span.uabb-menu-toggle::before {
    content: "\e9ff"!important;
    font-family: 'Ultimate-Icons' !important;
    font-size: 12px!important;
}

.fl-row-fixed-width {
    max-width: 1200px !important;
}

.grecaptcha-badge {
    margin-bottom: 60px;
}

/* NEW LAYOUT - Start */
.fl-node-6114e64b6e65b .fa-search-icon,
a.fl-button, input#gform_submit_button_16,
input#gform_submit_button_1,
input#gform_submit_button_13,
input#gform_submit_button_15{
     background: linear-gradient(to right, #2c6883 0%,#22546a 100%);
    transition: all 0.2s linear !important;
}

/* Information request form */
li#field_13_12 {
    margin-top: 10px !important;
	margin-bottom: -10px !important;
}

/* NEWS Tabs */
.pp-tabs-labels.pp-clearfix {
    float: right;
    margin-top: -70px;
    width: 500px;
}

/* Menu width */
ul.sub-menu {
    width: 300px !important;
}