/* Top Bar */
#sp-topbar {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 99;
}

/* Header */
#sp-header {
	/* background: rgba(255, 255, 255, 0.95); */
	position: fixed;
    top: 30px;
}

#sp-main-body {
  padding: 91px 0 0 !important;
}

/* Mobile */

@media only screen and (max-width: 767px) {
#sp-main-body {
  padding: 91px 0 0 !important;
}
}

/* Offcanvas Menu */

.offcanvas-menu .offcanvas-inner .sp-module ul {
  line-height: 40px;
}

/* Footer */

#sp-footer-full a {
  color: #999999;
}

/* Articles */
.article-details {
	margin: 2em 0;
}