/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.widget_top_news .col-sm-6 {
  /* Low size item */
}
.widget_top_news .col-sm-6 .top_news_high_item .top_news_title {
  font-size: 18px;
  line-height: 20px;
}
.widget_top_news .col-sm-12 {
  /* High size item */
}
.widget_top_news .col-sm-12 .top_news_high_item .top_news_title {
  margin-bottom: 18px;
}
.widget_top_news .col-sm-12 .top_news_low_item .top_news_title {
  font-size: 24px;
  line-height: 25px;
}
.widget_top_news .row {
  margin: 0;
}
.widget_top_news .row .col-md-4,
.widget_top_news .row .col-sm-6,
.widget_top_news .row .col-sm-12 {
  padding: 0;
}
/* High Item */
.top_news_high_item,
.top_news_low_item {
  position: relative;
  height: 426px;
  /* Top News Content */
}
.top_news_high_item .mask,
.top_news_low_item .mask {
  -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;
  width: 100%;
  height: 100%;
}
.top_news_high_item .mask .top_news_link,
.top_news_low_item .mask .top_news_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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);
}
.top_news_high_item:hover .mask,
.top_news_low_item:hover .mask {
  background: rgba(50, 50, 50, 0.5);
}
.top_news_high_item .top_news_content,
.top_news_low_item .top_news_content {
  position: absolute;
  width: 100%;
  padding: 0 40px 38px 40px;
  bottom: 0;
  /* Title */
  /* Meta Info */
}
.top_news_high_item .top_news_content .top_news_category,
.top_news_low_item .top_news_content .top_news_category {
  margin-bottom: 19px;
}
.top_news_high_item .top_news_content .top_news_title,
.top_news_low_item .top_news_content .top_news_title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0px;
}
.top_news_high_item .top_news_content .top_news_title a,
.top_news_low_item .top_news_content .top_news_title a {
  color: #fff;
}
.top_news_high_item .top_news_content .top_news_title a:hover,
.top_news_low_item .top_news_content .top_news_title a:hover {
  color: #d93e2d;
}
.top_news_high_item .top_news_content .post_meta,
.top_news_low_item .top_news_content .post_meta {
  text-transform: uppercase;
}
.top_news_high_item .top_news_content .post_meta span,
.top_news_low_item .top_news_content .post_meta span,
.top_news_high_item .top_news_content .post_meta a,
.top_news_low_item .top_news_content .post_meta a,
.top_news_high_item .top_news_content .post_meta i,
.top_news_low_item .top_news_content .post_meta i {
  color: #fff;
}
.top_news_high_item .top_news_content .post_meta .byline a:hover,
.top_news_low_item .top_news_content .post_meta .byline a:hover,
.top_news_high_item .top_news_content .post_meta .post_date a:hover,
.top_news_low_item .top_news_content .post_meta .post_date a:hover {
  color: #d93e2d;
}
.top_news_high_item .top_news_content .post_meta .post_date:before,
.top_news_low_item .top_news_content .post_meta .post_date:before {
  color: #fff;
}
.top_news_high_item .top_news_content .post_meta .posts_comments,
.top_news_low_item .top_news_content .post_meta .posts_comments {
  font-weight: 500;
  float: right;
  font-size: 12px;
}
.top_news_high_item .top_news_content .post_meta .posts_comments i:before,
.top_news_low_item .top_news_content .post_meta .posts_comments i:before {
  font-size: 14px;
}
.top_news_high_item .top_news_content .post_meta .posts_comments i,
.top_news_low_item .top_news_content .post_meta .posts_comments i,
.top_news_high_item .top_news_content .post_meta .posts_comments span,
.top_news_low_item .top_news_content .post_meta .posts_comments span {
  margin-right: 4px;
}
.top_news_high_item .top_news_content .post_meta .posts_comments a:hover,
.top_news_low_item .top_news_content .post_meta .posts_comments a:hover {
  color: #d93e2d;
}
/* Low Item */
.top_news_low_item {
  position: relative;
  height: 213px;
}
.top_news_low_item .top_news_content .top_news_title {
  font-size: 18px;
  line-height: 20px;
}
/* 18.2 - Landscape tablets and medium desktops */
@media screen and (max-width: 1200px) {
  .widget_top_news .top_news_low_item .top_news_content,
  .widget_top_news .top_news_high_item .top_news_content {
    padding: 0 30px 13px 30px;
  }
  .widget_top_news .top_news_high_item .top_news_content .top_news_title {
    font-size: 22px;
  }
  .widget_top_news .top_news_low_item .top_news_content .top_news_title {
    font-size: 18px;
  }
}
/* 18.3 - Portrait tablets and small desktops */
@media screen and (max-width: 992px) {
  .widget_top_news .row .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget_top_news .top_news_low_item .top_news_content,
  .widget_top_news .top_news_high_item .top_news_content {
    padding: 0 10px 13px 10px;
  }
  .widget_top_news .top_news_low_item .top_news_content .top_news_category a,
  .widget_top_news .top_news_high_item .top_news_content .top_news_category a {
    font-size: 10px;
  }
  .widget_top_news .top_news_high_item {
    height: 320px;
  }
  .widget_top_news .top_news_high_item .top_news_content .top_news_title {
    font-size: 20px;
  }
  .widget_top_news .top_news_low_item {
    height: 160px;
  }
  .widget_top_news .top_news_low_item .top_news_content .top_news_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .widget_top_news .top_news_low_item .top_news_content,
  .widget_top_news .top_news_high_item .top_news_content {
    text-align: center;
  }
  .widget_top_news .top_news_low_item .top_news_content .top_news_category a,
  .widget_top_news .top_news_high_item .top_news_content .top_news_category a {
    font-size: 12px;
  }
}
