.sp-page-title .sp-page-title-heading {font-size:42px;font-weight:bolder;}
#offcanvas-toggler .burger-icon {color:#fff;}

aside #sp-left {
  padding-top: 30px;
}

#sp-left .sp-module {
  background-color: #f4f5f6;
  border: 1px solid #e2e4e7;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
/*  margin-top: 30px;*/
}

#sp-left .mod-menu li {
  border-bottom: 1px solid #e2e4e7;
}

#sp-left .mod-menu li:last-child {
  border-bottom: none;
}

#sp-left .mod-menu li a {
  display: block;
  padding: 10px 4px;
  color: #3a3a3a;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

#sp-left .mod-menu li a:hover {
  color: #1a4a7a;
  padding-left: 8px;
}