@import url('https://cdn.jsdelivr.net/gh/greghub/green-audio-player/dist/css/green-audio-player.min.css');
.green-audio-player { border-radius: 26px;margin:0 auto;width:100%;}
.audio-section .container {
    max-width: 100%;
}
.green-audio-player .controls span , .green-audio-player .controls span{color:#fff;}
.play-pause-btn svg path , .volume__button svg path { fill: #fff;}
.green-audio-player .slider .gap-progress .pin , .green-audio-player .slider .gap-progress{background-color:#fff}
.green-audio-player .controls .controls__slider {  height: 35px; border-radius: 7px;}
.green-audio-player .controls .controls__slider .controls__progress .progress__pin{top:-4px}
.green-audio-player .volume .volume__button.open path{fill:#EF5396}
.green-audio-player .pin.progress__pin { display: none; }

.audio-section .audioBox {  border-radius: 6px; background-color: #000;padding:16px;}
.audio-section .audioInnerBoxes {width:100%; padding: 12px;margin-left:-20px;}
.audio-section .audioParent { display: flex;flex-wrap: wrap;}
.audio-section .audio-title h3{margin:0;text-align:center;}
/* .audio-section .audio-title{margin-bottom:20px;} */
.audio-section .download-button{margin-top:18px;text-align:center;}
.audio-section .sec-button{margin-top:85px;text-align:center;}
.ready-player.player.green-audio-player {background-color: #000;}


.spp-click-to-tweet{ display: inline-block; background: #f9f9f9; border-left: 5px solid #4099ff; margin: 1.5em 0; padding: 0.5em 10px; } 
.spp-click-to-tweet a.spp-ctt-btn {margin: 0;  padding: 0; position: relative; display: block; text-transform: uppercase;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 12px font-weight: 700; line-height: 150%; color: #4099ff; float: right;padding-right: 0;text-decoration: none;}

@media(max-width:1230px){

    .audio-section .audioInnerBoxes {  width: 50%;}

}

@media(max-width:767px){

    .audio-section .audioInnerBoxes {  width: 100%;padding:0 0 15px 0;}

}

@media(max-width:480px){
    .green-audio-player{min-width:auto;}
}

@media(max-width:375px){
    .green-audio-player .controls {
        margin-left: 7px;
        margin-right: 7px;
    }

}