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

.page-id-234 #fl-main-content .fl-col-content p{
    color: black !important;
}

.page-id-234 .form-group > .control-label{
    color: #124b96 !important;
}
.page-id-234 .checkbox-inline input[type=checkbox]{
    margin-top: 6px !important;
}
@media(max-width: 767px){
    .page-id-234 h1.fl-heading{
        font-size: 24px;
    }
}
