.ipi-eventzilla-events {
  padding: 40px 0px;
  margin: 20px 0px;
  position: relative;
  color: white;
}

.ipi-eventzilla-events h2:first-child {
  margin-top: 0px;
  font-size: 40px;
  z-index: 1;
}

.ipi-eventzilla-events-inner {
  background-color: #aa9247;
  padding: 20px 0px;
}

.ipi-eventzilla-events h2.notice {
  margin-bottom: 0px;
  text-align: center;
}

.ipi-ez-qrow {
  display: flex;
  #grid-template-columns: min-content min-content auto;
  font-weight: 500;
  font-size: 20px;
  gap: 10px 2%;
  z-index: 1;
  flex-wrap: wrap;
}

#ipi-ez-flex {
  display: flex;
  justify-content: center;
  padding: 0 50px;
  align-items: center;
  gap: 10px 40px;
  flex-wrap: wrap;
}

#ipi-ez-flex h2 {
  color: white;
  margin-bottom: 0px;
  text-shadow: 0 0 5px black;
}

#ipi-ez-flex label {
  color: white;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  z-index: 1;
  text-shadow: 0 0 5px black;
}

#ipi-ez-flex label select {
  color: black;
  width: min-content;
  border: 2px solid #aa9247;
  padding: 5px 10px;
  background-color: white;
  display: inline;
  box-shadow: 0 0 5px #aa9247!important;
}

#ipi-ez-flex p {
  margin-bottom: 0px;
  z-index: 1;
  text-shadow: 0 0 5px black;
}

@media only screen and (max-width: 899px) {
  .ipi-ez-qrow {
    justify-content: space-between;
  }

  .ipi-eventzilla-events input[type="submit"].ipi-ez-submit {
    width: 100%;
  }

  .ipi-eventzilla-events {
    background-image: none;
  }
}

.ipi-ez-qrow p {
  margin: 0px;
  padding: 5px 0px;
  align-self: center;
  word-break: normal;
  white-space: nowrap;
}

.ipi-eventzilla-events input[type="submit"].ipi-ez-submit {
  display: block;
  text-align: center;
  box-shadow: 0 0 5px #aa9247!important;
  color: white;
  break: both;
  border: 2px solid #aa9247;
  background-color: white!important;
  color: black;
  transition: all 0.4s;
  padding: 5px 2%;
  font-size: 18px;
}

.ipi-eventzilla-events input[type="submit"].ipi-ez-submit:hover {
  background-color: #aa9247!important;
  color: white;
  border: 2px solid white;
}

.ipi-ez-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: none;
  z-index: 100000;
  opacity: 0;
  overflow: auto;
}

.ipi-ez-overlay-inner {
  margin: 2vw auto;
  width: 94vw;
  max-width: 750px;
  background-color: #aa9247;
  padding: 20px;
  color: white;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}

.page-template-page-9cities .entry-content .ipi-ez-overlay-inner h2 {
  color: white;
  font-size: 40px;
  margin: 0 0 20px 0;
}

.ipi-ez-overlay-inner h2.notice {
  margin: 0px;
  text-align: center;
}

.ipi-ez-overlay-inner .attendee {
  padding: 0 10px;
}

.attendee-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.attendee-name input[type="email"],
.attendee-name input[name="organisation"],
.attendee-name input[name="country"] {
  grid-column-end: 3;
  grid-column-start: 1;
}

.attendee-name input[name="organisation"] {
  grid-column-end: 3;
  grid-column-start: 1;
}

.ipi-ez-overlay-inner .attendee-nr {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0;
}

.ipi-ez-overlay-inner form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  grid-column-end: 3;
  grid-column-start: 1;
}

.ipi-ez-overlay-close {
  position: fixed;
  padding: 20px 30px;
  font-size: 30px;
  cursor: pointer;
  color: white;
  right: 0px;
}

.ipi-ez-overlay-inner form .attendee {
  border-top: 2px solid white;
}

.ipi-ez-overlay-inner form input {
  color: black;
}

.ipi-ez-overlay-inner form input[type="submit"] {
  box-shadow: none!important;
  background-color: transparent!important;
  float: none;
  width: 100%;
  text-align: center;
  padding: 5px 2%;
  border: 2px solid white;
  color: white;
  transition: all 0.4s;
}

.ipi-ez-overlay-inner form input[type="submit"]:hover {
  background-color: white!important;
  color: #aa9247;
}

#ticket-springerin {
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(100% - 40px);
}

#ticket-trophy {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

#ninecities-ticket {
  border: 4px solid #aa9247;
  padding: 20px 40px;
  position: relative;
  z-index: 1;
}

#ninecities-ticket-inner {
  z-index: 1;
}

#ninecities-ticket h2:first-child {
  margin-top: 0px;
  font-size: 30px;
}

#ninecities-ticket h2.ticket-notice {
  text-align: center;
  margin-bottom: 0px;
}

#ninecities-ticket h2.ticket-notice.ticket-error {
  color: red;
}

#ninecities-ticket .ticket-springerin {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.5;
}

#ninecities-ticket .ticket-trophy {
  display: none;
}

#ninecities-ticket h3 {
  font-size: 20px;
}

#ninecities-ticket .ticket-event:first-child:not(:last-child) {
  border-bottom: 2px solid #aa9247;
}

#ninecities-ticket .ticket-event {
  padding: 10px 20px;
}

#ninecities-ticket .event-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

#ninecities-ticket .event-time,
#ninecities-ticket .event-location {
  margin-left: 10px;
  margin-bottom: 10px;
}

.ninecities-ticket-cancel-wrap {
  text-align: right;
}

.ninecities-ticket-cancel {
  color: red;
}

@media only screen and (max-width: 899px) {
  #ticket-trophy {
    display: none;
  }
}
