
#et-main-area {
	overflow: hidden !important;
}

.et_pb_slider .et_pb_slide_description {
	top: 0;
	padding-top: 10px;
}

.et_pb_slider .et_pb_slide_title {
	margin-top: 0;
}

.et_pb_slider .et_pb_slide_description h2 {
	font-family: "Lora", serif !important;
	font-weight: 700 !important;
}

.et_pb_module h1, .et_pb_module h2, .et_pb_module h3, .et_pb_module h4, .et_pb_module p, .et_pb_module li, .et_pb_text_inner {
	color: #fff !important;
}

.custom-event-stack .event-card-item {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.custom-event-stack .event-title {
	width: 100%;
}

.custom-event-stack .event-meta-row {
	display: flex;
	gap: 15px;
	align-items: center;
}

.custom-event-stack .event-date-popout {
	width: 70px;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-shrink: 0;
	border-radius: 4px;
}

.custom-event-stack .popout-month, .custom-event-stack .popout-day {
	display: block;
	line-height: 1.1;
}

.custom-event-stack .event-thumb-img {
	width: 70px !important;
	height: 70px !important;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

@media (max-width:980px) {
	#main-content .container {
		padding-top: 0px !important;
	}
	
	.page-template-default #main-content {
		padding-top: 0px !important;
	}
}
