*:focus {
    outline: none;
}
.pt-controls {
    display: inline-block;
}
.pt-controls .label{
    font-size: 11px;
}

.pt-controls div {
    float: left;
    margin-left: 5px;
}

.pt-controls div input {
    vertical-align: middle;
}
.collection img{
    width: 100%;
}
a.reset{
    font-size: 10px;
}
.pitchTempoCtrls {
    display: flex;
    width: 100%;
    margin-right: 10px;
}
.pitchSec .lbl,
.tempoSec .lbl {
    font-family: "Nunito", sans-serif;
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    margin-right: 10px;
    position: absolute;
    top: -6px;
    left: 3px;
    background: #fff;
    padding: 0 5px;
}
.pitchSec .lbl .reset, 
.tempoSec .lbl .reset {
    position: absolute;
    bottom: -18px;
    left: 2px;
    opacity: 0;
    visibility: hidden;
}
.pitchSec .lbl .reset a, 
.tempoSec .lbl .reset a {
    border: none;
    padding: 0;
}
.pitchSec:hover .reset, .tempoSec:hover .reset {
    opacity: 1;
    visibility: visible;
}
.pitchSec .lbl .reset a:hover, 
.tempoSec .lbl .reset a:hover {
    background: transparent !important;
}
.pitchTempoCtrls input[type=number]{
    width: 100%;
    height: 38px;
    border: 1px solid #ebedf0;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 8px 0 0 8px;
}
.TempoShiftSlider {
    border-radius: 0 8px 8px 0 !important;

}
.pitchTempoCtrls input[type=number]::-webkit-inner-spin-button, 
.pitchTempoCtrls input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.pitchSec,
.tempoSec {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    flex: 0 0 50%;
}
.tempoSec {
    margin-left: -1px;
}
.audio-holder {
    display: flex;
    padding: 20px 20px 5px;
}
.audio-holder > div {
    width: 100%;
}
.pitchTempoCtrls .reset a {
    font-size: 11px;
    font-weight: 600;
    color: #0d47a1;
}
.audio-credits {
    border-top: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
}
.audio-credit-partner .collection img {
    width: 100px;
}
.audio-credit-partner .partner {
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 6px;
}
.audio-credit-partner,
.audio-credit-sony {
    font-weight: 600;
    font-size: 9px;
    padding: 7px 20px;
}
.audio-credit-sony {
    font-weight: normal;
    padding: 0;
}
.volume-controls {
    position: relative;
}
.volume-controls .volumeSlider {
    position: absolute;
    right: 5px;
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
}
.volume-controls:hover .volumeSlider {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all ease;
}
.button-holder {
    width: 90%;
    display: flex;
    padding: 0 20px;
    margin: 0 auto 20px;
}
.button-holder a, .button-holder button {
    background: transparent;
    padding: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 0;
}
.button-holder a:hover, .button-holder button:hover {
    text-decoration: none;
    background: #f3f5f7 !important;
    color: #000;
}
.button-holder a:focus, .button-holder button:focus {
    outline: none;
}
.button-holder a svg, .button-holder button svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.minus-btn,
.plus-btn {
    position: absolute;
    right: 0;
    height: 50%;
    padding: 0 !important;
    width: 25px;
    border-left: 1px solid #ebedf0 !important;
    top: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    font-family: 'Nunito';
    color: #000;
    cursor: pointer;
}
.plus-btn {
    top: auto;
    bottom: 0;
    border-top: 1px solid #ebedf0 !important;
    font-size: 12px;
    line-height: 12px;
}
.minus-btn:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    cursor: pointer;
}
.plus-btn:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.lightbox { 
    display: none;
    
}
.lightbox textarea {
    height: 155px;
    width: 461px;
    border:0px
}
.button-holder a.download-btn {
    border-radius: 8px 0 0 8px;
}
.button-holder a.embed-btn {
    border-radius: 0;
    border-left: 1px solid #ebedf0;
    background: transparent;
}
.button-holder > div {
    flex: 1;
    display: flex;
}
.button-holder > div.buttons-box {
    border: 1px solid #ebedf0;
    border-radius: 8px;
}