/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.booking-engine-v3 {
  bottom: 0;
  z-index: 2;
  width: 100%;
  left: 0;
  color: black;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
}
.booking-engine-v3 > form {
  margin: 0;
}
.booking-engine-v3 > form .number-input input {
  width: 70px;
}
.booking-engine-v3 > form .form-button {
  width: auto;
  padding: 6px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px #222;
  line-height: 1.6rem !important;
  text-align: center;
}
.booking-engine-v3 > form .form-button:empty {
  display: none;
}
.booking-engine-v3 [flex] {
  flex: 1;
}
.booking-engine-v3 .booking-engine-inner {
  max-width: 75%;
  min-width: 8%;
  margin: 0 auto;
}
.booking-engine-v3 .booking-engine-inner > .title {
  text-align: left;
}
.booking-engine-v3 .booking-engine-inner > * {
  margin: 7px;
}
@media screen and (min-width: 47.938rem) {
  .booking-engine-v3 {
    background-image: url('../../../../images/rt-angle-logo.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: fixed;
  }
  .booking-engine-v3 .booking-engine-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .booking-engine-v3 .booking-engine-inner > form {
    display: flex;
  }
}
@media screen and (max-width: 47.938rem) {
  .booking-engine-v3 {
    background-image: url('../../../../images/rt-angle-logo-mobile.png');
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .booking-engine-v3 .booking-engine-inner .title {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #f95662;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
    font-weight: normal;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
  }
}
/*# sourceMappingURL=booking-v3_25.css.map */