body {
  color: #fff;
  background: #0e1a2d;
  font-family: "Karla", sans-serif;
  font-size: 24px;
  line-height: 2;

  width: 960px;
  margin: 50px auto 200px;
}

input {
  font-family: "Karla", sans-serif;
  font-size: 24px;
  line-height: 2;
}

a {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid #3498db;
}
a:hover {
  color: #3498db;
}
.highlight {
  color: #2ecc71;
}
.react {
  color: #3498db;
}
.subtle {
  color: #ddd;
  line-height: 1.6;
}
.danger {
  color: #ff4d4d;
}

section,
.section {
  margin: 75px auto 100px;
}

.logo {
  width: 300px;
  height: auto;
  margin-left: 5px;
}

.course {
  float: right;
  font-size: 0.8em;
  position: relative;
  top: -10px;
}

.heading {
  font-family: "Raleway", sans-serif;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.2;
  margin: 50px 0 20px;
}
.heading .highlight {
  border-width: 10px;
}

.subheading {
  margin: 20px 0;
  font-weight: normal;
  font-size: 1.3em;
}

.quote {
  font-style: italic;
  line-height: 1.6;
}

.divider {
  padding: 0 20px;
  display: inline-block;
}

.workshop {
  margin: 30px 0;
}
.workshop .date {
  width: 100px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.workshop .details {
  font-size: 0.8em;
  color: #ddd;
  line-height: 1;
  margin-left: 100px;
}

.icon {
  height: 100px;
}
.tickets {
  margin: 30px auto 50px;
  columns: 2;
}
.tickets.solo {
  margin: 30px auto 50px;
  columns: 1;
}
.ticket {
  display: block;
  padding: 25px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.ticket.expand {
  padding: 100px 50px;
}
.ticket .icon {
  padding: 20px 10px;
}
.ticket.active:hover .icon {
  filter: invert(1);
}
.ticket.active:hover {
  background: #fff;
  color: #000;
}

.ticket.inactive {
  border-color: #fff !important;
}
.ticket.soldout {
  opacity: 0.5;
  border-color: red;
  border-style: dashed;
}
.ticket.soldout:hover {
  cursor: not-allowed;
}
.clear {
  clear: both;
}

.strikethrough {
  text-decoration: line-through;
  text-decoration-color: red;
}

#instructor .details {
  font-size: 0.8em;
  color: #ddd;
}
#instructor b {
  display: inline-block;
  margin-left: 15px;
}
#instructor b:first-child {
  margin-left: 0;
}

.testimonial {
  font-size: 0.8em;
  margin-bottom: 50px;
  padding: 10px;
}
.testimonial i {
  display: inline-block;
  margin-bottom: 10px;
}

.avatar {
  height: 50px;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 20px;
}

input {
  font-family: "Karla", sans-serif;
  font-size: 0.8em;
  line-height: 2;
  background: #fff;
  border-radius: 10px;
  outline: none;
  border: none;
}

input#mce-EMAIL {
  width: 500px;
  padding: 8px 124px 8px 16px;
}

input.input-button {
  cursor: pointer;
  margin-left: -124px;
  background: #0e1a2d;
  color: #fff;
  border-radius: 10px;
}

@media (max-width: 800px) {
  html,
  body {
    width: auto;
    font-size: 21px;
    line-height: 1.6;
  }
  section {
    width: 90%;
  }
  .logo {
    width: 50%;
    height: auto;
    margin-left: 5px;
  }
  .heading {
    font-size: 2.5em;
  }
  .heading div {
    display: inline;
  }
  .divider {
    display: block;
    line-height: 0;
    font-size: 0;
  }

  .workshop span {
    white-space: nowrap;
  }
  .workshop .date {
    width: 25px;
    top: 0;
  }
  .workshop .details {
    margin-left: 25px;
  }

  .workshop.folding .date {
    display: block;
  }
  .workshop.folding .details {
    margin-left: 0;
  }

  .tickets {
    columns: 1;
  }
  .ticket {
    border: 2px solid #fff;
    margin: 10px 0;
    white-space: nowrap;
  }

  .testimonial img {
    display: none;
  }

  input#mce-EMAIL {
    width: 90%;
    padding: 8px 112px 8px 16px;
  }
  input.input-button {
    margin-left: -112px;
  }
}

.button {
  cursor: pointer;
  background: #3498db;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.controls {
  width: 85%;
  margin: 0 auto;
}
.right {
  float: right;
}
.left {
  float: left;
}
.controls .button {
  margin-right: 8px;
}

/* #course {
  background: #3498da;
  margin: 16px auto;
  padding: 16px;
  border-radius: 10px;
} */
#course img {
  height: 40px;
  vertical-align: bottom;
  padding-left: 8px;
}
#course .details {
  font-size: 0.8em;
  color: #ddd;
  line-height: 1;
}

#workshops .strikethrough {
  color: #c5b0b3;
}
