/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 15:48:22 */
@media (min-width: 1px) {
	
/* Eventin Single Event Layout Customization */
.etn-single-event-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.etn-event-content-left {
    flex: 2;
}

.etn-event-content-right {
    flex: 1;
    position: sticky;
    top: 20px;
}

/* Event meta styling below image */
.etn-event-meta-below-image {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.etn-event-meta-below-image .meta-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.etn-event-meta-below-image .meta-item strong {
    min-width: 80px;
    margin-right: 10px;
}

/* Hide default meta positioning */
.etn-single-event-meta {
    display: none;
}

/* Tickets section styling */
.etn-tickets-section {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Hide any remaining default meta displays */
.etn-event-meta-list,
.etn-event-details-info,
.etn-single-event-meta .etn-event-meta-item {
    display: none !important;
}

/* Style our custom meta section */
.etn-event-meta-below-image {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.etn-event-meta-below-image .meta-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.etn-event-meta-below-image .meta-item strong {
    min-width: 80px;
    margin-right: 10px;
    flex-shrink: 0;
}

.etn-event-meta-info {
	display: none;
}
	
}	

@media (min-width: 767px) {
    .etn-event-single-content-wrap .etn-event-entry-title {
        font-size: 20px !important;
    }
}
	
	
