/* Canary Smart Booking - Custom Overrides */

/* Mobile sticky header fix */
@media (max-width: 767px) {
  .elementor-element.elementor-element-927d5c5,
  header#sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: #ffffff !important;
  }
}
