/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.0
*/

 /* Fix: override overflow-x:hidden on body/html which breaks position:sticky */
  html,
  body.single-job_listing {
    overflow-x: clip !important;
  }

  @media (min-width: 992px) {
    #secondary {
      position: sticky !important;
      top: 90px;
      align-self: flex-start;
    }

    .row.content-area {
      overflow: visible !important;
      align-items: flex-start !important;
    }

    #primary.container {
      overflow: visible !important;
    }
  }
