/* Custom Styles */
		.add .audio-wrapper {
    background: none !important;
}

.add .audio-thumbnail {
    display: none;
}
.add .audio-duration {
    display: none;
}

.add .audio-wrapper, .video--player {
    padding-bottom: 50px;
}

.topbar [class*="col-"] {padding: 0px;}


.add .w-media-name-and-divider-wrapper div:first-child {
    
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0px)!important;
    transition: all 340ms ease 0s!important;
    width: 100%!important;  
    
}

.add .audio-meta{margin-bottom: 0px;}

@media screen and (min-width: 768px)

{
    
 .audio.add {
    padding: 0px 50px;
}   
    
    
}


@media screen and (max-width: 767px)

{
    
 .audio.add {
    padding: 0px 20px;
}   
    
    
}