.elementor-14819 .elementor-element.elementor-element-e97ea6b{--display:flex;--overlay-opacity:0.8;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:250px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14819 .elementor-element.elementor-element-e97ea6b::before, .elementor-14819 .elementor-element.elementor-element-e97ea6b > .elementor-background-video-container::before, .elementor-14819 .elementor-element.elementor-element-e97ea6b > .e-con-inner > .elementor-background-video-container::before, .elementor-14819 .elementor-element.elementor-element-e97ea6b > .elementor-background-slideshow::before, .elementor-14819 .elementor-element.elementor-element-e97ea6b > .e-con-inner > .elementor-background-slideshow::before, .elementor-14819 .elementor-element.elementor-element-e97ea6b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #FFFFFF00 0%, var( --e-global-color-primary ) 100%);}.elementor-14819 .elementor-element.elementor-element-e97ea6b:not(.elementor-motion-effects-element-type-background), .elementor-14819 .elementor-element.elementor-element-e97ea6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-14819 .elementor-element.elementor-element-7f3a74d{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:10px;--padding-bottom:15px;--padding-left:10px;--padding-right:10px;}.elementor-14819 .elementor-element.elementor-element-99bcfcb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-14819 .elementor-element.elementor-element-99bcfcb.elementor-element{--align-self:flex-start;}.elementor-14819 .elementor-element.elementor-element-99bcfcb .elementor-heading-title{font-size:3.3rem;font-weight:700;text-shadow:5px 5px 10px rgba(0, 0, 0, 0.4);color:var( --e-global-color-secondary );}.elementor-14819 .elementor-element.elementor-element-cf497b1{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-14819 .elementor-element.elementor-element-10b8519{font-family:"Heuristica", Sans-serif;font-size:16px;}.elementor-14819 .elementor-element.elementor-element-ae49440{--display:flex;}@media(max-width:767px){.elementor-14819 .elementor-element.elementor-element-99bcfcb .elementor-heading-title{font-size:2.5rem;line-height:1em;}}@media(min-width:1271px){.elementor-14819 .elementor-element.elementor-element-e97ea6b:not(.elementor-motion-effects-element-type-background), .elementor-14819 .elementor-element.elementor-element-e97ea6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS *//* Create the two-column split */
.mc-custom-wrapper {
    display: flex;
    gap: 40px; /* Space between content and sidebar */
    flex-wrap: wrap; /* Allows stacking on mobile */
}

/* Main content takes up 70% */
.mc-main-content {
    flex: 3;
    min-width: 300px;
}

/* Sidebar takes up 30% */
.mc-event-sidebar {
    flex: 1;
    min-width: 250px;
    background-color: #efebe5; /* Optional: light gray background */
    padding: 20px;
    align-self: flex-start; /* Keeps sidebar from stretching to bottom */
}

/* Mobile Tweak: Stack them on small screens */
@media (max-width: 768px) {
    .mc-custom-wrapper {
        flex-direction: column;
    }
}

.mc-meta-item {
    padding-bottom: 10px;
}

body.elementor-page-14819 h3 {
    font-size:1.2rem;
    color: #05637B;
    margin-bottom: 3px;
}

/* Container to handle the centering */
.mc-action-buttons {
	display: flex;
	flex-direction: column;		/* Stacks buttons if there are two */
	align-items: center;		/* Centers them horizontally */
	width: 100%;
	padding: 20px 0;
}

/* The Button itself */
.mc-action-buttons a.city-btn {
	display: inline-block;		/* Allows centering and padding to work */
	background-color: #05637b;	/* Your primary color */
	color: #ffffff !important;	/* Forces text to white */
	
	/* Sizing and Alignment */
	width: 80%;					/* Button width relative to sidebar */
	max-width: 250px;			/* Prevents it from getting too huge */
	text-align: center;
	
	/* Updated Spacing and Borders */
	padding: 20px 30px 20px 30px;
	margin-bottom: 10px;		/* Space between buttons */
	text-decoration: none !important;		/* Removes underline */
	border-radius: 30px;		/* Rounded pill-style border */
	
	/* Typography */
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	
	/* Interaction Overrides */
	cursor: pointer;
	transition: none;			/* Removes transition animations */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Heuristica';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://staging.lakewoodoh.gov/wp-content/uploads/2025/07/Heuristica-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Heuristica';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.lakewoodoh.gov/wp-content/uploads/2025/07/Heuristica-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Heuristica';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://staging.lakewoodoh.gov/wp-content/uploads/2025/07/Heuristica-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Heuristica';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://staging.lakewoodoh.gov/wp-content/uploads/2025/07/Heuristica-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */