/*
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-flyout-right .fl-menu-mobile-close{
	color:#fff;
	float:right;
}

.diamond {
    background: url("/wp-content/uploads/2024/10/graphic-diamonds.png") no-repeat 50% 0;
    height: 18px;
    width: 93px;
    
}
.phone {
    font-size: 15px;
    font-weight: bold;
    color: #14468a;
}
.traits {
    margin-left:0;
		padding-left:0;
}
.traits li {
    margin-bottom: 7px;
    width: 100%;
    list-style: none;
	margin-left:0;
	text-transform:uppercase;
}
