.audio-container{
	width:100%;
	border: solid thin #efefef;
	height: 152px;
	box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.5);
}
.audio-image{
	width:25%;
	height: 150px;
	float:left;
	text-align:center;
	padding-top:50px;
	padding-bottom: 50px;
}
.play_button button{
	margin:10px;
	border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/pause.png');
	background-size: cover;
	background-position: center; 
    border: none;
}
.play_button button.pause{
    background-image: url('/wp-content/uploads/play.jpg');
}
.audio-image span{
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
}
.audio-player{
	width:75%;
	height:150px;
	float:right;
}
.waveform-display{
	height:50px;
}
.audio-player-control{
	height: 50px;
}
.audio-player-control span{
	margin: 5px;
	font-size:1.5em;
	color: #000;
	cursor: pointer;
}
.audio-player-control span:hover{
	color:  #767676;
}
.shareable-links {
	    display:none;
	    position: absolute;
        left: 310px;
	    margin-top:10px;
		height: 45px;
		padding: 10px;
		background-color:#eee;
	    border: thin solid #efefef;
	    border-radius: 6px;
	    box-shadow: 0 0 10px #fff;
}
.shareable-links:after{
	content:'';
	width:0;
	height: 0;
	border-top:10px solid transparent;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom: 10px solid #eee;
	position: absolute;
	bottom: 100%;
	left:5%;
}
.shareable-links img{
 width: 35px;
 padding: 5px;
 border: 0;
 box-shadow: none;
 display: inline;
}
.shareable-display{
	display: block;
}
