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

/**********************/
/* Multiple Items 5
/* Main Carousel Style
/**********************/

/* 1 - Padding - Wrapper */
.multiple-items-5-wrapper {
  padding: 44px 56px;
}
/* 2 - Background color of carousel */
.multiple-items-5.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}

/*********************/
/* Multiple Items 5
/* Layer Settings
/*********************/

/* 1 - Text - wrapper */
.multiple-items-5-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 90%;
  margin: auto;
  height: 100%;
  display: block;
  position: absolute;
}
/* 2 - Image */
.multiple-items-5-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: 122px !important;
  background-position: center;
  background-repeat: no-repeat;
}
/* 3 - Time */
.multiple-items-5-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;
  margin: auto 0 0 auto;
  background: rgba(0,0,0,.8);
  font-family: 'Rubik', sans-serif;
}
/* 4 - Text */
.multiple-items-5-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: 11px 0 5px 0;
}
/* 5 - Heading */
.multiple-items-5-layer > div > a:nth-child(1) {
  color: #030303;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 7px;
  letter-spacing: .2px;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Channel */
.multiple-items-5-layer > div > a:nth-child(2) {
  font-size: 0;
  display: block;
  margin-bottom: 7px;
  text-decoration: none;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 7 - Channel - Text */
.multiple-items-5-layer > div > a:nth-child(2) > span {
  color: #606060;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .2px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 8 - Channel - Icon */
.multiple-items-5-layer > div > a:nth-child(2) > i {
  color: #606060;
  font-size: 12px;
  margin-left: 6px;
  display: inline-block;
}
/* 9 - Channel - Verify Icon */
.multiple-items-5-layer > div > a:nth-child(2) > i.verify-icon {
  color: #1eb412;
}
/* 10 - Views - Separator - Date */
.multiple-items-5-layer > div > span {
  color: #606060;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .4px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
}
/* 11 - Separator */
.multiple-items-5-layer > div > span:nth-child(4) {
  margin: 0 7px;
  font-size: 14px;
  font-weight: 500;
}

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

/*----- When the screen size gets = 576px and < 769px -----*/
@media (min-width:576px) and (max-width: 768.98px) {
  /* carousel */
  .multiple-items-5.sz-slider {
    height: 270px !important;
  }
  /* Image */
  .multiple-items-5-layer > a {
    height: 170px !important;
  }
}

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* Padding - Wrapper */
  .multiple-items-5-wrapper {
    padding: 20px 20px;
  }
  /* carousel */
  .multiple-items-5.sz-slider {
    height: 345px !important;
  }
  /* Image */
  .multiple-items-5-layer > a {
    height: 225px !important;
  }
}

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

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

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

/*----- When the screen size gets = 576px and < 769px -----*/
@media (min-width:576px) and (max-width: 768.98px) {
  /* Prev - Button */
  .multiple-items-5-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: 65px auto auto 20px;
  }
  /* 3 - Next - Button */
  .multiple-items-5-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: 65px 20px auto auto;
  }
}

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

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