/* ---------------------------------- Posts Carousel ---------------------------------- */
.lae-posts-carousel {clear: both;max-width: none;}
@media only screen and (min-width: 1024px) {.lae-posts-carousel {max-width: 96%; }}
.lae-posts-carousel .lae-posts-carousel-item .hentry {background: #fff;border-radius: 6px;border: none;padding: 0;margin: 0;-webkit-transition: box-shadow 0.25s ease;-moz-transition: box-shadow 0.25s ease;-ms-transition: box-shadow 0.25s ease;transition: box-shadow 0.25s ease;-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);overflow: hidden;}
.lae-posts-carousel .lae-posts-carousel-item .hentry:hover {-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image {position: relative;overflow: hidden;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image img {display: block;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;max-width: 100%;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-overlay {position: absolute;left: 0;top: 0;overflow: hidden;width: 100%;height: 100%;background: #000;filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;-webkit-transition: opacity 0.4s ease-in-out 0s;-moz-transition: opacity 0.4s ease-in-out 0s;-ms-transition: opacity 0.4s ease-in-out 0s;transition: opacity 0.4s ease-in-out 0s;border-radius: 6px;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info {display: block;z-index: 120;position: absolute;top: 0;width: 100%;height: 100%;text-align: center;opacity: 0;filter: alpha(opacity=0);-webkit-transition: opacity 0.4s ease-in-out 0s;-moz-transition: opacity 0.4s ease-in-out 0s;-ms-transition: opacity 0.4s ease-in-out 0s;transition: opacity 0.4s ease-in-out 0s;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info {text-align: center;display: block;position: absolute;height: 82px;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 100%;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {padding: 10px;margin: 0;font-size: 16px;line-height: 20px;font-weight: 400;color: #fff;}
@media only screen and (max-width: 1024px) {.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {font-size: 18px;line-height: 26px; }}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a {display: inline;color: #fff;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;border-bottom: 1px solid transparent;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a:hover {border-bottom: 2px solid #ccc;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms {display: block;color: #f9f9f9;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a {color: #ddd;position: relative;display: inline;zoom: 1;font-size: 14px;line-height: 26px;font-style: italic;-webkit-transition: color 0.3s ease-in-out 0s;-moz-transition: color 0.3s ease-in-out 0s;-ms-transition: color 0.3s ease-in-out 0s;transition: color 0.3s ease-in-out 0s;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a:hover {color: #fff;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover {background: rgba(0, 0, 0, 0.3);}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover .lae-image-info {opacity: 1;}
.lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover .lae-image-overlay {opacity: 0.5;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap {text-align: center;max-width: 650px;margin: 0 auto;padding: 25px 15px;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title {font-size: 18px;line-height: 26px;letter-spacing: 1px;font-weight: bold;color: #333;text-transform: uppercase;clear: none;margin-top: 0;margin-bottom: 10px;font-size: 16px;line-height: 24px;margin-bottom: 10px;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:after, .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:before {display: none;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a {color: #333333;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a:hover {color: #888;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span {display: inline-block;padding: 0;margin: 0;font-style: italic;color: #999;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span a {-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;font-style: normal;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:after {content: '/';padding-left: 6px;padding-right: 6px;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:first-child {border: none;padding-left: 0;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:last-child:after {display: none;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary {padding: 0;margin: 10px auto 0;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary:before {width: 35px;height: 1px;background: #aaa;display: block;content: "";text-align: center;margin: 0 auto 15px;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list {-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {width: 35px;height: 1px;background: #aaa;display: block;content: "";}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {text-align: center;margin: 10px auto 10px;}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list a {font-style: italic;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}
.lae-posts-carousel .lae-posts-carousel-item .type-post .lae-entry-text-wrap .entry-summary:before {display: none;}
/* Posts Carousel
================================================== */
.bddex-posts-carousel .bddex-posts-carousel-item .hentry {background: #fff;border: none;padding: 0;margin: 0;-webkit-transition: box-shadow 0.25s ease;-moz-transition: box-shadow 0.25s ease;-ms-transition: box-shadow 0.25s ease;transition: box-shadow 0.25s ease;-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);overflow: hidden;}
.bddex-posts-carousel .bddex-posts-carousel-item .hentry:hover {-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image {position: relative;overflow: hidden;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image img {display: block;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;max-width: 100%;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-overlay {position: absolute;left: 0;top: 0;overflow: hidden;width: 100%;height: 100%;background: #000;filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;-webkit-transition: opacity 0.4s ease-in-out 0s;-moz-transition: opacity 0.4s ease-in-out 0s;-ms-transition: opacity 0.4s ease-in-out 0s;transition: opacity 0.4s ease-in-out 0s;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info {display: block;z-index: 120;position: absolute;top: 0;width: 100%;height: 100%;text-align: center;filter: alpha(opacity=0);-webkit-transition: opacity 0.4s ease-in-out 0s;-moz-transition: opacity 0.4s ease-in-out 0s;-ms-transition: opacity 0.4s ease-in-out 0s;transition: opacity 0.4s ease-in-out 0s;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info {text-align: center;display: block;position: absolute;bottom: 0px;left: 0;right: 0;margin: auto;width: 100%; padding: 10px;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {padding: 10px;margin: 0;font-size: 16px;line-height: 20px;font-weight: 400;color: #fff;}
@media only screen and (max-width: 1024px) {.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {font-size: 18px;line-height: 26px; }}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a {display: inline;color: #fff;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;border-bottom: 1px solid transparent;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a:hover {border-bottom: 2px solid #ccc;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info .lae-terms {display: block;color: #f9f9f9;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a {position: relative;display: inline;zoom: 1;font-size: 14px;line-height: 26px;-webkit-transition: color 0.3s ease-in-out 0s;-moz-transition: color 0.3s ease-in-out 0s;-ms-transition: color 0.3s ease-in-out 0s;transition: color 0.3s ease-in-out 0s;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a:hover {color: #fff;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap {text-align: center;max-width: 650px;margin: 0 auto;padding: 25px 15px; width: 99%;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .entry-title {font-weight: 600;color: #333;text-transform: uppercase;clear: none;margin-top: 0;margin-bottom: 10px;font-size: 16px;line-height: 24px;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .entry-title:after, .bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .entry-title:before {display: none;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .entry-title a {color: #333333;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .entry-title a:hover {color: #888;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span {display: inline-block;padding: 0;margin: 0;font-style: italic;color: #999;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span a {-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;font-style: normal;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:after {content: '/';padding-left: 6px;padding-right: 6px;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:first-child {border: none;padding-left: 0;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:last-child:after {display: none;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .entry-summary {padding: 0;margin: 10px auto 0;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .entry-summary:before {width: 35px;height: 1px;background: #aaa;display: block;content: "";text-align: center;margin: 0 auto 15px;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-category-list {-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {width: 35px;height: 1px;background: #aaa;display: block;content: "";}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {text-align: center;margin: 10px auto 10px;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap .lae-category-list a {font-style: italic;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}
.bddex-posts-carousel .bddex-posts-carousel-item .type-post .lae-entry-text-wrap .entry-summary:before {display: none;}
.lae-entry-info .author:after {padding-left: 6px;padding-right: 2px;}
.bddex-posts-carousel .bddex-posts-carousel-item {padding: 15px;}
.bddex-posts-carousel .bddex-posts-carousel-item .lae-entry-text-wrap {box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);}