/* =WordPress Core
-------------------------------------------------------------- */

.promo-holder .extra-block {
    padding-bottom: 18px;
    padding-left: 15px;
}

.alignright {
    float: right;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}


.hentry .mejs-playpause-button.mejs-play button::before {
    content: "";
}

.hentry .mejs-controls .mejs-button button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font: 16px/1 Genericons;
}


.mejs-container .mejs-controls .mejs-time span {
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 1px 2px 0 0;
    width: auto;
}

.text-holder .audio-placeholder .mejs-layers, .mejs-controls {
    display: block !important;
}

.audio-placeholder{
	min-height: 38px;
}

.text-holder .text-block p{
	margin: 0 0 15px;
}
