.section .title {
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 30px;
}
.fa-search {
    padding: 0 10px 0 10px !important;
}

.section .see-all {
    float: right;
    text-transform: uppercase;
}
.section .load_more_container {
    padding-top: 30px;
    text-align: center;
}
.section .snippet .dot-pulse {
    animation: dotPulse 1.5s infinite linear;
    animation-delay: 0.25s;
    background-color: #000;
    border-radius: 5px;
    box-shadow: 9999px 0 0 -5px #000;
    color: #000;
    height: 10px;
    left: -9999px;
    margin: 0 auto;
    position: relative;
    width: 10px;
}
.section .snippet .dot-pulse::before, .section .snippet .dot-pulse::after {
    background-color: #000;
    border-radius: 5px;
    color: #000;
    content: '';
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 0;
    width: 10px;
}
.section .snippet .dot-pulse::before {
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
    box-shadow: 9984px 0 0 -5px #000;
}
.section .snippet .dot-pulse::after {
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: 0.5s;
    box-shadow: 10014px 0 0 -5px #000;
}
@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #000;
    }
    30% {
        box-shadow: 9984px 0 0 2px #000;
    }
    60%, 100% {
        box-shadow: 9984px 0 0 -5px #000;
    }
}
@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #000;
    }
    30% {
        box-shadow: 9999px 0 0 2px #000;
    }
    60%, 100% {
        box-shadow: 9999px 0 0 -5px #000;
    }
}
@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #000;
    }
    30% {
        box-shadow: 10014px 0 0 2px #000;
    }
    60%, 100% {
        box-shadow: 10014px 0 0 -5px #000;
    }
}
.section--search {
    padding-bottom: 60px;
    transition: all 0.5s ease-in-out;
}
.section--search h1{
    font-size: 2rem;
    padding-top: 20px;
}

.section--search .showing {
    float: right;
    padding-top: 30px;
}
.section--search-artists, .section--search-singles, .section--search-albums {
    padding-bottom: 80px;
}
.section--search-artists {
    display: block;
}
.section--search-artists .artist-container {
    height: 100%;
    text-align: center;
}

.section--search-artists .artist-container p{
    margin-bottom: 0;
}

.section--search-artists .artist-container a {
    align-items: center;
    background: white;
    border: 1px solid currentColor;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 100px;
    padding: 15px;
}
.mode-dark .section--search-artists .artist-container a {
    background: #191924;
    color: #fff;
}
.section--search-singles table {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .section--search-singles table .right {
        text-align: right;
    }
}
.section--search-singles table th.from {
    width: 35%;
}
.section--search-singles table th.album {
    width: 30%;
}
.section--search-singles table th.type {
    width: 15%;
}
.section--search-singles table td {
    border: none;
    font-size: 18px;
}
.section--search-singles table td span img {
    max-width: 74px;
    width: 100%;
}
.section--search-singles table td span p {
    font-size: 16px;
    padding-left: 10px;
}
.section--search-albums .album-container .img-container {
    border-radius: 5px;
    overflow: hidden;
}
.section--search-albums .album-container .img-container img {
    width: 100%;
}
.section--search-albums .album-container .text-container h3 {
    padding-top: 10px;
    font-size: 1.25rem;
}
.section--search-albums .album-container .text-container p {
    padding-top: 8px;
}
.section.hide {
    padding: 0;
    overflow: hidden;
}

#js-list-artists a {
    color: #000;
    transition: all 0.3s ease-in-out;
}

#js-list-artists a:hover {
    color: #99d200 !important;
}

#singles p, #singles a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

#singles p:hover, #singles a:hover{
    color: #99d200 !important;
}


.album-container h3, .album-container p{
    color: #000;
    transition: all 0.3s ease-in-out;
}

.album-container:hover h3, .album-container:hover p{
    color: #99d200;
}

#form-search .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#form-search input {
    border: 1px solid #b8b8b8;
    border-radius: 1px;
    display: block;
    line-height: 1;
    height: 50px;
    width: 100%;
}

#form-search .col, #form-search .col-auto  {
    padding: 0;
}


#form-search .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #99d200;
    border: none;
    border-radius: 1px;
    color: white;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 50px;
    min-width: 50px;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
}