/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.widget_recent_entries ul {
  /* Recent Posts Layout 1 */
  margin-bottom: 30px;
  /* Recent Posts Layout 2 */
  /* Recent Posts Layout 3 */
  /* Recent Posts Layout 4 */
}
.widget_recent_entries ul.layout-1 .widget_recent_post_category a {
  background: #81b91f;
}
.widget_recent_entries ul.layout-1 .widget_recent_post_category a:hover {
  background: #ABDC56;
}
.widget_recent_entries ul.layout-2 .widget_recent_post_category a {
  background: #ef8116;
}
.widget_recent_entries ul.layout-2 .widget_recent_post_category a:hover {
  background: #E8AD73;
}
.widget_recent_entries ul.layout-3 li .recent_posts_image .cat-links a {
  background: #ef8116;
}
.widget_recent_entries ul.layout-3 li .recent_posts_image .cat-links a:hover {
  background: #E8AD73;
}
.widget_recent_entries ul.layout-3 li:nth-child(4n+2) .recent_posts_image .cat-links a {
  background: #d045a6;
}
.widget_recent_entries ul.layout-3 li:nth-child(4n+2) .recent_posts_image .cat-links a:hover {
  background: #D08ABB;
}
.widget_recent_entries ul.layout-3 li:nth-child(4n+3) .recent_posts_image .cat-links a {
  background: #08a6e2;
}
.widget_recent_entries ul.layout-3 li:nth-child(4n+3) .recent_posts_image .cat-links a:hover {
  background: #80C9E4;
}
.widget_recent_entries ul.layout-3 li:nth-child(4n+4) .recent_posts_image .cat-links a {
  background: #68cc0f;
}
.widget_recent_entries ul.layout-3 li:nth-child(4n+4) .recent_posts_image .cat-links a:hover {
  background: #A2D079;
}
.widget_recent_entries ul.layout-4 .col-sm-6 .recent_posts_item_lg .widget_recent_post_category a {
  background: #08a6e2;
}
.widget_recent_entries ul.layout-4 .col-sm-6 .recent_posts_item_lg .widget_recent_post_category a:hover {
  background: #80C9E4;
}
.widget_recent_entries ul.layout-4 .col-sm-6:nth-child(2) .recent_posts_item_lg .widget_recent_post_category a {
  background: #d045a6;
}
.widget_recent_entries ul.layout-4 .col-sm-6:nth-child(2) .recent_posts_item_lg .widget_recent_post_category a:hover {
  background: #D08ABB;
}
.widget_recent_entries ul.layout-5 .widget_recent_post_category a {
  background: #14916f;
}
.widget_recent_entries ul.layout-5 .widget_recent_post_category a:hover {
  background: #53B59A;
}
.widget_recent_entries ul li {
  margin-bottom: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_recent_entries ul li .recent_posts_inner .col-sm-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.widget_recent_entries ul li .recent_posts_inner p:last-of-type {
  margin-bottom: 0px;
}
.widget_recent_entries ul li .recent_posts_inner .widget_recent_post_category {
  margin: 0 0 19px 0;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_image {
  overflow: hidden;
  width: 34%;
  margin: 0px 22px 0px 0px;
  float: left;
  position: relative;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_image .recent_posts_media {
  display: block;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_image .recent_posts_media .overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -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 ul li .recent_posts_inner .recent_posts_image .recent_posts_media img {
  -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;
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_image .recent_posts_media:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_image .recent_posts_media:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_content {
  float: left;
  width: 63%;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_content .recent_posts_title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 11px;
  line-height: 22px;
  display: inline-block;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_content .recent_post_meta_info {
  color: #707070;
  margin-bottom: 15px;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_content .recent_post_meta_info .post_date {
  margin-right: 15px;
  float: left;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_content .recent_post_meta_info .post_meta {
  float: left;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_content .recent_post_meta_info .post_meta .posts_views {
  color: #b5b5b5;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_content .recent_post_meta_info .post_meta .posts_comments a {
  color: #b5b5b5;
}
.widget_recent_entries ul li .recent_posts_inner .recent_posts_content .recent_post_meta_info .post_meta .posts_comments a:hover {
  color: #D8D8D8;
}
.widget_recent_entries ul li:first-child {
  padding-top: 0px;
  border-top: none;
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries ul.layout-2 li {
  display: block;
  vertical-align: middle;
  width: 100%;
}
.widget_recent_entries ul.layout-2 li .recent_posts_inner .recent_posts_image {
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
}
.widget_recent_entries ul.layout-2 li .recent_posts_inner .recent_posts_image .widget_recent_post_category {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 15px 16px;
}
.widget_recent_entries ul.layout-2 li .recent_posts_inner .recent_posts_content {
  float: none;
  width: 100%;
  padding: 0 14px;
}
.widget_recent_entries ul.layout-3 li {
  width: 48%;
  float: left;
  margin-right: 30px;
}
.widget_recent_entries ul.layout-3 li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.widget_recent_entries ul.layout-3 li:nth-child(even) {
  margin-right: 0px;
}
.widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_image {
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
}
.widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_image .widget_recent_post_category {
  position: absolute;
  bottom: 0;
  padding: 15px 16px;
  margin: 0;
}
.widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_content {
  float: none;
  width: 100%;
  padding: 0 14px;
}
.widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_content .recent_posts_title {
  margin: 0 0 10px 0;
}
.widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_lg {
  margin-bottom: 20px;
}
.widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_lg .recent_posts_image {
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
}
.widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_lg .recent_posts_image .widget_recent_post_category {
  position: absolute;
  bottom: 0;
  padding: 15px 16px;
  margin: 0;
}
.widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_lg .recent_posts_content {
  padding: 0 14px;
  width: 100%;
  float: none;
}
.widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_sm {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_sm .recent_posts_image {
  float: left;
  width: 31%;
  margin: 0 15px 0 0;
}
.widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_sm .recent_posts_content .recent_posts_title {
  font-size: 15px;
}
.widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_sm .recent_posts_content .recent_post_meta_info {
  margin: 0px;
}
.widget_recent_entries ul.layout-4 li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_lg .recent_posts_image {
  width: 100%;
  margin: 0 0 20px 0;
}
.widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_lg .recent_posts_image .widget_recent_post_category {
  position: absolute;
  margin: 0px;
  bottom: 0;
  padding: 15px 16px;
}
.widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_lg .recent_posts_content {
  padding: 0 14px;
  width: 100%;
}
.widget_recent_entries ul.layout-5 li .recent_posts_inner .col-sm-12:first-child .recent_posts_item_sm {
  padding-top: 0px;
  border-top: none;
}
.widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_sm {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_sm .recent_posts_image {
  width: 31%;
}
.widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_sm .recent_posts_content .recent_post_meta_info {
  margin-bottom: 0px;
}
.widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_sm .recent_posts_content .recent_posts_title {
  font-size: 15px;
}
.widget_recent_entries ul.layout-5 li:first-child {
  border-top: none;
  padding-top: 0;
}
.secondary .widget_recent_entries {
  /* Recent Posts Layout 1 */
  /* remove banner underline */
}
.secondary .widget_recent_entries ul {
  margin-bottom: 0;
}
.secondary .widget_recent_entries ul li .recent_posts_inner .recent_posts_image {
  width: 35%;
  margin-right: 15px;
}
.secondary .widget_recent_entries ul li .recent_posts_inner .recent_posts_content {
  width: 60%;
}
.secondary .widget_recent_entries ul li .recent_posts_inner .recent_posts_content .recent_posts_title {
  font-size: 15px;
}
.secondary .widget_recent_entries ul.layout-1 li .recent_posts_content .recent_post_meta_info {
  margin-bottom: 0px;
}
.secondary .widget_recent_entries ul.layout-1 li:first-child {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.secondary .widget_recent_entries ul.layout-2 .recent_posts_inner .recent_posts_image {
  width: 100%;
}
.secondary .widget_recent_entries ul.layout-2 .recent_posts_inner .recent_posts_content {
  width: 100%;
}
.secondary .widget_recent_entries ul.layout-3 li {
  margin-right: 12px;
}
.secondary .widget_recent_entries ul.layout-3 li:nth-child(2n) {
  margin-right: 0px;
}
.secondary .widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_content {
  padding: 0;
  width: 100%;
}
.secondary .widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_image {
  margin: 0 0 10px 0;
}
.secondary .widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_content {
  width: 100%;
}
.secondary .widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_sm .recent_posts_image {
  width: 100px;
}
.secondary .widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_image {
  margin: 0 0 10px 0;
}
.secondary .widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_content {
  width: 100%;
}
.secondary .widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_sm .recent_posts_image {
  width: 100px;
}
.secondary .widget_recent_entries .banner_post_line {
  display: none;
}
.footer .footer_top .widget_recent_entries {
  /* remove banner underline */
}
.footer .footer_top .widget_recent_entries ul li {
  border-top: 1px solid #242424;
}
.footer .footer_top .widget_recent_entries ul li .recent_posts_image {
  width: 31%;
}
.footer .footer_top .widget_recent_entries ul li .recent_posts_image .overlay:hover {
  background: none;
}
.footer .footer_top .widget_recent_entries ul li .recent_posts_content .recent_posts_title {
  font-size: 15px;
}
.footer .footer_top .widget_recent_entries ul li:first-child {
  border-top: none;
  padding-top: 0px;
}
.footer .footer_top .widget_recent_entries ul.layout-1 li .recent_posts_content .recent_post_meta_info {
  margin-bottom: 0px;
}
.footer .footer_top .widget_recent_entries ul.layout-2 li .recent_posts_image {
  width: 100%;
}
.footer .footer_top .widget_recent_entries ul.layout-2 li:first-child {
  border-top: none;
  padding-top: 0px;
}
.footer .footer_top .widget_recent_entries ul.layout-3 li {
  margin-right: 14px;
}
.footer .footer_top .widget_recent_entries ul.layout-3 li:nth-child(even) {
  margin-right: 0px;
}
.footer .footer_top .widget_recent_entries ul.layout-3 li:nth-child(2) {
  border-top: none;
  padding-top: 0px;
}
.footer .footer_top .widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_image {
  width: 100%;
}
.footer .footer_top .widget_recent_entries ul.layout-4 li .recent_posts_item_sm {
  border-top: 1px solid #242424;
}
.footer .footer_top .widget_recent_entries ul.layout-4 li .recent_posts_item_sm .recent_posts_image {
  margin: 0;
  float: none;
  width: 100px;
  margin-bottom: 10px;
}
.footer .footer_top .widget_recent_entries ul.layout-4 li .recent_posts_item_sm .recent_posts_content {
  width: 100%;
  float: none;
}
.footer .footer_top .widget_recent_entries ul.layout-5 li .recent_posts_inner .col-sm-6 .recent_posts_item_sm .recent_posts_image {
  float: left;
  margin: 0;
}
.footer .footer_top .widget_recent_entries ul.layout-5 li .recent_posts_inner .col-sm-6 .recent_posts_item_sm .recent_posts_content {
  float: left;
  width: 69%;
  padding-left: 8px;
}
.footer .footer_top .widget_recent_entries .banner_post_line {
  display: none;
}
/* 18.2 - Landscape tablets and medium desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .secondary .widget_recent_entries ul li .recent_posts_inner .recent_posts_image {
    width: 39%;
  }
  .secondary .widget_recent_entries ul li .recent_posts_inner .recent_posts_content {
    width: 55%;
  }
  .footer .footer_top .widget_recent_entries ul li .recent_posts_inner .recent_posts_image {
    margin: 0;
  }
  .footer .footer_top .widget_recent_entries ul li .recent_posts_inner .recent_posts_content {
    padding-left: 20px;
  }
  .widget_recent_entries ul li .recent_posts_inner .recent_posts_image {
    margin: 0px 19px 0px 0px;
  }
  .widget_recent_entries ul.layout-3 li {
    margin-right: 25px;
  }
  .widget_recent_entries ul.layout-5 li .recent_posts_inner .col-sm-6 .recent_posts_item_sm .recent_posts_image {
    width: 33%;
    margin: 0px 12px 0px 0px;
  }
}
/* 18.3 - Portrait tablets and small desktops */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget_recent_entries ul li .recent_posts_item_sm .recent_posts_image {
    margin: 0px 21px 0px 0px;
  }
  .widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_sm .recent_posts_image {
    margin: 0px 21px 0px 0px;
  }
}
/* 18.4 - Landscape phones and portrait tablets */
@media only screen and (max-width: 767px) {
  .widget_recent_entries .content-area .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .widget_recent_entries ul li .recent_posts_inner .recent_posts_image {
    margin: 0px;
  }
  .widget_recent_entries ul li .recent_posts_inner .recent_posts_content {
    padding: 0 0 0 22px;
  }
  .widget_recent_entries ul.layout-3 li {
    margin-right: 0px;
    float: none;
    width: 100%;
  }
  .widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_content,
  .widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_image {
    float: none;
  }
  .widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_image {
    margin: 0px 0 20px 0;
    width: 100%;
  }
  .widget_recent_entries ul.layout-3 li .recent_posts_inner .recent_posts_content {
    width: 100%;
  }
  .widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_sm .recent_posts_image {
    margin: 0;
  }
  .widget_recent_entries ul.layout-4 li .recent_posts_inner .recent_posts_item_sm .recent_posts_content {
    width: 66%;
    float: left;
    padding-left: 20px;
  }
  .widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_lg {
    margin-bottom: 20px;
  }
  .widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_sm .recent_posts_image {
    float: left;
    margin: 0;
  }
  .widget_recent_entries ul.layout-5 li .recent_posts_inner .recent_posts_item_sm .recent_posts_content {
    padding-left: 20px;
    width: 69%;
    float: left;
  }
}
/* 18.5 - Portrait phones and smaller */
@media (max-width: 580px) {
  .widget_recent_entries ul.layout-1 li .recent_posts_inner .recent_posts_image {
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
  }
  .widget_recent_entries ul.layout-1 li .recent_posts_inner .recent_posts_content {
    padding: 0 14px;
    float: none;
    width: 100%;
  }
}