/*
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... */
.fl-post-feed-post {
  border-bottom: 1px solid rgba(230, 230, 230, 0.2117647059);
}

.fl-post-feed-header {
  margin-bottom: 0;
  padding: 2px 0;
}

.fl-post-feed-post p {
  margin-bottom: 0;
}

.list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list ul li a {
  color: white;
  padding: 2px 0;
  display: block;
  border-bottom: 1px solid rgba(230, 230, 230, 0.2);
}

/*# sourceMappingURL=style.css.map */
