/*
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-nav .navbar-nav li > a {
	max-width: 135px;
	text-align: center;
	padding: 15px;
}

.fl-page-header-logo {
	display: flex;
	align-items: center;
}

.fl-page-header-logo > a {
	margin-right: 20px;
}

.phone-number {
	font-size: 14px;
}

ul#menu-main-menu {
	display: flex;
	align-items: center;
}


.uppercase {
	text-transform: uppercase;
}

.hero h2 {
	text-transform: capitalize;
	color: #fff!important;
}

.fl-content-slider-navigation .slider-next {
	background: url(img/right-arrow.png) center center;
	background-size: 100%;
} 

.fl-content-slider-navigation .slider-prev {
	background: url(img/left-arrow.png) center center;
	background-size: 100%;
} 

.fl-content-slider-navigation svg {
	display: none;
}


@media (max-width: 767px) {

	ul#menu-main-menu {
		display: inherit;
		align-items: inherit;
	}

	.fl-page-nav ul#menu-main-menu.navbar-nav li > a {
		max-width: inherit;
		text-align: center;
		padding: 15px;
	}


}





