@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%; } }

@media (min-width: 1024px) {
  .page-title-wrapper {
    text-align: center;
    width: calc(95% - 220px);
    padding-right: 5%; } }

.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-header .post-info {
  text-align: center; }
