.rawt-podcast-player .jp-interface {
    background: #5F5D5A; /* Old browsers */
    background: -moz-linear-gradient(top,  #5F5D5A 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5F5D5A), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5F5D5A 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5F5D5A 0%,#666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5F5D5A 0%,#666666 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5F5D5A 0%,#666666 100%); /* W3C */

    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.rawt-podcast-player .jp-progress-container,
.rawt-podcast-player .jp-volume-bar-container {
    height: 10px !important;
    padding: 10px !important;
}

.rawt-podcast-player .jp-progress,
.rawt-podcast-player .jp-seek-bar,
.rawt-podcast-player .jp-volume-bar {
    background: #e1e1e1 !important;
    height: 10px !important;
    padding: 0 !important;
}

.rawt-podcast-player .jp-progress .jp-play-bar,
.rawt-podcast-player .jp-volume-bar .jp-volume-bar-value {
    background: #ef7873 !important;
    height: 10px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.rawt-podcast-player .jp-time {
    color: #444;
    top: 10px !important;
    height: 10px !important;
    overflow: hidden;
    line-height: 9px;
    font-size: 10px;
}

.rawt-podcast-player .jp-mute,
.rawt-podcast-player .jp-unmute {
    color: #444;
    font-size: 15px !important;
    line-height: 13px !important;
    background: none !important;
    top: 8px !important;
    height: 15px !important;
    overflow: hidden;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: 0 !important;
}

.rawt-podcast-player .jp-mute:before {
    content: "\f028";
}

.rawt-podcast-player .jp-unmute:before {
    content: "\f026";
}

.rawt-podcast-player .jp-play-pause a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 34px;
    margin: -17px 0 0 -24px;
    padding: 0;
    background: url(images/play_pause_button4.png) 0 0 no-repeat;
    background-size: 48px auto;
}

.no-background-size .rawt-podcast-player .jp-play-pause a .icon {
    width: 96px;
    height: 68px;
    margin: -34px 0 0 -48px;
}

@media all and (min-width: 700px) {
    .rawt-podcast-player .jp-play-pause a .icon {
        background-size: 96px auto;
        width: 96px;
        height: 68px;
        margin: -34px 0 0 -48px;
    }
}

.rawt-podcast-player .jp-play-pause a.jp-pause .icon {
    background-position: 0 100%;
}

/**
 * Entity Icons
 */
.node-type-podcast .title .icon:before,
.page-node-369 .title .icon:before,
.rawt-grid .item-podcast .grid-label .icon:before,
.rawt-grid .item-podcast .details-content .icon:before,
.rawt-grid .item-podcast .overlay-icon:before,
.rawt-preview .item-podcast h2 .icon:before,
.rawt-carousel .item-podcast .carousel-label .icon:before,
.rawt-spread-podcast .spread-parent h2 .icon:before,
.rawt-spread-podcast .spread-parent .action .icon:before,
.rawt-spread-podcast .spread-child-type-image .action .icon:before,
.rawt-spread .spread-child-type-podcast .action .icon:before,
.rawt-taxonomy-browser .browser-slide-podcast .action .icon:before,
.rawt-taxonomy-browser .browser-slide-podcast .overlay-icon:before,
.rawt-entity-index .podcast-section caption .icon:before,
.rawt-entity-tree .podcast-section .icon:before,
.rawt-button-list .menu-member-podcasts .icon:before,
.rawt-search-workspace .search-type-podcast .icon:before,
.search-result-podcast .search-result-type-icon:before {
    font-family: inherit !important;
    content: "\f025" !important;
}