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

/**********************/
/* Simple Version 83
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 83
/* Layer Settings
/*******************/

/* 1 - Text - wrapper */
.simple-ver-83-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 255px;
  display: block;
  line-height: 1.07;
  position: absolute;
  text-align: center;
}
/* 2 - Container */
.simple-ver-83-layer > div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* 3 - Play Button - center - wrapper */
.simple-ver-83-layer > div > div {
  margin: auto;
  width: 145px;
  height: 130px;
  position: relative;
  padding: 8px 0 0 0;
}
/* 4 - Play Button - link */
.simple-ver-83-layer > div > div > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  margin: auto;
  width: 110px;
  height: 110px;
  display: block;
  text-align: center;
  position: relative;
  background: #c48f00;
  text-decoration: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Play Button - icon */
.simple-ver-83-layer > div > div > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  margin: auto;
  height: 27px;
  display: block;
  font-size: 30px;
  position: absolute;
}
/* 6 - Play Button - border */
.simple-ver-83-layer > div > div > a::before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: #c48f00;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  animation: glowingBr 2s infinite linear;
  -webkit-animation: glowingBr 2s infinite linear;
}
/* 7 - ( Eat with our list of the 75 best restaurants in Atlanta ) */
.simple-ver-83-layer > div > span {
  color: #fff;
  display: block;
  font-size: 38px;
  font-weight: 700;
  margin-top: 45px;
  text-align: center;
  letter-spacing: .2px;
  font-family: 'Poppins', sans-serif;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - wrapper */
  .simple-ver-83-layer {
    width: 500px;
    height: 200px;
  }
  /* Play Button - center - wrapper */
  .simple-ver-83-layer > div > div {
    width: 120px;
    height: 105px;
  }
  /* Play Button - link */
  .simple-ver-83-layer > div > div > a {
    width: 90px;
    height: 90px;
  }
  /* Play Button - icon */
  .simple-ver-83-layer > div > div > a > i {
    width: 14px;
    height: 24px;
    font-size: 26px;
  }
  /* Text - ( Eat with our list of the 75 best restaurants in Atlanta ) */
  .simple-ver-83-layer > div > span {
    font-size: 28px;
    margin-top: 35px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - wrapper */
  .simple-ver-83-layer {
    width: 270px;
    height: 145px;
  }
  /* Play Button - center - wrapper */
  .simple-ver-83-layer > div > div {
    width: 100px;
    height: 95px;
  }
  /* Play Button - link */
  .simple-ver-83-layer > div > div > a {
    width: 75px;
    height: 75px;
  }
  /* Play Button - icon */
  .simple-ver-83-layer > div > div > a > i {
    width: 14px;
    height: 22px;
    font-size: 24px;
  }
  /* Text - ( Eat with our list of the 75 best restaurants in Atlanta ) */
  .simple-ver-83-layer > div > span {
    font-size: 16px;
    margin-top: 15px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - wrapper */
  .simple-ver-83-layer {
    width: 99%;
    height: 110px;
  }
  /* Play Button - wrapper */
  .simple-ver-83-layer > div > div {
    width: 80px;
    height: 70px;
    margin: auto;
  }
  /* Play Button - link */
  .simple-ver-83-layer > div > div > a {
    width: 50px;
    height: 50px;
  }
  /* Play Button - icon */
  .simple-ver-83-layer > div > div > a > i {
    width: 11px;
    height: 20px;
    font-size: 20px;
  }
  /* Text - ( Eat with our list of the 75 best restaurants in Atlanta ) */
  .simple-ver-83-layer > div > span {
    font-size: 14px;
    margin-top: 10px;
  }
}

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

/* 1 - Buttons */
.simple-ver-83-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  width: 37px;
  color: #fff;
  height: 75px;
  display: block;
  font-size: 14px;
  line-height: 75px;
  text-decoration: none;
  background: rgba(196,143,0,.8);
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-83-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 30px !important
}
/* 3 - Next - Button */
.simple-ver-83-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 30px auto auto !important;
}
/* 4 - Buttons - hover */
.simple-ver-83-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: rgba(196,143,0,1);
}

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

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

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