/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.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... */
li{
	margin-bottom: 20px;
}

.fl-rich-text ul {
  list-style: none; /* Remove default bullets */
}

.fl-rich-text ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0000C0; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	.fl-builder-shape-layer{
		display: none !important
	}
}

.fl-row-bg-photo{
	overflow: clip;
}

.fl-builder-layer{
	bottom: -1px !important;
}