/*
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-page-header-wrap {
	display: none !important;
}

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
    font-size: 17px !important;
    font-weight: 400;
    letter-spacing: 2px !important;
    line-height: 2.4 !important;
    text-transform: uppercase !important;
}

.fl-cta-text {
padding: 20px;
}

.cta-button {
background: #303a60;
passing: 20px;
}

.h2, .h3, .h4, .h5 {
text-transform: uppercase !important;
}

.fl-cta-inline .fl-cta-button {
padding-right: 30px !important;
}