/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Features - Layout Slideshow - Core */
.layout-slideshow {
  position: relative;
  z-index: 0;
}
.layout-slideshow:after {
  display: table;
  content: "";
  *zoom: 1;
  clear: both;
}
.layout-slideshow ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.layout-slideshow .sprocket-none {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* Features - Layout Slideshow - Content */
.layout-slideshow .sprocket-features-img-list {
  position: relative;
  overflow: hidden;
}
.layout-slideshow .sprocket-features-img-container {
  position: absolute;
  top: 0;
  height: 390px;
}
.layout-slideshow .sprocket-features-img-container img {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
}
.layout-slideshow .sprocket-features-img-container a:before {
  background: rgba(0, 0, 0, 0.5);
  background: -o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.6));
  position: absolute;
  content: "";
  width: 65%;
  height: 100%;
  bottom: 0;
}
.layout-slideshow .sprocket-features-content {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40%;
}
.layout-slideshow .sprocket-features-title {
  line-height: 1;
  padding: 10px 28px;
  font-family: bebasneue;
  font-size: 47px;
  font-weight: bold;
  margin: 0;
  display: block;
}
.layout-slideshow .sprocket-features-desc {
  line-height: 1.3em;
  margin: 0;
  font-size: 1.05rem;
  display: block;
}
.layout-slideshow .sprocket-features-desc a {
  color: #fff !important;
  padding: 10px 28px;
  display: block;
}
.layout-slideshow .sprocket-features-desc span.readon {
  text-decoration: underline;
}
.layout-slideshow .sprocket-features-desc span.readon:hover {
  color: #873f41 !important;
}
.layout-slideshow .sprocket-features-desc a:hover {
  color: #fff !important;
}
.layout-slideshow .sprocket-features-desc span.readon:hover {
  color: #fff !important;
}

/* Features - Layout Slideshow - Enable First Item */
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container {
  position: relative;
}
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container,
.layout-slideshow .sprocket-features-index-1 .sprocket-features-content {
  z-index: 2;
}

/* Features - Layout Slideshow - Navigation */
.layout-slideshow .sprocket-features-arrows .arrow {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  border-radius: 1em;
  opacity: 0.5;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  font-size: 2.2em;
}
.layout-slideshow .sprocket-features-arrows .prev {
  left: 10px;
}
.layout-slideshow .sprocket-features-arrows .next {
  right: 10px;
}
.layout-slideshow .sprocket-features-arrows .arrow:hover {
  opacity: 1;
}
.arrows-onhover .sprocket-features-arrows .arrow {
  opacity: 0;
}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {
  opacity: 1;
}
.layout-slideshow .sprocket-features-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 10;
  width: 100%;
  text-align: center;
  left: 0;
}
.layout-slideshow .sprocket-features-pagination li {
  display: inline-block;
  padding: 4px;
  opacity: 1;
  cursor: pointer;
}
.layout-slideshow .sprocket-features-pagination li.active {
  opacity: 1;
  color: #333;
  background: #fff;
  border-color: #fff;
}
.layout-slideshow .sprocket-features-pagination li span {
  display: block;
  line-height: 25px;
  font-weight: bold;
  font-size: 15px;
}

/* Features - Layout Slideshow - Colors */
.layout-slideshow .sprocket-features-pagination li,
.layout-slideshow .sprocket-features-arrows .arrow {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: 30px;
  height: 30px;
  line-height: 23px;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
}
.layout-slideshow .sprocket-features-title,
.layout-slideshow .sprocket-features-desc {
  color: #fff !important;
  opacity: 1;
  background: transparent;
}
.layout-slideshow .sprocket-features-arrows {
  display: none;
}

@media (max-width: 959px) {
	.layout-slideshow .sprocket-features-pagination-hidden {
		display: none;
	}

  .layout-slideshow .sprocket-features-img-container a:before {
    width: 90%;
  }
  .layout-slideshow .sprocket-features-content {
    width: 75%;
  }
  .arrows-onhover .sprocket-features-arrows .arrow {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .layout-slideshow .sprocket-features-img-container a:before,
  .layout-slideshow .sprocket-features-content {
    width: 100%;
  }
  .layout-slideshow .sprocket-features-img-container a:before {
    background: rgba(0, 0, 0, 0.4);
  }
  .layout-slideshow .sprocket-features-content {
    left: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .layout-slideshow .sprocket-features-title {
    font-size: 40px;
  }
}
