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

/**********************/
/* Simple Version 7
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 7
/* Layer Settings
/*******************/

/* 1 - Text - center - wrapper */
.simple-ver-7-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 530px;
  height: 266px;
  display: block;
  line-height: 1.2;
  min-width: 530px;
  max-width: 530px;
  min-height: 266px;
  max-height: 266px;
  text-align: center;
  position: absolute;
}
/* 2 - Container */
.simple-ver-7-layer > div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* 3 - Text - left - wrapper */
.simple-ver-7-layer.simple-ver-7-layer-left {
  text-align: left;
  margin: auto auto auto 10%;
}
/* 4 - Text - right - wrapper */
.simple-ver-7-layer.simple-ver-7-layer-right {
  text-align: right;
  margin: auto 10% auto auto;
}
/* 5 - Children */
.simple-ver-7-layer > div > span {
  display: block;
}
/* 6 - 1st child - ( professional business consulting ideas ) */
.simple-ver-7-layer > div > span:nth-child(1) {
  color: #333;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Arimo', sans-serif;
}
/* 7 - 2nd child - center - ( Alienum phaedrum torquatos nec eu, vis... ) */
.simple-ver-7-layer > div > span:nth-child(2) {
  color: #666;
  width: 420px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .3px;
  margin: 10px auto 47px auto;
  font-family: 'Arimo', sans-serif;
}
/* 8 - 2nd child - left - ( Alienum phaedrum torquatos nec eu, vis... ) */
.simple-ver-7-layer.simple-ver-7-layer-left > div > span:nth-child(2) {
  margin: 10px auto 47px 0;
}
/* 9 - 2nd child - right - ( Alienum phaedrum torquatos nec eu, vis... ) */
.simple-ver-7-layer.simple-ver-7-layer-right > div > span:nth-child(2) {
  margin: 10px 0 47px auto;
}
/* 10 - Button - ( start consulting ) */
.simple-ver-7-layer > div > a {
  color: #fff;
  width: 220px;
  height: 48px;
  font-size: 12px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  background: #375fe4;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Arimo', sans-serif;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 11 - Button - hover - ( start consulting ) */
.simple-ver-7-layer > div > a:hover {
  background: #0062cc;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - wrapper */
  .simple-ver-7-layer {
    width: 500px;
    height: 257px;
    min-width: 500px;
    max-width: 500px;
    min-height: 257px;
    max-height: 257px;
  }
  /* 1st child - ( professional business consulting ideas ) */
  .simple-ver-7-layer > div > span:nth-child(1) {
    font-size: 42px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - center - wrapper */
  .simple-ver-7-layer {
    width: 500px;
    height: 257px;
    min-width: 500px;
    max-width: 500px;
    min-height: 257px;
    max-height: 257px;
  }
  /* 1st child - ( professional business consulting ideas ) */
  .simple-ver-7-layer > div > span:nth-child(1) {
    font-size: 42px;
  }
  /* Text - left - wrapper */
  .simple-ver-7-layer.simple-ver-7-layer-left {
    margin: auto auto auto 6%;
  }
  /* Text - right - wrapper */
  .simple-ver-7-layer.simple-ver-7-layer-right {
    margin: auto 6% auto auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - center - wrapper */
  .simple-ver-7-layer {
    width: 270px;
    height: 243px;
    min-width: 270px;
    max-width: 270px;
    min-height: 243px;
    max-height: 243px;
  }
  /* Text - left - wrapper */
  .simple-ver-7-layer.simple-ver-7-layer-left {
    margin: auto;
    text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-7-layer.simple-ver-7-layer-right {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( professional business consulting ideas ) */
  .simple-ver-7-layer > div > span:nth-child(1) {
    font-size: 30px;
  }
  /* 2nd child - center - ( Alienum phaedrum torquatos nec eu, vis... ) */
  .simple-ver-7-layer > div > span:nth-child(2) {
    width: 99%;
    font-size: 14px;
    margin: 5px auto 17px auto;
  }
  /* 2nd child - left - ( Alienum phaedrum torquatos nec eu, vis... ) */
  .simple-ver-7-layer.simple-ver-7-layer-left > div > span:nth-child(2) {
    margin: 5px auto 17px 0;
  }
  /* 2nd child - right - ( Alienum phaedrum torquatos nec eu, vis... ) */
  .simple-ver-7-layer.simple-ver-7-layer-right > div > span:nth-child(2) {
    margin: 5px 0 17px auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - center - wrapper */
  .simple-ver-7-layer {
    width: 220px;
    height: 205px;
    min-width: 220px;
    max-width: 220px;
    min-height: 205px;
    max-height: 205px;
  }
  /* Text - left - wrapper */
  .simple-ver-7-layer.simple-ver-7-layer-left {
    margin: auto;
    text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-7-layer.simple-ver-7-layer-right {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( professional business consulting ideas ) */
  .simple-ver-7-layer > div > span:nth-child(1) {
    font-size: 22px;
  }
  /* 2nd child - center - ( Alienum phaedrum torquatos nec eu, vis... ) */
  .simple-ver-7-layer > div > span:nth-child(2) {
    width: 99%;
    font-size: 12px;
    margin: 5px auto 17px auto;
  }
  /* 2nd child - left - ( Alienum phaedrum torquatos nec eu, vis... ) */
  .simple-ver-7-layer.simple-ver-7-layer-left > div > span:nth-child(2) {
    margin: 5px auto 17px 0;
  }
  /* 2nd child - right - ( Alienum phaedrum torquatos nec eu, vis... ) */
  .simple-ver-7-layer.simple-ver-7-layer-right > div > span:nth-child(2) {
    margin: 5px 0 17px auto;
  }
}

/*********************/
/* Simple Version 7
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-7-indicators.carousel-indicators {
  height: 73px;
  padding: 0 0 0 6px;
  margin: auto 0 auto 5%;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-7-indicators.carousel-indicators > li {
  padding: 0;
  width: 13px;
  height: 13px;
  margin: 2px 0;
  overflow: hidden;
  background: #c7c7c7;
  line-height: 13px;
  border: 3px solid #c7c7c7;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 3 - Indicators - active - child */
.sz-slider[data-type=slider] .simple-ver-7-indicators.carousel-indicators > li.active {
  width: 13px;
  height: 13px;
  margin: 2px 0;
  line-height: 13px;
  border: 3px solid #375fe4;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-7-indicators.carousel-indicators {
    margin: auto 2% auto 0;
  }
}

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