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

/* Allgemein */

.pp-restaurant-menu-item-left,
.pp-restaurant-menu-item-right {
	width: auto !important;
	max-width: 70% !important;
}

/* Header */

/* Sektionen */

/* Footer */

/*************************
*   Mobile Breakpoints   *
*************************/

@media (max-width: 767px) {
	/* Header */
	header .pp-button-icon {
		margin: 0!important;
	}
	header .pp-button-has-subtext {
		display: none!important;
	}
}