html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.headerContent, .headerContentContact {
    background-color: unset;
}

nav ul {
    align-items: center !important;
    max-width: 20em !important;
}

:root {
    --clr-greenlight: #8fc950;
    --clr-orangelight: #FCB34C;
    --clr-greenish: #ccfb99;
}

body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    border-top: 3px solid #333333;
    line-height: 1;
}

h1 {
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 2.1em;
    font-weight: normal;
    color: #666666;
    margin: 0.25em 0 0.5em;
    padding: 0.5em 0 0.25em;
}
h3 {
    font-size: 1.6em;
    padding: 0.5em 0 0.25em;
}

.eventContainer {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 2em;
}

hr {
    border-color: #009ee0;
}

p {
    color: #666666;
    line-height: 1.5;
}

h2 {
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    color: #666666;
    line-height: 1.6;
}

#topbar {
    background: #ffffff;
    border-bottom: 1px solid #efefef;
    height: 39px;
    font-size: 10px;
}

#header-v2 .logo {
    margin-top: 16px;
}


.hidden {
    display: none !important;
}

.vanished {
    display: none !important
}

.slogan {
    font-size: 18px !important;
    margin-top: 33px;
    float: right;
    margin-right: 10px;
}

.header .slogan {
    font-family: arial, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666666;
}

.header {
    background: #ffffff;
}

#header-v2 .header-v2-container {
    height: 90px;
}

.clearfix, .tribe-clearfix {
    zoom: 1;
}

.gallery {
    border-radius: 14px;
    background: #EEE;
    background: linear-gradient(217deg, hsla(210, 30%, 5%, 1) 0%, hsla(210, 30%, 10%, .6) 35%, hsl(202deg 100% 50% / 20%) 70.71%, hsla(0, 100%, 50%, 0) 100%), linear-gradient(127deg, hsla(0, 0%, 0%, .8) 0%, hsla(0, 0%, 10%, .5) 40%, #b8d7e9 80%, hsla(120, 100%, 50%, 0) 100%), linear-gradient(336deg, hsl(170deg 100% 79.18% / 80%) 0%, hsl(227deg 88.51% 67.01% / 50%) 40%, hsl(113.54deg 100% 50% / 20%) 70.71%, hsla(240, 100%, 50%, 0) 100%);
}

.gallery-cell {
    width: 700px;
    height: 451px;
    margin: 0 5em;
    background: #fff;
    counter-increment: gallery-cell;
}

.galleryArea {
    margin: 3em 0 4em;
}

.evtInfos {
    display: grid;
    grid-template-columns: 30px 55px 5px 30px auto;
    grid-gap: 1em;
    margin: 1.5em 0 0;
}

.titleArea {
    display: grid;
    grid-template-columns: 65% 35%;
}

.tribe-event-date-start{
    line-height:1.25;
}

.mobile-break {
    display: none;
}

.evtInfosDate {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 18px 25px;
}

.evtInfosLocation {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 18px 25px;
}

.daySpan {
    font-size: 1.8em;
    font-weight:200;
}

.monthSpan {
    font-size: 1.1em;
    font-weight: 200;
}

.locationSpan {
    font-size: 1.1em;
    font-weight: 200;
}

.citySpan {
    font-size: 1.6em;
    font-weight: 200;
}
input {
    padding-left: 10px !important;
}

input.fullInput {
    width: 100%;
}

input.hugeInput {
    width: 350px;
}

input.largeInput {
    width: 300px;
}

input.middleInput {
    width: 160px;
}

input.mediumInput {
    width: 200px;
}

input.smallerInput {
    width: 70px;
}

input.smallestInput {
    width: 30px;
}


.errorMark {
    border: dashed 1px #b04040 !important;
}

button {
    white-space: nowrap;
    display: inline-block;
    background-color: #fafbfc;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 10px 18px;
    border-radius: 8px;
    margin-right: 0;
    font-size: 1em;
    height: auto;
    border: solid 1px #80cef0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color 0.1s ease, border 0.1s ease, background 0.1s ease;
    transition: color 0.1s ease, border 0.1s ease, background 0.1s ease;
}

.halfSplit {
    width: 50% !important;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    padding: 0 4%;
    text-align: left;
    vertical-align: top;
    width: 33.3333%;
    zoom: 1;
}

::selection {
    background: #009de0;
}

::selection {
    background: #289dcc;
    color: #ffffff;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 17px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-weight: 700;
    margin: 20px 0 10px;
}

.tribe-events-event-meta dl {
    margin: 0;
}

#tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: 1;
    list-style: none;
}

#tribe-events-content .tribe-events-event-meta dd {
    float: none;
    line-height: 1.5;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

#tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: 1;
    list-style: none;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    padding: 0 4%;
    text-align: left;
    vertical-align: top;
    width: 33.3333%;
    zoom: 1;
}

.events-list #tribe-events-footer,
#tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 2em;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    padding: 0 1.5em;
    text-align: left;
    vertical-align: top;
    width: 33.3333%;
    zoom: 1;
}

.full {
    width: 100% !important;
}

.thin {
    min-height: unset !important;
}

.occurance {
    margin: 6px;
    font-size: 17px;
}

#tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: 1;
    padding: 0.5em 0 0;
    list-style: none;
}

.tribe-events-event-meta {
    font-size: 14px;
}

.tribe-events-event-meta {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius:5px;
    margin: 30px 0;
    min-height: 210px;
    overflow: auto;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 1.7em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.tribe-events-schedule {
    margin: 1em 0 1.5em;
    line-height: 1.5;
}

.tribe-events-schedule {
    display:grid;
    grid-template-columns:60% 40%;
    grid-gap:2.5em;
    margin: 20px 0 0;
    vertical-align: middle;
}

.eventRegistrationImages img {
    border-radius: 14px;
    max-width:450px;
}
    .eventRegistrationImages img:nth-of-type(1) {
        width:300px;
    }

    .eventRegistrationImages img:nth-of-type(2) {
        border-radius: 14px;
        display: inline-block;
        margin-top: -50px;
        margin-left: 30px;
        border: solid 4px #fff;
    }


.tribe-events-schedule h2 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    vertical-align: baseline;
}

.single-tribe_events .tribe-events-schedule .recurringinfo, .single-tribe_events .tribe-events-schedule .tribe-events-cost, .single-tribe_events .tribe-events-schedule .tribe-events-divider {
    font-size: 1.2em;
}

.headerContent {
    background: #000;
    background-image: url(../Images/RegistrationHero.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.logoCol {
    margin: 0 auto;
    max-width: min(80%, 1440px);
}

.container {
    display: grid;
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.hr-border {
    height: 8px;
    width: 100%;
    background: url(../Images/stripes.png);
    margin-top: 0px;
}

.container .ten.columns {
    width: 580px;
}

.container .column,
.container .columns {
    float: left;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.column.alpha, .columns.alpha, .column.first, .columns.first {
    margin-left: 0;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


textarea {
    font-family: arial, sans-serif;
    font-size: 18px !important;
    padding: 12px;
    margin: 12px 0 20px 0;
    border-radius: 4px;
    border: 1px solid #aaa;
}

#copyright {
    background: #222222;
    color: #777777;
    padding: 5px 0;
}

    #copyright .copyright-text {
        padding: 10px 0 10px 0;
    }

.container .eight.columns {
    width: 460px;
}

.container .column, .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

#copyright .social-icons {
    float: right;
    font-size: 11px;
}

.social-icons ul {
    list-style: outside none square;
    margin-top: 0px;
}

ul {
    list-style: square outside;
}

ul, ol {
    margin-bottom: 20px;
    margin-left: 30px;
}

.social-icons ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#copyright .social-icons ul li a {
    opacity: 1;
}

#copyright a {
    color: #888888;
}

.social-icons ul li a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#inviteSuccessMessage {
    line-height: 1.5;
}

#successMessage,
.successMessage {
    display: block;
    margin-top: 3em;
    border: solid 1px var(--clr-greenlight);
    padding: 0.75em 1.25em;
    background-color: var(--clr-greenish);
    margin-bottom: 4em;
}

#errorMessage,
.errorMessage {
    display: block;
    margin-top: 3em;
    border: solid 1px var(--clr-orangelight);
    padding: 0.75em 1.25em;
    margin-bottom: 4em;
}

.invitePerson {
    border: solid 1px #ddd;
    padding: 1em 1em 0 1em;
    margin-top: 0.5em;
    max-width: 600px;
}

.additionalInformation {
    margin-top: 1em;
}

.eventRegistrationImages {
    grid-row: span 2;
}

/* ----------- TABLET --------------- */
/* --------------------------------- */
@media only screen and (max-width: 62.000em) {
    .introArea .token {
        font-size: 1.6rem;
    }

    .eventContainer {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 2em;
    }

    .tribe-events-schedule {
        grid-template-columns: 60% 40%;
        grid-gap: 1.5em;
        margin: 20px 0 0;
    }

    .eventRegistrationImages img:nth-of-type(2) {
        border-radius: 14px;
        display: inline-block;
        margin-top: 0;
        margin-left: 0;
        border: solid 4px #fff;
        max-width: 90%;
    }

    .container {
        display: grid;
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #copyright {
        background: #222222;
        color: #777777;
        padding: 1em;
    }

    .eventContainer {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 2em;
        padding: 1em;
    }

    .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
        width: 100%;
    }

    .eventRegistrationImages {
        grid-row: span 1;
    }

    .twospan {
        grid-column: span 1;
    }

    .headerContent {
        margin: 0 auto;
        max-width: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 100%;
    }

    .logo {
        display: none;
    }

    .logoMobile {
        display: block;
    }

        .logoMobile img {
            margin: 0 auto;
            display: block;
            margin-bottom: 2em;
        }

    .logoCol {
        grid-template-columns: 100%;
        padding: 1em 3em;
        justify-self: center;
        margin: 0;
    }

    .tribe-events-single-event-title {
        padding: 0;
    }
}
/* ----------- PHONE --------------- */
/* --------------------------------- */
@media only screen and (max-width: 37.500em) {
    .introArea .token {
        font-size: 1.6rem;
    }

    .eventContainer {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 2em;
    }

    .tribe-events-schedule {
        grid-template-columns: 100% !important;
        grid-gap: 1.5em;
        margin: 20px 0 0;
    }
    .eventRegistrationImages img,
    .eventRegistrationImages img:nth-of-type(1),
    .eventRegistrationImages img:nth-of-type(2) {
        width: 100%;
        max-width: 100% !important;
    }

    .eventRegistrationImages img:nth-of-type(2) {
        border-radius: 14px;
        display: inline-block;
        margin-top: 0;
        margin-left: 0;
        border: none;
    }

    .container {
        display: grid;
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #copyright {
        background: #222222;
        color: #777777;
        padding: 1em;
    }
    .eventContainer {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 2em;
        padding: 1em;
    }

    .evtInfos {
        margin: 0 auto;
    }

    .titleArea {
        grid-template-columns: 100%;
    }

    .mobile-break {
        display: inline;
    }

    .buyNowBtn {
        margin: 0 auto;
        display: block;
        max-width: 80%;
    }

    .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
        width: 100%;
    }

    .eventRegistrationImages {
        grid-row: span 1;
    }

    .twospan {
        grid-column: span 1;
    }
    header{
        background-color:#000;
    }

    .headerContent {
        margin: 0 auto;
        max-width: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 100%;
    }
    nav {
        display: grid;
        grid-template-columns: 100%;
    }
    nav ul {
        display:none;
    }
    .headerContent {
        background: #000;
        background-image: url(../Images/RegistrationHeroMobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    .logoCol {
        grid-template-columns: 100%;
        padding: 1em 3em;
        justify-self: center;
        margin: 0;
        height: 300px;
    }
    .eventContainer {
        margin-top: 1em;
    }
    .tribe-events-single-event-title {
        padding: 0;
        margin: 0 0 1.75rem;
    }
}
