@font-face {
  font-family: "Copperplate";
  src: url("/wp-content/themes/wineshop/nova/event/fonts/c041016t.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Copperplate" !important;
}

.nova-event-form-container {
  width: 100%;
  position: relative;
}
.nova-event-form-container .loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  cursor: wait;
  opacity: 0;
  display: none;
}
.nova-event-form-container.nova-loading .loading-wrapper {
  display: flex;
}
.nova-event-form-container .nova-event-title {
  color: #2A251E;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nova-event-form-container .nova-event-title {
    font-size: 24px;
    text-align: center;
  }
}
.nova-event-form-container .nova-event-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nova-event-form-container .nova-event-form .nova-input-container {
  width: 100%;
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
}
.nova-event-form-container .nova-event-form .nova-input-container label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
}
.nova-event-form-container .nova-event-form .nova-input-container input {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
  font-family: "Roboto" !important;
}
.nova-event-form-container .nova-event-form .nova-input-container .error-msg {
  display: none;
  color: red;
  font-size: 14px;
  font-weight: 500;
}
.nova-event-form-container .nova-event-form .nova-input-container.has-error .error-msg {
  display: flex;
  width: 100%;
}
.nova-event-form-container .nova-event-form .nova-input-container.has-error input {
  border: 1px solid red;
}
.nova-event-form-container .nova-event-form .note {
  width: 100%;
}
.nova-event-form-container .nova-event-form .note p {
  font-size: 17px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .nova-event-form-container .nova-event-form .note p {
    font-size: 15px;
  }
}
.nova-event-form-container .nova-event-form .second-guest-container {
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.nova-event-form-container .nova-event-form .second-guest-container.active {
  opacity: 1;
  max-height: 100px;
  margin: 12px 0;
}
.nova-event-form-container .nova-event-form .nova-submit-container {
  width: 100%;
  margin: 20px 0 10px 0;
}
.nova-event-form-container .nova-event-form .nova-submit-container button {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  padding: 15px 30px;
  border-radius: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.nova-event-form-container .nova-event-form .nova-submit-container button:hover {
  background-color: #A9402C;
  border: 1px solid #A9402C;
  color: white;
}
@media (max-width: 767px) {
  .nova-event-form-container .nova-event-form .nova-submit-container {
    text-align: center;
  }
  .nova-event-form-container .nova-event-form .nova-submit-container button {
    font-size: 14px;
    margin: auto;
  }
}

.menu-item-language {
  display: none !important;
}

header {
  display: none !important;
}

.page_content_wrap {
  padding: 0 !important;
}/*# sourceMappingURL=nova-event-style.css.map */