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

/* BB Fixes
**************************************************/

.fl-col-small:not(.fl-col-small-full-width) {
    max-width: none;
}

@media only screen and (min-width: 993px) {

	.sidebar-layout .sidebar{
    	display: flex;
	}
	
    .mobile-only {
        display: none !important;
    }
    
    .fl-node-6104014b64eb7 .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span {
        padding-right: 18px;
    }

    .pp-advanced-menu .pp-menu-toggle {
        right: 0;
    }
    
}

@media only screen and (max-width: 992px) {

    .desktop-only {
        display: none !important;
    }
	
	.sidebar-layout .sidebar:not(.no-collapse){
        display: none;
    }
	
	.sidebar-layout .sidebar.show-sidebar{
        display: block;
    }
	
}