/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Widget personal styles */
.widget_banner_posts .col-sm-4,
.widget_banner_posts .col-sm-6 {
  padding: 0 10px 0 0;
}
.widget_banner_posts .col-sm-4:last-child,
.widget_banner_posts .col-sm-6:last-child {
  padding-right: 0;
}
.widget_banner_posts .banner_post_bg {
  height: 375px;
}
.widget_banner_posts .banner_post_bg .banner_post {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.widget_banner_posts .banner_post_bg .banner_post .banner_post_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.widget_banner_posts .banner_post_bg .banner_post .banner_post_link:hover {
  background: rgba(50, 50, 50, 0.5);
}
.widget_banner_posts .banner_post_bg .banner_post .banner_post_content {
  padding: 0 24px 40px;
  display: table-cell;
  vertical-align: bottom;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.widget_banner_posts .banner_post_bg .banner_post .banner_post_content .banner_post_title {
  margin: 0 0 18px 0;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}
.widget_banner_posts .banner_post_bg .banner_post .banner_post_content .banner_post_title a {
  color: #fff;
}
.widget_banner_posts .banner_post_bg .banner_post .banner_post_content .banner_post_title a:hover {
  color: #d93e2d;
}
.widget_banner_posts .banner_post_bg .banner_post .banner_post_content .banner_post_category {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .widget_banner_posts .row .col-sm-4 {
    padding: 0;
  }
}
