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

ul#menu-main li.sub {
	margin-left: 12px;
	padding-left: 30px;
}
ul#menu-main li.sub a {
	text-transform: capitalize;
	padding: 3px;
}

ul#menu-main li.sub a:before {
	content: ' · ';
}

@media (max-width: 768px) {
	.fl-node-a8ugrsc0ozvk .pp-advanced-menu .pp-off-canvas-menu {
		width: 95vw;
	}
	.fl-node-a8ugrsc0ozvk .pp-advanced-menu .pp-off-canvas-menu.pp-menu-right {
		transform: translate3d(95vw, 0, 0);
	}
}