/* Wrapper */
.acf-dynamic-table-wrapper {
    width: 100%;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    color: #000000;
}

/* Header */
.acf-dynamic-table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr 1.5fr;
    background: #fff;
    font-weight: 700;
    text-align: center;
}

.acf-dynamic-table-header .acf-dynamic-cell {
    padding: 18px 16px;
    border-right: 1px solid #e5e5e5;
}

.acf-dynamic-table-header .acf-dynamic-cell:last-child {
    border-right: none;
}
.acf-dynamic-cell.col-cities {
    text-transform: uppercase;
}

/* Body rows */
.acf-dynamic-table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr 1.5fr;
}

.acf-dynamic-table-row .acf-dynamic-cell {
    padding: 20px 16px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

/* Remove last column border */
.acf-dynamic-table-row .acf-dynamic-cell:last-child {
    border-right: none;
}

/* Zebra striping */
.acf-dynamic-table-row:nth-child(even) .acf-dynamic-cell {
    background: #f2f2f2;
}

/* Buttons */
.table-button {
    display: inline-block;
    padding: 12px 22px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
	text-transform: uppercase;
}
/* Buy tickets */
.table-button.buy-tickets {
    background: #0b74c9;
    color: #fff;
}

.table-button.buy-tickets:hover {
    background: #095fa3;
}

/* More info */
.table-button.more-info {
    background: #ff8a00;
    color: #ffffff;
}

/* Sold out */
.table-button.sold-out {
    background: #f03838;
    color: #ffffff;
    cursor: not-allowed;
}

/* Date note */
.date-note {
    font-size: 13px;
    color: #666;
    margin-left: 4px;
}
@media (max-width: 768px) {

    .acf-dynamic-table-header {
        display: none;
    }

    .acf-dynamic-table-row {
        grid-template-columns: 1fr;
        border-bottom: 1px solid #e5e5e5;
    }

    .acf-dynamic-table-row .acf-dynamic-cell {
        text-align: left;
        border-right: none;
        padding: 12px 16px;
    }

    .acf-dynamic-table-row .acf-dynamic-cell::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        margin-bottom: 4px;
        font-size: 13px;
    }

    .table-button {
        width: 100%;
        text-align: center;
    }
}

.table-main-heading {
    color: #000000;
}
.teg-g-form .gform-body.gform_body input[type="text"], .teg-g-form .gform-body.gform_body input[type="email"], .teg-g-form .gform-body.gform_body input[type="url"], .teg-g-form .gform-body.gform_body input[type="tel"],.teg-g-form .gform-body.gform_body select{
    /* background: #FBFAF9 !important; */
    /* border: 1px solid #A3A7AF !important; */
    outline: none !important;
    height: 59px;
    /* border-radius: 5px !important; */
    padding: 16px !important;
    color: #ffffff;
}
.postid-10192 .teg-g-form .gform-body.gform_body .gfield--type-name,.postid-9806 .teg-g-form .gform-body.gform_body .gfield--type-name{
    padding: 0;
    flex: 0 0 100%;
}

 .postid-10192 .teg-g-form .gform-body.gform_body .gfield, .postid-9806 .teg-g-form .gform-body.gform_body .gfield{
    flex: 0 0 100%;
}
 .postid-10192 .teg-g-form .gform-body.gform_body  .gform_fields.top_label, .postid-9806 .teg-g-form .gform-body.gform_body  .gform_fields.top_label{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

 .teg-g-form .gform-body.gform_body .gfield--type-name .ginput_container--name {

    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
}
 .teg-g-form .gform-body.gform_body .name_first{
    flex: 0 0 50%;
}
.teg-g-form .gform-body.gform_body .name_last{
    flex: 0 0 50%;
}

.teg-g-form .gform-body.gform_body .gform-field-label .gfield_required.gfield_required_text{
    display: none;
}


.teg-g-form .gfield--type-consent .gform-field-label .gform-field-label__text {
    color: #ffffff;
    margin: 0;
}
.teg-g-form .gfield--type-consent input[type="checkbox"] {
    margin-top: 5px !important;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #fff;
}
.teg-g-form .gfield--type-consent input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 20px !important;
  height: 20px !important;
  box-sizing: border-box; /* makes border count inside the 20px, not added on top */

  margin-top: 5px !important;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0; /* stops Chrome squishing it if the parent is a flex container */
}
.teg-g-form .ginput_container.ginput_container_consent {
    display: flex !important;
    align-items: start;
    gap: 10px !important;
}
.teg-g-form .gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}
.teg-g-form label.gfield_label.gform-field-label {
    display: none;
}
.teg-g-form .gform-body.gform_body .gfield_select, .teg-g-form .gform-body.gform_body select{
    color: #fff;
}
.teg-g-form .gform-body.gform_body select option{
    color: #000;
}
.teg-g-form .gform-body.gform_body input[type="text"]::placeholder, .teg-g-form .gform-body.gform_body input[type="email"]::placeholder, .teg-g-form .gform-body.gform_body input[type="url"]::placeholder, .teg-g-form .gform-body.gform_body input[type="tel"]::placeholder{
    color: #ffffff;
}
/* White dropdown arrow for Gravity Forms */
.teg-g-form .gfield_select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8L0 2l1.41-1.41L6 5.17l4.59-4.58L12 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 12px !important;  
    padding-right: 40px !important;
}
.teg-g-form .gform-body.gform_body select {
    line-height: 2 !important;
}

/* For better cross-browser support */
.teg-g-form .gfield_select::-ms-expand {
    display: none !important;
}
.teg-g-form .gform_confirmation_message {
    color: #ffffff !important;
    text-align: center !important;
}
.teg-g-form.teg-thank-you {
    display: flex;
    min-height: unset !important;
    justify-content: unset !important;
}
.teg-g-form #field_22_6 label.gfield_label.gform-field-label {
    display: block !important;
    color: #ffffff;
    font-size: 16px;
    padding: 0 16px;
}
.teg-g-form .gfield--type-consent .gform-field-label .gform-field-label__text a {
    color: #C33623;
}
.teg-custom-subheading div p {
    /* border-bottom: 1px solid #fff;
    padding-bottom: 20px; */
    margin-bottom: 20px;
}
.teg-g-form .gform-footer.gform_footer.top_label {
    display: block;
    text-align: center;
}
.teg-g-form .gform-footer.gform_footer.top_label .gform_button.button {
    margin-bottom: 0 !important;
    /* height: 49px !important; */
    font: 600 18px / 24px 'Inter', sans-serif !important;
    letter-spacing: 2px;
    padding: 16px 24px !important;
    background-color: #C33623;
    text-transform: capitalize !important;
    color: #ffffff;
    border-radius: 2.5rem !important;
    width: fit-content !important;
}
.teg-g-form .above-button {
    color: #ffffff;
}
#dainty-g-form{
    scroll-margin-top: 100px;
}
@media (max-width: 767px) {
    .dainty-content {
        margin-top: 30px;
    }
}

/* Single Post Layout */
.single-banner-image {
    width: 100%;
}

.single-banner-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background-color: #ffffff;
    padding: 40px;
}

.live-single-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.live-single-content {
    margin-bottom: 30px;
    color: #333333;
}

.teg-form-container {
    padding: 40px;
    margin-top: 30px;
    border-radius: 8px;
}

.teg-form-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.teg-form-content {
    margin-bottom: 20px;
}

.table-main-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Responsive for single post */
@media (max-width: 999px) {
    .single-content-wrapper {
        grid-template-columns: 1fr !important;
        display: grid !important;
        gap: 30px;
        padding: 30px 20px;
    }

    .single-left-column,
    .single-right-column {
        width: 100%;
        max-width: 100%;
    }

    .teg-form-container {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .single-banner-image {
        margin-bottom: 20px;
    }

    .single-content-wrapper {
        grid-template-columns: 1fr !important;
        padding: 20px 15px;
        gap: 20px;
        margin-top: 20px;
    }

    .live-single-heading {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .teg-form-container {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .teg-form-heading {
        font-size: 22px;
    }

    .table-main-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }
}