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

.navbar-nav li.menu-item-warning > a {
    border-radius: 25px;
    padding: 10px 24px;
    background: #f9b427;
    font-weight: bold;
    color: #212529 !important;
}

.navbar-nav li.menu-item-warning > a:hover {
    background: #ef9e11;
    color: #212529 !important;
}

.fl-node-5bbc00382eb40 > .fl-row-content-wrap {
	/*background: none !important;*/
}


@media (max-width: 767.98px) { 
	.donate-row .fl-row-content-wrap {
		background: white !important;
	}
}

@media (min-width: 768px) { 
    .header-xl h1 {
    	font-size: 75px !important;
    }
}

.fl-testimonial {
	min-height: 200px;
}