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

/*******************/
/* Simple Version 1
/* Layer Settings
/*******************/

/* 1 - Wrapper */
.simple-ver-1-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 40%;
  margin: auto;
  display: block;
  line-height: 1.3;
  min-width: 240px;
  min-height: 250px;
  position: absolute;
  text-align: center;
}
/* 2 - Children */
.simple-ver-1-layer > span {
  display: block;
}
/* 3 - 1st child - ( 9 October - 9 November ) */
.simple-ver-1-layer > span:nth-child(1) {
  color: #fff;
  margin: auto;
  font-size: 26px;
  font-weight: 600;
  word-spacing: 7px;
  position: relative;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 4 - 2nd child - ( automate your sales ) */
.simple-ver-1-layer > span:nth-child(2) {
  color: #fff;
  font-size: 72px;
  margin-top: 7px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 5 - 3rd child - ( the only way towards increased sales ) */
.simple-ver-1-layer > span:nth-child(3) {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-family: 'Arimo', sans-serif;
}
/* 6 - Button - ( view our community ) */
.simple-ver-1-layer > a {
  color: #fff;
  width: 226px;
  height: 46px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  background: #cd1be3;
  text-decoration: none;
  text-transform: uppercase;
  margin: 44px auto auto auto;
  font-family: 'Barlow Condensed', sans-serif;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 7 - Button - icon - ( -> ) */
.simple-ver-1-layer > a > i {
  margin-left: 5px;
}
/* 8 - Button - Hover - ( view our community ) */
.simple-ver-1-layer > a:hover {
  color: #000;
  background: #fff;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Wrapper */
  .simple-ver-1-layer {
    width: 65%;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Wrapper */
  .simple-ver-1-layer {
    width: 85%;
    height: 250px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Wrapper */
  .simple-ver-1-layer {
    width: 90%;
    min-height: 225px;
  }
  /* 1st child - ( 9 October - 9 November ) */
  .simple-ver-1-layer > span:nth-child(1) {
    font-size: 22px;
  }
  /* 2nd child - ( automate your sales ) */
  .simple-ver-1-layer > span:nth-child(2) {
    font-size: 58px;
  }
  /* 3rd child - ( the only way towards increased sales ) */
  .simple-ver-1-layer > span:nth-child(3) {
    font-size: 18px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Wrapper */
  .simple-ver-1-layer {
    width: 273px;
    height: 136px;
    min-height: 136px;
  }
  /* 1st child - ( 9 October - 9 November ) */
  .simple-ver-1-layer > span:nth-child(1) {
    font-size: 14px;
  }
  /* 2nd child - ( automate your sales ) */
  .simple-ver-1-layer > span:nth-child(2) {
    font-size: 26px;
  }
  /* 3rd child - ( the only way towards increased sales ) */
  .simple-ver-1-layer > span:nth-child(3) {
    font-size: 12px;
  }
  /* Button - ( view our community ) */
  .simple-ver-1-layer > a {
    width: 175px;
    height: 35px;
    font-size: 10px;
    line-height: 35px;
    margin: 25px auto auto auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Wrapper */
  .simple-ver-1-layer {
    width: 99%;
    height: 136px;
    min-width: 99%;
    min-height: 136px;
  }
  /* 1st child - ( 9 October - 9 November ) */
  .simple-ver-1-layer > span:nth-child(1) {
    font-size: 14px;
  }
  /* 2nd child - ( automate your sales ) */
  .simple-ver-1-layer > span:nth-child(2) {
    font-size: 26px;
  }
  /* 3rd child - ( the only way towards increased sales ) */
  .simple-ver-1-layer > span:nth-child(3) {
    font-size: 12px;
  }
  /* Button - ( view our community ) */
  .simple-ver-1-layer > a {
    width: 175px;
    height: 35px;
    font-size: 10px;
    line-height: 35px;
    margin: 25px auto auto auto;
  }
}

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

/* 1 - Buttons */
.sz-slider.simple-ver-1-btn .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 60px;
  height: 60px;
  font-size: 18px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 2 - Buttons - hover */
.sz-slider.simple-ver-1-btn .carousel-control-btn:hover,
.sz-slider.simple-ver-1-btn .carousel-control-btn:focus {
  color: #000;
  background: #fff;
}
/* 3 - Next */
.sz-slider.simple-ver-1-btn .carousel-control-btn.carousel-control-next {
  margin: auto 40px 30px auto;
}
/* 4 - Prev */
.sz-slider.simple-ver-1-btn .carousel-control-btn.carousel-control-prev {
  margin: auto 105px 30px auto;
}
/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .sz-slider.simple-ver-1-btn .carousel-control-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  /* Next */
  .sz-slider.simple-ver-1-btn .carousel-control-btn.carousel-control-next {
    margin: 10px 10px auto auto;
  }
  /* Prev */
  .sz-slider.simple-ver-1-btn .carousel-control-btn.carousel-control-prev {
    margin: 10px 55px auto auto;
  }
}

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

/*********************/
/* Simple Version 1
/* Scroll Down Button
/*********************/

/* Icon */
.simple-ver-1-scroll-down.carousel-scroll-down > i {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Button */
  .simple-ver-1-scroll-down.carousel-scroll-down {
    display: none;
  }
}