/* Color Theme
--------------------------------- */
/* Color Scale
--------------------------------- */
/* Other Colors
--------------------------------- */
/* DO NOT DELETE THIS FILE */
/* 
    Write your own custom color variables 
    Example:

    @color1: #ff00ff;
    @color2: #00ff00;
*/
/* Fonts
--------------------------------- */
/* Sizes
--------------------------------- */
/* Logo
---------------------------------- */
/* DO NOT DELETE THIS FILE */
/* 
    Write your own custom variables 
    Example:

    @font-size: 18px;
    @font-family: Arial, sans-serif;
*/
/* Class Functions
----------------------------------------- */
.news-list .news-list-item {
  color: #272A2F;
  position: relative;
  text-decoration: none;
}
.news-list .news-list-item .image-container {
  display: block;
  position: relative;
  border-color: #ddd;
  height: initial!important;
}
.news-list .news-list-item .image-container:hover {
  text-decoration: none;
  opacity: .8;
}
.news-list .news-list-item .image-container .ribbon {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 12px;
  background: #222;
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .3;
}
.news-list .news-list-item .image-container .image-dummy {
  display: block;
  position: relative;
  min-height: 100px;
}
.news-list .news-list-item .image-container .image-dummy > i {
  display: block;
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -30px;
  text-align: center;
  left: 0;
  right: 0;
  color: #000;
}
.news-list .news-list-item .datetime {
  opacity: .8;
  font-size: .8em;
  margin: 5px 0 0 0;
  font-style: italic;
}
.news-list .news-list-item h2 {
  margin: 10px 0 0 0;
}
.news-list .news-list-item > p {
  margin-bottom: 0;
}
.news-list .news-list-item > a {
  margin-top: 5px;
  display: block;
}
.news-list.news-list-archive .news-list-item {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.news-list.news-list-archive .news-list-item h2 {
  margin: 0;
  padding: 8px 0;
}
.news-list.news-list-archive .news-list-item h2 .breaking-badge {
  font-size: 0.65em;
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  vertical-align: bottom;
  background: #F1B200;
  color: #fff;
  text-transform: uppercase;
}
.news-list.news-list-archive .news-list-item .datetime {
  position: absolute;
  right: 0;
  top: 4px;
}
.news-list.news-list-archive .news-list-item:first-child {
  border-top: 1px solid #ddd;
}
.breaking-news {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100px;
  height: 100px;
  text-align: right;
  overflow: hidden;
}
.breaking-news span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 140px;
  display: block;
  background: #F1B200;
  position: absolute;
  top: 25px;
  left: -31px;
}
.breaking-news span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.breaking-news span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
}
