.all-labels {
  margin-bottom: 16px;
}

.labels {
  display: flex;
  flex-wrap: wrap;
}
.label {
  font-size: 12px;
  font-weight: 600;
  margin: 4px;
  color: black;
  text-transform: uppercase;
}

.series-link a {
  color: #fe8501;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.edit-icon {
    color: #234864;
    font-size: 25px;
    height: 25px;
    width: 25px;
}

.series-link {
  /* text-align: center; */
  padding: 10px 0;
}

.series-link-datetime {
  white-space: nowrap;
}

.person {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
}

.persons img {
  border-radius: 100%;
  width: 70px;
  height: auto;
  margin-right: 16px;
}

.person .attendance {
  margin-left: 16px;
}

.person-name {
  color: black;
  text-decoration: none;
  /* font-weight: 600; */
  font-size: 18px;
}

#site-content {
  padding: 0 8px;
}

h1, h2 {
  color: #234864;
  text-align: left;
}

h1 {
  font-size: 25px;
  margin: 0;
}

h2 {
  text-transform: uppercase;
}

input[type="submit"] {
  color: #234864;
  background: #fe8501 !important;
  border: none;
  padding: 8px 16px;
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  border-radius: 20px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

.button {
  color: #234864;
  background: #fe8501 !important;
  border: none;
  padding: 8px 16px;
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  border-radius: 20px;
  height: 40px;
  margin: 0 auto;
  display: inline-block;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
}

.button .button-info {
  font-size: 10px;
}

.button-large {
  height: 50px;
  border-radius: 25px;
}

a.button {
  text-decoration: none;
}

.button-wrapper {
  text-align: center;
}

.registration-info {
  text-align: center;
}

.registration-info div {
  padding-top: 8px;
}

.number {
  font-weight: 600;
}

select {
  width: 100%;
}

#term-select {
  font-family: Roboto;
  font-size: 16px;
  margin-top: 16px;
}

.description-part {
  display: none;
}

.unregister-button, .button-margin {
  margin-top: 16px;
  cursor: pointer;
}

.splitter {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #6d6d6d;
}

.back-button-wrapper {
    width: 100%;
    color: #234864;
    margin-bottom: 20px;
}

.back-button-wrapper a {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.back-button-wrapper .dashicons {
    font-size: 40px;
    height: 40px;
    width: 40px;
}

.back-button-wrapper a {
    text-decoration: none;
    color: #234864;
}


@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 40px;
    text-align: center;
  }

  .post-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .entry-title {
    text-align: initial;
  }

  .entry-content {
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-end;
    justify-content: flex-end;
  }

  .data-part {
    flex: 0 50%
  }

  .description-part {
    flex: 0 50%;
    padding-right: 16px;
    box-sizing: border-box;
    display: block
  }

  .registration-info * {
    text-align: initial;
  }

  .button {
    margin: 0;
  }

  .registration-part input[type=submit] {
    margin: 0;
  }

  .registration-part input[type=submit].button-margin {
    margin-top: 16px;
  }

  .description-img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    margin-top: 8px;
  }

  .series-link {
    text-align: left;
  }

  .button-wrapper {
    text-align: initial;
  }

  .unregister-button, .button-margin {
    margin-top: 16px;
  }

  .edit-icon {
      color: #234864;
      font-size: 40px;
      height: 40px;
      width: 40px;
  }
}

#insert-media-button {
  background-color: initial !important;
}

label {
  font-family: Rubik;
  color: #234864;
  font-weight: 700;
  font-size: 20px;
  display: block
}

input {
    display: block;
    font-size: 18px;
}

.input-group {
    margin: 10px 0;
}

.edit-wrapper {
  width: 100%;
}

.text-input {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

h1.edit-title {
  width: 100%;
  text-align: left;
}

.vouchers-info{
  color: darkred;
}