#sp-main-body {
    padding: 10px 0;
}

body {
    background-color: #000000;
}

body p, body, .sp-preloader {
    color: #ffffff;
}

#sp-footer, #sp-bottom {
    background-color: #000000;
}

/* Set the menu area colors and formatting */

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: block;
    float:inherit;
    text-align:center;
}


#sp-menu a, #sp-header a, body a {
    color: #01c4ff !important;
}

.offcanvas-menu .logo a {
    color: #01c4ff !important;
    font-size: 35px;
}

#sp-menu, #sp-header {
    background: #000000;
}

li.sp-menu-item.current-item.active > a, li.sp-menu-item.sp-has-child.active > a {
    text-decoration: underline;
    font-weight: bold;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 1em;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    background-color: lightgray;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    float: left;
}

#offcanvas-toggler > .fa, #offcanvas-toggler > .fas:hover, #offcanvas-toggler > .fas:focus, #offcanvas-toggler > .fas:active, #offcanvas-toggler > .fas {
    color: #01c4ff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: gray;
}

.offcanvas-menu {
    background: black !important;
}

@media (min-width: 575px){
#sp-menu .sp-column.d-flex.align-items-center.justify-content-end {
    justify-content: center!important;
}
}


/* mobile menu styling  */
.fa, .fas {
    font-size: 1.5em;
}

/* set font sizes & colors */

#sp-header .logo a {
    font-size: 2.25em !important;
}

body p,#sp-menu p,#sp-header p,#sp-menu a, #sp-header a {
    font-size: 1em;
}

#sp-logo-area h2 {
    font-size: 2em !important;
    color: #ffffff !important;
}


h1, .article-details .article-header h1 {
    font-size: 2em !important;
    color: #ffffff !important;
}

h2, .article-details .article-header h2 {
    font-size: 1.75em !important;
    color: #ffffff !important;    
}

h3, .article-details .article-header h3 {
    font-size: 1.4em !important;
    color: #ffffff !important;    
}

h1 a, .article-details .article-header h1 a {
    font-size: 2em !important;
    color: #01c4ff !important;
}

h2 a, .article-details .article-header h2 a {
    font-size: 1.75em !important;
    color: #01c4ff !important;    
}

h3 a, .article-details .article-header h3 a {
    font-size: 1.4em !important;
    color: #01c4ff !important;    
}

.page-header h1, .tag-category h1 {
    color: crimson !important;
}

hr {
    border-top: 2px #01c4ff solid !important;
}

.tags > li a, .tags > li, .tags a {
    background: blue !important;
/*    border-radius: 5px !important;  */
    border-radius: 6.25rem !important;
}

.tags {
    margin: 1em 0 .5em 0
}

/* format and color articles  */

.article-list .article {
    border-radius: 2em;
}

.article-info {
    color: green !important;
}

.article-list .article {
    border: 1px solid crimson;
}

/* format and style image pop-ups  */
.wf-mediabox-container {
    background-color: crimson;
    
}
.wf-mediabox-caption {
    background-color: black;    
}

.wf-mediabox-nav {
    background-color: black;    
}

.wf-mediabox-caption h4, .wf-mediabox-caption p {
    padding-left: 10px;
    color: crimson;
}
/* Format and style the right column */

#sp-left .sp-module, #sp-right .sp-module {
    border: 1px solid crimson;
    border-radius: 2em;
    margin-right: 30px;
    margin-left: 30px;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid crimson;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
    border-bottom: 1px solid crimson;
}


/* Format and style the Tag pages */

.btn-secondary {
    background-color: green;
    border-color: darkgreen;
}

#adminForm .d-flex {
    display: grid !important;
}

.list-group-item {
    background-color: #000000;
    border: 1px solid #01c4ff;
    border: none !important;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: black;
}

/* Style and format search block  */

.element-invisible.finder {
    display: none;
}

.form-inline label {
    color: #ffffff;
}


#search-query-explained {
    color: red;
}

.card-body p {
    color: #000000;
}

.small.result-url, .search-pages-counter {
    color: green;
}

.pagination {
    margin-top: 25px;
}

.list-group-item:first-child {
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border: none;
}

.list-group-item:last-child {
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border: none;
}

.pagination-counter {
    color: green;
    padding-top: 25px;
}

.articles-more::before {
    content: "More Articles...";
    color: green;
    font-weight: bold;
    padding-bottom: 5px;
}

.list-group-item {
    line-height: 5px;
}

.page-link {
    background-color: black;
}

.page-item.active .page-link {
    border-color: #e9ecef;
    background-color: green;
    color: white !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

.page-item:last-child .page-link {
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

.page-link:hover {
    background-color: #707;
}

.mr-auto, .mx-auto {
    padding-bottom: 1em;
}

#sp-footer .container-inner {
    padding: 10px 0;
    border-top: 1px solid #01c4ff;
}