.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.hide {
    display: none !important;
}

.hll-now-playing .title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.hll-now-playing .album-art {
    margin-bottom: 15px;
}

.hll-now-playing .album-art a {
    display: block;
    margin: auto;
    text-align: center;
}

.hll-now-playing .album-art img{
    border: 1px solid white;
    max-width: 100%;
}

.hll-now-playing .track, .hll-now-playing .artist {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    text-align: center;
    margin: auto;
    width: 80%;
}

.hll-now-playing .track .details, .hll-now-playing .artist .details {
    text-overflow: ellipsis;
    overflow: hidden;
}

.hll-now-playing .track {
    font-weight: bold;
}

.hll-now-playing .listen-now-button {
    padding: 15px 5px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    width: 85%;
    margin: auto;
    margin-top: 10px;
}

.hll-now-playing .listen-now-button, .svg {
    color: white;
    fill: white;
}

.hll-now-playing .listen-now-button .content {
    text-align: center;
    background-color: inherit !important;
}

.hll-now-playing .listen-now-button .content img {
    width: 30px;
    display: inline-block;
}

.hll-now-playing .listen-now-button .waveform {
    display:  inline-block;
    height:  24px;
    overflow:  hidden;
}

.hll-now-playing .listen-now-button .waveform b {
    background-color:  white;
    border-radius: 4px;
    display: inline-block;
    height: 25px;
    margin-right: 1px;
    vertical-align:  bottom;
    width: 4px;

    animation-name:  audio-wave-1;
    animation-duration:  250ms;
    animation-iteration-count:  infinite;
    animation-timing-function:  ease-in-out;
    animation-delay:  0s;
}

.hll-now-playing .listen-now-button .waveform b + b { height: 20px; animation-name: audio-wave-2;}
.hll-now-playing .listen-now-button .waveform b + b + b { height: 25px; animation-name: audio-wave-3;}
.hll-now-playing .listen-now-button .waveform b + b + b + b { height:  17px; animation-name: audio-wave-4;}
.hll-now-playing .listen-now-button .waveform b + b + b + b + b { height:  22px; animation-name: audio-wave-5;}

@keyframes audio-wave-1 {
    0%  { height: 23px; }
    20%  { height: 32px; }
    40%  { height: 18px; }
    60%  { height: 28px; }
    100% { height: 23px; }
}
@keyframes audio-wave-2 {
    0%  { height: 20px; }
    20%  { height: 17px; }
    40%  { height: 25px; }
    60%  { height: 30px; }
    100% { height: 20px; }
}

@keyframes audio-wave-3 {
    0%  { height: 25px; }
    20%  { height: 30px; }
    40%  { height: 26px; }
    60%  { height: 21px; }
    100% { height: 25px; }
}

@keyframes audio-wave-4 {
    0%  { height: 17px; }
    20%  { height: 13px; }
    40%  { height: 21px; }
    60%  { height: 25px; }
    100% { height: 17px; }
}

@keyframes audio-wave-5 {
    0%  { height: 22px; }
    20%  { height: 26px; }
    40%  { height: 16px; }
    60%  { height: 30px; }
    100% { height: 22px; }
}

.hll-now-playing .listen-now-button .content .label {
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    background-color: inherit !important;
    color: white !important;
}

.hll-now-playing .listen-now-button:hover{
    filter: brightness(95%);
}



.hll-now-playing .section-wrapper  .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.hll-now-playing .section-wrapper  .subtitle {
    text-align: center;
    font-size: 14px;
}

.hll-now-playing .section-wrapper .img img {
    max-width:100%;
    max-height:100%;
    border: 1px solid #cac6d5;
}








.hll-now-playing .rewards-wrapper {
    margin-left: 2%;
    margin-right: 2%;
}

.hll-now-playing .rewards-wrapper .rewards {
    margin-top: 12px;
}

.hll-now-playing .rewards-wrapper .rewards .reward {
    float: left;
}

.hll-now-playing .rewards-wrapper .rewards .reward {
    width: 100%;
}

.hll-now-playing .rewards-wrapper .rewards .reward:not(:first-child) {
    margin-top: 10px;
}

.hll-now-playing .rewards-wrapper .rewards .reward .img {
    float: left;
    width: 30%;
}

@media (min-width:350px) {
    .hll-now-playing .rewards-wrapper .rewards .reward .img {
        width: 15%;
    }
}

.hll-now-playing .rewards-wrapper .rewards .reward .img img {
    max-height: 83px;
}

.hll-now-playing .rewards-wrapper .rewards .reward .content {
    float: left;
    margin-left: 5%;
    width: 65%;
    font-size: 12px;
    color: black;
}

.hll-now-playing .hll-now-playing .rewards-wrapper .rewards .reward .content .details {
    max-height: 42px;
    overflow: hidden;
}

.hll-now-playing .rewards-wrapper .rewards .reward .content .info {
    margin-top: 10px;
}

.hll-now-playing .rewards-wrapper .rewards .reward .content .info .time {
    font-weight: bold;
}

.hll-now-playing .type-badge {
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF !important;
    background-color: #000;
    border-radius: 10px;
    padding: 2px 14px;
}

.hll-now-playing .type-badge.reward-type-daily {
    background-color: #0068B5;
}

.hll-now-playing .type-badge.reward-type-weekly {
    background-color: #FE2204;
}

.hll-now-playing .type-badge.reward-type-monthly {
    background-color: #029C49;
}

.hll-now-playing .type-badge.reward-type-alltime {
    background-color: #FDCE04;
}







.hll-now-playing .listeners-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.hll-now-playing .listeners-wrapper .types-menu {

}

.hll-now-playing .listeners-wrapper .types-menu .type .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin: auto;
    margin-top: 5px;
    display: none;
}

.hll-now-playing .listeners-wrapper .types-menu .type.active .arrow-down {
    display: block;
}

.hll-now-playing .listeners-wrapper .types-menu .type {
    display: inline-block;
    text-align: center;
    width: 33%;
    font-size: 14px;
    float: left;
    text-decoration: none;
    color: black;
}

.hll-now-playing .listeners-wrapper .types-sections {
    margin: auto;
    margin-top: 20px;
    width: 90%;
}

.hll-now-playing .listeners-wrapper .type-section {
    display: none;
}

.hll-now-playing .listeners-wrapper .type-section.active {
    display: inherit;
}

.hll-now-playing .listeners-wrapper .listener {
    float: left;
    clear: both;
    width: 100%;
}

.hll-now-playing .listeners-wrapper .listener:not(:first-child) {
    margin-top: 10px;
}

.hll-now-playing .listeners-wrapper .listener .img {
    float: left;
    width: 25%;
    max-width: 53px;
}

.hll-now-playing .listeners-wrapper .listener .content {
    float: left;
    margin-left: 5%;
    width: 70%;
    margin-top: 5px;
}

@media (max-width:250px) {
    .hll-now-playing .listeners-wrapper .listener .content {
        overflow: hidden;
    }
}

.hll-now-playing .listeners-wrapper .listener .content .name {
    font-size: 12px;
    color: #b3b3b3;
}

.hll-now-playing .listeners-wrapper .listener .content .info {
    margin-top: 5px;
    font-size: 14px;
}

.hll-now-playing .listeners-wrapper .listener .content .info .time{
    font-size: 20px;
    margin-right: 3px;
}

.hll-now-playing .listeners-wrapper .listener .content .info strong:not(:last-child){
    margin-right: 3px;
}
