@charset "UTF-8";

/* ADDITIONAL CSSt */

.c-agenda-person {
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 20px;
}

a.c-nav__logo.logo-hide-header svg {
    display: none;
}

.mail-content {
    font-size: 12px;
    margin-top: 16px;
    width: 45em;
    line-height: 18px;
}

.c-agenda-time {
    float: left;
}

.c-filter {
    background-color: #F1F1F1;
}

.c-filter-dropdown {
    float: left;
    margin-left: 20px;
    max-width: max-content;
}

.thankyou-message {
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 38px;
    text-align: center;
}

.thankyou-message p.thank-context {
    font-size: 24px;
}

.c-filter-title {
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
}

.c-filter-dropdown-right {
    float: right;
    margin-right: 20px;
    max-width: max-content;
}

.c-filter-title-right {
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
}

.c-reg-header {
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
}

.c-reg-header-title-container-top {
    width: 100%;
    max-width: max-content;
    padding: 10em 2em;
}

.c-reg-header-title {
    color: #ffffff;
}

.c-checkbox__label {
    padding-left: 2rem;
}

.c-radio__label {
    padding-left: 2rem;
}

@media screen and (max-width:631px) {
    .c-filter-dropdown {
        float: none;
        margin-left: 0;
    }
    .c-filter-title {
        float: none;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .c-filter-dropdown-right {
        float: left;
        margin-left: 10px;
        margin-top: 10px
    }
    .c-filter-title-right {
        float: left;
        margin-top: 18px
    }
}

.owner-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.0rem;
    margin-left: -.0rem;
}

.fields-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1.5em;
}

.tickera select {
    width: 100%;
    max-width: 100%;
}

.tc_field_col_2 {
    width: 49.5%;
    margin-right: 0%;
    float: left;
}

.tickera_additional_info label input {
    margin-left: 0px;
}

.owner-info-wrap h2 {
    margin: 0 auto 0 0;
    line-height: 1.75rem;
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
    font-size: 1rem;
}

.c-checkbox__input {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0;
}

.c-checkbox__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}


/**/

.fields-wrap.tc_checkbox_field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.c-checkbox {
    width: 30.3333%;
    margin-left: 1em;
}

.c-checkbox__label {
    width: 100%
}

.fields-wrap.tc_checkbox_field .c-checkbox__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.3333333333%;
    flex: 0 0 31.3333333333%;
    max-width: 31.3333333333%;
    width: 31.3333333333%;
    margin: 0.3rem 0 0.3rem 0.0rem;
    margin-left: 1.5em;
}

.fields-wrap.tc_checkbox_field span {
    margin: 0.8rem 0.8rem !important;
    display: block;
}


/*
.fields-wrap.tc_checkbox_field span.box_checked {margin: 0 !important; float:none}
*/

.navigation.post-navigation {
    display: none;
}

.owner-info-wrap .tc_select_field p.ptext {
    display: none;
}

.fields-wrap br {
    display: none;
}

.tickera_checkout.tickera-button {
    color: #2e293d;
    background-color: #00dea5;
    display: block;
    padding: .5rem;
    margin-left: .25rem;
    margin-right: .25rem;
    float: left;
    margin-bottom: 2em;
    font-weight: 700;
}


/*

.fields-wrap.tc_checkbox_field::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: .25rem;
	-webkit-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
input:checked < .fields-wrap.tc_checkbox_field::before {
	background-color: #00dea5;
	border-color: #00dea5;
}

.fields-wrap.tc_checkbox_field::after {
	content: '';
	position: absolute;
	top: .1875rem;
	left: .1875rem;
	width: .875rem;
	height: .875rem;
	background-image: url('data:image/svg+xml,%3csvg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23fff"%3e%3cpath d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z"/%3e%3c/svg%3e');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


*/

@media screen and (max-width: 575px) {
    .fields-wrap.tc_checkbox_field .c-checkbox__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 99.3333333333%;
        flex: 0 0 99.3333333333%;
        max-width: 99.3333333333%;
        width: 99.3333333333%;
        margin: 0.3rem 0 0.3rem 1.0rem;
    }
    .fields-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0em;
    }
}

.c-checkbox__input {
    z-index: 0;
    opacity: 1;
}

.c-checkbox__label::after {
    background: transparent;
}

.middle_content b {
    display: block;
}

.middle_content {
    font-size: 12px !important;
    line-height: 20px;
}

.page-id-90 h1,
.page-id-91 h1 {
    display: none;
}

.col-sm-8.custom-button-design-forevent-template a {
    background: #2e293d !important;
    color: #fff;
    font-size: .75rem;
    padding: .75rem;
    border-radius: .25rem;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.166666667;
    text-align: center;
    display: inline-block;
}

.custom-quantity-dropdown-design select:hover {
    border-color: #cac9c9;
}

.custom-quantity-dropdown-design select {
    display: block;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    padding: .5rem .75rem;
    color: #2e293d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    border-radius: .25rem;
}

.template-one-cartmanage .tickera-checkout {
    display: none;
}

h5,
.u-h5 {
    font-size: 1.1rem;
}

section.c-upcoming-events__section {
    overflow: hidden;
}

.c-upcoming-events__body {
    padding: 0.25rem .75rem;
}

.hide_content_above_tickets .about-content-event {
    display: none;
}

.fpn_wording.fpn_wording_bottom {
    display: inline-block;
    width: 100%;
}

.fpn_wording.top_slide {
    margin: 0 10px 28px;
}

.tc_tickets_sold{
    background: #d51b1b !important;
    color: #fff;
    font-size: .75rem;
    padding: .75rem;
    border-radius: .25rem;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.166666667;
    text-align: center;
    display: inline-block;
}