/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Colours category bg */
.widget_recent_entries_carousel {
  /* Owl carousel block content styles */
  position: relative;
}
.widget_recent_entries_carousel .widget-title {
  position: absolute;
  margin-bottom: 0;
  height: 60px;
  padding: 21px 29px 0;
  border-right: 1px solid #e5e5e5;
}
.widget_recent_entries_carousel .owl-recent-post-carousel {
  padding: 90px 0 0 0;
  border-top: 5px solid #d93e2d;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav {
  overflow: hidden;
  position: static;
  width: 120px;
  margin-top: 0;
  float: right;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav .owl-prev,
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav .owl-next {
  width: 60px;
  height: 55px;
  line-height: 56px;
  color: #323232;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav .owl-prev:before,
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav .owl-next:before {
  font-size: 24px;
  display: inline-block;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav .owl-prev {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav .owl-next {
  border-right: 1px solid #e5e5e5;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item {
  height: 167px;
  position: relative;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .wrap_carousel {
  width: 100%;
  height: 100%;
  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_recent_entries_carousel .owl-recent-post-carousel .item .wrap_carousel .carousel_content {
  width: 100%;
  height: 100%;
  -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;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .wrap_carousel .carousel_content .carousel_title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  padding: 0 30px 30px;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .wrap_carousel .carousel_content .carousel_title a {
  color: #fff;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .wrap_carousel .carousel_content .carousel_title a:hover {
  color: #d93e2d;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .wrap_carousel .carousel_content:hover {
  background: rgba(35, 35, 35, 0.5);
}
/* Footer carousel*/
.footer .col-md-12 {
  padding: 0;
}
.footer .widget_recent_entries_carousel .owl-recent-post-carousel {
  border: none;
  padding: 50px 0 0 0;
}
.footer .widget_recent_entries_carousel .widget-title {
  color: #fff;
  border-right: none;
  padding: 0;
  height: auto;
}
.footer .widget_recent_entries_carousel .owl-controls {
  border: none;
}
.footer .widget_recent_entries_carousel .owl-controls .owl-nav {
  width: 40px;
}
.footer .widget_recent_entries_carousel .owl-controls .owl-nav .owl-prev,
.footer .widget_recent_entries_carousel .owl-controls .owl-nav .owl-next {
  border: none;
  width: auto;
  height: auto;
  line-height: 0;
  background: transparent;
  color: #fff;
  -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;
}
.footer .widget_recent_entries_carousel .owl-controls .owl-nav .owl-prev:hover {
  color: #d93e2d;
}
.footer .widget_recent_entries_carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.footer .widget_recent_entries_carousel .owl-controls .owl-nav .owl-next:hover {
  color: #d93e2d;
}
