@media (min-width: 1024px) {
  .columns .column.main {
    width: calc(95% - 220px);
    padding-right: 5%; } }
@media (max-width: 1023px) {
  .columns .column.main {
    width: 100%; } }
.columns .sidebar {
  padding-left: 0; }
  @media (min-width: 1024px) {
    .columns .sidebar {
      width: calc(5% + 220px); } }
  @media (max-width: 1023px) {
    .columns .sidebar {
      width: 100%; } }

.post-view .post-holder {
  padding: 0; }
  .post-view .post-holder .post-bottom {
    margin-top: 2rem; }
    .post-view .post-holder .post-bottom .post-nextprev-hld {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .post-view .post-holder .post-bottom .post-nextprev-hld::before, .post-view .post-holder .post-bottom .post-nextprev-hld::after {
        display: none; }
      .post-view .post-holder .post-bottom .post-nextprev-hld a {
        float: none; }

.post-view .post-content .post-ftimg-hld {
  width: 100%; }
.post-view .post-content .post-text-hld .ingredients {
  float: left;
  max-width: calc(50% - 3rem);
  margin-right: 3rem; }
