/* Blog layout: Band
------------------------- */
.post_layout_band {
  position: relative;
  margin-bottom: 0; }

.post_layout_band .post_title {
  margin-top: -0.15em;
  margin-bottom: -0.25em; }

.post_layout_band {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }

.post_layout_band + .post_layout_band {
  margin-top: 3em; }

.post_layout_band .post_featured {
  -webkit-flex-basis: 48%;
  -ms-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0; }

.post_layout_band .post_content_wrap {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.post_layout_band .post_featured + .post_content_wrap {
  -webkit-flex-basis: 52%;
  -ms-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  padding: 0 0 0 2em; }

.post_layout_band.post_format_quote .post_content_wrap,
.post_layout_band.post_format_aside .post_content_inner {
  padding: 0;
  background-color: transparent;
  color: inherit; }

.post_layout_band blockquote {
  margin: 0; }

.post_layout_band .post_header {
  margin: 0;
  position: relative; }

.post_layout_band .post_header .post_price {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 2.5em;
  line-height: 1.5em; }

.post_layout_band .post_category {
  margin-bottom: 0.5em; }

.post_layout_band .post_header + .post_content {
  margin-top: 1em; }

.post_layout_band .post_content + .post_meta {
  margin-top: 1em; }

.post_layout_band .slider_controls_wrap,
.post_layout_band .mejs-controls a.mejs-horizontal-volume-slider {
  display: none !important; }

.post_layout_band .mejs-button {
  width: 20px; }

.post_layout_band .mejs-controls .mejs-time.mejs-duration-container {
  padding-right: 17px; }

.post_layout_band .mejs-controls .mejs-playpause-button {
  margin-right: 37px; }

/*# sourceMappingURL=band.css.map */