.sp-megamenu-parent > li > a {font-size:20px;}
#sp-header-topbar {background: navy;}
#sp-header-topbar a { color: #eee; }
#sp-header {background: blue;}
/* how to change height of menu */
#sp-header { height: 110px; }
.sp-megamenu-parent > li > a {color: #eee;}
.sp-megamenu-parent > li:hover > a
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {color: #FC8360;}
/* how to change the hamburger menu colour*/
.burger-icon > span {background-color: white !important;}
/* how to display mobile sub menu without clicking on the plus sign */
.menu-parent .menu-child{
display: block !important;
}
.menu-parent .menu-toggler{
display: none !important;
}