@media (max-width: 1279px) {
  /* Blog layout: List */
  .post_layout_plain .post_header .post_price {
    font-size: 2em;
    line-height: 1.5em;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: List */
  .post_layout_plain .post_header .post_price {
    font-size: 1.75em;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  /* Blog layout: List */
  .post_layout_plain:not(.sticky) {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .post_layout_plain .post_featured {
    width: 100%;
  }
  .post_layout_plain .post_featured + .post_content_wrap {
    width: 100%;
  }
  .post_layout_plain .post_header .post_price {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0.3em;
  }
}
@media (max-width: 479px) {
  .post_layout_plain .post_content_wrap {
    padding: 1.5em;
  }
}