/*--------------------------------------------------------------
SLIDER CSS
--------------------------------------------------------------*/

.teg-featured-slider-wrapper {
  float: left;
  margin-right: 1%;
  width: 50%;
}

.eggnewsSlider {
  margin: 0;
  list-style: none;
}

.teg-slider-section, .featured-post-wrapper .single-featured-wrap, .eggnews_block_grid .single-post-wrapper {
  position: relative;
}

.teg-slider-section .slider-content-wrapper, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper, .eggnews_block_grid .post-content-wrapper {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
}

.teg-slider-section .slide-title, .featured-post-wrapper .featured-title, .eggnews_block_grid .post-title {
  margin-bottom: 0;
}

.teg-slider-section .slide-title a, .featured-post-wrapper .featured-title a, .eggnews_block_grid .post-title a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.teg-slider-section .slide-title a:hover, .featured-post-wrapper .featured-title a:hover, .eggnews_block_grid .post-title a:hover {
  color: $prime_color;
}

.slider-meta-wrapper .post-meta-wrapper > {
  span, a {
    color: #878787;
    display: inline-block;
    font-size: 13px;
    margin: 2px 10px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-style: normal;
  }
}

.featured-meta-wrapper .post-meta-wrapper > {
  span, a {
    color: #878787;
    display: inline-block;
    font-size: 13px;
    margin: 2px 10px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-style: normal;
  }
}

.post-meta-wrapper {
  > span, span a {
    color: #878787;
    display: inline-block;
    font-size: 13px;
    margin: 2px 10px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-style: normal;
  }
}

.eggnews_featured_slider .post-meta-wrapper {
  > span, a {
    color: #dfdcdc;
  }
}

.eggnews_block_grid .post-meta-wrapper {
  > span, a {
    color: #dfdcdc;
  }
}

.slider-meta-wrapper {
  span:hover, a:hover {
    color: $prime_color;
  }
}

.featured-meta-wrapper {
  span:hover, a:hover {
    color: $prime_color;
  }
}

.post-meta-wrapper {
  > span:hover, span > a:hover {
    color: $prime_color;
  }
}

.category-button a {
  background: $secondary_color none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 10px 2px 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
  &:hover {
    color: #ffffff !important;
  }
}

.teg-slider-section .bx-controls {
  position: absolute;
  right: 10px;
  top: 10px;
  a {
    background: #333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    margin: 0 0 0 5px;
    padding: 4px 10px;
    opacity: 0.6;
    &:hover {
      background: $prime_color;
      opacity: 1;
      color: #fff;
    }
  }
}

.featured-post-wrapper {
  float: right;
  width: 49%;
}

.featured-left-section {
  float: left;
  width: 48.8%;
  .single-featured-wrap {
    margin-bottom: 10px;
    &:last-child {
      margin: 0;
    }
  }
}

.featured-right-section {
  float: right;
  width: 49.5%;
}

.featured-post-wrapper {
  .single-featured-wrap .featured-content-wrapper {
    padding: 0 10px 10px;
  }
  .featured-title {
    line-height: 22px;
  }
}

.eggnews_block_grid .post-content-wrapper .post-title {
  line-height: 22px;
}

.featured-post-wrapper .featured-title a, .eggnews_block_grid .post-content-wrapper .post-title a {
  font-size: 18px;
}

.featured-slider-section .block-header {
  display: none;
}