/**
* Slider Slideshow CSS
* Copyright 2025 Okello Igune
*/

/* ------- Main Slideshow - Core ------- */
.slideshow {
  position: relative;
  margin-right: 2%;
  width: 68%;
  float: left;
  z-index: 0;
}

#block-views-block-updates-suite-front-slider {}

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

.views_slideshow_cycle_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* margin-bottom: -6px; */
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}

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

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

.slideshow .caption_wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.018);
}

.slideshow .caption_wrapper {
  /* border-bottom: 3px solid #cfcfcf; */
}

.slider_caption {
  bottom: 40px;
  left: 40px;
  width: 30%;
  height: auto;
  max-height: 300px;
  text-align: left;
  min-width: 200px;
  /* padding: 10px; */
  padding: 0 10px 10px;
  /* border-radius: 5px; */
  position: absolute;
  background: var(--color-primary);
  background: rgba(236, 28, 36, .8);
  /* border-top: 5px solid #ec1c24; */
  /* border-bottom: 2px solid #fbea01; */
}

.slide-text,
.slide-title {
  float: left;
  clear: both;
  line-height: 1.2em;
}

.slide-title {
  color: var(--light);
  /* font-size: 25px; */
  font-weight: 600;
  margin-bottom: 10px;
}

.slide-text {
  color: var(--bg-body);
  font-size: 16px;
}

/* ------- Slider Pager Bullets ------- */

.slideshow .views-slideshow-controls-bottom {
  right: 15px;
  z-index: 10;
  bottom: 15px;
  float: right;
  position: absolute;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  margin: 5px;
  width: 30px;
  height: 15px;
  display: block;
  background: #f0f8ff;
  text-indent: -100240px;
  border: 2px solid #ffff60;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover,
.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #ec1c24;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  cursor: pointer;
}

/* ------- Testimonies Pager Controls ------- */

.testimonies .views-slideshow-controls-bottom {
  /* right: 10px; */
  /* z-index: 10; */
  /* float: right; */
  /* position: absolute; */
  /* bottom: 10px; */
}

.testimonies .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  margin: 5px;
  width: 35px;
  height: 15px;
  display: inline-block;
  background: var(--bg-body);
  text-indent: -100240px;
  border: 2px solid var(--color-primary-light);
}

.testimonies .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover,
.testimonies .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: var(--color-secondary-light);
}

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