/*!
 * Template Name : cover-flow-4
 */

/**********************/
/* Cover Flow 4
/* Main Carousel Style
/**********************/

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

/********************/
/* Cover Flow 4
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.cover-flow-4-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
}
/* 2 - Background Image */
.cover-flow-4-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 97%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
}
/* 3 - Container - center */
.cover-flow-4-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 375px;
  height: 110px;
  display: block;
  background: #fff;
  text-align: center;
  position: absolute;
  padding: 25px 35px;
}
/* 4 - Container - left */
.cover-flow-4-layer-left > div:nth-child(2) {
  text-align: left;
  margin: auto auto auto 10%;
}
/* 5 - Container - right */
.cover-flow-4-layer-right > div:nth-child(2) {
  text-align: right;
  margin: auto 10% auto auto;
}
/* 6 - Heading - ( Creative Ideas ) */
.cover-flow-4-layer > div:nth-child(2) > span:nth-child(1) {
  color: #333;
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
}
/* 7 - Tags - ( Industrial, Creative, Ideas ) */
.cover-flow-4-layer > div:nth-child(2) > span:nth-child(2) {
  color: #777;
  display: block;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Container - center */
  .cover-flow-4-layer > div:nth-child(2) {
    width: 310px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Container - center */
  .cover-flow-4-layer > div:nth-child(2) {
    width: 310px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Container - center */
  .cover-flow-4-layer > div:nth-child(2) {
    width: 310px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Container - center */
  .cover-flow-4-layer > div:nth-child(2),
  .cover-flow-4-layer-left > div:nth-child(2),
  .cover-flow-4-layer-right > div:nth-child(2) {
    width: 270px;
    margin: auto;
    text-align: center;
    padding: 25px 15px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Container - center */
  .cover-flow-4-layer > div:nth-child(2),
  .cover-flow-4-layer-left > div:nth-child(2),
  .cover-flow-4-layer-right > div:nth-child(2) {
    width: 190px;
    height: 60px;
    margin: auto;
    padding: 5px;
    text-align: center;
  }
  /* Heading - ( Creative Ideas ) */
  .cover-flow-4-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 26px;
  }
  /* Tags - ( Industrial, Creative, Ideas ) */
  .cover-flow-4-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 10px;
  }
}

/*********************/
/* Cover Flow 4
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .cover-flow-4-indicators.carousel-indicators {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 21px;
  height: 123px;
  margin: auto 50px auto auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .cover-flow-4-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 12px;
  height: 12px;
  border: none;
  line-height: 16px;
  background: #e5e5e5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  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=slider] .cover-flow-4-indicators.carousel-indicators > li.active {
  border: none;
  background: rgba(230,16,16,.5);
  box-shadow: 0 0 0 2px rgba(230,16,16,.5);
  -webkit-box-shadow: 0 0 0 2px rgba(230,16,16,.5);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .cover-flow-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(.7);
  -webkit-transform: scale(.7);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .cover-flow-4-indicators.carousel-indicators > li.active::after {
  background: #e51010;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .cover-flow-4-indicators.carousel-indicators {
    margin: auto 20px auto auto;
  }
}

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

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