.theme-equalizer .visual-equalizer { display: block; }
.theme-equalizer .eqdeck { width: 430px; height: 240px; margin: 30px auto 0; position: relative; background: #21152f; border: 5px solid #563579; box-shadow: inset 0 0 0 6px #100b18, 0 14px 26px rgba(0,0,0,.45); }
.theme-equalizer .eq-display { position: absolute; left: 48px; top: 34px; width: 334px; height: 118px; background: #0b0711; border: 4px solid #563579; }
.theme-equalizer .eq-display span { display: inline-block; width: 24px; margin-left: 14px; vertical-align: bottom; background: #b967ff; }
.theme-equalizer .eq-display span:nth-child(1){height:35px;margin-top:72px}.theme-equalizer .eq-display span:nth-child(2){height:70px;margin-top:37px}.theme-equalizer .eq-display span:nth-child(3){height:48px;margin-top:59px}.theme-equalizer .eq-display span:nth-child(4){height:92px;margin-top:15px}.theme-equalizer .eq-display span:nth-child(5){height:62px;margin-top:45px}.theme-equalizer .eq-display span:nth-child(6){height:82px;margin-top:25px}.theme-equalizer .eq-display span:nth-child(7){height:42px;margin-top:65px}.theme-equalizer .eq-display span:nth-child(8){height:72px;margin-top:35px}
.theme-equalizer .eq-knobs { position: absolute; left: 120px; bottom: 28px; }
.theme-equalizer .eq-knobs b { display: inline-block; width: 42px; height: 42px; margin: 0 16px; border-radius: 50%; background: #0b0711; border: 7px solid #43e8c8; }
.theme-equalizer.playing .eq-display span { animation: eqPulse 1s ease-in-out infinite; }
@keyframes eqPulse { 0% { opacity: .55; } 50% { opacity: 1; } 100% { opacity: .55; } }
