/*
Theme Name: Nicely Theme
Theme URI: http://www.madeNicely.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... */ 
p {margin-bottom: 20px;}
.nicely-no-margin p {margin-bottom: 0px;}
.nicely-z-index {z-index:999;}

.nicely-max-col-left .fl-module-content {max-width: 580px; margin-left: auto;}
.nicely-max-col-right .fl-module-content {max-width: 580px; margin-right: auto;}

div.wpforms-container-full .wpforms-form ul.nicely-form-bullets, div.wpforms-container-full .wpforms-form ul.nicely-form-bullets  li  {
    list-style: disc !important;
	padding-left: 20px !important;
}