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

/**********************/
/* Simple Version 81
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-81.sz-slider {
  background: rgba(0,0,0,1);
}
/* 2 - Overlay color */
.simple-ver-81.sz-slider .sz-wrapper::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0,0,0,.6);
}
/* 3 - Background Images Position */
.simple-ver-81.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 81
/* Layer Settings
/*******************/

/* 1 - Text - left - wrapper */
.simple-ver-81-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 575px;
  height: 220px;
  display: block;
  line-height: 1;
  text-align: left;
  min-width: 575px;
  max-width: 575px;
  min-height: 220px;
  max-height: 220px;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 2 - Container */
.simple-ver-81-layer > div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* 3 - Text - right - wrapper */
.simple-ver-81-layer.simple-ver-81-layer-right {
  text-align: right;
  margin: auto 10% auto auto;
}
/* 4 - Play Button - wrapper */
.simple-ver-81-layer > div > div:nth-child(1) {
  float: left;
  width: 152px;
  height: 152px;
  margin-top: 12px;
  position: relative;
  padding: 16px 0 0 0;
}
/* 5 - Play Button - link */
.simple-ver-81-layer > div > div:nth-child(1) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  margin: auto;
  width: 120px;
  height: 120px;
  display: block;
  text-align: center;
  position: relative;
  background: #c30020;
  text-decoration: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0 0 0 15px rgba(195,0,32,.5);
  -webkit-box-shadow: 0 0 0 15px rgba(195,0,32,.5);
}
/* 6 - Play Button - icon */
.simple-ver-81-layer > div > div:nth-child(1) > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  margin: auto;
  height: 34px;
  display: block;
  font-size: 36px;
  position: absolute;
}
/* 7 - Play Button - hover */
.simple-ver-81-layer > div > div:nth-child(1) > a:hover {
  -webkit-animation: plsFwd 2s ease infinite;
  animation: plsFwd 2s ease infinite;
}
/* 8 - Text - part - wrapper */
.simple-ver-81-layer > div > div:nth-child(2) {
  width: 400px;
  margin: 0 0 0 20px;
  position: relative;
  display: inline-block;
}
/* 9 - Text - part - 1st child - ( hello everyone how are you today ) */
.simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 59px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: .9;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 10 - Text - part - 2nd child - ( Alienum phaedrum torquatos nec eu... ) */
.simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(2) {
  color: #cacaca;
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.19;
  letter-spacing: 0;
  font-family: 'Arimo', sans-serif;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - left - wrapper */
  .simple-ver-81-layer {
    width: 510px;
    height: 185px;
    min-width: 510px;
    max-width: 510px;
    min-height: 185px;
    max-height: 185px;
  }
  /* Play Button - wrapper */
  .simple-ver-81-layer > div > div:nth-child(1) {
    width: 152px;
    height: 152px;
  }
  /* Text - part - wrapper */
  .simple-ver-81-layer > div > div:nth-child(2) {
    width: 335px;
  }
  /* Text - part - 1st child - ( hello everyone how are you today ) */
  .simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(1) {
    font-size: 48px;
  }
  /* Text - part - 2nd child - ( Alienum phaedrum torquatos nec eu... ) */
  .simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(2) {
    font-size: 15px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - left - wrapper */
  .simple-ver-81-layer {
	margin: auto;
    width: 270px;
    height: 280px;
    min-width: 270px;
    max-width: 270px;
    min-height: 280px;
    max-height: 280px;
	text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-81-layer.simple-ver-81-layer-right {
    margin: auto;
    text-align: center;
  }
  /* Play Button - wrapper */
  .simple-ver-81-layer > div > div:nth-child(1) {
	float: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px 0 0 0;
  }
  /* Play Button - link */
  .simple-ver-81-layer > div > div:nth-child(1) > a {
    width: 90px;
    height: 90px;
    box-shadow: 0 0 0 10px rgba(195,0,32,.5);
    -webkit-box-shadow: 0 0 0 10px rgba(195,0,32,.5);
  }
  /* Text - part - wrapper */
  .simple-ver-81-layer > div > div:nth-child(2) {
    width: 100%;
    margin: 12px auto;
  }
  /* Text - part - 1st child - ( hello everyone how are you today ) */
  .simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(1) {
    font-size: 38px;
  }
  /* Text - part - 2nd child - ( Alienum phaedrum torquatos nec eu... ) */
  .simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(2) {
    font-size: 14px;
    margin-top: 15px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - left - wrapper */
  .simple-ver-81-layer {
	margin: auto;
    width: 270px;
    height: 280px;
    min-width: 270px;
    max-width: 270px;
    min-height: 280px;
    max-height: 280px;
	text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-81-layer.simple-ver-81-layer-right {
    margin: auto;
    text-align: center;
  }
  /* Play Button - wrapper */
  .simple-ver-81-layer > div > div:nth-child(1) {
	float: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px 0 0 0;
  }
  /* Play Button - link */
  .simple-ver-81-layer > div > div:nth-child(1) > a {
    width: 90px;
    height: 90px;
    box-shadow: 0 0 0 10px rgba(195,0,32,.5);
    -webkit-box-shadow: 0 0 0 10px rgba(195,0,32,.5);
  }
  /* Text - part - wrapper */
  .simple-ver-81-layer > div > div:nth-child(2) {
    width: 100%;
    margin: 12px auto;
  }
  /* Text - part - 1st child - ( hello everyone how are you today ) */
  .simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(1) {
    font-size: 38px;
  }
  /* Text - part - 2nd child - ( Alienum phaedrum torquatos nec eu... ) */
  .simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(2) {
    font-size: 14px;
    margin-top: 15px;
  }  /* Text - left - wrapper */
  .simple-ver-81-layer {
	margin: auto;
    width: 200px;
    height: 220px;
    min-width: 200px;
    max-width: 200px;
    min-height: 220px;
    max-height: 220px;
	text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-81-layer.simple-ver-81-layer-right {
    margin: auto;
    text-align: center;
  }
  /* Play Button - wrapper */
  .simple-ver-81-layer > div > div:nth-child(1) {
	float: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px 0 0 0;
  }
  /* Play Button - link */
  .simple-ver-81-layer > div > div:nth-child(1) > a {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 0 10px rgba(195,0,32,.5);
    -webkit-box-shadow: 0 0 0 10px rgba(195,0,32,.5);
  }
  /* Play Button - icon */
  .simple-ver-81-layer > div > div:nth-child(1) > a > i {
    width: 13px;
    height: 26px;
    font-size: 26px;
  }
  /* Text - part - wrapper */
  .simple-ver-81-layer > div > div:nth-child(2) {
    width: 100%;
    margin: 15px auto;
  }
  /* Text - part - 1st child - ( hello everyone how are you today ) */
  .simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(1) {
    font-size: 28px;
  }
  /* Text - part - 2nd child - ( Alienum phaedrum torquatos nec eu... ) */
  .simple-ver-81-layer > div > div:nth-child(2) > span:nth-child(2) {
    font-size: 12px;
    margin-top: 5px;
  }
}