.dh-audio-wrap{
			border: 1px solid #D9D9D9;
	    padding: 10px 10px 14px 10px;
	    margin-bottom: 10px;
	    border-radius: 3px;
			position: relative;

}

.featured-article-content .dh-audio-wrap {
	max-width: 700px;
	margin-right: auto;
	max-width: 700px;
	position: relative;
	top: -4px;
	float: none;
	z-index: 12;
}

.featured-article-header-content #speaker{
  fill:#ffffff;
}

.dh-audio-wrap:after, .dh-audio-wrap:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dh-audio-wrap:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	right: 26px;
}
.dh-audio-wrap:before {
	border-color: rgba(217, 217, 217, 0);
	border-bottom-color: #D9D9D9;
	border-width: 11px;
	margin-left: -11px;
		right: 25px;
}

.dh-audio-hidden{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	padding-top: 0;
  margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.dh-audio-small-button{
	float: right;
	margin: 5px 17px 1px;
	text-align: right;
}

.close-audio-nag{
	display: inline-block;
	position: absolute;
	right: -4px;
	font-size: 1.5em;
	top: -4px;
	-webkit-font-smoothing: antialiased;
	color: #AFAFAF;
	padding: 10px 16px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}

.close-audio-nag:hover{
	color: #4A4A4A;
}

.dh-audio-button{
			margin: 0;
	    border: 0;
	    background-color: #4BAAF1;
	    color: #fff;
	    -webkit-font-smoothing: antialiased;
	    font-weight: 500;
	    padding: 8px 25px 8px 12px;
	    -webkit-appearance: none;
	    font-family: "museo-sans", 'Arial Black', Arial, "Lucida Grande", sans-serif;
	    font-size: 1em;
	    border-radius: 20px;
	    margin-top: 5px;
	    display: inline-block;
			cursor: pointer;
}

.dh-audio-button:hover{
		background-color:#3297E2;
}

.wp-playlist.wp-playlist{
	margin-top: 0;
	border: 0px;
	padding: 0;
	margin: 0;
}

.dh-audio-play-icon{
	width: 10px;
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	height: 11px;
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 10px solid #FFF;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.p-audio{
	margin: 0 0 2px 0;
	font-size: 1.1em;
}

#speaker{
    width: 18px;
    margin-top: 0px;
    position: relative;
    vertical-align: middle;
    margin-right: 11px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

@media only screen
and (max-width : 700px) {


}
