.slab.pageinfo h1 {
    display: none;
}

.disabled input#form_submit {
    pointer-events: none;
}

.disabled input#form_submit:before {
    content: "\f05e";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 0.95em;
    vertical-align: baseline;
    line-height: 1;
    font-weight: 100;
}

.event-block, .event-form-container {
    background-color: white;
}


main .slab div.card.event-information .event {
    border-bottom: solid 1px #c02424;
    padding: 15px;
}

main .slab div.card.event-information .event p {
    padding: 0px !important;
}

.inset-bottom--extra-large {
    margin-bottom: -115px;
    z-index: -1 !important;
}

.checkin {
    margin-bottom: -50;
    z-index: -1 !important;
}


form.disabled {
    opacity: 0.5;
    pointer-events: none;
}

main .slab .card p.date::before,
main .slab .card p.time::before,
main .slab .card p.location::before,
main .slab .card p.tag::before {
    font-family: "FontAwesome";
    color: hsla(0, 68%, 45%, 1);
    font-weight: 100;
    font-size: 20px;
    padding-right: 5px;
}

main h3.feature.live {
    /*text-transform: uppercase !important;*/
    font-size: 28px !important;
    margin-bottom: 0px !important;
}

main .slab .card p.date::before {
    content: "\f073";
}

main .slab .card p.time::before {
    content: "\f017";
}

main .slab .card p.location::before {
    content: "\f3c5";
}

main .slab .card p.tag::before {
    content: "\f02b";
}

/*
main h3.feature.live::before {
    display: block;
    content: "\e12d";
    font-family: "FontAwesome";
    color: white;
    font-weight: 100;
    font-size: 20px;
    padding-right: 5px;
}
*/

main .slab .inner div.event-information h4.light {
    font-weight: 600 !important;
}

main .slab.cssbg .inner h1,
main .slab .inner h1,
main .slab.cssbg .inner h2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

main .slab.cssbg .inner h1:after,
main .slab .inner h1:after,
main .slab.cssbg .inner h2:after,
main .slab .inner h2:after {
    background-color: rgba(255, 255, 255, 1);
}

main .slab .inner h1,
main .slab .inner h2 {
    display: block;
    background: none;
    text-transform: none;
    letter-spacing: -0.5px;
    font-weight: 400;
    font-style: italic;
    font-family: "Copernicus W01";
    font-size: 50px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

@media all and (max-width: 767px) {
    main .slab .inner h1,
    main .slab .inner h2 {
        font-size: 23px;
    }

    main h3.feature.live {
        text-transform: uppercase !important;
        font-size: 22px !important;
    }
}

main .slab .inner h1 span,
main .slab .inner h2 span {
    font-size: 35px;
    display: block;
}

@media all and (max-width: 767px) {
    main .slab .inner h1 span,
    main .slab .inner h2 span {
        font-size: 18px;
    }
}

main .slab .inner h1.a-center:after,
main .slab .inner h2.a-center:after {
    margin: 10px auto;
}

main .slab .inner h1:after,
main .slab .inner h2:after {
    background-color: rgba(0, 0, 0, 1);
    width: 10%;
    content: "";
    display: block;
    margin: 20px 0;
    height: 2px;
}

main .slab .inner h1 br,
main .slab .inner h2 br {
    display: block;
}

main .slab .inner h1 {
    line-height: 1.35;
}

/* Countdown timer */
main h3.countdown--heading {
    font-size: 25px;
    font-family: "Jotia W00" !important;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 10px rgb(0 0 0);
}
main #countdown p.countdown--value {
    font-size: 40px;
    font-family: "Jotia W00";
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 10px rgb(0, 0, 0);
}

main #countdown p.countdown--unit {
    font-size: 15px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 10px rgb(0, 0, 0);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

@media all and (max-width: 32em) {
    main #countdown p.countdown--value {
        font-size: 25px;
    }
}
