/*
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-theme-builder-header-shrink{
	background-color: #000000;
}
.fl-theme-builder-header-shrink .site-logo img{
	max-height: 85px !important;
}
.box-button-container{
	position: relative;
}
.box-button{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media(max-width: 992px) {
	.vi-main-nav .pp-menu-toggle {
		left:0 !important;
	}
	.vi-main-nav .pp-has-submenu-container > a > span {
		padding-left: 15px !important;
	}
}
.fl-node-5c647d2b4a926 .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle{
	left: auto;
}

/*underlines to links */

.fl-page-content a, .fl-module-content a{
	text-decoration: underline;
}
.fl-heading a, .vi-main-nav .fl-module-content a{
	text-decoration: none !important;
}