



#sp-header {
  background: #dddddd !important;
  color: #000000 !important;
}

.sp-megamenu-parent > li > a {
color:#000 !important;
}

/**

body:not(.modal-menu-active) .header-overlap #sp-header:not(.header-sticky) {
  background: #dddddd !important;
    color: #000000 !important;
  }
  
  **/

/**
.only-first > div:not(:first-child) { display:none; }

**/

#sp-page-builder .page-content .sppb-section:not(div.sppb-section):first-child {
  margin-top: 160px;
}


@media (max-width: 991px) {
  #sp-header {
    height: 120px;
  }
}

@media (max-width: 991px) {
  #sp-header .logo {
    height: 120px;
  }
}

@media (max-width: 991px) {
  #offcanvas-toggler {
    height: 120px;
    line-height: 120px;
  }
}

#sp-top-bar .far {
  color: rgba(255, 255, 255, 255) !important;
}

#sp-top-bar .fas {
  color: rgba(255, 255, 255, 255) !important;
}

body:not(.modal-menu-active) .header-overlap #sp-top-bar {
  background: #93302d;
  color: rgba(255, 255, 255, 255);
  border-bottom: none;
}

.burger-icon > span:last-child {
  width: 100%;
  margin-left: auto;
}

.burger-icon > span:first-child {
    width: 100%;
    margin-left: auto;
}

body:not(.modal-menu-active) .header-overlap #sp-header:not(.header-sticky) .burger-icon > span {
  background: #000;
}