@charset "UTF-8";
/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: Version: 3.1.1.1727527535
Updated: 2024-09-29 14:44:57


*/

#content.post {
    width:100%;
	max-width:none;
	margin:0px;
	display:flex;
	flex-direction:column;
	align-items:center;
	font-family:Helvetica;
	background-color:#DCF7FF;
	padding-bottom:50px;
	min-height:100vh;
}

.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}



.post .post-content {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:50px;
	max-width:800px;
	margin-top:-150px;
	background-color:white;
	z-index:10;
	box-shadow:10px 10px 40px black
}

.post h1 {
	font-size:50px;
	font-weight:600;
	color:#8D322A;
	text-align:center
}

.post .custom-article-footer p {
	margin-bottom:0px
}

.post a.wp-block-button__link {
	padding:5px 20px
}

@media (max-width: 800px) {
  .post .wp-post-image {
    max-height: 400px;
  }
	
	.post .post-content {
		max-width:750px;
		margin:-70px 50px 0px 50px;
	}
}
@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
	
	.post .post-content {
		max-width:565px;
		margin:-30px 10px 0px 10px;
		
		padding:50px 25px;
		box-shadow:none;
	}
	
	.post h1 {
		font-size:38px;
	}
	
	.post.site-main {
        padding-inline-start: 0px !important;
        padding-inline-end: 0px !important;
    }
}
}



