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

/**********************/
/* Simple Version 31
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-31.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.simple-ver-31.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 31
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-31-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Text - Container */
.simple-ver-31-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  margin: auto;
  width: 500px;
  height: 255px;
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
}
/* 3 - Icon - Image */
.simple-ver-31-layer > div > img {
  width: 120px;
}
/* 4 - Children */
.simple-ver-31-layer > div > span {
  color: #393939;
  display: block;
  font-family: 'Rubik', sans-serif;
}
/* 5 - 1st child - ( Change a Child's ) */
.simple-ver-31-layer > div > span:nth-child(2) {
  font-size: 50px;
  font-weight: 300;
  margin: 25px 0 0 0;
  letter-spacing: -.5px;
  text-transform: uppercase;
}
/* 6 - 2nd child - ( Rest of Life ) */
.simple-ver-31-layer > div > span:nth-child(3) {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -.5px;
  text-transform: uppercase;
}
/* 7 - 3rd child - ( connects non profits, donors, and companies and organization ) */
.simple-ver-31-layer > div > span:nth-child(4) {
  margin-top: 9px;
  font-weight: 400;
  font-size: 16.5px;
  text-transform: none;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container */
  .simple-ver-31-layer > div {
    width: 430px;
    height: 207px;
  }
  /* Icon - Image */
  .simple-ver-31-layer > div > img {
    width: 90px;
  }
  /* 1st child - ( Change a Child's ) */
  .simple-ver-31-layer > div > span:nth-child(2) {
    font-size: 40px;
  }
  /* 2nd child - ( Rest of Life ) */
  .simple-ver-31-layer > div > span:nth-child(3) {
    font-size: 40px;
  }
  /* 3rd child - ( connects non profits, donors, and companies and organization ) */
   .simple-ver-31-layer > div > span:nth-child(4) {
    font-size: 14px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container */
  .simple-ver-31-layer > div {
    width: 270px;
    height: 173px;
  }
  /* Icon - Image */
  .simple-ver-31-layer > div > img {
    width: 75px;
  }
  /* 1st child - ( Change a Child's ) */
  .simple-ver-31-layer > div > span:nth-child(2) {
    font-size: 30px;
    margin: 15px 0 0 0;
  }
  /* 2nd child - ( Rest of Life ) */
  .simple-ver-31-layer > div > span:nth-child(3) {
    font-size: 30px;
  }
  /* 3rd child - ( connects non profits, donors, and companies and organization ) */
   .simple-ver-31-layer > div > span:nth-child(4) {
    margin-top: 5px;
    font-size: 13px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container */
  .simple-ver-31-layer > div {
    width: 200px;
    height: 142px;
  }
  /* Icon - Image */
  .simple-ver-31-layer > div > img {
    width: 65px;
  }
  /* 1st child - ( Change a Child's ) */
  .simple-ver-31-layer > div > span:nth-child(2) {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
  /* 2nd child - ( Rest of Life ) */
  .simple-ver-31-layer > div > span:nth-child(3) {
    font-size: 22px;
  }
  /* 3rd child - ( connects non profits, donors, and companies and organization ) */
   .simple-ver-31-layer > div > span:nth-child(4) {
    margin-top: 5px;
    font-size: 12px;
  }
}

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

/* 1 - Buttons */
.simple-ver-31-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 38px;
  line-height: 40px;
  text-decoration: none;
  background: transparent;
  color: rgba(57,57,57,.6);
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-31-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 25px;
}
/* 3 - Next - Button */
.simple-ver-31-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 25px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-31-btn.sz-slider .carousel-control-btn:hover {
  color: rgba(57,57,57,1);
}
/* 5 - Buttons - Icons */
.simple-ver-31-btn.sz-slider .carousel-control-btn > i {

}

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

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

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

/*********************/
/* Simple Version 31
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-31-indicators.carousel-indicators {
  padding: 0;
  width: 76px;
  height: 25px;
  margin: auto auto 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-31-indicators.carousel-indicators > li {
  padding: 0;
  margin: 3px;
  width: 19px;
  height: 19px;
  border: none;
  line-height: 19px;
  background: rgba(57,57,57,.6);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-31-indicators.carousel-indicators > li.active {
  border: none;
  background: rgba(57,57,57,1);
}


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