/*
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 .fl-page-nav .navbar-toggle * { 
    top: -10px; 
    position: relative; 
    line-height: 0.9; 
    font-size: 32px; 
}

 @media (max-width: 767px) { 
.fl-page-nav-collapse UL.navbar-nav  LI  A {
    text-align:left;
} 
}

 @media (max-width: 767px) { 
.fl-logo-img {
    padding-left:0;
} 
}
 @media (max-width: 767px) { 
.fl-page-footer{
	font-size: 10px; 
}
}

/* Mobile menu styles END */


/*HEADER Styles*/

.fl-logo-img {
padding:0;
} 

.fl-page-header-logo-col {
  width: 20%;
}
.fl-page-nav-col {
  width: 80%;
}
@media (min-width: 768px) {
  .fl-page-nav .navbar-nav li>a {
    padding: 15px 7px;
  }
}

/*NAV CTA Menu Button*/ 
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.nav-cta > a {
background-color: #e65c00;
border: 1px solid #e65c00;
margin: 6px 5px 0 5px;
color: white;
padding: 5px 20px !important;
letter-spacing: 1px;
font-weight: 600;
/*text-shadow: -1px 1px rgba(0, 0, 0, 0.3) !important;*/
box-shadow: inset 0 1px 1px rgba(245, 243, 67, 0.3), inset 0 -1px 0px rgba(132, 90, 23, 0.03);
border-radius: 3px;
}

/*CTA Menu Button Mouse-Over Effect*/ 
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.nav-cta > a:hover {
background-color: #eb7c32;
}

.fl-page .fl-page-nav-right .fl-page-header-wrap {
  border-bottom: none;
}

/* Top Bar Menu*/
.fl-page-bar {
    font-size: 16px;
	font-family: 'Fira Sans Condensed', sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	border: none;}


.sub-menu a.nav-link:hover {
    background-color: #eb7c32;
	margin: 0;
	padding: 10px 16px !important;
}

/*Menu Scale Fix*/

.fl-page-header-logo-col {
  width: 20%;
}
.fl-page-nav-col {
  width: 80%;
}
@media (min-width: 768px) {
  .fl-page-nav .navbar-nav li>a {
    padding: 15px 7px;
  }
}




/* Footer styles BEGIN */
.fl-page-footer{
border: none;
}