p.audioDate,
.row.audio p {
  color: #fff;
  margin-left: 5px;
}

.row.audio .post-header {
  width: 100%;
}

.row.audio h2 a {
  color: #fff;
}

.row.audio {
  background: #004b7b;
  border-bottom: 10px solid #003759;
  margin-bottom: 20px !important;
}

.row.audio .post.row {
  border-bottom: none !important;
}

audio {
  width: 100%;
}

.hidden {
  display: none;
}

.player {
  padding: 15px 0 27px;
}

.player a {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 3px;
  outline: none;
}

.player a.download,
.player a.volume {
  padding-left: 10px;
}

.player i {
  color: white;
}

.player .trackProgress,
.player .volumeLevel {
  cursor: pointer;
}

.player .volumeLevel {
  width: 75px;
}

.player .duration {
  padding-right: 10px;
  color: white;
}

.player input[type="range"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 8px;
  height: 3px;
  background-color: white;
  position: relative;
  bottom: 4px;
  width: 86.9%;
}

.player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #507dbd;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.player input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  background-color: #507dbd;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.player input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  background-color: #507dbd;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.audio .post h3 {
  color: white;
  padding: 8px 6px 11px;
}
