/* Weekly slide file
   slide1 = ground beef purps
   slide2 = berries green
  slide3 = cookies orange

   Workflow:
   1. Reorder the slide blocks in text.php.
   2. Update slideback1/2/3 images here.
   3. Put slide-specific tweaks only under .slide1 / .slide2 / .slide3.
*/

.slideback1 {
  background-image: url(slide1.webp);
  background-position: center bottom;
  background-size: cover;
}

.slideback2 {
  background-image: url(slide2.webp);
  background-position: center bottom;
  background-size: cover;
}

.slideback3 {
  background-image: url(slide3.webp);
  background-position: center bottom;
  background-size: cover;
}

.slideContent {
  background-color: rgba(255, 255, 255, 0.85) !important;
  height: 320px;
  width: 45%;
  margin: 100px auto !important;
  text-align: center;
}

.slideContent h1 {
  text-transform: uppercase;
  margin: 0;
}

.slideContent h2 {
  margin-bottom: 10px;
  font-size: 255%;
  line-height: 85%;
}

.slideContent p {
  font-size: 21px;
  line-height: 1em;
  letter-spacing: 1px;
}

.slideContent button {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  background: #fff !important;
  font-weight: 700;
  cursor: pointer;
}

.smaller {
  font-size: 90% !important;
}

h2 span:after,
.smaller:after,
.slideContent p span:after,
span.no_after::after {
  display: none !important;
  content: '' !important;
}

h2 span {
  font-size: 50%;
  display: inline-block;
}

.slick-active {
  position: relative;
}

.freshcut {
  bottom: 35px !important;
  width: 170px;
}

/* slide 1 = ground beef purps */
.slide1 .slideContent.purps h1,
.slide1 .slideContent.purps h2,
.slide1 .slideContent.purps a {
  color: #ba006e !important;
}

.slide1 .slideContent.purps button {
  color: #ba006e !important;
  border-color: #ba006e !important;
  margin-bottom: 15px;
  margin-top: 12px;
}

.slide1 .slideContent.purps h1 {
  font-size: 70px;
  line-height: 100% !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide1 .slideContent.purps h2 {
  margin-bottom: 15px;
  line-height: 40%;
}

.slide1 .slideContent.purps p {
  line-height: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding: 0 10%;
  margin-bottom:25px !important;
  color: black !important;
  font-size:25px;
}
.slide1 .slideContent.purps button {
  font-size: 18px !important;
}
.slide1 .slideContent.purps p strong {
  line-height: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
   font-size:26px;  
  padding-bottom: 20px;
  color: black !important;
}

.slide1 .slideContent.purps a {
  z-index: 9999;
  position: relative;
}
.slide1 img.new_right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 150px;
}

/* slide 2 = berries green */
.slide2 .slideContent.green h1,
.slide2 .slideContent.green h2,
.slide2 .slideContent.green button {
  color: #67bd4a !important;
}

.slide2 .slideContent.green button {
  border: solid #67bd4a !important;
}

.slide2 .slideContent.green h1 {
  font-size: 80px;
  line-height: .8em !important;
  padding-top: 5px;
}

.slide2 .slideContent.green h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px; 
}

.slide2 .slideContent.green p {
  line-height: 1.1em !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px !important;
}

.slide2 .slideContent.green p strong {
	font-size:30px !important;
}

.slide2 .slideContent.green p {
  font-size:28px !important;
  
}
.slide2 .slideContent.green button {
  margin-top: 1px !important;
}

/* slide 3 = cookies orange */
.slide3 .slideContent.green h1,
.slide3 .slideContent.green h2,
.slide3 .slideContent.green button {
  color: #eb7203 !important;
}

.slide3 .slideContent.green button {
  border: solid #eb7203 !important;
  margin-bottom: 15px;
}

.slide3 .slideContent.green h1 {
  font-size: 80px;
  line-height: .7em !important;
  padding-top: 5px;
  letter-spacing:2px !important;
}
.slide3 .slideContent.green h2 {
  margin-top: 5px;
  margin-bottom: -5px;
}

.slide3 .slideContent.green p {
  line-height: 1.1em !important;
  margin-top: 10px;
  margin-bottom: 10px;
 font-size:26px;

}
.slide3 .slideContent.green p strong { 
	font-size:30px !important;

}
.slick-dots {
  position: absolute;
  bottom: 23px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .slide1 .slideContent.purps h1 {
    font-size: 60px !important;
    line-height: 100% !important;
    padding-top: 0px;
    padding-bottom: 0;
  }

  .slide1 .slideContent.purps h2 {
    line-height: 1 !important;
  }

  .slide1 .slideContent.purps p {
    line-height: 100% !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }

  .slide1 img.new_right {
    width: 220px;
  }

  .slide2 .slideContent.green h1 {
    font-size: 40px;
    padding-top: 10px;
  }

  .slide2 .slideContent.green h2 {
    margin-top: 0px !important;
    margin-bottom: 0;
    font-size: 255% !important;
    line-height: 100% !important;
  }

  .slide2 .slideContent.green p {
    margin: 15px auto !important;
  }

  .slide3 .slideContent.green h1 {
    font-size: 50px;
    padding-top: 5px;
    margin-bottom: -1px; 
  }

  .slide3 .slideContent.green h2 {
    margin-top: 0px !important;
    margin-bottom: 0;
    font-size: 255% !important;
    line-height: 100% !important;
  }

  .slide3 .slideContent.green p {
    margin: 15px auto !important;
  }
  .slick-dots {
    position: absolute;
    top: 23px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .slideContent {
    width: 100%;
    margin: auto !important;
  }

  .slideback1 {
    background-position: right;
  }

  .slideback3 {
    background-position: right;
  }

  .freshcut {
    width: 80px !important;
    top: 135px !important;
    right: 7px !important;
  }

  .smaller {
    font-size: 24px !important;
  }

   .slide1 .slideContent.purps h1 {
    font-size: 52px !important;
    margin-bottom: 10px !important;
  }

  .slide1 .slideContent.purps h2 {
    font-size: 48px !important;
    line-height: 1em !important;
    margin-bottom: -10px;
  }

  .slide1 .slideContent.purps p {
    font-size: 27px;
    line-height: 100% !important;
    /* margin-bottom:10px !important; */
  }

  .slide1 img.new_right {
    top: 110px;
    width: 100px;
    display: block;
  }

  .slide2 .slideContent.green h1 {
    font-size: 60px !important;
    line-height: 100% !important;
    padding-top: 0px;
    padding-bottom: 0;
    margin: 0 auto -10px !important;
  }

  .slide2 .slideContent.green h2 {
    font-size: 45px !important;
    margin-top: 8px;
    margin-bottom: 10px !important;
    line-height: .7em !important;
  }

  .slide2 .slideContent.green p {
    line-height: 100% !important;
    margin: 10px auto !important;
    padding-bottom: 0 !important;
  }
  .slide2 .slideContent.green a {
    display: block;
  }

  .slide3 .slideContent.green h2 {
    font-size: 45px !important;
    margin-top: -10px !important;
    margin-bottom: 0px !important;
    line-height: 80% !important;
  }

  .slide3 .slideContent.green p {
    line-height:1em !important;
    margin: 15px auto !important;
    padding-bottom: 0 !important;
    font-size:22px 
  }
 .slide3 .slideContent.green p strong {
    line-height:.8em;
    }

  .slide3 .slideContent.green a {
    display: block;
  }

  .slide3 .slideContent.green button {
    margin-top: 10px !important;
  }
 .slick-dots {
    position: absolute;
    top: 23px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }

}
span#id {
	font-size:60%;

}