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

/*Header button for phone number */

.fl-page-header-fixed .menu-btn .nav-link{
	display:block;
	color:#ffffff !important;
    background-color: #189ece;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	width: auto;
	margin-right: 10px;
}
@media only screen and (min-width: 600px){.fl-page-header-primary .menu-btn .nav-link {
 #display:none;
}}

.menu-btn a.nav-link{
	width: auto;display: block;color: #fff !important;background-color: #189ece;border-top-left-radius: 25px;border-top-right-radius: 25px;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;margin-right: 7px;
}

.fl-page-header-fixed .menu-btn-2 .nav-link{
	display:block;
	color:#ffffff !important;
    background-color: #0f166e;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	width: auto;
}
@media only screen and (min-width: 600px){.fl-page-header-primary .menu-btn-2 .nav-link {
 #display:none;
}}

.menu-btn-2 a.nav-link{
	width: auto;display: block;color: #fff !important;background-color: #0f166e;border-top-left-radius: 25px;border-top-right-radius: 25px;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;
}