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

/**********************/
/* Simple Version 26
/* Main Carousel Style
/**********************/

/* 1 - Background color of the carousel */
.simple-ver-26.sz-slider {
  background: #f8f8f8;
}
/* 2 - Background Images Position */
.simple-ver-26.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/********************/
/* Simple Version 26
/* Layer Settings
/********************/

/* 1 - Text - center - wrapper */
.simple-ver-26-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  background: #f8f8f8;
}
/* 2 - Centred Image */
.simple-ver-26-layer > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 350px;
  display: block;
  position: absolute;
  margin: auto auto 3% auto;
}
/* 3 - 50% Container - left */
.simple-ver-26-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  background: #dad38b;
  margin: auto auto auto 0;
}
/* 4 - 50% Container - right */
.simple-ver-26-layer.simple-ver-26-layer-right > div {
  text-align: right;
  background: #d3da8b;
  margin: auto 0 auto auto;
}
/* 5 - Text - wrapper */
.simple-ver-26-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 275px;
  height: 220px;
  display: block;
  position: absolute;
}
/* 6 - Heading - ( photography art ideas ) */
.simple-ver-26-layer > div > div > span {
  color: #080808;
  display: block;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
}
/* 7 - Button - ( more information ) */
.simple-ver-26-layer > div > div > a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 35px;
  margin: 74px 0 0 0;
  background: #080808;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 8 - Button - ( more information ) */
.simple-ver-26-layer > div > div > a:hover {
  color: #080808;
  background: #fff;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Text - wrapper */
  .simple-ver-26-layer > div > div {
    width: 235px;
  }
  /* Heading - ( photography art ideas ) */
  .simple-ver-26-layer > div > div > span {
    font-size: 42px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Centred Image */
  .simple-ver-26-layer > img {
    width: 250px;
  }
  /* Text - wrapper */
  .simple-ver-26-layer > div > div {
    width: 212px;
    height: 195px;
  }
  /* Heading - ( photography art ideas ) */
  .simple-ver-26-layer > div > div > span {
    font-size: 38px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Centred Image */
  .simple-ver-26-layer > img {
    width: 250px;
    margin: auto auto 1% auto;
  }
  /* Text - wrapper */
  .simple-ver-26-layer > div > div {
    width: 180px;
    height: 170px;
  }
  /* Heading - ( photography art ideas ) */
  .simple-ver-26-layer > div > div > span {
    font-size: 32px;
  }
  /* Button - ( more information ) */
  .simple-ver-26-layer > div > div > a {
    font-size: 14px;
    padding: 13px 30px;
    margin: 65px 0 0 0;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Centred Image */
  .simple-ver-26-layer > img {
    width: 200px;
    margin: auto auto 1% auto;
  }
  /* Text - wrapper */
  .simple-ver-26-layer > div > div {
    width: 200px;
    height: 170px;
	text-align: center;
    margin: auto 0 auto 37px;
  }
  /* 50% Container - right */
  .simple-ver-26-layer.simple-ver-26-layer-right > div > div {
    margin: auto 37px auto auto;
  }
  /* Heading - ( photography art ideas ) */
  .simple-ver-26-layer > div > div > span {
    font-size: 32px;
  }
  /* Button - ( more information ) */
  .simple-ver-26-layer > div > div > a {
    font-size: 14px;
    padding: 13px 30px;
    margin: 65px 0 0 0;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Centred Image */
  .simple-ver-26-layer > img {
    width: 60%;
    margin: auto auto 1% auto;
  }
  /* Text - wrapper */
  .simple-ver-26-layer > div > div {
    width: 160px;
    height: 136px;
	text-align: center;
    margin: auto 0 auto 10px;
  }
  /* 50% Container - right */
  .simple-ver-26-layer.simple-ver-26-layer-right > div > div {
    margin: auto 10px auto auto;
  }
  /* Heading - ( photography art ideas ) */
  .simple-ver-26-layer > div > div > span {
    font-size: 28px;
  }
  /* Button - ( more information ) */
  .simple-ver-26-layer > div > div > a {
    font-size: 14px;
    padding: 10px 25px;
    margin: 45px 0 0 0;
  }
}

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

/* 1 - Buttons */
.simple-ver-26-btn .carousel-control-btn {
  z-index: 1;
  opacity: 1;
  color: #fff;
  width: 50px;
  height: 40px;
  margin: auto;
  display: block;
  font-size: 12px;
  line-height: 40px;
  background: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 2 - Prev Button */
.simple-ver-26-btn .carousel-control-prev.carousel-control-btn {
  right: 0;
  left: auto;
  margin: 30px 82px auto auto;
}
/* 3 - Next Button */
.simple-ver-26-btn .carousel-control-next.carousel-control-btn {
  margin: 30px 30px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-26-btn.sz-slider .carousel-control-btn:hover {
  color: #1a1a1a;
  background: #fff;
}

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

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

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

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

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