/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 15 2025 | 20:35:01 */
.site-header-inner-wrap.kadence-sticky-header {
	transition: 0.5s background;
}
.entry-title {
	text-shadow: 1.5px 1.5px #999;
    font-weight: bold !important;
	letter-spacing: 1px;
}
.menu .menu-item {
    font-weight: bold !important;
	letter-spacing: 1px;
}
.page.page-id-19 .content-area {
	margin-top: 0 !important;
}
.page.page-id-19 .post-thumbnail {
	padding-bottom: 45%;
	background-color: #EBBE3B;
}
.page.page-id-19 .post-thumbnail img {
	opacity: 0.5;
    transform: scale(1.2);
}
.page.page-id-19 .aligncenter.size-large.is-resized {
	margin-top: -250px;
}
.forminator-guttenberg {
	max-width: 1000px;
    margin: 0 auto;	
	padding: 10px;
}

/* cover photo */

.wp-block-cover .alignfull .is-lightl {
	margin-top: -32px;
}

@media (max-width: 1024px) {
	.page.page-id-19 .aligncenter.size-large.is-resized {
		margin-top: -22%;
		max-width: 400px;
	}
	.page.page-id-19 .post-thumbnail {
		padding-bottom: 75%;
		background-color: #EBBE3B;
	}
}
@media screen and (max-width: 540px) {
	.page.page-id-19 .post-thumbnail {
		padding-bottom: 100%;
	}
}