/*
Theme Name: Open Door Consulting Child Theme
Theme URI: https://www.strongmtn.com
Version: 1.1
Description: Custom theme for Open Door Consulting
Author: Strong Mountain
Author URI: https://www.strongmtn.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* mobile menu fix */
@media only screen and ( max-width: 768px ) {
	.pp-advanced-menu.full-screen .pp-menu-overlay ul.menu {
		width: 100%;
	}
	 .pp-advanced-menu .pp-menu-overlay > ul.menu {
		padding: 10px !important;
	}
}