/*
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: FastLine Media
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* THEME - START */

.title-area .fl-row-content-wrap {
display: block;
padding: 0px;
margin: 0px;
background: #25b7db;
}

.title-heading h1{
color: white;
text-transform: uppercase;
margin: 0px;
}

h2{
text-transform: uppercase;
}


/* THEME - END */

/* HOME - START */

.hero-title p {
color: white;
background: #25b7db;
text-align: center;
font-size: 36px;
padding: 10px;
border-radius: 5px;
}

/* HOME - END */