/* Weekly slide file
   slide1 = porkchops
   slide2 = raspberries
   slide3 = promo

   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(reworkedslide.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-top: 10px;
  margin-bottom: 8px;
  line-height: 1;
}

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

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

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

/* slide 1 = porkchops */
.slide1 .slideContent.orange h1,
.slide1 .slideContent.orange h2,
.slide1 .slideContent.orange button {
  color: #eb7203 !important;
}

.slide1 .slideContent.orange h1 {
  font-size: 50px;
  line-height: 0.8em !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.slide1 .slideContent.orange p {
  font-size: 24px;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  line-height: .7em !important;
}

.slide1 .slideContent.orange p strong {
  font-size: 33px !important;
}

.slide1 #p2 {
  margin-top: -10px !important;
}

.slide1 #p3 {
  font-size: 22px !important;
  margin-top: -8px !important;
  line-height: 1.2em !important;
  margin-bottom: 14px !important;
}

.slide1 p#p4 { 
  font-size:20px !important;
}

.slide1 .slideContent.orange h2 {
  font-size: 50px !important;
  margin-bottom: 5px !important;
  margin-top: 10px;
}

.slide1 .slideContent.orange h2 span {
  display: inline-block !important;
  vertical-align: middle;
}

.slide1 .slideContent.orange button {
  border: 3px solid #eb7203 !important;
  font-size: 20px !important;
  margin-top: 5px !important;
}

.slide1 img.new_right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 150px;
}

.slide1 img.p-fresh {
  position: absolute !important;
  max-width:140px;
  /* bottom:20px; */
  /* left: 20px; */
  top:420px !important;
  margin-left:20px; 

}

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

.slide2 .slideContent.green h1 {
  font-size: 80px;
  line-height: 0.8em !important;
  padding-top: 6px !important;
  margin-bottom: 15px !important;
}

.slide2 .slideContent.green p {
  font-size: 30px !important;
  line-height: 1em !important;
}

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

.slide2 .slideContent.green h2 {
  line-height: 0.8em !important;
  font-size: 55px !important;
  margin-bottom: 7px;
  margin-top: 15px;
}

.slide2 .slideContent.green button {
  color: #ba006e !important;
  border-color: #ba006e !important;
  margin-top: 15px !important;
  font-size: 22px !important;
}

/* slide 3 = promo */
.slide3 {
  position: relative;
  overflow: hidden;
}

.slide3 .slideContent {
  display: none !important;
}

.slide3 .buttonwrapper {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.slide3 .buttonwrapper a {
  text-decoration: none;
}

#promo-button {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  background: #fff !important;
  border: 3px solid #14e21c !important;
  border-radius: 0;
  color: #41ad49 !important;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  padding: 2px 5px;
  cursor: pointer;
}

#promo-button span {
  color: inherit;
}

.slick-dots {
  position: absolute;
  bottom: 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;
  }
  .slick-dots {
    position: absolute;
    top: 23px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .slide1 img.p-fresh {
    position:absolute !important;
    width:100px !important;
    top:140px !important;
  }
  .slideback1 {
    background-image: url("slide1.webp");
    background-position: right;
    background-size: cover;
  }

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

  .slideback3 {
    background-image: url("zslide2.webp");
    background-position: center;
    background-size: cover;
    min-height: 490px;
  }

  .slide1 .slideContent.orange h1 {
    margin-right: -5px !important;
    margin-left:-5px;
    font-size: 39px !important;
    margin-bottom:-5px;
    margin-top:1px;
  }

  .slide1 .slideContent.orange p {
    line-height: 1em !important;
    margin-top: 5px !important;
    margin-bottom: .1em !important;
    font-size: 20px !important;
  }

  .slide1 .slideContent.orange p strong {
    font-size: 30px !important;
  }

  .slide1 .slideContent.orange h2 {
    margin-top: 5px !important;
    font-size: 46px !important;
    margin-bottom: -5px !important;
    line-height: .8em !important;
	letter-spacing: 1;

  }

  .slide1 #p2 {
    font-size: 20px !important;
    margin-top: 1.5px !important;
    margin-bottom: -8px !important;
    line-height:1 em !important;
  }

  .slide1 #p3 {
    font-size: 20px !important;
    margin-top: 8px !important;
    line-height: 1em !important;
    margin-bottom:10px !important;
  }
   .slide1 .slideContent.orange button {
    font-size: 15px !important;
  }
   .slide1 p#p4 { 
    font-size:18px !important;
  }

  .slide1 img.new_right {
    top: 135px;
    max-width: 75px;
    display: block;
    right: 20px !important;
    bottom: auto;
    width: auto;
  }

  .slide2 .slideContent.green h1 {
    font-size: 80px !important;
    line-height: 0.8em !important;
    padding-top: 1px !important;
    margin-bottom: 10px !important;
  }

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

  .slide2 .slideContent.green p strong {
    font-size: 33px !important;
    line-height: 0.9em;
  }

  .slide2 .slideContent.green h2 {
    font-size: 50px !important;
    margin-bottom: 15px !important;
    line-height: 0.5em !important;
    margin-top: 15px !important;
  }

  .slide2 .slideContent.green button {
    margin-top: 2px !important;
    font-size: 20px !important;
  }

  .slide3 .buttonwrapper {
    bottom: 15px;
    background-color: transparent;
  }

  #promo-button {
    font-size: 18px !important;
    padding: 6px 10px !important;
  }
}