/*
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... */ 

/* Add your custom styles here... */ 
/* CUSTOM COLORS -----
* Light Yellow - #F5F4C6
* Light Green - #D4ED9B
* Dark Gray-Brown - #2B2B2B
* Pink-Red - #DE4446
* Dark Green - #0D493D
* Medium Green - #557F77
* Medium Gray - #808080
*/

p {margin: 0 0 1.5em;}
.case-study-client-quote {background-color: #d4ed9b; border: none; margin: 5% 5%; padding: 5%;}

/*disable page and post title and meta bottom*/
.fl-post-title {display: none;}
.fl-post-meta-bottom {display: none;}
.fl-post-thumb {display: none;}


@media (max-width: 767px) {
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {text-align: center;margin-right: 0;}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {position: static;
margin: 0 auto;}
}

