:root {
    --tec-color-background: transparent;
    --tec-color-text-primary: #fff;
    --tec-color-text-secondary: #fff;
    --tec-font-family-sans-serif: "Galano Grotesque", Helvetica, Arial, Verdana, sans-serif;
    --tec-font-family-header: "Veneer Clean", Helvetica, Arial, Verdana, sans-serif;
    --tec-color-accent-primary: #7ac142;
    --tec-color-accent-secondary: #00a4e4;
    --tec-color-button-primary-hover: #00a4e4;
    --tec-color-accent-primary-hover: #00a4e4;
    --tec-transition: all 0.3s ease-out;
    --tec-border-radius-default: 10px;
    --tec-color-text-disabled: rgba(255,255,255,0.5);
}

/** Typography **/
.event-tickets .tribe-common-h1,
.event-tickets .tribe-common-h2,
.event-tickets .tribe-common-h3,
.event-tickets .tribe-common-h4,
.event-tickets .tribe-common-h5,
.event-tickets .tribe-common-h6 {
    font-family: var(--tec-font-family-header);
    font-weight: 400;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__form input[type=text], body.page-tribe-attendee-registration .event-tickets .tribe-tickets__form input[type=email] {
    color: black;
}

/** Buttons **/
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    color: var(--tec-color-text-primary);
    transition: var(--tec-transition);
    font-family: var(--tec-font-family-header);
    font-weight: 400;
    border-radius: 10px;
    font-size: 20px;
    padding: 12px 24px 11px;
    letter-spacing: 1px;
    line-height: 22px;
}
.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled,
.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
    background-color: rgba(122, 193, 66, 0.5);
}

/** Event Page Content **/
.bgc-tickets {
}
.bgc-tickets * {
    clear: none;
}
.bgc-tickets-hero {
    margin-bottom: 35px;
}
.bgc-tickets img {
    width: 100%;
}
.bgc-tickets .tickets-box {
    float: right;
    display: inline-block;
}
.bgc-tickets .tickets-info {}
.bgc-tickets .tickets-info > div:not(:last-of-type) {
    margin-bottom: 35px;
}
.chg {}
.chg .chg-thank-you {}
.chg .chg-thank-you > div {
    margin-bottom: 35px;
}
.chg-sponsor h3 {
    margin-bottom: 35px;
    text-align: center;
}
.chg-banner img {
    width: 100%;
    text-align: center;
}
.chg-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.chg-video iframe,
.chg-video object,
.chg-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1050px) {
    .bgc-tickets {
        display: flex;
        flex-flow: column;
        flex-direction: column-reverse;
    }
    .bgc-tickets .tickets-box {
        float: none;
        display: block;
    }
}


/** Event Page Ticket Box **/
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-title.tribe-tickets--no-description,
.event-tickets .tribe-tickets__tickets-item-content-title.tribe-tickets--no-description,
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra,
.event-tickets .tribe-tickets__tickets-item-extra {
    align-self: center;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-available,
.event-tickets .tribe-tickets__tickets-item-extra-available {
    display: none;
}
.tribe-tickets__tickets-item-quantity-number {
    margin-bottom: 0;
}
.tribe-tickets__tickets-item-quantity button {
    margin-bottom: 0;
}

/** Attendee Registration **/
.entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-item,
.event-tickets .tribe-tickets__attendee-tickets-item {
    border-width: 1px !important;
    border-radius: 10px;
}
.entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-item:after,
.entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-item:before,
.event-tickets .tribe-tickets__attendee-tickets-item:after,
.event-tickets .tribe-tickets__attendee-tickets-item:before {
    content: none !important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart {
    display: none;
    background-color: transparent;
}
.entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-item--has-focus,
.event-tickets .tribe-tickets__attendee-tickets-item--has-focus {
    border-left-color: var(--tec-color-text-primary);
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-grid,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-grid {
    display: block !important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-back-to-cart,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-back-to-cart {
    background-color: var(--tec-color-accent-primary);
    padding: 11px 14px;
    width: auto;
    color: var(--tec-color-text-primary);
    transition: var(--tec-transition);
    font-family: var(--tec-font-family-header);
    font-weight: 400;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 22px;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-back-to-cart:hover,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-back-to-cart:hover {
    background-color: var(--tec-color-accent-secondary);
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-back-to-cart:before,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-back-to-cart:before {
    content: '\f177' !important;
    font-family:  "Font Awesome 5 Free";
    font-weight: 400;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-event, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-event {
    padding: 0 !important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field-label {
    font-size: 18px;
    align-self: center;
    margin-bottom: 0;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__form input[type=text],
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__form input[type=email] {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    body.page-tribe-attendee-registration .event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field-label {
        align-self: flex-start;
    }
}