/*!
 * Template Name : simple-ver-13
 */

/**********************/
/* Simple Version 13
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-13.sz-slider {
  background: rgba(0,0,0,.5);
}
/* 2 - Background Images Position */
.simple-ver-13.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 13
/* Layer Settings
/*******************/

/* 1 - Text - left - wrapper */
.simple-ver-13-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 352px;
  display: block;
  min-width: 300px;
  max-width: 300px;
  min-height: 352px;
  max-height: 352px;
  position: absolute;
  text-align: center;
}
/* 2 - Container */
.simple-ver-13-layer > div {
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
  position: relative;
  background: rgba(255,255,255,.95);
}
/* 3 - Text - left - wrapper */
.simple-ver-13-layer.simple-ver-13-layer-left {
  margin: auto auto auto 10%;
}
/* 4 - Text - right - wrapper */
.simple-ver-13-layer.simple-ver-13-layer-right {
  margin: auto 10% auto auto;
}
/* 5 - Children */
.simple-ver-13-layer > div span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 190px;
  height: 275px;
  color: #252525;
  display: block;
  font-size: 68px;
  line-height: 1.04;
  font-style: italic;
  position: absolute;
  padding: 0 5px 0 0;
  letter-spacing: -5px;
  text-transform: capitalize;
  font-family: 'Arapey', serif;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - left - wrapper */
  .simple-ver-13-layer {
    width: 200px;
    height: 275px;
    min-width: 200px;
    max-width: 200px;
    min-height: 275px;
    max-height: 275px;
  }
  /* Children */
  .simple-ver-13-layer > div span {
    width: 160px;
    height: 240px;
    font-size: 58px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - left - wrapper */
  .simple-ver-13-layer {
    width: 190px;
    height: 250px;
    min-width: 190px;
    max-width: 190px;
    min-height: 250px;
    max-height: 250px;
  }
  /* Text - left & right - wrapper */
  .simple-ver-13-layer.simple-ver-13-layer-left,
  .simple-ver-13-layer.simple-ver-13-layer-right {
    margin: auto;
    text-align: center;
  }
  /* Children */
  .simple-ver-13-layer > div span {
    width: 140px;
    height: 215px;
    font-size: 52px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - left - wrapper */
  .simple-ver-13-layer {
    width: 150px;
    height: 198px;
    min-width: 150px;
    max-width: 150px;
    min-height: 198px;
    max-height: 198px;
  }
  /* Text - left & right - wrapper */
  .simple-ver-13-layer.simple-ver-13-layer-left,
  .simple-ver-13-layer.simple-ver-13-layer-right {
    margin: auto;
    text-align: center;
  }
  /* Children */
  .simple-ver-13-layer > div span {
    width: 110px;
    height: 170px;
    font-size: 42px;
  }
}

/**************************/
/* Simple Version 13
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.simple-ver-13-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  width: 60px;
  height: 60px;
  display: block;
  color: #252525;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
  background: rgba(255,255,255,.95);
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-13-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 25px;
}
/* 3 - Next - Button */
.simple-ver-13-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 25px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-13-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #252525;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Prev - Button */
  .simple-ver-13-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 10px;
  }
  /* Next - Button */
  .simple-ver-13-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 10px auto auto;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev - Button */
  .simple-ver-13-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 36px; 
    margin: auto auto auto 10px;
  }
  /* Next - Button */
  .simple-ver-13-btn.sz-slider .carousel-control-btn.carousel-control-next {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 36px;
    margin: auto 10px auto auto;
  }
}

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

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