/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2026 | 18:57:33 */
.evge-registration-form-fields,
.evge-single-event-content,
.evge-cta-col,
.evge-registration-form-container {
    margin: 0;
    padding: 0;
	font-family: Inter;
}

.evge-registration-form-container.evge-standalone-registration-form {
    max-width: 800px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid black;
    overflow: hidden;
}

.evge-registration-form-container .evge-form-button {
	background-color: black;
}

.evge-single-event-title h1 {
	font-size: 25px;
}

.evge-meta-date-summary {
	font-size: 18px;
}

.evge-event-single-col-right  {
	display: none;
}

.evge .evge-content p {
    max-width: 800px;
}

.evge-single-event-section {
	margin: 0;
}

.evge-already-registered,
.evge-modal-initted{
	display: none;
}

.evge-cols {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.evge.evge-is-wide {
    margin-left: 250px;
    margin-top: 360px;
    margin-bottom: 90px;
    margin-right: 120px;
    max-width: 1200px;
    min-height: calc(100vh - 561px);
}
.evge-standalone-dynamic .evge-message-centered-content {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
}