/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.7.9.1
Description: Customized by WebAds.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme

RELEASE NOTES
1.0.8 - content-single.php changes for pwp support
1.0.9 - header.php added pwp user bar shortcode
1.1.0 - misc updates
1.1.2 - update so block comments that contain URLs
1.7.9.1 - updated to bb-theme v1.7.9, child theme is still based on original 1.0 from BB
*/

/* Add your custom styles here... */

.fl-custom-search-form input {
    margin-bottom: 10px;
  }

.fl-custom-search-form select {
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    //width: 100%;
    //max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.msg_error {
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 4px;
    color: #B94A48;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
}

.msg_notice {
    border: 1px solid #D6E9C6;
    background-color: #DFF0D8;
    color: #468847;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
}

.fl-post-feed-text .fl-post-feed-header h2.fl-post-feed-title {
    font-size: 14px;
    font-weight: bold;
}









