/*------------------------------------------------------------------
[POSTS_CAROUSEL.CSS - Posts carousel shortcode styles]
[Table of contents]

1. Shared styles, layout
2. Carousel / Pagination styles
	2.1 Carousel style 1
	2.2 Carousel style 2
	2.3 Carousel style 3
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	1. Shared styles, layout
-------------------------------------------------------------------*/
.shortcode-post-carousel .inside {
  position: relative;
  width: 370px;
}
.shortcode-post-carousel .img {
  width: 370px;
  height: 240px;
  background-color: #272727;
  background-size: 80px 80px;
  background-position: center 40px;
  background-repeat: no-repeat;
  position: relative;
}
.shortcode-post-carousel .img img {
  position: absolute;
  left: 0;
  top: 0;
}
.shortcode-post-carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 40, 40, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcode-post-carousel .title {
  font-family: Roboto Slab;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.35em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcode-post-carousel .inside:hover .overlay {
  background: rgba(28, 187, 180, 0.7);
}
/*------------------------------------------------------------------
	2. Carousel / Pagination styles
-------------------------------------------------------------------*/
.shortcode-post-carousel.pagination-arrows {
  padding-bottom: 95px;
  background-size: 30px 30px;
  background-position: center bottom 25px;
  background-repeat: no-repeat;
}
.shortcode-post-carousel.pagination-arrows .slick-arrow {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 20px;
  height: 40px;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.shortcode-post-carousel.pagination-arrows .slick-arrow .button-ink {
  display: none;
}
.shortcode-post-carousel.pagination-arrows .slick-prev {
  left: 50%;
  margin-left: -85px;
}
.shortcode-post-carousel.pagination-arrows .slick-next {
  right: 50%;
  margin-right: -85px;
}
/*------------------------------------------------------------------
	2.1 Carousel style 1
-------------------------------------------------------------------*/
.shortcode-post-carousel.style-style_1 .date {
  position: absolute;
  top: 30px;
  left: 30px;
  padding-left: 25px;
  background-size: 14px 14px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #949499;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcode-post-carousel.style-style_1 .title {
  color: #ffffff;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.shortcode-post-carousel.style-style_1 .more {
  position: absolute;
  left: 30px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcode-post-carousel.style-style_1 .more i.fa {
  color: #1cbbb4;
  margin-left: 7px;
  vertical-align: middle;
}
.shortcode-post-carousel.style-style_1 .inside:hover .date {
  color: #ffffff;
}
.shortcode-post-carousel.style-style_1 .inside:hover .title {
  bottom: 95px;
}
.shortcode-post-carousel.style-style_1 .inside:hover .more {
  opacity: 1;
  bottom: 30px;
}
/*------------------------------------------------------------------
	2.2 Carousel style 2
-------------------------------------------------------------------*/
.shortcode-post-carousel.style-style_2 .text {
  padding: 30px;
  background: #f3f4f6;
}
.shortcode-post-carousel.style-style_2 .date {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-left: 25px;
  background-size: 14px 14px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #949499;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcode-post-carousel.style-style_2 .title {
  margin-bottom: 12px;
}
.shortcode-post-carousel.style-style_2 .title a {
  color: #28282c;
}
.shortcode-post-carousel.style-style_2 .title a:hover {
  color: #1cbbb4;
}
.shortcode-post-carousel.style-style_2 .excerpt {
  margin-bottom: 12px;
}
.shortcode-post-carousel.style-style_2 .inside:hover .date {
  color: #ffffff;
}
/*------------------------------------------------------------------
	2.3 Carousel style 3
-------------------------------------------------------------------*/
.shortcode-post-carousel.style-style_3 .inside {
  padding: 30px;
  background-size: cover;
}
.shortcode-post-carousel.style-style_3 .text {
  position: relative;
}
.shortcode-post-carousel.style-style_3 .date {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 25px;
  background-size: 14px 14px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #949499;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcode-post-carousel.style-style_3 .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f3f4f6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcode-post-carousel.style-style_3 .title {
  margin-bottom: 20px;
}
.shortcode-post-carousel.style-style_3 .title a {
  color: #28282c;
}
.shortcode-post-carousel.style-style_3 .title a:hover {
  color: #1cbbb4;
}
.shortcode-post-carousel.style-style_3 .excerpt {
  margin-bottom: 20px;
}
.shortcode-post-carousel.style-style_3 .inside:hover .overlay {
  background: rgba(40, 40, 40, 0.7);
}
.shortcode-post-carousel.style-style_3 .inside:hover .title a {
  color: #1cbbb4;
}
.shortcode-post-carousel.style-style_3 .inside:hover .excerpt {
  color: #ffffff;
}
.shortcode-post-carousel.style-style_3 .inside:hover .button {
  background-color: #1cbbb4;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .shortcode-post-carousel .inside {
    width: 300px !important;
    margin: 0 auto;
  }
  .shortcode-post-carousel .img,
  .shortcode-post-carousel .img img {
    width: 300px !important;
    height: 195px !important;
  }
}
