/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.weser-pills-wrap{
	margin-block-start:24px;
}
.weser-pills-wrap span{
	background-color:var(--e-global-color-6bdbf83);
	padding:5px 12px;
	border-radius:12px;
}
.single-post main{
	margin-block:30px 80px;
}
.blog main .page-header,.single-post h1{
	text-align:center;
	padding:30px 16px;
	background-color:var(--e-global-color-6bdbf83);
	margin-block:20px;
	width:100%;
	border-radius:12px;
}
.single-post .page-content{
	margin-block-start:32px;
}

.blog main .page-header h1,.single-post h1{
	font-weight:600;
	font-size:3em;
	margin-block:0;
}
.blog main a{
	color:var( --e-global-color-primary );
	transition:color 0.5s ease-in-out;
}
.blog main a:hover{
	color:var(--e-global-color-accent);
}
.blog main .page-content{
	display:flex;
	flex-wrap:wrap;
	gap:32px;
}

.blog main .page-content .post{
	width:100%;
	border:1px solid var(--e-global-color-e1f1abb);
	padding:12px 16px;
	border-radius:12px;
}
.blog main .page-content{
	margin-block-end:50px;
}
@media(min-width: 768px){
	.blog main .page-content .post{
		width:calc(100% - 16px);}
}
@media(min-width: 992px){
	.blog main .page-content .post{
		width:calc(50% - 16px);
	}
}
.blog .post {
  display: flex;
  flex-direction: column;
}

.blog .post .entry-title {
  order: 2; 
	font-size:1.65rem;
}

.blog .post img {
  order: 1;
	border-radius:5px;
	aspect-ratio:2/1;
	object-fit:cover;
}
.blog .post p{
	order:3;
}

