.xdc-single-event-content .xdc-event-container::before,
#main-content .container:before {
    content: "" !important;
    display: none !important;
}

.xdc-single-event-template .xdc-single-event-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid var(--xdc-events-primary-color);
    margin-bottom: 35px;
}

.xdc-single-event-template .xdc-single-event-header.cutters {
    background-image: linear-gradient(to bottom, #464646, #262626); 
    min-height: 400px;
}

.xdc-single-event-template .xdc-single-event-header .xdc-event-title {
    text-align: center;
    font-size: 2em;
    color: var(--xdc-events-light-color);
    bottom: 0;
    padding: 0;
}

.xdc-single-event-template .xdc-single-event-header .xdc-event-title.cutters {
    margin-top: 100px;
}

.xdc-single-event-template .xdc-single-event-row {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: var(--xdc-events-light-color);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    max-width: 800px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    overflow: hidden;
    margin-top: 200px;
}

.xdc-single-event-template .xdc-single-event-row.cutters {
    margin-top: 0;
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-image {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-image.xdc-image-with-border {
    border: 3px solid var(--xdc-events-dark-color);
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column {
    width: 100%;
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column .xdc-event-description .breadcrumbs a {
    color: var(--xdc-events-dark-color);
    text-decoration: none;
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column .xdc-event-description .breadcrumbs a:hover {
    text-decoration: underline solid var(--xdc-events-primary-color);
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column .xdc-event-description .breadcrumbs .current-page {
    font-weight: bolder;
    text-decoration: underline solid var(--xdc-events-dark-color);
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column .xdc-event-description-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column .xdc-event-description {
    background: var(--xdc-events-light-color);
    color: var(--xdc-events-dark-color);
    padding: 20px;
    border-radius: 5px;
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column .xdc-event-description-text {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column .xdc-event-date {
    margin-top: 35px;
}

ul,
ol {
    padding-left: 20px;
    list-style: disc;
}

ul li,
ol li {
    margin-bottom: 10px;
}

.xdc-single-event-template .xdc-single-event-row .xdc-event-description-column .xdc-event-signup {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.xdc-event-form {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    margin-top: 20px;
    background-color: var(--xdc-events-light-color);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.xdc-event-form .xdc-event-form-title {
    background: var(--xdc-events-primary-color);
    padding: 20px;
    color: var(--xdc-events-light-color);
    border-radius: 5px;
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
    padding: 10px;
}

.xdc-event-form .xdc-waiver-description {
    font-size: 1em;
    margin-bottom: 20px;
}

.xdc-event-form .xdc-waiver-description a {
    color: var(--xdc-events-dark-color);
    font-weight: bolder;
    text-decoration: underline solid var(--xdc-events-primary-color);
}

.xdc-event-form .xdc-waiver-description a:hover {
    color: var(--xdc-events-primary-color);
}

.ginput_container button, .gform_footer input[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

.gform_body .charleft, .gform_body .gfield_description, .gform_body .gfield_label, .gform_body legend, .gform_wrapper span, .gform_wrapper .gfield_required, .gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label, body .gform_wrapper .gform_body .gfield_label, body .gform_wrapper .gform_body .gfield_description, body .gform_wrapper .gform_body .gfield_required {
    color: var(--xdc-events-dark-color) !important;
}

@media (max-width: 980px) {
    .container {
        padding: 0;
        width: 100%;
    }

    .xdc-single-event-template .xdc-single-event-header.cutters {
        background-image: none;
        background: var(--xdc-events-secondary-color);
        min-height: calc(104.83px + 53px);
        margin-bottom: 0;
        border-bottom: 0;
    }

    .xdc-single-event-template .xdc-single-event-header .xdc-event-title {
        display: none;
    }

    .xdc-single-event-template .xdc-single-event-row {
        border-radius: 0;
        filter: none;
        margin: 0 auto;
    }
}