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

/**********************/
/* Multiple Items 7
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 7
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-7-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-7-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: 150px !important;
  background-position: center;
  background-repeat: no-repeat;
}
/* 3 - Play Icon */
.multiple-items-7-layer > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  width: 45px;
  height: 45px;
  margin: auto;
  display: block;
  font-size: 12px;
  background: #fff;
  line-height: 45px;
  text-align: center;
  position: absolute;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 4 - Play Icon - hover */
.multiple-items-7-layer > a:hover > i {
  color: #fff;
  background: #fd2323;
}
/* 5 - Text */
.multiple-items-7-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: 17px 20px;
  border: 1px solid #e5e5e5;  
  border-top: none;  
}
/* 6 - Title */
.multiple-items-7-layer > div > a:nth-child(1) {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 45px;
  letter-spacing: .2px;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 7 - Channel */
.multiple-items-7-layer > div > a:nth-child(2) {
  color: #fd2323;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: .2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 8 - Title - Channel - hover */
.multiple-items-7-layer > div > a:hover {
  color: #a81717;
}
/* 9 - Site Name - Separator - Date */
.multiple-items-7-layer > div > span {
  color: #666;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .4px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
}
/* 10 - Separator */
.multiple-items-7-layer > div > span:nth-child(4) {
  margin: 0 5px;
}

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

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


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

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