/*
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... */ 
/*CUSTOM COLORS
#0990B2 Custom Teal
#0920B2 Custom Blue
#BEEFFC Custom Ice Blue
#DDDDDD Custom Light Gray
#88BECC Custom Light Teal
#7580C8 Custom Lavender
#D1E4E9 Custom Light Bluish-Gray
#5E5E5E Custom Dark Gray
#3C7280 Custom Muted Teal
#3C4580 Custom Muted Blue
#84989D Custom Bluish-Gray*/


body {font-size-adjust: 0.5; overflow-wrap: normal;}
.fl-node-5c259d245e4af .gform_wrapper .gfield .gfield_label {padding-top: 3%;}


.body-text-row-gray {background-color: #f8f8f8; padding: 20px;}
.body-text-row-ltblgray {background-color: #D1E4E9; padding: 20px;}
.body-text-row-white {background-color: #ffffff; padding: 20px;}
.body-text {padding: 100px 20px 60px 20px;}

ul.diamond li:before {content: "◈"; margin:0 5px 0 -21px;}
ul.diamond li {list-style-type: none;}
ul.diamond-sub li:before {content: "▸"; margin:0 5px 0 -21px; padding-left:20px;}
ul.diamond-sub li {list-style-type: none;}

/*Cookies Alert*/
.bb-bootstrap-alerts .alert-success {color: #000000; background-color: #C8CCE9; border-color: transparent;}

