/* 
Theme Name: ddx Child
Theme URI:
Description: 
Author: Digitale deluxe
Author URI: 
Template: ddx
Version: 1.0.1
Text Domain: ddx-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:
*/


.hamburger {
  position: relative;
  z-index: 99999;
}
#LBCmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	overflow-y: auto;
}