/*! Combined Slides CSS - 2026-03-11 */
/*! Slide 1: Porkchops (green) | Slide 2: T-Bone Steak (purps) | Slide 3: Strawberries (orange) */

/* ========================================
   BASE STYLES (from styles.css)
   ======================================== */
div,
span,
h1,
h2,
p,
a,
img,
strong {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

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

@media screen and (max-width: 1023px) {
    .slideContent {
        margin: 75px auto;
        width: 60%;
    }
}

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

.slideContent h1 {
    color: #990066;
    font-size: 120px;
    font-weight: 700;
    font-style: inherit;
    font-family: source sans pro;
    margin: 10px 0;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .slideContent h1 {
        font-size: 80px;
    }
}

.slideContent p,
.slideContent h2 {
    margin-bottom: 10px;
}

.slideContent button {
    background-color: transparent;
    border: solid #906;
    color: #990066;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .slideContent button {
        font-size: 18px;
    }
}

.slideContent span:after {
    content: '>';
    padding: 0 0 0 10px;
    font-size: 20px;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

strong {
    font-weight: bolder;
}

.slideContent p {
    line-height: 1.3em;
}

.slick-slide {
    min-height: 520px !important;
    max-height: 520px !important;
}

@media screen and (max-width: 1023px) {
    .slick-slide {
        min-height: 450px !important;
        max-height: 450px !important;
    }
}

@media screen and (max-width: 767px) {
    .slick-slide {
        min-height: 490px !important;
        max-height: 490px !important;
    }
}

.slick-active {
    position: relative;
}

.smaller {
    font-size: 75%;
}

.smaller:after {
    content: '' !important;
}

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

h2 span:after {
    display: none;
}

/* Common slideContent overrides */
.slideContent {
    height: 320px;
    width: 45%;
    margin: 100px auto !important;
}

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

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

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

/* Image positioning */
img.new_left {
    position: absolute;
    left: 20px;
    bottom: 23px;
    width: 140px;
}
img.new_right {
    position: absolute;
    right: 10px;
    bottom: 20px;
    max-width: 130px;
}

@media screen and (max-width: 1023px) {
    img.new_right {
        width: 220px;
    }

    img.new_left {
        width: 170px;
        top:160px !important;
    }
}

/* ========================================
   SLIDE 1: PORKCHOPS (GREEN)
   ======================================== */
.slideback1 {
    background-image: url(slide1.webp?v=2);
    background-position: center bottom;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .slideback1 {
        height: 225px;
        width: 100%;
        z-index: 0;
        background-size: cover;
    }
}

.slideContent.green h1,
.slideContent.green h2,
.slideContent.green button {
    color: #67bd4a !important;
}

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

.slideContent.green p {
    line-height: 1em !important;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size:25px
}
.slideContent.green h1 {
    font-size:80px !important;
    line-height: 85% !important;
    padding-bottom: 2px;
    margin: 10 auto -10px !important;
    padding-top: 0px;
    }
.slideContent.green p {
    line-height: 1em !important;
    margin-bottom: -10px;
    margin-top: 10px;
    font-size:25px
}

.slideContent.green p strong {
    font-size:30px;
}
.slideContent.green h1 {
    line-height: 78% !important;
    padding-top: 5px;
    font-size: 55px;
}

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

.green button {
    margin-bottom: 20px;
}

h2.bogo1 {
	 font-size: 25px !important;
     font-weight: bold;
     margin-bottom: 1px !important;
     margin-top: 25px !important;
}

h2.bogo2 {
	font-size: 42px !important;
    margin-bottom:0px !important;
    margin-top:0px !important;
}
h2.bogo3 {
    font-size: 18px !important; 
    line-height: 1em !important; 
    font-weight: bold; 
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}
.slide1.slick-slide.slick-active p {
    line-height: 100%;
}
@media screen and (max-width: 1023px) {
    .green h2 {
        font-size: 255% !important;
        line-height: 100% !important;
    }

    .slideContent.green h2 {
        margin-top: 0px !important;
        margin-bottom: 0;
    }

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

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

@media screen and (max-width: 767px) {
    .slideContent.green h1 {
        font-size: 42px !important;
        line-height: 85% !important;
        padding-bottom: 2px;
        margin: 0 auto -10px !important;
        padding-top: 0px;
    }
    .green p {
        margin: 20px auto !important;
        /* padding-bottom: 10px; */
    }
    .slideContent.green p strong {
         font-size:100%;
     }
    div.bogofooter {
        margin-top: -1px !important;
    }
    h2.bogo1 {
	    font-size: 20px !important;
        font-weight: bold;
        margin-bottom: -5px !important;
        margin-top: 25px !important;
    }

    h2.bogo2 {
	    font-size: 42px !important;
        margin-bottom:0px !important;
        margin-top:0px !important;
    }

    h2.bogo3 {
	    font-size: 15px !important; 
	    line-height: 1em !important; 
	    font-weight: bold;
	    margin-bottom: 1px !important;
        margin-top: 0px !important;
    }
    

    .slide1.slick-slide.slick-active p {
        line-height: 100%;
    }
}

/* ========================================
   SLIDE 2: T-BONE STEAK (PURPS)
   ======================================== */
.slideback2 {
    background-image: url(slide2.webp);
    background-position: center bottom;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .slideback2 {
        height: 225px;
        width: 100%;
        z-index: 0;
        background-size: cover;
    }
}

.slideContent.purps h1,
.slideContent.purps h2,
.slideContent.purps button {
    color: #990066 !important;
}

.slideContent.purps button {
    border: solid #990066 !important;
    margin-top: 15px;
}

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

.slideContent.purps p {
     line-height: .8em;
	 font-size: 23px;
	margin-top:-8px;
}

.slideContent.purps h1 {
    font-size: 80px;
    line-height: 1em;
    padding-top: 1px;
    padding-bottom: 10px;
}
.slideContent.purps h2 {
    margin-bottom: 10px;
}

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

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

@media screen and (max-width: 1023px) {
    .slideContent.purps h1 {
        font-size: 55px;
        line-height: .5em !important;
        margin-botton:20px !important;  
        margin-top:1px;
    }

    .slideContent.purps p {
        line-height: 1em !important;
        margin-top:20px;
        margin-top:10px;
        font-size:23px;
    }
     .slideContent.purps p strong {
         line-height:.8em;
         font-size:30px;
     }
    .slideContent.purps h2 {
        margin-bottom:-5px;
        font-size:46px;
    }
}

@media screen and (max-width: 767px) {
  .slideContent.purps button {
        border: solid #990066 !important;
        width: auto !important;
        font-size: 18px !important;
        margin: 13px !important;
    }

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

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

/* ========================================
   SLIDE 3: STRAWBERRIES (ORANGE)
   ======================================== */
.slideback3 {
    background-image: url(slide3.webp);
    background-position: center bottom;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .slideback3 {
        height: 225px;
        width: 100%;
        z-index: 0;
        background-size: cover;
        background-position: left;
    }
}

.slideContent.orange h1,
.slideContent.orange h2,
.slideContent.orange button {
    color: #eb7203 !important;
}

.slideContent.orange button {
    border: solid #eb7203 !important;
}

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

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

.slideContent.orange h1 {
    font-size: 100px;
    line-height: .8em !important;
    margin-bottom: 20px !important;
}

.slideContent.orange h2 {
    font-size: 54px !important;
    margin-bottom: 10px !important;
}

.slideContent.orange button {
    font-size: 21px !important;
    margin-top: 10px;
}

.grass {
    float: right;
    position: absolute;
    bottom: 25px !important;
    right: 30px;
    max-width: 150px !important;
}

.grass.left {
    float: left;
    bottom: 30px !important;
    left: 35px;
    max-width: 140px !important;
}
img.new_right {
    position: absolute;
    right: 30px;
    bottom: 20px !important;
    max-width: 120px;
}
img.new_left.smaller {
    width: 130px !important;
    bottom:20px;
    position: absolute;
	left:20px;
}
img.blackangus2 {
    width: 180px !important;
    bottom:30px !important;
    position: absolute;
    left:30px;
}
img.pfresh2 {
    width: 150px !important;
    bottom:30px !important;
    position: absolute;
    left:30px;
}
.slideContent.purps p {
    line-height: 1.2em;
}
.slideContent.purps h2 {
    margin-top:15px;
	margin-bottom:-10px;
}
@media screen and (max-width: 1023px) {
    .slideContent.orange h1 {
        font-size: 65px;
        line-height: 135% !important;
        padding-top: 0px;
    }

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

    .grass {
        bottom: 20px !important;
        right: 25px;
        width: 165px !important;
    }
}

@media screen and (max-width: 767px) {
    .grass.left {
        top: 130px !important;
        left: 15px !important;
        max-width: 80px !important;
    }

    .slide3.slick-slide.slick-active p {
        line-height: 100%;
    }

    .slideContent.orange button {
        border: solid #eb7203 !important;
        width: auto !important;
        font-size: 16px !important;
        margin: 5px !important;
    }

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

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

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

    .slideContent.orange h1 {
        font-size: 85px !important;
        line-height: 90% !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 2px !important;
        margin-bottom: 10px !important;
    }

    .slideContent {
        width: 100%;
        margin: auto !important;
    }

    .slideContent h2 {
        line-height: 1;
    }
     div.bogofooter {
        margin-top:-30px; 
    }
    img.new_right.smaller {
	   max-width: 100px !important;
	   position: absolute !important;
       top:115px !important;
       right:20px !important;
	}
    img.blackangus2 {
	    width: 140px !important;
	    bottom:280px !important;
	    position: absolute !important;
	    left:30px !important;
	}
    img.pfresh2 {
	    width: 120px !important;
	    bottom:280px !important;
	    position: absolute;
		left:20px;
	}
    .grass {
        top: 87px !important;
        right: 10px !important;
        width: 125px !important;
        bottom: 0px !important;
    }
}
