/*
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-slider-post {
border-radius: 18px; 
-moz-border-radius: 18px; 
-webkit-border-radius: 18px; 
border: 3px solid #8E9489;
}

.fl-page-header-primary li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 6px;
}