/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 14:58:39 */
.blog-post-heading,
.blog-post-heading h1,
.blog-post-heading .wp-block-post-date {
	max-width: 80rem!important;
}

.footer-form {
	margin: 0 auto !important;
    width: 100% !important;
}
.footer-form > div {
    width: 100% !important;
}

.text-center {
	text-align: center!important;
}

@media only screen and (max-width: 1140px) {
	.wp-block-post-template .wp-block-group {
		flex-wrap: wrap!important;
	}
	
	.wp-block-post-template .wp-block-group figure{
		max-height: 300px;
		flex-basis: 100%;
	}
	
	
	.wp-block-post-template .wp-block-group figure + div {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 576px) {
	.wp-block-post-template .wp-block-group figure{
		max-height: 200px;
	}
}
