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

/******************/
/* Simple Version 77
/* Layer Settings
/******************/

/* 1 - Images overlay */
.simple-ver-77-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
/* 2 - Video - wrapper - left */
.simple-ver-77-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 58%;
  display: block;
  min-width: 240px;
  min-height: 240px;
  position: absolute;
  background-size: cover;
  margin: auto .5% auto auto;
  background-position: center;
}
/* 3 - Video - wrapper - right */
.simple-ver-77-layer.simple-ver-77-layer-right > div:nth-child(1) {
  margin: auto auto auto .5%;
}
/* 4 - Play Button */
.simple-ver-77-layer > div:nth-child(1) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #000;
  margin: auto;
  width: 110px;
  height: 110px;
  display: block;
  font-size: 38px;
  font-weight: 900;
  background: #fff;
  text-align: center;
  position: absolute;
  text-decoration: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Play Button - Icon */
.simple-ver-77-layer > div:nth-child(1) > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  margin: auto;
  height: 36px;
  display: block;
  position: absolute;
}
/* 6 - Play Button - border */
.simple-ver-77-layer > div:nth-child(1) > a::before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  animation: glowingBr 2s infinite linear;
  -webkit-animation: glowingBr 2s infinite linear;
}
/* 7 - Text - wrapper - left */
.simple-ver-77-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 41%;
  display: block;
  line-height: 1.3;
  text-align: left;
  min-width: 240px;
  min-height: 240px;
  position: absolute;
  letter-spacing: 1px;
  margin: auto auto auto 7%;
}
/* 8 - Text - wrapper - right */
.simple-ver-77-layer.simple-ver-77-layer-right > div:nth-child(2) {
  text-align: right;
  border-left: none;
  margin: auto 7% auto auto;
}
/* 9 - Children */
.simple-ver-77-layer > div > span {
  display: block;
}
/* 10 - 1st child - ( find people you've crossed paths ) */
.simple-ver-77-layer > div:nth-child(2) > span:nth-child(1) {
  color: #fff;
  margin: auto;
  font-size: 52px;
  font-weight: 800;
  position: relative;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 11 - 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
.simple-ver-77-layer > div:nth-child(2) > span:nth-child(2) {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
  font-family: 'Arimo', sans-serif;
}
/* 12 - Button - left - ( more information ) */
.simple-ver-77-layer > div:nth-child(2) > a {
  color: #fff;
  width: 187px;
  height: 42px;
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-top: 30px;
  line-height: 40px;
  text-align: center;
  position: relative;
  text-decoration: none;
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 13 - Button - right - ( more information ) */
.simple-ver-77-layer.simple-ver-77-layer-right > div:nth-child(2) > a {
  margin-left: auto;
}
/* 14 - Button - Hover - ( more information ) */
.simple-ver-77-layer > div:nth-child(2) > a:hover {
  color: #000;
  background: #fff;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 42px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 14px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 32px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - wrapper - left */
  .simple-ver-77-layer > div:nth-child(2) {
    margin: auto auto auto 5%;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 24px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 14px;
  }
  /* Text - wrapper - right */
  .simple-ver-77-layer.simple-ver-77-layer-right > div:nth-child(2) {
    margin: auto 5% auto auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Video - wrapper - left */
  .simple-ver-77-layer > div:nth-child(1) {
    width: 100%;
    height: 40%;
    min-height: 133px;
    position: relative;
    margin: 0 auto auto auto;
  }
  /* Video - wrapper - right */
  .simple-ver-77-layer.simple-ver-77-layer-right > div:nth-child(1) {
    margin: auto auto auto 0;
  }
  /* Play Button */
  .simple-ver-77-layer > div:nth-child(1) > a {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  /* Play Button - Icon */
  .simple-ver-77-layer > div:nth-child(1) > a > i {
    width: 10px;
    height: 19px;
  }
  /* Text - wrapper - left */
  .simple-ver-77-layer > div:nth-child(2) {
    width: 100%;
    margin: auto;
    min-height: 236px;
    position: relative;
    padding: 30px 5px 0 5px;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 24px;
    text-align: center;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(2) {
    margin: auto;
    text-align: center;
  }
  /* Text - wrapper - right */
  .simple-ver-77-layer.simple-ver-77-layer-right > div:nth-child(2) {
    margin: auto;
  }
  /* Button - left - ( more information ) */
  .simple-ver-77-layer > div:nth-child(2) > a {
    margin: 20px auto 0 auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Video - wrapper - left */
  .simple-ver-77-layer > div:nth-child(1) {
    width: 100%;
    height: 38%;
    min-height: 90px;
    position: relative;
    margin: 0 auto auto auto;
  }
  /* Video - wrapper - right */
  .simple-ver-77-layer.simple-ver-77-layer-right > div:nth-child(1) {
    margin: auto auto auto 0;
  }
  /* Play Button */
  .simple-ver-77-layer > div:nth-child(1) > a {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  /* Play Button - Icon */
  .simple-ver-77-layer > div:nth-child(1) > a > i {
    width: 10px;
    height: 19px;
  }
  /* Text - wrapper - left */
  .simple-ver-77-layer > div:nth-child(2) {
    width: 100%;
    padding: 5px;
    margin: auto;
    min-height: 236px;
    position: relative;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 18px;
    text-align: center;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-77-layer > div:nth-child(2) > span:nth-child(2) {
    margin: auto;
    font-size: 12px;
    text-align: center;
  }
  /* Text - wrapper - right */
  .simple-ver-77-layer.simple-ver-77-layer-right > div:nth-child(2) {
    margin: auto;
  }
  /* Button - left - ( more information ) */
  .simple-ver-77-layer > div:nth-child(2) > a {
    margin: 10px auto 0 auto;
  }
}

/******************/
/* Simple Version 77
/* Indicators
/******************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider] .carousel-indicators.simple-ver-77-indicators {
  width: 140px;
  height: 22px;
  margin: auto 3px 50px auto;
}
/* 2 - Indicators */
.sz-slider[data-type=slider] .carousel-indicators.simple-ver-77-indicators > li {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 3 - Indicators - on active */
.sz-slider .carousel-indicators.simple-ver-77-indicators .active {
  background: transparent !important;
}

/******************/
/* 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] .carousel-indicators.simple-ver-77-indicators {
    margin: auto 3px 20px auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider] .carousel-indicators.simple-ver-77-indicators {
    margin: auto 3px 10px auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider] .carousel-indicators.simple-ver-77-indicators {
    display: none;
  }
}