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

/**********************/
/* Simple Version 10
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 10
/* Layer Settings
/*******************/

/* 1 - Text - left - wrapper */
.simple-ver-10-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 525px;
  height: 350px;
  display: block;
  text-align: left;
  line-height: 1.2;
  min-width: 525px;
  max-width: 525px;
  min-height: 350px;
  max-height: 350px;
  position: absolute;
  margin: auto auto auto 15%;
}
/* 2 - Container */
.simple-ver-10-layer > div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}
/* 3 - Text - right - wrapper */
.simple-ver-10-layer.simple-ver-10-layer-right {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 4 - Children */
.simple-ver-10-layer > div > span {
  display: block;
}
/* 5 - 1st child - ( Interview with an Expert ) */
.simple-ver-10-layer > div > span:nth-child(1) {
  color: #555;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .22px;
  font-family: 'Arimo', sans-serif;
}
/* 6 - 2nd child - ( advice to grow ) */
.simple-ver-10-layer > div > span:nth-child(2) {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  margin-top: 12px;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
}
/* 7 - 3rd child - ( your business ) */
.simple-ver-10-layer > div > span:nth-child(3) {
  color: #1193d4;
  font-size: 59px;
  font-weight: 700;
  margin-top: -8px;
  letter-spacing: -.1px;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
}
/* 8 - List */
.simple-ver-10-layer > div > ul {
  padding: 0;
  font-size: 0;
  display: block;
  list-style: none;
  position: relative;
  margin: 12px 0 0 0;
}
/* 9 - List - children - left */
.simple-ver-10-layer > div > ul > li {
  margin: 0;
  display: block;
  font-size: 17px;
  list-style: none;
  font-weight: 400;
  line-height: 1.89;
  position: relative;
  padding: 0 0 0 22px;
  letter-spacing: .22px;
  font-family: 'Arimo', sans-serif;
}
/* 10 - List - children - right */
.simple-ver-10-layer.simple-ver-10-layer-right > div > ul > li {
  padding: 0 22px 0 0;
}
/* 11 - List - style - left */
.simple-ver-10-layer > div > ul > li::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  background: #1193d4;
  margin: auto auto auto 2px;
}
/* 12 - List - style - right */
.simple-ver-10-layer.simple-ver-10-layer-right > div > ul > li::before {
  margin: auto 2px auto auto;
}
/* 13 - Button - ( our work experience ) */
.simple-ver-10-layer > div > a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 43px;
  padding: 19px 44px;
  text-align: center;
  background: #1193d4;
  letter-spacing: .3px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Arimo', sans-serif;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 14 - Button - hover - ( our work experience ) */
.simple-ver-10-layer > div > a:hover {
  background: #0b628d;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - left - wrapper */
  .simple-ver-10-layer {
    height: 332px;
    min-height: 332px;
    max-height: 332px;
    margin: auto auto auto 8%;
  }
  /* Text - right - wrapper */
  .simple-ver-10-layer.simple-ver-10-layer-right {
    margin: auto 8% auto auto;
  }
  /* 2nd child - ( advice to grow ) */
  .simple-ver-10-layer > div > span:nth-child(2) {
    margin-top: 8px;
  }
  /* List */
  .simple-ver-10-layer > div > ul {
    margin: 8px 0 0 0;
  }
  /* Button - ( our work experience ) */
  .simple-ver-10-layer > div > a {
    margin-top: 33px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - wrapper */
  .simple-ver-10-layer,
  .simple-ver-10-layer.simple-ver-10-layer-right {
    margin: auto;
    width: 270px;
    height: 250px;
    min-width: 270px;
    max-width: 270px;
    min-height: 250px;
    max-height: 250px;
	text-align: center;
  }
  /* 1st child - ( Interview with an Expert ) */
  .simple-ver-10-layer > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* 2nd child - ( advice to grow ) */
  .simple-ver-10-layer > div > span:nth-child(2) {
    font-size: 28px;
  }
  /* 3rd child - ( your business ) */
  .simple-ver-10-layer > div > span:nth-child(3) {
    margin-top: 5px;
    font-size: 28px;
  }
  /* List - children - left */
  .simple-ver-10-layer > div > ul > li,
  .simple-ver-10-layer.simple-ver-10-layer-right > div > ul > li {
    padding: 0;
    font-size: 12px;
  }
  /* List - style */
  .simple-ver-10-layer > div > ul > li::before {
    display: none;
  }
  /* Button - ( our work experience ) */
  .simple-ver-10-layer > div > a {
    margin-top: 20px;
    padding: 16px 30px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - wrapper */
  .simple-ver-10-layer,
  .simple-ver-10-layer.simple-ver-10-layer-right {
    margin: auto;
    width: 200px;
    height: 200px;
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
	text-align: center;
  }
  /* 1st child - ( Interview with an Expert ) */
  .simple-ver-10-layer > div > span:nth-child(1) {
    font-size: 12px;
  }
  /* 2nd child - ( advice to grow ) */
  .simple-ver-10-layer > div > span:nth-child(2) {
    font-size: 16px;
  }
  /* 3rd child - ( your business ) */
  .simple-ver-10-layer > div > span:nth-child(3) {
    margin-top: 5px;
    font-size: 18px;
  }
  /* List - children - left */
  .simple-ver-10-layer > div > ul > li,
  .simple-ver-10-layer.simple-ver-10-layer-right > div > ul > li {
    padding: 0;
    font-size: 9px;
  }
  /* List - style */
  .simple-ver-10-layer > div > ul > li::before {
    display: none;
  }
  /* Button - ( our work experience ) */
  .simple-ver-10-layer > div > a {
    font-size: 10px;
    margin-top: 20px;
    padding: 16px 28px;
  }
}

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

/* 1 - Buttons */
.simple-ver-10-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  background: #555;
  margin: 15px auto auto 15px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Next - Button */
.simple-ver-10-btn.sz-slider .carousel-control-btn.carousel-control-next {
  right: auto;
  margin: 15px auto auto 60px;
}
/* 3 - Buttons - hover */
.simple-ver-10-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #1193d4;
}

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

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

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

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