/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Widget personal styles */
.widget_banner_posts .banner_post_row .banner_3:nth-child(2) .banner_post_image .banner-post_category a {
  background: #d045a6;
}
.widget_banner_posts .banner_post_row .banner_3:nth-child(2) .banner_post_image .banner-post_category a:hover {
  background: #D08ABB;
}
.widget_banner_posts .banner_post_row .banner_3:nth-child(3) .banner_post_image .banner-post_category a {
  background: #68cc0f;
}
.widget_banner_posts .banner_post_row .banner_3:nth-child(3) .banner_post_image .banner-post_category a:hover {
  background: #A2D079;
}
.widget_banner_posts .banner_post_image {
  position: relative;
  margin: 0 0 18px 0;
  height: 242px;
}
.widget_banner_posts .banner_post_image .banner_post_link {
  width: 100%;
  height: 100%;
  display: block;
}
.widget_banner_posts .banner_post_image .banner_post_link:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget_banner_posts .banner_post_image .banner-post_category {
  position: absolute;
  bottom: 0;
  padding: 15px 16px;
}
.widget_banner_posts .banner_post_image .banner-post_category a {
  background: #e32525;
}
.widget_banner_posts .banner_post_image .banner-post_category a:hover {
  background: #DE6161;
}
.widget_banner_posts .banner_post_content {
  padding: 0px 14px;
}
.widget_banner_posts .banner_post_content .banner-post_title {
  margin: 0 0 7px 0;
  font-size: 18px;
  line-height: 25px;
}
.widget_banner_posts .banner_post_content .banner_post_meta_info .post_date {
  float: left;
  margin-right: 15px;
}
.widget_banner_posts .banner_post_content .banner_post_meta_info .post_meta {
  float: left;
}
.widget_banner_posts .banner_post_content .banner_post_meta_info .post_meta .posts_views {
  color: #b5b5b5;
}
.widget_banner_posts .banner_post_content .banner_post_meta_info .post_meta .posts_comments a {
  color: #b5b5b5;
}
.widget_banner_posts .banner_post_content .banner_post_meta_info .post_meta .posts_comments a:hover {
  color: #D8D8D8;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget_banner_posts .banner_post_image {
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .widget_banner_posts .banner_3 {
    margin-bottom: 20px;
  }
}