#hamburger-menu {
	overflow-y: scroll;
}

.wp-block-cgb-block-fec-hamburger-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10000;
	
	transform: translateY(-50%);
}

#sm-menu-button {
	
	width: 52px;
	height: 52px;
	
	-webkit-transition: background-color 2s; /* Safari */
	transition: background-color 2s;
}

.sm-menu-line {
	background-color: white;
	width: 25px;
	height: 2px;
	position: absolute;
	
	-webkit-transition: transform 2s, top 2s, left 2s, width 2s, background-color 2s;
	transition: transform 2s, top 2s, left 2s, width 2s, background-color 2s;
}


#sm-menu-line1 {
	top: 24px;
	left: 13px;
}

#sm-menu-line2 {
	top: 28px;
	left: 13px;
	width: 10px;
}

#sm-menu-line3 {
	top: 20px;
	left: 13px;
	width: 15px;
}

#hamburger-menu {
	display: none;
	
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
	
	/* background-color: white; */
}

#hamburger-menu section {
	
}