.blog_posts {width:100% !important; display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
-webkit-flex-wrap: wrap !important;
-moz-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
-o-flex-wrap: wrap !important;
flex-wrap: wrap !important;
flex-direction: row !important; font-size:14px !important; float:none !important; clear:both !important; padding:2em 0 4em;}
.blog_posts .blog_post_width6 {width:50% !important;}
.blog_posts .blog_post_width4 {width:33.33333333333333% !important;}
.blog_posts .blog_post_item {padding:10px !important; box-sizing:border-box !important;}
.blog_posts .blog_post_item .blog_post_item_img {max-height:200px !important; overflow:hidden !important;}
.blog_posts .blog_post_item.inner .blog_post_item_img {max-height:250px !important; height:250px !important; overflow:hidden !important;}
.blog_posts .blog_post_item .blog_post_item_img img {width:100% !important; height:auto !important; transform:scale(1.5)}

.blog_posts .blog_post_item.inner {position:relative !important;}

.blog_posts .blog_post_item.inner .blog_post_item_wrapper {box-sizing: border-box !important; padding:25px !important;}
.blog_posts .blog_post_item .blog_post_item_wrapper {box-sizing: border-box !important; padding:15px 0 0 !important;}
.blog_posts .blog_post_item .blog_post_item_wrapper {font-size:16px !important; color:#000 !important; overflow:hidden;}
.blog_posts .blog_post_item.inner .blog_post_item_wrapper {position:absolute !important; bottom:0 !important; left:0 !important; right:0 !important; color:#fff !important;}
.blog_posts .blog_post_item .blog_post_item_wrapper span {font-size:.85em !important;}
.blog_posts .blog_post_item .blog_post_item_wrapper h6 {font-size:1.5em !important; padding:0 !important; margin:.6em 0 !important; text-shadow:none !important; color:#000 !important;}
.blog_posts .blog_post_item.inner .blog_post_item_wrapper h6 {font-size:1.5em !important; padding:0 !important; margin:.6em 0 !important; text-shadow:none !important; color:#fff !important;}
.blog_posts .blog_post_item .blog_post_item_wrapper p {font-size:1em !important; /* margin-bottom:-100px; */ transition:all .3s !important;}
.blog_posts .blog_post_item .blog_post_item_wrapper {color:#000 !important;}
.blog_posts .blog_post_item a {text-decoration:none !important;}
.blog_posts .blog_post_item.inner a:hover .blog_post_item_img:after {background:rgba(0,0,0,.6) !important; transition:all .3s;}
.blog_posts .blog_post_item a:hover .blog_post_item_img:after {background:rgba(0,0,0,.2) !important; transition:all .3s;}

.blog_posts .blog_post_item .blog_post_item_img {position:relative !important;}
.blog_posts .blog_post_item .blog_post_item_img:after {display:block !important; content:'' !important; position:absolute !important; background:rgba(0,0,0,.4) !important; width:100% !important; height:100% !important; top:0 !important; left:0 !important;  transition:all .3s;}

.blog_posts .blog_post_item a:hover .blog_post_item_wrapper p {margin-bottom:0 !important; transition:all .3s !important;}