/*MENU*/

#sp-left .sp-column {
    position: fixed;
}
#sp-left .sp-module {
    margin-top: 0px;
    border: none;
}
#sp-left .sp-module.leftlogo {
    padding-top: 50px;
}
#sp-left .sp-module ul > li {
    border-bottom:none;
}


/*HEADER*/
#sp-header {
display: none;
}
  
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span { 

  line-height: 36px;
}

  #sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0px;
  }

/*FOOTER*/
#sp-footer1 {
    text-align: center;
}

.sppb-row-container {
    max-width: 100% !important;
}


@media only screen and (max-width: 767px) {
  #sp-header {
    display: block;
  }
  
  #sp-left {
      display: none;
  }
  
  #sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 60px;
  }
}