/* Weekly slide file
   slide1 = purps (from 2025-05-28)
   slide2 = orange (from 2025-08-13)
   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 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: 45% !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;
}

/* slide 1 = 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;
}

.slide1 .slideContent.purps h1 {
  font-size: 60px;
  line-height: 1em !important;
  padding-top: 1px !important;
  padding-bottom: 5px !important;
}

.slide1 .slideContent.purps h2 {
  font-size: 50px !important;
  line-height: 85%;
  margin-bottom: -5px;
}

.slide1 .slideContent.purps p {
  font-size: 25px;
  line-height: 1em !important;
  color: black !important;
  margin-bottom:5px !important;
}

.slide1 .slideContent.purps p strong {
  font-size: 28px; 
  line-height:.1em;
}

.slide1 .slideContent.purps p span {
  line-height: 0% !important;
  font-size: 13px !important;
  margin-top:1px !important;
}

.slide1 .slideContent.purps a {
  z-index: 9999;
  position: relative;
}

.slide1 .slideContent.purps button {
  margin-bottom: 15px;
  margin-top: 12px;
  font-size:20px;
}

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

/* slide 2 = orange */
.slide2 .slideContent.orange h1,
.slide2 .slideContent.orange h2,
.slide2 .slideContent.orange button {
  color: #eb7203 !important;
}
.slide2 .slideContent.orange h1 {
  font-size: 100px;
  line-height: .8em !important;
  padding-top:5px;
  margin-bottom: 15px !important;
}

.slide2 .slideContent.orange p {
  font-size: 30px;
  line-height: 1em !important;
  margin: -5px auto 10px 0px !important;
}

.slide2 .slideContent.orange p strong {
  font-size: 36px;
}

.slide2 .slideContent.orange h2 {
  font-size: 50px;
  padding-bottom: 0px;
  margin-bottom: -10px;
}

.slide2 .slideContent.orange h2 .smaller {
  font-size: 75%;
}

.slide2 .slideContent.orange button {
  border: solid #eb7203 !important;
  font-size: 20px !important;
  margin-top:10px !important;
  margin-bottom: 40px !important;
}


.slide2 img.new_left {
  position: absolute;
  left: 20px;
  bottom: 23px;
  width: 210px;
}

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

/* 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;
}

/* tablet */
@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.orange h1 {
    font-size: 65px;
    line-height: 135% !important;
    padding-top: 0px;
  }

  .slide2 .slideContent.orange p {
    line-height: 100% !important;
  }

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

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

/* mobile */
@media screen and (max-width: 767px) {
  .slick-dots {
    position: absolute;
    top: 23px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .slideContent {
    width: 100%;
    margin: auto !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;
  }

  /* slide 1 mobile – purps */
  .slide1 .slideContent.purps h1 {
    font-size: 48px !important;
    line-height:.8em !important;
    letter-spacing: -2px; 
  }

  .slide1 .slideContent.purps h2 {
    font-size: 43px !important;
    line-height: .8em !important;
    margin-bottom: -5px !important;
  }

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

  }

   .slide1 .slideContent.purps p strong {
     font-size:23px !important;
     line-height: .5em !important;
   }

  .slide1 .slideContent.purps p span {
    line-height: .9em !important;
    margin-top:2px !important;
    display: block;
  }

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

   /* slide 2 mobile – orange */
  .slide2 .slideContent.orange h1 {
    font-size: 68px !important;
    line-height: 90% !important;
    padding-top: 0px !important;
    margin-bottom: 10px !important;
  }

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

  .slide2 .slideContent.orange p strong {
    font-size: 28px;
    display: inline-block;
  }

  .slide2 .slideContent.orange h2 {
    font-size: 46px !important;
    margin-bottom: 3px !important;
    margin-top: -3px;
  }

  .slide2 .slideContent.orange button {
    border: solid #eb7203 !important;
    width: auto !important;
    font-size: 20px !important;
    margin-top: 10px !important;
  }


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

  .slide2 img.new_left {
    top: 165px;
    width: 130px;
    left: 10px;
  }

  /* slide 3 mobile */
  .slide3 .buttonwrapper {
    bottom: 15px;
    background-color: transparent;
  }

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