body, html {
    background-color: #02080E;
    height: 100%;
}

#alerts {
    position: fixed;
    top: 60px;
    z-index: 1000;
    margin-left: 50%;
    transform: translateX(-50%);
}

form button[type='submit'] span {
    display: none;
}

form.busy button[type='submit']:disabled span.fa-spin {
    display: inline-block;
}

a.btn span.fa-spin {
    display: none;
}

a.btn.disabled.busy span.fa-spin {
    display: inline-block;
}

#sort-by-btn a span.fa {
    display: none;
}

#sort-by-btn a.checked span.fa {
    display: inline-block;
}

span.badge.post-type {
    text-transform: capitalize;
}

.pagination > li > a, .pagination > li > span {
    background-color: #343a40 !important;
    color: #fff;
    border: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #454d55 !important;
}

.pagination > .active > a, .pagination > .active > span {
    color: #fff;
    background-color: #454d55 !important;
}

.pagination > .active > a:hover, .pagination > .active > span:hover {
    color: #fff;
    background-color: #343a40 !important;
}

hr.page-section-break {
    background: linear-gradient(to right, #ff421a, #258054, #387dff, #02080E);
    height: 3px;
    margin: 50px 0;
}