/**
 * Entity
 */
.rawt-podcast .transcript-full {
    display: none;
}

/**
 * Player
 */
.rawt-podcast-player .player-area {
    margin: 0 auto;
}

.rawt-podcast-player .player-frame {
    position: relative;
    padding-top: 56.25%; /* 1920 x 1080 aka 1080p */
}

.rawt-podcast-player .player-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rawt-podcast-player .player-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /*border: 0.3em solid #222;*/
    width: 100%;
    height: 100%;
    /*width: 1280px;
    height: 720px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;*/
}

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

.rawt-podcast-player .jp-volume-bar-container {
    right: 20px;
    left: auto !important;
    border: none;
}

.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: #444 !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;
    position: absolute;
    left: 60% !important;
}

.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;
    text-decoration: none;
    text-indent: 0 !important;
}

.rawt-podcast-player .jp-wrapper {
    width: 100%;
}

.rawt-podcast-player .jp-audio {
    width: 100%;
}

.rawt-podcast-player .jp-type-single {
    display: none;
    position: relative;
    z-index: 10;
    margin-top: -30px;
}

.rawt-podcast-player .jp-play-pause a {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.rawt-podcast-player .jp-play-pause a:hover {
    background: none;
}

.rawt-podcast-player ul.jp-controls a {
    right: 55px !important;
    left: auto !important;
}

.rawt-podcast-player .jp-progress-container {
    border: none;
    left: 0;
    width: 50%;
}

.rawt-podcast-player .jp-progress {
    width: 97% !important;
}

@media all and (min-width: 600px) {
    .rawt-podcast-player .jp-progress-container {
        width: 60%;
    }

    .rawt-podcast-player .jp-time {
        left: 65% !important;
    }
}

@media all and (min-width: 750px) {
    .rawt-podcast-player .jp-progress-container {
        width: 75%;
    }

    .rawt-podcast-player .jp-time {
        left: 78% !important;
    }
}

/**
 * Entity Index
 */
.rawt-entity-index th.duration,
.rawt-entity-index td.duration {
    display: none;
    white-space: nowrap;
    padding-left: 1em;
    padding-right: 1em;
}

.rawt-entity-index th.guests,
.rawt-entity-index td.guests {
    display: none;
    padding-left: 1em;
    padding-right: 1em;
}

@media all and (min-width: 450px) {
    .rawt-entity-index th.duration,
    .rawt-entity-index td.duration {
        display: table-cell;
    }
}

@media all and (min-width: 700px) {
    .rawt-entity-index th.guests,
    .rawt-entity-index td.guests {
        display: table-cell;
    }
}