/**
* Custom banner / Slider v1.0.0
* Copyright 2022 Okello Igune
* Kristofah Limited
*/

/*------------ Slideshow CSS ------------*/

.home-slider {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.home-slider img {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  height: auto;
  max-width: unset;
}

.slider-image,
.views_slideshow_cycle_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.views_slideshow_cycle_main .views_slideshow_slide {
  width: 100% !important;
  height: auto;	
}

.views_slideshow_cycle_main .slider-image {
  width: 100%;
  max-width: 100%;
}

.caption-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.325);
}

.slider-caption {
  width: 38%;
  left: 40px;
  bottom: 60px;
  height: auto;
  text-align: left;
  min-width: 200px;
  position: absolute;
  padding: 30px 25px 35px;
  background: rgba(250, 250, 250, 0.874);
}

.slide-text,
.slide-title {
  float: left;
  clear: both;
}

.slide-title {
  color: #035d20;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.slide-text {
  font-size: larger;
  line-height: 1.4em;
}

/* ------- pager bullets for slider ------- */

.home-slider .views-slideshow-controls-bottom {
  z-index: 13;
  right: 8px;
  bottom: 25%;
  float: right;
  position: absolute;
}

.home-slider .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  margin: 5px;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 5em;
  background: #f3f8e8;
  border: 2px solid #f3f8e8;
  text-indent: -100240px;
}

.home-slider .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover,
.home-slider .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #8dc01b;
}

.home-slider .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  cursor: pointer;
}
/*-end custom pager-*/