/* components/meteor-media.css */

.post-audio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-audio + .post-details {
  margin-top: 2em;
}
.post-audio audio {
  display: block;
  width: 100%;
}
.post-audio .mejs-audio {
  background: none;
}
.post-audio .mejs-container {
  width: 100% !important;
}
.post-audio .mejs-container .mejs-controls {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.post-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.13);
}
.post-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.post-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.13);
}
.post-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #2666a9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC);
  -webkit-box-shadow: 0 -3px 10px rgba(255, 255, 255, 0.35) inset;
  -moz-box-shadow: 0 -3px 10px rgba(255, 255, 255, 0.35) inset;
  -o-box-shadow: 0 -3px 10px rgba(255, 255, 255, 0.35) inset;
  box-shadow: 0 -3px 10px rgba(255, 255, 255, 0.35) inset;
}
.post-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(255, 255, 255, 0.13);
}
.meteor-post > .post-video {
  margin: 0 0 1.7em !important;
}
.post-video video {
  max-width: 100%;
  height: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post-content .embed-container {
  margin: 2em 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.video-js {
  width: auto !important;
  overflow: hidden !important;
  margin-bottom: 1.5em;
}
div.video-js .vjs-tech {
  height: auto !important;
}
div.video-js .vjs-big-play-button {
  display: none !important;
}
div.video-js .vjs-progress-holder {
  background-color: rgba(255, 255, 255, 0.2);
}
div.video-js .vjs-play-progress,
div.video-js .vjs-volume-level {
  background-color: rgba(250, 91, 21, 0.9);
}
div.video-js .vjs-control-bar {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
