html, body {
  padding: 0;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  color: #333;
  min-width: 380px; }

img {
  max-width: 100%; }

hr {
  height: 1px;
  border: 0;
  background-color: #ddd;
  margin-bottom: 50px; }

h1 {
  padding: 0;
  margin: 40px 0 20px 0;
  font-size: 3em; }

h2 {
  font-size: 2.3em;
  margin: 0 0 30px 0;
  text-align: center; }

h3 {
  font-size: 1.8em;
  margin: 20px 0 20px 0; }

p {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #888; }

nav {
  padding: 20px 20px;
  background-color: #fff;
  overflow: hidden; }
  nav svg {
    fill: #423cc6;
    height: 35px; }

nav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1em; }

nav a:hover {
  color: #423cc6; }

nav .caron {
  display: none; }

.current {
  color: #a758e4; }

section {
  padding: 60px 0; }

form {
  display: flex;
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 620px) {
    form {
      margin: 0 auto; } }
  form input[type="text"] {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%; }
    form input[type="text"], form input[type="text"]:focus {
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
    form input[type="text"]:focus {
      box-shadow: 0 0 5px 0 #423cc6;
      outline: none; }
  form input[type="submit"] {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-family: Quicksand; }
    form input[type="submit"]:hover {
      background: #a758e4; }

.button a, input[type="submit"], input[type="text"] {
  border: 0;
  padding: 15px 25px;
  box-sizing: content-box;
  font-size: 1em;
  font-weight: 100; }

.button a, input[type="submit"] {
  background: #423cc6;
  color: #fff;
  cursor: pointer;
  font-weight: bold; }

.button a {
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  transition: 200ms ease-in background; }
  .button a:hover {
    background: #a758e4; }

.mascot {
  transform: rotate(10deg); }

.ticket a {
  border: 0;
  padding: 15px 60px;
  box-sizing: content-box;
  font-size: 1em;
  font-weight: 100;
  background: #423cc6;
  color: #fff;
  cursor: pointer;
  font-weight: bold; }

.headline {
  font-size: 6rem;
  line-height: 0em;
  color: #333;
  font-weight: 300; }

.infotable, .infotable-slim, .infotable-wide {
  font-size: 1.3rem;
  color: #333;
  font-weight: 300;
  text-align: center;
  padding: 15px;
  line-height: 1.7em; }

.infotable-slim {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%; }

.infotable-wide {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%; }

tr:nth-child(even) {
  background-color: #eee; }

tr:nth-child(odd) {
  background-color: #fff; }

th {
  background-color: #f8fafb; }

.mapouter {
  text-align: right;
  width: 100%;
  height: 300px; }

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 300px; }

.spacing {
  height: 30px; }

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 30px;
  box-sizing: border-box; }

header {
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    header .container {
      display: flex; }
    header .column {
      flex: 1; }
      header .column img {
        max-width: none; }
      header .column:first-child {
        display: flex;
        justify-content: center;
        align-items: center; } }
  header img {
    margin: 100px auto 0 auto;
    display: block;
    max-width: 100%; }

header .container, nav .container {
  padding-top: 0;
  padding-bottom: 0; }

.donate {
  text-align: center; }

nav .button {
  position: absolute;
  right: 35px;
  top: 4px; }

.thirds {
  margin: 90px -15px 0 -15px;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .thirds {
      display: flex; } }
  .thirds li {
    box-sizing: border-box;
    margin: 70px 0px;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 0 30px 25px 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .thirds li {
        width: 33%;
        margin: 0 15px; } }
    .thirds li .image {
      display: inline-block;
      line-height: 0;
      background: white;
      margin-top: -40px;
      padding: 10px;
      box-shadow: 2px 7px 39px 9px #f7f7f7;
      border-radius: 50px; }
    .thirds li p {
      font-size: 1.1rem; }
    .thirds li svg {
      fill: #423cc6;
      padding: 5px; }

blockquote {
  padding: 0;
  margin: 120px 0 70px 0;
  position: relative; }
  blockquote .quote {
    padding: 30px 50px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 3px;
    position: relative;
    font-size: 1.3em;
    text-align: center;
    box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.1);
    color: #000;
    font-style: italic; }
    blockquote .quote::before {
      content: "\201C";
      font-family: Quicksand, serif;
      font-size: 90px;
      font-weight: bold;
      color: #423cc6;
      position: absolute;
      left: 0;
      top: -6px;
      text-align: center;
      width: 100%; }
    blockquote .quote::after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -30px;
      border-width: 30px 30px 0;
      border-style: solid;
      border-color: #ffffff transparent;
      display: block;
      width: 0; }
  blockquote .meta {
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    top: 35px; }
    blockquote .meta .author {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px; }
  blockquote .image {
    display: inline-block;
    width: 70px;
    margin: 0 0 0 15px;
    vertical-align: middle; }
    blockquote .image img {
      max-width: 100%;
      border-radius: 200px; }

.newsletter {
  padding: 100px 0; }

footer {
  background: #000;
  padding: 40px 0; }
  footer, footer a {
    color: #8e8e8e; }
  footer a:hover {
    color: #fff; }
    footer a:hover svg {
      fill: #fff; }
  footer p {
    margin: 0;
    padding: 0; }
  footer p, footer address {
    font-size: .9em; }
  footer svg {
    fill: #8e8e8e;
    height: 20px;
    position: relative;
    top: 4px; }
  footer a {
    text-decoration: none; }
    footer a svg:hover {
      fill: #fff; }
  @media (min-width: 768px) {
    footer .container {
      display: flex;
      align-items: center; } }
  footer .container div {
    margin: 20px 0;
    box-sizing: content-box;
    padding: 0 25px; }
    @media (min-width: 768px) {
      footer .container div {
        width: 33%;
        margin: 0; } }

.center {
  text-align: center; }

@media (min-width: 320px) and (max-width: 620px) {
  .centered {
    text-align: center; } }

.copyright {
  padding: 5px 0;
  margin: 0;
  background: #000;
  text-align: center;
  font-size: .8em; }
  .copyright a {
    color: #8e8e8e;
    text-decoration: none; }
    .copyright a:hover {
      color: #fff; }

.posts {
  margin: 0 -20px; }
  @media (min-width: 768px) {
    .posts {
      display: flex; } }
  .posts .post {
    flex: 1;
    border: 1px solid #eee;
    margin: 0 0 50px 0;
    background: #fff;
    border-radius: 3px; }
    @media (min-width: 768px) {
      .posts .post {
        margin: 0 20px; } }
    .posts .post .image {
      height: 200px;
      background-position: center;
      background-size: cover;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    .posts .post .post-content {
      padding: 20px; }
    .posts .post .date {
      color: #ccc;
      font-weight: bold;
      font-size: 1.1rem; }
    .posts .post h3 {
      font-size: 1.5rem; }
    .posts .post p {
      font-size: 1.1rem; }

.post-title h3 {
  margin: 0; }
.post-title .date {
  padding: 0;
  margin: 0;
  font-size: .8em;
  color: #888; }

.editor-link {
  display: none;
  margin-top: 0; }
  .editor-link .btn {
    border: 0;
    border-radius: 2px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 2rem;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.cms-editor-active .editor-link {
  display: block; }

@media (min-width: 768px) {
  .columns {
    display: flex;
    margin: 0 -30px;
    align-items: center; }
    .columns > div {
      flex: 1;
      padding: 0 30px; } }
.columns h2 {
  text-align: left; }

.darker {
  background: #f8fafb;
  padding: 60px 0; }

.lighter {
  background: #fff;
  padding: 0 0; }

@media screen and (max-width: 600px) {
  nav a:not(:first-child) {
    display: none; }

  nav a.caron {
    float: right;
    display: block; }

  nav {
    float: none;
    padding-right: 0; } }
@media screen and (max-width: 600px) {
  nav.responsive {
    position: relative; }

  nav.responsive a.caron {
    position: absolute;
    right: 0;
    top: 20px; }

  nav.responsive a {
    float: none;
    display: block;
    text-align: left; } }
.nav-logo {
  position: relative;
  height: 30px;
  top: 10px;
  float: left; }

* {
  box-sizing: border-box; }

.tito-wrapper {
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.02);
  font-family: sans-serif;
  color: #333;
  margin: 20px auto;
  max-width: 100%;
  padding: 10px 0 0 0;
  width: 100%;
  font-family: 'Quicksand', sans-serif; }

.tito-ticket-list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

#tito-previous-releases,
.tito-ticket-list.tito-ticket-waitlist {
  margin: 0; }

.tito-ticket.row {
  display: block !important;
  border-bottom: 1px solid #ccc !important;
  margin: 0 15px !important;
  min-height: 54px !important;
  padding: 10px 0 !important; }

.tito-ticket:after {
  content: '';
  display: table;
  clear: both; }

.tito-ticket-name-wrapper,
.tito-ticket-price-quantity-wrapper {
  border: none;
  display: block;
  float: left;
  vertical-align: middle;
  width: 100%; }

@media screen and (min-width: 520px) {
  .tito-ticket-name-wrapper,
  .tito-ticket-price-quantity-wrapper {
    width: 50%; } }
.tito-ticket-name {
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.2;
  margin: 8px 0 5px; }

.tito-ticket-name .label.label-default {
  border: 1px solid #333 !important;
  border-radius: 2px !important;
  color: #333 !important;
  font-size: 1.0em !important;
  font-weight: bold !important;
  margin-left: 5px !important;
  padding: 2px 5px !important;
  position: relative !important;
  top: -1px !important;
  text-transform: uppercase !important; }

.tito-ticket-name-wrapper .tito-tickets-remaining {
  background: #ddd;
  border: 1px solid rgba(51, 51, 51, 0.2);
  color: #333;
  font-size: 1.0em;
  padding: 2px 5px;
  position: relative;
  top: -3px;
  margin-left: 10px;
  white-space: nowrap; }

.tito-ticket-description {
  color: #adadad;
  font-size: 1.1em; }

.tito-degressive-price-desc + .tito-ticket-description {
  margin-top: 0.5rem; }

.tito-ticket-price-quantity {
  text-align: right;
  width: auto; }

@media screen and (min-width: 520px) {
  .tito-ticket-price-quantity {
    float: right; } }
.tito-ticket-price {
  float: left;
  text-align: left;
  width: 50%; }

@media screen and (min-width: 520px) {
  .tito-ticket-price {
    text-align: right;
    width: auto; } }
.tito-ticket-quantity {
  float: right;
  min-width: 70px; }

.tito-ticket-quantity span {
  margin: 0 10px; }

input[type=text].tito-ticket-quantity-field,
input[type=text].tito-ticket-donation-field {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  color: #333 !important;
  display: inline-block !important;
  font-size: 1.2em !important;
  height: 34px !important;
  line-height: 1.42857143 !important;
  margin: 0 !important;
  padding: 6px 12px !important;
  text-align: center !important; }

input[type=text].tito-ticket-quantity-field {
  width: 45px !important; }

input[type=text].tito-ticket-donation-field {
  width: 85px !important;
  margin-left: 6px !important; }

.tito-ticket-price span {
  display: block;
  font-size: 1.3em;
  line-height: 34px; }

.tito-ticket-vat {
  color: #adadad;
  font-size: 1.0em;
  padding-bottom: 5px; }

.tito-ticket-status span {
  background: #efefef;
  border-radius: 4px;
  color: #adadad;
  display: inline-block;
  font-size: 1.2em;
  height: 34px;
  line-height: 34px;
  min-width: 90px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  width: 100%; }

.btn.btn-default.btn-waitlist {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px !important;
  color: #333;
  font-size: 1.0em !important;
  height: 34px !important;
  line-height: 1.42857143 !important;
  padding: 6px 12px !important;
  white-space: nowrap !important;
  width: 200px; }

.btn.btn-default.btn-waitlist:hover {
  border: 1px solid #333; }

.tito-discount-code {
  display: block;
  margin: 0 30px;
  padding: 5px 0; }

@media screen and (min-width: 520px) {
  .tito-discount-code {
    float: left; } }
.tito-discount-code-label {
  display: none; }

.btn.btn-default.tito-discount-apply-button {
  display: none !important; }

.tito-discount-code .tab-pane.tito-discount-code-show.active {
  display: none !important; }

.tito-discount-code .tab-pane.tito-discount-code-edit {
  display: block !important;
  visibility: visible !important; }

input.form-control.tito-discount-code-field.discount-code-field {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  display: inline-block !important;
  font-size: 1.2em !important;
  height: 34px !important;
  line-height: 1.42857143 !important;
  margin: 5px 0 !important;
  padding: 6px 12px !important;
  width: 100% !important; }

@media screen and (min-width: 520px) {
  input.form-control.tito-discount-code-field.discount-code-field {
    width: 200px !important; } }
.tito-discount-code-show {
  padding-top: 15px; }

.tito-discount-code-edit,
.tito-discount-code-show {
  display: none; }

.tito-discount-code-edit.active,
.tito-discount-code-show.active {
  display: inline-block; }

.tito-submit-wrapper {
  margin: 0 15px;
  padding: 10px 0;
  text-align: right; }

.tito-submit {
  background: #423cc6 !important;
  border: 1px solid #423cc6 !important;
  border-radius: 4px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 1.0em !important;
  height: 34px !important;
  line-height: 1.42857143 !important;
  margin: 0 !important;
  padding: 6px 12px !important;
  text-align: center !important;
  width: 100% !important; }

@media screen and (min-width: 520px) {
  .tito-submit {
    width: 100px !important; } }
.tito-submit:hover {
  border-color: #a758e4 !important;
  background: #a758e4 !important; }

.tito-ticket.tito-locked-ticket > div {
  padding: 10px 0 !important; }

.tito-ticket.tito-locked-ticket label,
.tito-ticket.tito-locked-ticket span {
  opacity: 0.5 !important; }

.locked-tickets-message p {
  font-size: 1.2em !important;
  line-height: 1.3 !important;
  opacity: 0.5 !important; }

.tito-badge-link {
  font-size: 1.1em;
  display: inline-block;
  margin: 10px 0 10px;
  text-align: center;
  width: 100%; }
