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

/**********************/
/* Multiple Items 3
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 3
/* Layer Settings
/*********************/

/* 1 - Text - wrapper */
.multiple-items-3-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  margin: auto;
  height: 100%;
  display: block;
  position: absolute;
}
/* 2 - Image */
.multiple-items-3-layer > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 3 - Container */
.multiple-items-3-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: 1;
  height: 86px;
  font-size: 0;
  line-height: 1;
  display: block;
  background: rgba(0,0,0,0.6);
  text-align: left;
  position: absolute;
  padding: 20px 0 0 20px;
  margin: auto auto 7px auto;
}
/* 4 - Heading - Tags */
.multiple-items-3-layer > div > a {
  letter-spacing: .1px;
  text-decoration: none;
  font-family: 'KrubRegular', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 5 - Heading */
.multiple-items-3-layer > div > a:first-child {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
/* 6 - Tags */
.multiple-items-3-layer > div > a:not(:first-child) {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .4px;
  display: inline-block;
  text-transform: uppercase;
}
/* 7 - Separator */
.multiple-items-3-layer > div > span {
  color: #777;
  margin: 0 3px;
  font-size: 13px;
  font-family: 'KrubRegular', sans-serif;
}
/* 8 - Heading - Tags - hover */
.multiple-items-3-layer > div > a:hover {
  color: #ffb902;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 993px) and (max-width: 1200.98px) {
  /* Container */
  .multiple-items-3-layer > div {
    margin: auto auto 17px auto;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* Container */
  .multiple-items-3-layer > div {
    margin: auto auto 17px auto;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width:333px) and (max-width: 575.98px) {
  /* Image */
  .multiple-items-3-layer > img {
    width: 70%;
	position: relative;
  }
  /* Container */
  .multiple-items-3-layer > div {
    width: 70%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
  }
  /* Heading */
  .multiple-items-3-layer > div > a:first-child {
    font-size: 18px;
  }
}
/*----- When the screen size gets <= 332.98px -----*/
@media (max-width: 332.98px) {
  /* Image */
  .multiple-items-3-layer > img {
    width: 70%;
	position: relative;
  }
  /* Container */
  .multiple-items-3-layer > div {
    width: 70%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	text-align: center;
  }
  /* Heading */
  .multiple-items-3-layer > div > a:first-child {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* Tags */
  .multiple-items-3-layer > div > a:not(:first-child) {
    font-size: 10px;
  }
}

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

/* 1 - Buttons */
.multiple-items-3-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 15;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #026cd8;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-3-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 10px;
}
/* 3 - Next - Button */
.multiple-items-3-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 10px auto auto;
}
/* 4 - Hover */
.multiple-items-3-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #ffb902;
}
/* 5 - Icons */
.multiple-items-3-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  width: 16px;
  height: 14px;
  margin: auto;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-3-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-3-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

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