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

/**********************/
/* Cover Flow 7
/* Main Carousel Style
/**********************/

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

/********************/
/* Cover Flow 7
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.cover-flow-7-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-7-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 80%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 3 - Container - center */
.cover-flow-7-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
  width: 328px;
  height: 228px;
  display: block;
  background: #fff;
  text-align: center;
  position: absolute;
  margin: auto auto 110px auto;
  padding: 30px 30px 25px 35px;
}
/* 4 - Container - left */
.cover-flow-7-layer.cover-flow-7-layer-left > div:nth-child(2) {
  text-align: left;
  margin: auto auto 110px 75px;
  padding: 30px 30px 25px 35px;
}
/* 5 - Container - right */
.cover-flow-7-layer.cover-flow-7-layer-right > div:nth-child(2) {
  text-align: right;
  margin: auto 75px 110px auto;
  padding: 30px 35px 25px 30px;
}
/* 6 - Image - center */
.cover-flow-7-layer > div:nth-child(2) > img {
  width: 70px;
  margin: auto;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
/* 7 - Image - left */
.cover-flow-7-layer.cover-flow-7-layer-left > div:nth-child(2) > img {
  margin: auto auto auto 0;
}
/* 8 - Image - right */
.cover-flow-7-layer.cover-flow-7-layer-right > div:nth-child(2) > img {
  margin: auto 0 auto auto;
}
/* 9 - Author */
.cover-flow-7-layer > div:nth-child(2) > span:nth-child(2) {
  color: #313131;
  font-size: 13px;
  font-weight: 400;
  margin-top: 17px;
  position: relative;
  letter-spacing: 1.3px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 10 - Comments */
.cover-flow-7-layer > div:nth-child(2) > span:nth-child(3) {
  left: 0;
  top: 1px;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 26px;
  height: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  position: relative;
  margin: 0 0 0 13px;
  background: #1000bd;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Barlow', sans-serif;
}
/* 11 - Comments - bottom arrow */
.cover-flow-7-layer > div:nth-child(2) > span:nth-child(3)::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  border-style: solid;
  margin: auto auto -8px 8px;
  border-top: 8px solid #1000bd;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left: 8px solid transparent;
}
/* 12 - Post */
.cover-flow-7-layer > div:nth-child(2) > a {
  color: #333;
  display: block;
  margin-top: 9px;
  font-size: 31px;
  font-weight: 700;
  position: relative;
  letter-spacing: .2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 13 - Post - hover */
.cover-flow-7-layer > div:nth-child(2) > a:hover {
  color: #1000bd;
}

/******************/
/* 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 - center */
  .cover-flow-7-layer > div:nth-child(2) {
    width: 310px;
    height: 228px;
    margin: auto auto 90px auto;
  }
  /* Container - left */
  .cover-flow-7-layer.cover-flow-7-layer-left > div:nth-child(2) {
    padding: 30px 20px 25px 35px;
    margin: auto auto 90px 15px;
  }
  /* Container - right */
  .cover-flow-7-layer.cover-flow-7-layer-right > div:nth-child(2) {
    padding: 30px 35px 25px 20px;
    margin: auto 15px 90px auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Container */
  .cover-flow-7-layer > div:nth-child(2),
  .cover-flow-7-layer.cover-flow-7-layer-left > div:nth-child(2),
  .cover-flow-7-layer.cover-flow-7-layer-right > div:nth-child(2) {
    margin: auto;
    width: 152px;
    height: 215px;
    padding: 10px;
    text-align: center;
  }
  /* Image */
  .cover-flow-7-layer > div:nth-child(2) > img,
  .cover-flow-7-layer.cover-flow-7-layer-left > div:nth-child(2) > img,
  .cover-flow-7-layer.cover-flow-7-layer-right > div:nth-child(2) > img {
    margin: auto;
  }
  /* Author */
  .cover-flow-7-layer > div:nth-child(2) > span:nth-child(2) {
    display: block;
  }
  /* Comments */
  .cover-flow-7-layer > div:nth-child(2) > span:nth-child(3) {
    top: 0;
    display: block;
    margin: 10px auto auto auto;
  }
  /* Post */
  .cover-flow-7-layer > div:nth-child(2) > a {
    font-size: 19px;
    margin-top: 10px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Container */
  .cover-flow-7-layer > div:nth-child(2),
  .cover-flow-7-layer.cover-flow-7-layer-left > div:nth-child(2),
  .cover-flow-7-layer.cover-flow-7-layer-right > div:nth-child(2) {
    margin: auto;
    padding: 5px;
    width: 112px;
    height: 190px;
    text-align: center;
  }
  /* Image */
  .cover-flow-7-layer > div:nth-child(2) > img,
  .cover-flow-7-layer.cover-flow-7-layer-left > div:nth-child(2) > img,
  .cover-flow-7-layer.cover-flow-7-layer-right > div:nth-child(2) > img {
    margin: auto;
  }
  /* Author */
  .cover-flow-7-layer > div:nth-child(2) > span:nth-child(2) {
    display: block;
  }
  /* Comments */
  .cover-flow-7-layer > div:nth-child(2) > span:nth-child(3) {
    top: 0;
    display: block;
    margin: 10px auto auto auto;
  }
  /* Post */
  .cover-flow-7-layer > div:nth-child(2) > a {
    font-size: 14px;
    margin-top: 10px;
  }
}

/*********************/
/* Cover Flow 7
/* Indicators Buttons
/*********************/

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

/******************/
/* 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-7-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-7-indicators.carousel-indicators {
    display: none;
  }
}

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

/* 1 - Buttons */
.cover-flow-7-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: #03002a;
  text-decoration: none;
  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 */
.cover-flow-7-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 25px;
}
/* 3 - Next - Button */
.cover-flow-7-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 25px auto auto;
}
/* 4 - Hover */
.cover-flow-7-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #1000bd;
}
/* 5 - Icons */
.cover-flow-7-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-7-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-7-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 10px;
  }
  /* Next - Button */
  .cover-flow-7-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 10px auto auto;
  }
}

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

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