/*---------------------------------------------------
    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 */
}
.widget_recent_entries_carousel .owl-recent-post-carousel {
  overflow: hidden;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-item:nth-child(4n+2) .item .carousel_content .carousel_content_meta .carousel_category a {
  background: #f7c12a;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-item:nth-child(4n+2) .item .carousel_content .carousel_content_meta .carousel_category a:hover {
  background: #FDD974;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-item:nth-child(4n+3) .item .carousel_content .carousel_content_meta .carousel_category a {
  background: #e32525;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-item:nth-child(4n+3) .item .carousel_content .carousel_content_meta .carousel_category a:hover {
  background: #DE6161;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-item:nth-child(4n+4) .item .carousel_content .carousel_content_meta .carousel_category a {
  background: #08a6e2;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-item:nth-child(4n+4) .item .carousel_content .carousel_content_meta .carousel_category a:hover {
  background: #80C9E4;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .owl-controls .owl-nav {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  transform: translate(0, -150px);
  -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;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.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 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.widget_recent_entries_carousel .owl-recent-post-carousel:hover .owl-controls .owl-nav {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.widget_recent_entries_carousel .owl-recent-post-carousel:hover .owl-controls .owl-nav:hover .owl-prev:before {
  -webkit-transform: translate(-10px, 0px);
  -moz-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}
.widget_recent_entries_carousel .owl-recent-post-carousel:hover .owl-controls .owl-nav:hover .owl-next:before {
  -webkit-transform: translate(10px, 0px);
  -moz-transform: translate(10px, 0px);
  -o-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item {
  height: 388px;
  position: relative;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content {
  -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;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content a {
  display: inline-block;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_count {
  font-size: 12px;
  font-weight: 500;
  padding: 21px 16px;
  top: 0px;
  position: absolute;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_count .post_meta {
  float: left;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_meta {
  position: absolute;
  padding: 0 16px 24px 16px;
  bottom: 0px;
  width: 100%;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_meta .post_date {
  color: #fff;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_meta .carousel_category {
  margin-bottom: 10px;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_meta .carousel_category a {
  background: #d045a6;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_meta .carousel_category a:hover {
  background: #D08ABB;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_meta .carousel_title {
  margin-bottom: 10px;
  line-height: 25px;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_meta .carousel_title a {
  color: #fff;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content .carousel_content_meta .carousel_title a:hover {
  color: #b0aead;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item .carousel_content:hover:before {
  -webkit-transform: translate(0, 150px);
  -moz-transform: translate(0, 150px);
  -o-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 {
  height: auto;
  position: static;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_image {
  overflow: hidden;
  height: 157px;
  margin-bottom: 20px;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_image:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content {
  position: static;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta {
  position: static;
  padding: 0px 0px;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta .carousel_content_count {
  font-size: 12px;
  font-weight: 500;
  position: static;
  padding: 0;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta .carousel_content_count .post_meta .posts_views {
  color: #b5b5b5;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta .carousel_content_count .post_meta .posts_comments a {
  color: #b5b5b5;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta .carousel_content_count .post_meta .posts_comments a:hover {
  color: #D8D8D8;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta .carousel_title {
  margin: 0 0 15px 0;
  font-size: 17px;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta .carousel_title a {
  color: #1f1f1f;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta .carousel_title a:hover {
  color: rgba(0, 0, 0, 0.3);
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2 .carousel_content .carousel_content_meta .post_date {
  float: left;
  margin: 0 33px 0 0;
  color: #707070;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_2:hover .carousel_content {
  background: rgba(255, 255, 255, 0.5);
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_3 {
  height: 217px;
}
.widget_recent_entries_carousel .owl-recent-post-carousel .item.layout_3 .carousel_content .carousel_title {
  font-size: 17px;
}
.widget_recent_entries_carousel.layout_class_2 {
  padding: 37px 20px;
  background: #fff;
}
.widget_recent_entries_carousel.layout_class_2 .owl-controls .owl-nav {
  top: 34%;
}
.secondary .widget_recent_entries_carousel {
  padding: 22px;
}
.secondary .widget_recent_entries_carousel .widget-title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget_recent_entries_carousel.layout_class_3 .item .carousel_content .carousel_content_meta .carousel_title {
    font-size: 14px;
  }
}