

.mejs-jump-forward-button>button, .mejs__jump-forward-button>button {
    background: url(/mam/assets/css/plugin/podcast/jumpforward.svg) no-repeat 0 0;
    color: #fff;
    font-size: 8px;
    line-height: normal;
    position: relative;
}
.mejs-skip-back-button>button, .mejs__skip-back-button>button {
    background: url(/mam/assets/css/plugin/podcast/skipback.svg) no-repeat 0 -1px;
    color: #fff;
    font-size: 8px;
    line-height: normal;
    position: relative;
}
.mejs-speed-button, .mejs__speed-button {
    position: relative;
}
.mejs-speed-button>button, .mejs__speed-button>button {
    background: transparent;
    color: #fff;
    font-size: 11px;
    line-height: normal;
    margin: 11px 0 0;
    width: 36px;
}
.mejs-speed-selector, .mejs__speed-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    height: 150px;
    left: -10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -100px;
    width: 60px;
    visibility: visible;
}
.mejs-speed-selector-list, .mejs__speed-selector-list {
    display: block;
    list-style-type: none!important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.mejs-speed-selector-list-item, .mejs__speed-selector-list-item {
    color: #fff;
    display: block;
    list-style-type: none!important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0 10px;
}
.mejs-speed-selector-list-item:hover, .mejs__speed-selector-list-item:hover {
    background-color: #c8c8c8!important;
    background-color: hsla(0, 0%, 100%, .4)!important;
}
.mejs-speed-selector-input, .mejs__speed-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}
.mejs-speed-selector-label, .mejs__speed-selector-label {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 11px;
    line-height: 15px;
    margin-left: 5px;
    padding: 4px 0 0;
    width: 60px;
}
.mejs-speed-selected, .mejs__speed-selected {
    color: #21f8f8;
}
.mejs-speed-selector, .mejs__speed-selector {
    visibility: hidden;
}
.mejs-speed-button:hover .mejs-speed-selector, .mejs__speed-button:hover .mejs__speed-selector {
    visibility: visible;
}


.mejs__container {
  margin-top: 10px;
}
.mejs__controls {
  display: block;
}
.mejs__controls, .mejs__container {
  background: none !important;
}
.mejs__time {
  color: #777;
  font-weight: normal;
}

.podcast {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 3px;
}
.podcast__episode_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  color: #333;
}
.podcast__title {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #555;
  max-width: 75%;
}
.podcast__title i {
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 10px;
}
.podcast__meta {
  background: #ddd;
  margin: 40px -30px -30px -30px;
  padding: 0 30px 30px 30px;
  display: flex;
  justify-content: space-between;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.podcast__meta .artwork {
  margin-right: 0;
  transform: translateY(-70px);
}
.podcast__meta .artwork > img {
  border-radius: 3px;
  width: 150px;
  height: 150px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: -80px;
}
@media only screen and (max-width: 600px) {
  .podcast__meta .artwork > img {
    display: none;
   }
  .podcast__title {  
    max-width: 100%;
  }
}

.mejs-prepended-buttons {
  display: flex;
}

.mejs-appended-buttons {
  display: flex;
  justify-content: space-evenly;
}

.mejs__play > button {
  background: transparent url("/mam/assets/css/plugin/podcast/mediaplayer-sprite-gray.svg") no-repeat;
}

.mejs__pause > button {
  background: transparent url("/mam/assets/css/plugin/podcast/mediaplayer-sprite-gray.svg") no-repeat;
  background-position: -20px 0;
}

.mejs__mute > button {
  background: transparent url("/mam/assets/css/plugin/podcast/mediaplayer-sprite-gray.svg") no-repeat;
  background-position: -60px 0;
}

.mejs__unmute > button {
  background: transparent url("/mam/assets/css/plugin/podcast/mediaplayer-sprite-gray.svg") no-repeat;
  background-position: -40px 0;
}

.mejs-skip-back-button > button,
.mejs__skip-back-button > button {
  background: transparent url("/mam/assets/css/plugin/podcast/skipback.svg");
}

.mejs-jump-forward-button > button, .mejs__jump-forward-button > button {
  background: url("/mam/assets/css/plugin/podcast/jumpforward.svg") no-repeat;
}

.mejs__button > button {
  color: #555;
}

.mejs__horizontal-volume-slider {
  display: none !important;
}