/*!
 * Template Name : multiple-items-4
 */

/**********************/
/* Multiple Items 4
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.multiple-items-4.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}

/*********************/
/* Multiple Items 4
/* Layer Settings
/*********************/

/* 1 - Text - wrapper */
.multiple-items-4-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 95%;
  margin: auto;
  height: 100%;
  display: block;
  position: absolute;
}
/* 2 - Image */
.multiple-items-4-layer > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: relative;
  text-decoration: none;
  background-size: cover;
  width: 100% !important;
  height: 228px !important;
  background-position: center;
  background-repeat: no-repeat;
}
/* 3 - Time */
.multiple-items-4-layer > a > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 50px;
  height: 25px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,.8);
  margin: auto 10px 10px auto;
  font-family: 'Rubik', sans-serif;
}
/* 4 - Text */
.multiple-items-4-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  font-size: 0;
  line-height: 1;
  display: block;
  text-align: left;
  position: relative;
  padding: 12px 0 5px 0;
}
/* 5 - Heading */
.multiple-items-4-layer > div > a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 7px;
  letter-spacing: .4px;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Heading - hover */
.multiple-items-4-layer > div > a:hover {
  color: #e62263;
}
/* 7 - Views - Separator - Date */
.multiple-items-4-layer > div > span {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .4px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
}
/* 8 - Separator */
.multiple-items-4-layer > div > span:nth-child(3) {
  margin: 0 7px;
  font-size: 20px;
  font-weight: 500;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* carousel */
  .multiple-items-4.sz-slider {
    width: 700px !important;
  }
}

/*----- When the screen size gets = 576px and < 769px -----*/
@media (min-width:576px) and (max-width: 768.98px) {
  /* carousel */
  .multiple-items-4.sz-slider {
    width: 85% !important;
  }
}
/*----- When the screen size gets <= 332.98px -----*/
@media (max-width: 575.98px) {
  /* carousel */
  .multiple-items-4.sz-slider {
    width: 70% !important;
  }
}

/**************************/
/* Multiple Items 4
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.multiple-items-4-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 15;
  color: #333;
  width: 35px;
  height: 35px;
  font-size: 0;
  background: #e5e5e5;
  text-decoration: none;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-4-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto 0 0;
}
/* 3 - Next - Button */
.multiple-items-4-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 0 0 auto;
}
/* 4 - Hover */
.multiple-items-4-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #e62263;
}
/* 5 - Icons */
.multiple-items-4-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  color: #333;
  height: 12px;
  margin: auto;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-4-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .multiple-items-4-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .multiple-items-4-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*********************/
/* Multiple Items 2
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-4-indicators.carousel-indicators {
  padding: 0;
  width: 167px;
  height: 19px;
  margin: auto auto 0 auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-4-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 10px;
  height: 10px;
  border: none;
  line-height: 10px;
  background: #e5e5e5;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  box-shadow: 0 0 0 2px #e5e5e5;
  -webkit-box-shadow: 0 0 0 2px #e5e5e5;
  transition: background .2s ease, border .2s ease, box-shadow .2s ease;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-box-shadow .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=carousel] .multiple-items-4-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #e62263;
  -webkit-box-shadow: 0 0 0 2px #e62263;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-4-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: #e5e5e5;
  transform: scale(.3);
  -webkit-transform: scale(.3);
  border-radius: 33px;
  -webkit-border-radius: 33px;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-4-indicators.carousel-indicators > li.active::after {
  background: #e62263;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-4-indicators.carousel-indicators {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-4-indicators.carousel-indicators {
    display: none;
  }
}