/* -- Post Carousel Block -- */
/* -------------------------- */
.ncwit-carousel {
  overflow: hidden;
  padding: 0 40px;
}
.ncwit-carousel .category-post-teaser_image {
  margin-bottom: 1.25rem;
}
.ncwit-carousel .category-post-teaser_image {
  text-align: center;
}
.ncwit-carousel img {
  display: inline;
}
.ncwit-carousel .category-post-teaser_excerpt {
  font-size: .9rem;
  line-height: 1.5em;
}
.ncwit-carousel .read-more {
  margin-top: .5em;
}
.no-post-message {
  padding-left: 50px;
}

@media only screen and (min-width: 580px) {
  .ncwit-carousel .ncwit-slide {
    padding: 0 20px;  
  }
  .no-post-message {
    padding-left: 70px;
  }
}
.ncwit-carousel .category-post-teaser_header a {
  color: black;
  line-height: 1.25;
}

/* Slick Slider Styles */
.ncwit-carousel .slick-arrow {
  background-image: url(chevron-right.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  text-indent: -9999em;
  overflow: hidden;
  height: 40px;
  width: 40px;
  right: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.ncwit-carousel .slick-arrow:hover {
  background-image: url(chevron-right.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.ncwit-carousel .slick-arrow:focus {
  background-color: transparent;
}

/* editor overide */
#editor .ncwit-carousel .slick-arrow:hover {
  background-image: url(chevron-right.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  text-indent: -9999em;
  overflow: hidden;
  height: 40px;
  width: 40px;
}
.ncwit-carousel .slick-disabled {
  background-color:white;
  opacity: .25;
  cursor: default;
}
.ncwit-carousel .slick-disabled:hover {
  background-color:white;
}
#editor .ncwit-carousel .slick-disabled:hover {
  background-color:white;
}
.ncwit-carousel .slick-arrow:before {
  display: none;
}
.ncwit-carousel .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg) ;
  right: auto;
  left: -40px;
}
.ncwit-carousel .slick-arrow.slick-next {
  right: -40px;
  left: auto;
}