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

/**********************/
/* Simple Version 35
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-35.sz-slider {
  background: #edf1ff;
  -webkit-font-smoothing: antialiased !important;
}

/*******************/
/* Simple Version 35
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-35-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background: transparent;
}
/* 2 - Side Image - left */
.simple-ver-35-layer > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 390px;
  display: block;
  position: absolute;
  margin: auto 14% auto auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 80px 0 0 25px #fff;
  -webkit-box-shadow: 80px 0 0 25px #fff;
}
/* 3 - Side Image - right */
.simple-ver-35-layer.simple-ver-35-layer-right > img {
  margin: auto auto auto 14%;
  box-shadow: -80px 0 0 25px #fff;
  -webkit-box-shadow: -80px 0 0 25px #fff;
}
/* 4 - Text - Container - left */
.simple-ver-35-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  width: 450px;
  height: 230px;
  display: block;
  line-height: 1;
  text-align: right;
  position: absolute;
  margin: auto auto auto 14%;
}
/* 5 - Text - Container - right */
.simple-ver-35-layer.simple-ver-35-layer-right > div {
  text-align: left;
  margin: auto 14% auto auto;
}
/* 6 - 1st child - ( Hello I’M ) */
.simple-ver-35-layer > div > span:nth-child(1) {
  color: #ff3838;
  display: block;
  font-size: 44px;
  font-weight: 700;
  margin-top: -10px;
  line-height: 1.143;
  letter-spacing: -.6px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 7 - 2nd child - ( Allison Parker ) */
.simple-ver-35-layer > div > span:nth-child(2) {
  color: #222;
  display: block;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.545;
  margin: -24px 0 0 0;
  letter-spacing: -.6px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 8 - 3rd child - ( Web Designer & Photographer ) */
.simple-ver-35-layer > div > span:nth-child(3) {
  color: #3c3c3c;
  display: block;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 35px;
  letter-spacing: -.67px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 9 - Buttons - ( Phone Number & Email ) */
.simple-ver-35-layer > div > a {
  z-index: 1;
  color: #fff;
  width: 208px;
  height: 55px;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 10 - Button - ( Phone Number ) */
.simple-ver-35-layer > div > a:nth-child(4) {
  margin: 0 10px 0 0;
  background: #54db34;
}
/* 11 - Button - Hover - ( Phone Number ) */
.simple-ver-35-layer > div > a:nth-child(4):hover {
  background: #389222;
}
/* 12 - Button - ( Email ) */
.simple-ver-35-layer > div > a:nth-child(5) {
  background: #ff3838;
}
/* 13 - Button - Hover - ( Email ) */
.simple-ver-35-layer > div > a:nth-child(5):hover {
  background: #aa2525;
}
/* 14 - Icons - ( Phone Number & Email ) */
.simple-ver-35-layer > div > a > i {
  margin-right: 10px;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Side Image - left */
  .simple-ver-35-layer > img {
    width: 350px;
    margin: auto 10% auto auto;
    box-shadow: 60px 0 0 10px #fff;
    -webkit-box-shadow: 60px 0 0 10px #fff;
  }
  /* Side Image - right */
  .simple-ver-35-layer.simple-ver-35-layer-right > img {
    margin: auto auto auto 10%;
    box-shadow: -60px 0 0 10px #fff;
    -webkit-box-shadow: -60px 0 0 10px #fff;
  }
  /* Text - Container - left */
  .simple-ver-35-layer > div {
    width: 427px;
    height: 217px;
    margin: auto auto auto 10%;
  }
  /* Text - Container - right */
  .simple-ver-35-layer.simple-ver-35-layer-right > div {
    margin: auto 10% auto auto;
  }
  /* 1st child - ( Hello I’M ) */
  .simple-ver-35-layer > div > span:nth-child(1) {
    font-size: 40px;
  }
  /* 2nd child - ( Allison Parker ) */
  .simple-ver-35-layer > div > span:nth-child(2) {
    font-size: 60px;
  }
  /* 3rd child - ( Web Designer & Photographer ) */
  .simple-ver-35-layer > div > span:nth-child(3) {
    font-size: 22px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Side Image - left */
  .simple-ver-35-layer > img {
    width: 280px;
    margin: auto 8% auto auto;
    box-shadow: 40px 0 0 0 #fff;
    -webkit-box-shadow: 40px 0 0 0 #fff;
  }
  /* Side Image - right */
  .simple-ver-35-layer.simple-ver-35-layer-right > img {
    margin: auto auto auto 8%;
    box-shadow: -40px 0 0 0 #fff;
    -webkit-box-shadow: -40px 0 0 0 #fff;
  }
  /* Text - Container - left */
  .simple-ver-35-layer > div {
    width: 360px;
    height: 180px;
    margin: auto auto auto 8%;
  }
  /* Text - Container - right */
  .simple-ver-35-layer.simple-ver-35-layer-right > div {
    margin: auto 8% auto auto;
  }
  /* 1st child - ( Hello I’M ) */
  .simple-ver-35-layer > div > span:nth-child(1) {
    font-size: 30px;
    margin-top: -7px;
  }
  /* 2nd child - ( Allison Parker ) */
  .simple-ver-35-layer > div > span:nth-child(2) {
    font-size: 50px;
    margin: -18px 0 0 0;
  }
  /* 3rd child - ( Web Designer & Photographer ) */
  .simple-ver-35-layer > div > span:nth-child(3) {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* Buttons - ( Phone Number & Email ) */
  .simple-ver-35-layer > div > a {
    width: 175px;
    height: 45px;
    font-size: 15px;
    line-height: 43px;
  }
  /* Button - ( Phone Number ) */
  .simple-ver-35-layer > div > a:nth-child(4) {
    margin: 0 8px 0 0;
  }
  /* Icons - ( Phone Number & Email ) */
  .simple-ver-35-layer > div > a > i {
    margin-right: 8px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Layer - wrapper */
  .simple-ver-35-layer {
    width: 325px;
    height: 355px;
  }
  /* Side Image - left & right */
  .simple-ver-35-layer > img,
  .simple-ver-35-layer.simple-ver-35-layer-right > img {
    width: 190px;
	position: relative;
    margin: 10px auto 15px auto;
    box-shadow: 0 0 0 5px #fff;
    -webkit-box-shadow: 0 0 0 5px #fff;
  }
  /* Text - Container - left & right */
  .simple-ver-35-layer > div,
  .simple-ver-35-layer.simple-ver-35-layer-right > div {
    margin: auto;
    width: 325px;
    height: 147px;
	position: relative;
	text-align: center;
  }
  /* 1st child - ( Hello I’M ) */
  .simple-ver-35-layer > div > span:nth-child(1) {
    font-size: 26px;
    margin-top: -7px;
  }
  /* 2nd child - ( Allison Parker ) */
  .simple-ver-35-layer > div > span:nth-child(2) {
    font-size: 40px;
    margin: -10px 0 0 0;
  }
  /* 3rd child - ( Web Designer & Photographer ) */
  .simple-ver-35-layer > div > span:nth-child(3) {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* Buttons - ( Phone Number & Email ) */
  .simple-ver-35-layer > div > a {
    width: 155px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
  }
  /* Button - ( Phone Number ) */
  .simple-ver-35-layer > div > a:nth-child(4) {
    margin: 0 5px 0 0;
  }
  /* Icons - ( Phone Number & Email ) */
  .simple-ver-35-layer > div > a > i {
    margin-right: 5px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Layer - wrapper */
  .simple-ver-35-layer {
    width: 270px;
    height: 321px;
  }
  /* Side Image - left & right */
  .simple-ver-35-layer > img,
  .simple-ver-35-layer.simple-ver-35-layer-right > img {
    width: 150px;
	position: relative;
    margin: 10px auto 10px auto;
    box-shadow: 0 0 0 5px #fff;
    -webkit-box-shadow: 0 0 0 5px #fff;
  }
  /* Text - Container - left & right */
  .simple-ver-35-layer > div,
  .simple-ver-35-layer.simple-ver-35-layer-right > div {
    margin: auto;
    width: 270px;
    height: 158px;
	position: relative;
	text-align: center;
  }
  /* 1st child - ( Hello I’M ) */
  .simple-ver-35-layer > div > span:nth-child(1) {
    font-size: 24px;
    margin-top: -7px;
  }
  /* 2nd child - ( Allison Parker ) */
  .simple-ver-35-layer > div > span:nth-child(2) {
    font-size: 30px;
    margin: -13px 0 0 0;
  }
  /* 3rd child - ( Web Designer & Photographer ) */
  .simple-ver-35-layer > div > span:nth-child(3) {
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  /* Buttons - ( Phone Number & Email ) */
  .simple-ver-35-layer > div > a {
    width: 175px;
    height: 38px;
    font-size: 13px;
    line-height: 37px;
  }
  /* Button - ( Phone Number ) */
  .simple-ver-35-layer > div > a:nth-child(4) {
    margin: 0 0 5px 0;
  }
  /* Icons - ( Phone Number & Email ) */
  .simple-ver-35-layer > div > a > i {
    margin-right: 10px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Layer - wrapper */
  .simple-ver-35-layer {
    width: 200px;
    height: 266px;
  }
  /* Side Image - left & right */
  .simple-ver-35-layer > img,
  .simple-ver-35-layer.simple-ver-35-layer-right > img {
    width: 60%;
	position: relative;
    margin: 0 auto 10px auto;
    box-shadow: 0 0 0 5px #fff;
    -webkit-box-shadow: 0 0 0 5px #fff;
  }
  /* Text - Container - left & right */
  .simple-ver-35-layer > div,
  .simple-ver-35-layer.simple-ver-35-layer-right > div {
    margin: auto;
    width: 100%;
    height: 143px;
	position: relative;
	text-align: center;
  }
  /* 1st child - ( Hello I’M ) */
  .simple-ver-35-layer > div > span:nth-child(1) {
    font-size: 22px;
    margin-top: -7px;
  }
  /* 2nd child - ( Allison Parker ) */
  .simple-ver-35-layer > div > span:nth-child(2) {
    font-size: 26px;
    margin: -10px 0 0 0;
  }
  /* 3rd child - ( Web Designer & Photographer ) */
  .simple-ver-35-layer > div > span:nth-child(3) {
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  /* Buttons - ( Phone Number & Email ) */
  .simple-ver-35-layer > div > a {
    width: 175px;
    height: 35px;
    font-size: 12px;
    line-height: 33px;
  }
  /* Button - ( Phone Number ) */
  .simple-ver-35-layer > div > a:nth-child(4) {
    margin: 0 0 3px 0;
  }
  /* Icons - ( Phone Number & Email ) */
  .simple-ver-35-layer > div > a > i {
    margin-right: 5px;
  }
}

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

/* 1 - Buttons */
.simple-ver-35-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #222;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 14px;
  background: #fff;
  line-height: 50px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
  box-shadow: 1px 1px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
/* 2 - Prev - Button */
.simple-ver-35-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 0;
  left: auto;
  margin: 10px 65px auto auto;
}
/* 3 - Next - Button */
.simple-ver-35-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 10px 10px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-35-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #222;
}

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

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

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

/*********************/
/* Simple Version 35
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-35-indicators.carousel-indicators {
  padding: 0;
  width: 100px;
  height: 30px;
  margin: auto auto 20px 20px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-35-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #9ea0aa;
  border: 1px solid #9ea0aa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: background .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, border .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-35-indicators.carousel-indicators > li.active {
  border: none;
  background: #222;
  border: 1px solid #222;
}

/******************/
/* 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=x] .simple-ver-35-indicators.carousel-indicators {
    margin: auto auto 10px 10px;
  }
}

/*----- 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-35-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-35-indicators.carousel-indicators {
    display: none;
  }
}