/*==============blog================*/
.blog_module_elementor .post_box_content{
	padding: 21px 25px;
	box-shadow: 0 3px 17px 0 rgb(0 0 0 / 3%);
	background-color: #ffffff;
}
.blog_module_elementor .taxonomy_content_blog{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.blog_module_elementor .taxonomy_content_blog .category{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .9px;
	text-align: center;
	color: #ffffff;
	padding: 5px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	background:#f2296f;
}
.blog_module_elementor .taxonomy_content_blog .blog_date_elementor{
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	color: #b6b6b6;
}
.blog_module_elementor .post_box_content img.image-fade.wp-post-image{
	margin-bottom:20px;
	object-fit: contain;
  
}
.post_box_content a img{
	min-height:295px;
}
.blog_module_elementor .entry-title{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	transition: .35s;
}
.blog_module_elementor .entry-excerpt{
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.73;
	color: #888888;
}
.blog_module_elementor .blog_btn_elementor{
	 margin-top: 30px;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ff4070;
	transition: .35s;
	text-transform: uppercase;
}
@media screen and (min-width:320px) and (max-width:575px){
	.blog_module_elementor .post_box_content {
		padding:0px;
	}
	.blog_module_elementor .blog_btn_elementor{
		margin-bottom:30px;
	}
}