/* Spacing */
/* Grid settings */
/* Row inner box */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.booking-widget {
  background-color: var(--white);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "century-gothic", sans-serif !important;
}
.hero .booking-widget {
  margin-top: 15px;
}
.booking-widget form {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "century-gothic", sans-serif !important;
}
.booking-widget form input:not([type=submit]), .booking-widget form select, .booking-widget form textarea {
  background-color: var(--white) !important;
}
.booking-widget a.primary {
  border-radius: 5px !important;
  color: var(--white) !important;
}
.booking-widget a.primary:after {
  content: none !important;
}
.booking-widget .css-13bifmc {
  font-family: "century-gothic", sans-serif !important;
}

.row-type-booking_widget {
  z-index: 1 !important;
}
