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

.mobileonly {
	display:none!important;
}

.fl-node-5f0f4685bc401 .pp-gf-content .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .fl-node-5f0f4685bc401 .pp-gf-content .gform_wrapper .gfield select, .fl-node-5f0f4685bc401 .pp-gf-content .gform_wrapper .gfield textarea {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #a39797;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 12px;
}

@media (max-width: 425px) {
.mobileonly {
	display:block!important;
}
}