

/* *************** BURGER ICON ******************** */
.burger-icon > span {
  background-color: #000000;
}
/* **************** OFFCANVAS MENU **************** */
.offcanvas-menu {
  background-color: #ffffff;
}

/* ---------------------------------------- MOBIEL MENU ------ */ 
@media only screen and (max-width: 800px) {
	#sp-header {
		height: 60px;
	}
	.logo-image {
		height: 54px!important;
	}

}