.blog_content_wrapper{
	margin-top: 10px;
}
.blog_img {
	float: none;
}
.blog_img_first {
	float: left;
}
.blog_img img {
	max-width: 250px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.blog_img_first img {
	width: 500px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.post_title {
	float: left;
}
.post_date {
	margin-top: 20px;
	float: right;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {
	
}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {
	.blog_img_first img {
		width: 100%;
		margin-right: 0px;
		
	}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 479px) {
	.post_title {
		float: none;
	}
	.post_date {
		margin-top: -10px;
		
	}
}