/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-arrengement-button {
  background-color: #d9861e;
  color: #fff;
  padding: 2px;
}

.aros-buy-ticket {
  text-decoration: none;
  background: #d9861e;
  padding: 15px 45px;
  border-radius: 8px;
  color: white !important;
  margin-top: 30px;
  border: none;
}

.waitlist-sign-up-button {
  text-decoration: none;
  background: #4b7e85;
  padding: 15px 45px;
  border-radius: 8px;
  color: white !important;
  margin-top: 30px;
}
.waitlist-sign-up-button :hover {
  color: white;
}

.waitlist-sign-up-form-wrapper {
  display: none;
}
.waitlist-sign-up-form-wrapper .white-bg-form input[type=text],
.waitlist-sign-up-form-wrapper .white-bg-form input[type=email],
.waitlist-sign-up-form-wrapper .white-bg-form input[type=tel],
.waitlist-sign-up-form-wrapper .white-bg-form input[type=date],
.waitlist-sign-up-form-wrapper .white-bg-form select,
.waitlist-sign-up-form-wrapper .white-bg-form textarea {
  width: 100%;
}
.waitlist-sign-up-form-wrapper .white-bg-form .submit {
  margin-top: 0;
  margin-bottom: 0;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.pop-up {
  position: fixed;
  background-color: white;
  padding: 50px 66px 60px 55px;
  border-radius: 8px;
  max-width: 950px;
}
.pop-up-title {
  margin-block: 0;
}

/* if device height is less than 700px */
@media screen and (max-height: 750px) {
  .pop-up {
    max-height: 500px;
    overflow: scroll;
  }
}
.event-popup-description {
  max-width: 700px;
  padding-bottom: 20px;
}

span.pop-up-event-info-title {
  color: var(--color-text-hightlight);
}

.pop-up-event-info {
  border-block: 1px solid var(--color-horizontal-line);
  padding-block: 30px;
}

.close-pop-up {
  position: absolute;
  top: 60px;
  right: 40px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  color: var(--color-text-hightlight);
  font-size: 18px;
  line-height: 32px;
}

.two-column {
  display: flex;
  gap: 40px;
}

[data-status=sent] {
  display: none;
}

.waitlist-sign-up-form-wrapper [name=your-email] {
  width: calc(50% - 20px) !important;
}
.waitlist-sign-up-form-wrapper .wpcf7-form-control.wpcf7-submit {
  background-color: #c06200;
  color: white;
  padding: 14px 26px 7px 26px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .waitlist-sign-up-form-wrapper .two-column {
    flex-direction: column;
  }
  .waitlist-sign-up-form-wrapper [name=your-email] {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/