/* podkreslenie w menu */
.sp-megamenu-parent > li > a::before {
  background-color: #ed7f0a;
  width: 120%;
  height: 1px;
  bottom: 0px;
  transition: all 0.5s ease;
}


#sp-footer{
	color:#fff;
	background: #ed7f0a;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a
{
  color: #ed7f0a;
	border-bottom: solid 1px #ed7f0a;
}
.sp-megamenu-parent > li:hover > a
{

	color: #fff;
}
.sp-menu-item:hover{
	  background-color: #ed7f0a;
}
Footer a{
  color:#fff
}#sp-logo #offcanvas-toggler
{
  width: 100px;
  background: #111;
  text-align: center;
  justify-content: center;
}