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

/**********************/
/* Multiple Items 6
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 6
/* Layer Settings
/*********************/

/* 1 - Text - wrapper */
.multiple-items-6-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 91%;
  margin: auto;
  height: 100%;
  display: block;
  position: absolute;
}
/* 2 - Image */
.multiple-items-6-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: 143px !important;
  background-position: center;
  background-repeat: no-repeat;
}
/* 3 - Time */
.multiple-items-6-layer > a > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 45px;
  height: 25px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  position: absolute;
  margin: auto 7px 7px auto;
  background: rgba(0,0,0,.8);
  font-family: 'Rubik', sans-serif;
}
/* 4 - Text */
.multiple-items-6-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-6-layer > div > a:nth-child(1) {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: .2px;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 5 - Date */
.multiple-items-6-layer > div > span {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px;
  letter-spacing: .4px;
  font-family: 'Rubik', sans-serif;
}
/* 6 - Channel */
.multiple-items-6-layer > div > a:nth-child(3) {
  font-size: 0;
  display: block;
  text-decoration: none;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 7 - Channel - 1st Text - ( by ) */
.multiple-items-6-layer > div > a:nth-child(3) > span:nth-child(1) {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  margin-right: 3px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
}
/* 8 - Channel Name */
.multiple-items-6-layer > div > a:nth-child(3) > span:nth-child(2) {
  color: #4631c4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .2px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 9 - Channel - Icon */
.multiple-items-6-layer > div > a:nth-child(3) > i {
  color: #606060;
  font-size: 12px;
  margin-left: 6px;
  display: inline-block;
}
/* 10 - Channel - Verify Icon */
.multiple-items-6-layer > div > a:nth-child(3) > i.verify-icon {
  color: #1eb412;
}
/* 11 - Stars - wrapper */
.multiple-items-6-layer > div > ul {
  padding: 0;
  font-size: 0;
  margin: 15px 0 0 0;
}
/* 12 - Stars - children */
.multiple-items-6-layer > div > ul > li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
}
/* 13 - Stars - icons */
.multiple-items-6-layer > div > ul > li > i {
  margin: 0;
  padding: 0;
  display: block;
  color: #fdba0a;
  font-size: 12px;
}
/* 14 - Stars - Numbers */
.multiple-items-6-layer > div > ul > li:last-child {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 10px;
  font-family: 'Barlow', sans-serif;
}

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

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* Padding - Wrapper */
  .multiple-items-6-wrapper {
    padding: 45px 0;
  }
  /* Text - wrapper */
  .multiple-items-6-layer {
    width: 240px;
  }
  /* carousel */
  .multiple-items-6.sz-slider {
    height: 325px !important;
  }
  /* Image */
  .multiple-items-6-layer > a {
    height: 200px !important;
  }
}


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

/* 1 - Buttons */
.multiple-items-6-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;
  text-decoration: none;
  background: rgba(255,255,255,.8);
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-6-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 50px auto auto 12px;
}
/* 3 - Next - Button */
.multiple-items-6-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 50px 12px auto auto;
}
/* 4 - Hover */
.multiple-items-6-btn.sz-slider .carousel-control-btn:hover {
  color: #333;
  background: #fff;
}
/* 5 - Icons */
.multiple-items-6-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  color: #333;
  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-6-btn.sz-slider .carousel-control-btn:hover > i {
  color: #333;
}

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

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

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