/*
Theme Name: Downwinders 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... */ 

.white h2 {
    color: #fff;
    font-size: 20px;
}
.fl-callout-photo-left .fl-callout-photo {
    width: 30% !important;
    padding-right: 0;
}
.fl-callout-photo-left .fl-callout-content {
    width: 70% !important;
}
.thin-border {
    border-left: 1px solid #ccc;
     border-right: 1px solid #ccc;
}