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

/**********************/
/* Cover Flow 6
/* Main Carousel Style
/**********************/

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

/********************/
/* Cover Flow 6
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.cover-flow-6-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-6-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 86%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 3 - Container */
.cover-flow-6-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 376px;
  height: 118px;
  display: block;
  background: #fff;
  text-align: left;
  position: absolute;
  margin: auto auto 110px auto;
  padding: 30px 80px 25px 35px;
}
/* 4 - All Links */
.cover-flow-6-layer > div:nth-child(2) > a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 5 - Comments */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 35px;
  height: 28px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  position: absolute;
  background: #bd0d0d;
  margin: -15px 28px auto auto;
  font-family: 'Prompt', sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* 6 - Comments - Hover */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(1):hover {
  color: #fff;
  background: #52c306;
}
/* 7 - Comments - bottom arrow */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(1)::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  border-style: solid;
  margin: auto auto -11px 8px;
  border-top: 8px solid #bd0d0d;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right: 8px solid transparent;
  transition: border .2s ease;
  -webkit-transition: border .2s ease;
}
/* 8 - Comments - bottom arrow - hover */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(1):hover::after {
  border-top: 8px solid #52c306;
}
/* 9 - Date & Name */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(2),
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(3) {
  color: #111;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  letter-spacing: 1px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 10 - Date - ( | ) */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(2)::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  height: 70%;
  display: block;
  position: absolute;
  background: #c1c1c1;
  margin: auto -11px auto auto;
}
/* 11 - Name - margin */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(3) {
  margin-left: 25px;
}
/* 12 - Post */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(4) {
  color: #333;
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  font-family: 'Barlow', sans-serif;
}
/* 13 - Date - Name - Post - hover */
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(2):hover,
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(3):hover,
.cover-flow-6-layer > div:nth-child(2) > a:nth-child(4):hover {
  color: #52c306;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Container */
  .cover-flow-6-layer > div:nth-child(2) {
    width: 360px;
    margin: auto auto 85px auto;
    padding: 30px 70px 25px 35px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Container */
  .cover-flow-6-layer > div:nth-child(2) {
    margin: auto;
    width: 172px;
    height: 150px;
	text-align: center;
    padding: 30px 10px 10px 10px;
  }
  /* Comments */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(1) {
    margin: -15px auto auto auto;
  }
  /* Date & Name */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(2),
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(3) {
    display: block;
  }
  /* Date - ( | ) */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(2)::after {
    width: 25%;
    height: 1px;
    margin: auto auto -5px auto;
  }
  /* Name - margin */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(3) {
    margin-left: 0;
    margin-top: 10px;
  }
  /* Post */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(4) {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Container */
  .cover-flow-6-layer > div:nth-child(2) {
    margin: auto;
    width: 127px;
    height: 140px;
	text-align: center;
    padding: 30px 10px 10px 10px;
  }
  /* Comments */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(1) {
    margin: -15px auto auto auto;
  }
  /* Date & Name */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(2),
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(3) {
    display: block;
  }
  /* Date - ( | ) */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(2)::after {
    width: 25%;
    height: 1px;
    margin: auto auto -5px auto;
  }
  /* Name - margin */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(3) {
    margin-left: 0;
    margin-top: 10px;
  }
  /* Post */
  .cover-flow-6-layer > div:nth-child(2) > a:nth-child(4) {
    font-size: 14px;
    margin-top: 10px;
  }
}

/*********************/
/* Cover Flow 6
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .cover-flow-6-indicators.carousel-indicators {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 125px;
  height: 20px;
  margin: auto auto 10px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .cover-flow-6-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 12px;
  height: 12px;
  border: none;
  line-height: 16px;
  background: #c1c1c1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 0 2px #c1c1c1;
  -webkit-box-shadow: 0 0 0 2px #c1c1c1;
  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-6-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #bd0d0d;
  -webkit-box-shadow: 0 0 0 2px #bd0d0d;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .cover-flow-6-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: #c1c1c1;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .cover-flow-6-indicators.carousel-indicators > li.active::after {
  background: #bd0d0d;
}

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

/*----- 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=x] .cover-flow-6-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=x] .cover-flow-6-indicators.carousel-indicators {
    display: none;
  }
}

/**************************/
/* Cover Flow 6
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.cover-flow-6-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  z-index: 15;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #bd0d0d;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.cover-flow-6-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 50px;
}
/* 3 - Next - Button */
.cover-flow-6-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 50px auto auto;
}
/* 4 - Hover */
.cover-flow-6-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #333;
}
/* 5 - Icons */
.cover-flow-6-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  color: #fff;
  height: 14px;
  margin: auto;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.cover-flow-6-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev - Button */
  .cover-flow-6-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 15px;
  }
  /* Next - Button */
  .cover-flow-6-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 15px auto auto;
  }
}

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

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