.event-topbar {
  display: flex;
  color: #7a7a7a;
  font-size: 14px;
}

.event-topbar > div:nth-child(1) {
  padding-left: 0;
}

.event-date-wrapper, .event-time-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #7a7a7a;
}

.event-date {
  color: black;
  padding-right: 8px;
  font-weight: bold;
}

.event-time {
  padding-left: 8px;
  padding-right: 8px;
}

.event-location {
  padding-left: 8px;
}

.label-wrapper {
  display: flex;
  font-weight: bold;
  font-size: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.event-label {
  margin-right: 8px;
}

.event-label-big {
  font-size: 15px;
}

.event-label__themes {
  display: flex;
  align-items: center;
}

.event-label__accessibility {
  display: flex;
  color: #234864;
  align-items: center;
}

.event-label__splitter {
  margin-right: 8px;
}

.event-lectors {
  font-weight: bold;
  display: flex;
  margin-top: 8px;
}

.event-vouchers {
  position: relative;
  float: right;
  margin-top: -25px;
  font-size: 20px;
}

.event-vouchers::before {
  font-family: "Dashicons";
  content: "\f524";
  font-size: 20px;
  vertical-align: middle;
}

.event-vouchers_yes::before{
  color: #2e6a12;
}

.event-vouchers_no::before{
  color: darkred;
}

.event-lector {
  margin-right: 8px;
  color: black;
}

.event_info {
  display: flex;
}

.event_info .event_left {
  text-align: center;
  padding: 8px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event_info .event_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  width: 180px;
}


.event_label.black_text {
  color: black;
}

.event {
  color: black;
  display: flex;
  margin: 8px 0;
  border: 1px solid #b9b9b9;
  text-decoration: none;
  justify-content: space-between;
}

.event.event-masterclass {
  background: white;
}

.event.event-openclass {
  background: #e7e7e7;
}

.event.event-focus {
  background: #d6eeff;
}

.event-wrapper {
  display: flex;
  flex-direction: column;
  /* padding: 8px; */
  flex-grow: 1;
}

.event-name {
  font-family: Roboto;
  color: #234864;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
}

.event-basic-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: black;
}

.event-content-wrapper {
  padding: 10px;
}

.event-registered .event-content-wrapper {
  padding-right: 8px;
}

.event-accessibility {
  display: flex;
}

.event-accessibility .event-label {
  font-weight: 900;
  color: #234864;
  font-size: 14px;
}

.event-registered-place {
  width: 4px;
  flex-grow: 0;
  flex-shrink: 0;
}

.event-full .event-registered-place {
  background: #ff6961;
}

.event-registered .event-registered-place {
  background: #fe8501;
}

.event-registered-label, .event-full-label {
  display: none;
}

.event-additional-info {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}

.event-detail {
  font-weight: 600;
  color: #234864;
  background: #fe8501;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-decoration: none;
}

.week {
  padding: 0 10px;
  color: #234864;
}

.week-title {
  font-weight: bold;
  margin-right: 8px;
}

.week-info {
  display: flex;
  font-size: 18px;
  font-family: Rubik;
  align-items: baseline;
}

.week-desc {
  font-size: 12px;
}

.week:not(:last-child) {
	margin-bottom: 32px;
}

.week-controls {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.week-toggle-icon {
	font-family: dashicons;
	font-size: 20px;
  transition: 0.5s ease;
  margin-right: 10px;
}

.week-hidden .week-content {
  display: none;
}

.week-hidden .week-toggle-icon {
	transform: rotate(-90deg);
}

@media only screen and (min-width: 360px) {
  .week-info {
    font-size: 20px;
  }

  .week-desc {
    font-size: 14px;
  }
}

@media only screen and (min-width: 375px) {
  .week-desc {
    font-size: 16px;
  }
}

@media only screen and (min-width: 425px) {
  .event-desktop {
    width: 425px;
  }

  .event_info .event_right {
    width: 280px;
  }

  .week-desc {
    font-size: 20px;
  }
}

@media only screen and (min-width: 500px) {
  .event-registered .event-registered-place, .event-full .event-registered-place {
    width: initial;
    display: flex;
    text-align: center;
  }

  .event-registered .event-registered-label, .event-full .event-full-label {
    display: block;
  }

  .event-registered .event-full-label {
    display: none;
  }

  .event-registered-place div {
    transform: rotate(180.1deg);
    writing-mode: vertical-rl;
    padding: 0 3px;
    font-size: 12px;
    font-weight: bold;
  }
}


@media only screen and (min-width: 1024px) {
  .week-info {
    font-size: 25px;
  }

  .week-desc {
    font-size: 25px;
  }

  .week-toggle-icon {
    font-size: 30px;
  }

  .week-title {
    margin-right: 16px;
  }

  .events {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto;
    max-width: 1024px;
  }

  .event {
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin: 10px 0;
  }

  .event:nth-of-type(2n-1) {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1550px) {
  .events {
    max-width: 1550px;
  }

  .event {
    width: calc(33% - 10px);
    flex-direction: row;
  }

  .event:nth-of-type(3n-2) {
    margin-right: 20px;
  }

  .event:nth-of-type(3n-1) {
    margin-right: 20px;
  }

  .event:nth-of-type(3n) {
    margin-right: 0;
  }
}
