/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.widget_top_news .row {
  margin: 0px;
}
.widget_top_news .row .col-sm-6,
.widget_top_news .row .col-sm-3,
.widget_top_news .row .col-sm-12 {
  padding: 0px;
}
.col-sm-3 .top_news_high_item .top_news_content .top_news_title {
  font-size: 18px;
  margin-bottom: 0px;
}
.top_news_high_item,
.top_news_low_item {
  margin: 2px 2px 0 0;
  position: relative;
  height: 432px;
}
.top_news_high_item .top_news_link,
.top_news_low_item .top_news_link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.top_news_high_item .top_news_link:hover,
.top_news_low_item .top_news_link:hover {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.top_news_high_item .post_meta,
.top_news_low_item .post_meta {
  position: absolute;
  top: 0px;
  padding: 20px 17px;
}
.top_news_high_item .post_date,
.top_news_low_item .post_date {
  color: #ffffff;
}
.top_news_high_item .top_news_content,
.top_news_low_item .top_news_content {
  position: absolute;
  padding: 20px 17px;
  bottom: 0;
}
.top_news_high_item .top_news_content .top_news_category,
.top_news_low_item .top_news_content .top_news_category {
  margin-bottom: 15px;
}
.top_news_high_item .top_news_content .top_news_category a,
.top_news_low_item .top_news_content .top_news_category a {
  background: #d045a6;
}
.top_news_high_item .top_news_content .top_news_category a:hover,
.top_news_low_item .top_news_content .top_news_category a:hover {
  background: #CA77B1;
}
.top_news_high_item .top_news_content .top_news_title,
.top_news_low_item .top_news_content .top_news_title {
  margin-bottom: 13px;
}
.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: #b0aead;
}
.top_news_low_item {
  position: relative;
  height: 215px;
}
.top_news_low_item .post_meta {
  padding: 20px 0px 0px 17px;
}
.top_news_low_item .top_news_content {
  padding: 0px 0px 20px 17px;
}
.top_news_low_item .top_news_content .top_news_title {
  font-size: 18px;
  margin-bottom: 0px;
}
/* 18.2 - Landscape tablets and medium desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_top_news .top_news_high_item {
    height: 350px;
  }
  .widget_top_news .top_news_low_item {
    height: 174px;
  }
  .widget_top_news .top_news_low_item .top_news_content .top_news_category {
    margin-bottom: 5px;
  }
  .widget_top_news .top_news_low_item .top_news_content .top_news_title a {
    font-size: 15px;
  }
}
/* 18.3 - Portrait tablets and small desktops */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget_top_news .top_news_high_item {
    height: 350px;
  }
  .widget_top_news .top_news_high_item .top_news_title {
    font-size: 18px;
  }
  .widget_top_news .top_news_low_item {
    height: 174px;
  }
  .widget_top_news .top_news_low_item .top_news_content .top_news_category {
    margin-bottom: 5px;
  }
  .widget_top_news .top_news_low_item .top_news_content .top_news_title a {
    font-size: 15px;
  }
}