.summer {
	background-color:#FFC629 }

#bigtext-id0 .bigtext-line0 {
	line-height: 1em !important;
}
#bigtext-id3 .bigtext-line0 {
	line-height: 1em !important;
}
#bigtext-id3 .bigtext-line4 {
	font-size: 39px !important;
line-height: 2em !important;
}
#bigtext-id0 .bigtext-line4 {
	font-size: 39px !important;
line-height: 2em !important;
}

@font-face {
    font-family: 'Hurme';
    src: url('../fonts/hurmegeometricsans4-bold-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans4-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandongrotesque-black-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Batman';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'Batman';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}
@font-face {
    font-family: 'Neretto';
    src: url('../fonts/nerettosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/nerettosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Ostrich';
    src: url('../fonts/ostrichproperinline-02-base-webfont.woff2') format('woff2'),
         url('../fonts/ostrichproperinline-02-base-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal; 

}
@font-face {
    font-family: 'Ostrich';
    src: url('../fonts/ostrichproperinline-03-regular-webfont.woff2') format('woff2'),
         url('../fonts/ostrichproperinline-03-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Ostrich';
    src: url('../fonts/ostrichproperinline-04-centeroutline-webfont.woff2') format('woff2'),
         url('../fonts/ostrichproperinline-04-centeroutline-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'Pauline';
    src: url('../fonts/pauline-webfont.woff2') format('woff2'),
         url('../fonts/pauline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenirltstd-heavy-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-heavy-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenirltstd-roman-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-roman-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}


/* @group Fonts and Colors CSS */

/* @group Root */
:root{
    --Avenir: 'Avenir', sans-serif;
    --Batman: 'Batman', sans-serif;
    --Pauline: 'Pauline', sans-serif;
    --Ostrich: 'Ostrich', sans-serif;
    --Neretto: 'Neretto', sans-serif;
	--Hurme: 'Hurme', sans-serif;
	--Brandon: 'Brandon', sans-serif;
    --White: #FFFFFF;
    --Black: #000000;
    --DK-Green: #045229;
	 --DK-Green: #045229;
	--MD-Green: #007A39;
	--MD-MD-Green: #007A39;
	--LT-Green: #83C782 ;
    --Yellow: #FBB214;
    --Red: #D42D27;
	--Tan: #FAEFD2;
	  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}
.tan-BG {
	background: var(--Tan);
}
.yellow-BG {
	background: var(--Yellow);
}
.DK-green-BG {
	background: var(--DK-Green);
}
.DK-DK-Green-BG {
	background: var(--DK-Green);
}
.LT-green-BG {
	background: var(--LT-Green);
}
.MD-Green-BG {
	background: var(--MD-Green);
}
/* @end */

/* @group Typography */

html {
  scroll-behavior: smooth;
}
select {
	cursor: pointer;
}
body{
	font-family: var(--Batman);
	font-weight: normal;
	line-height: 1.4;
	color: var(--DK-Green)
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: var(--Batman);
	line-height: 1.4;
	color: var(--DK-Green)
}
label {
    color: var(--DK-Green);
    font-size: 22px;
    line-height: 1;
    margin-bottom: 11px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 3px solid var(--DK-Green);
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 25px;
}
.button.filled, .wpcf7-submit {
    background: var(--DK-Green);
    color: var(--Tan);
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--Neretto);
       padding: 16px 49px;
    font-size: 17px;
	border: 5px solid transparent;
	transition: all 0.3s ease-in-out;
}
.sign-up .button.filled {
	color: var(--Yellow);
}
.button.filled.rotated {
    transform: rotate(358deg);

}

.button.outline, .facetwp-load-more {
    display: block;
    margin: 35px auto 64px;
    color: var(--DK-Green);
    background: transparent;
    border: 3px solid var(--DK-Green);
    text-transform: uppercase;
    font-family: var(--Neretto);
     font-size: 17px;
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
	transition: all 0.3s ease-in-out;
}
.button.outline:hover, .facetwp-load-more:hover {
    background: var(--DK-Green);
    color: var(--Tan);
	}
.button.filled:hover, .wpcf7-submit:hover {
	text-decoration: none;
    border: 5px solid var(--DK-Green);
    text-transform: uppercase;
    font-family: var(--Neretto);
    font-size: 17px;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background: transparent;
    color: var(--DK-Green);
}
.button.fill {
    display: block;
    margin: 35px auto 64px;
    color: var(--DK-Green);
    background: var(--Tan);
    text-transform: uppercase;
    font-family: var(--Neretto);
     font-size: 17px;
	 border: 3px solid var(--Tan);
	 transition: all 0.3s ease-in-out;
}
.button.fill:hover {
	background: transparent;
	border-color: var(--DK-Green);
}
.facetwp-load-more {
	padding: 10px 30px;
	margin: 0 auto;
}
/* @end */

 .grid-container {
    max-width:80rem;
}
img {
	width: 100%;
}
strong, b {
    font-weight: 900;
    line-height: inherit;
}

ol li ul li ul li, ul li ul li ul li {
	list-style: circle;
}
.right-shadow {
	position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    pointer-events: none;
}
.relative {
	position: relative;
}
/* @end */

/* @group Navigation CSS */
header {
	position: relative;
}
/*header:after {
	content: url(https://buitoni22dev.wpengine.com/wp-content/uploads/2022/12/Page-Divider_Shadow.png);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.left-shadow {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
	pointer-events: none;
}
.top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: start;
    padding: 0;
   
}
.top-bar, .top-bar ul {
   background: transparent;
}
.menu-text {
    max-width: 430px;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 3%;
}
.top-bar-top {
    background: var(--Tan);
    width: 100%;
    text-align: right;
    display: block;
}
.top-bar-bottom {
	    width: 100%;
    text-align: right;
    background: var(--LT-Green);
	position: relative;
}
.menu.end {
    justify-content: end;
    align-items: center;
}
.triangle {
  position: relative;
  margin: 3em;
  padding: 1em;
  box-sizing: border-box;
  background: #bada55;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.triangle::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 50%;
    box-sizing: border-box;
    
    border: 1em solid black;
    border-color: transparent transparent #bada55 #bada55;
    
    transform-origin: 0 0;
    transform: rotate(-45deg);
    
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  }
.dropdown.menu  li  a {
    padding: 0.7rem 1rem;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--Batman);
    font-weight: 900;
    color: var(--DK-Green);
    padding: 20px 44px;
}
.dropdown.menu .current-menu-item a {
	background: var(--DK-Green);
	color: var(--Tan);
}
.menu li a i {
    color: var(--DK-Green);
    padding: 8px 0;
    font-size: 29px;
}
.announcement {
    margin-left: 320px;
    padding: 19px 0 13px;
}
.announcement a, .announcement {
    color: var(--Red);
    text-transform: uppercase;
    font-family: var(--Batman);
    font-weight: 900;
    display: block;
    font-size: 26px;
}

#wpadminbar {
	display: 
	none;
}
html {
	margin: 0 !important;
}
.search-modal {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 10px;
    right: 0;
    transition: all 0.3s ease;
    z-index: 99;
    width: 54%;
    padding-right: 54px;
}
.search-modal label {
	    position: absolute;
    text-transform: uppercase;
    font-size: 19px;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
}
.search-modal input {
    background: #ffffff;
    border-radius: 9px;
    height: 49px;
    margin: 0;
    color: var(--DK-Green);
    text-indent: 19px;
}
.search-modal.active {
	pointer-events: initial;
	opacity: 1;
}
.search-modal-submit {
    position: absolute;
    top: 50%;
    right: 64px;
    transform: translate(0, -50%);
    font-size: 25px;
}
.close-modal {
	    position: absolute;
    top: 50%;
    right: 31px;
    transform: translate(0, -50%);
}
.search-modal form [type='text']:focus~label, .search-modal form [type='text']:not(:placeholder-shown)~label {
    font-size: 10px;
    top: 23%;
    left: 4%;
    letter-spacing: .04rem;
}
.join {
	font-size: 16px;
    text-transform: uppercase;
    font-family: var(--Batman);
    font-weight: 900;
    color: var(--DK-Green);
}

/* @end */
/* @group Home Page */

/* @group Home Hero */
.home-hero_slider {
    position: relative;
    height: 75vh;
}
.home-hero_slider .owl-carousel, .home-hero_slider .owl-carousel .owl-stage, .home-hero_slider .owl-carousel .owl-stage-outer {
	height: 100% !important;
}
.brand-slide {
	background: url(../img/brand1.jpg) no-repeat center bottom/cover;
}
.product-slide {
	background: url(../img/Buitoni_New-Stuffed-Ravioli_Product_Slider.jpg) no-repeat center bottom/cover;
}
.owl-carousel .owl-stage {
		display: flex;
	}
	
.owl-carousel	.owl-item {
		display: flex;
		flex: 1 0 auto;
}
.owl-carousel	.owl-item .cell {
	height: 100%;
}
.owl-carousel .grid-x {
    width: 100%;
    height: 100%;
}
.slide {
    position: relative;
 height: 100%;
	width: 100%;
}
.brand-slide .hero-box-wrap {
    position: absolute;
    top: 50%;
    left: 8%;
    max-width: 500px;
    width: 28%;
    transform: translate(0, -50%);
}
.brand-slide .hero-box {
    background: #f4e0a6d1;
    text-align: center;
    padding: 32px 48px;
    width: 100%;
    margin-bottom: 10px;
}
.brand-slide .hero-box-wrap a {
	    margin-left: 47px;
		margin-top
}
.brand-slide .hero-box h2 {
    color: var(--DK-Green);
    font-family: var(--Neretto);
    display: block;
    border-bottom: 3px solid var(--LT-Green);
    padding-bottom: 7px;
}
.brand-slide .hero-box h3 {
	color: var(--MD-Green);
	font-family: var(--Neretto);
	display: block;
}
.brand-slide .hero-box h2 span, .brand-slide .hero-box h3 span {
	display: block;
}
.hero-box .fit-me {
	width: 100%;
}
.product-slide h2 {
    color: var(--White);
    font-family: var(--Ostrich);
    font-weight: 400;
    font-size: 12vw;
    line-height: 1;
}
.product-slide h3 {
    color: var(--White);
    font-family: var(--Ostrich);
    font-weight: 200;
    text-transform: uppercase;
    font-size: 2.7vw;
    letter-spacing: 12px;
    margin-bottom: 0;
}
.product-slide .hero-box {
    text-align: center;
    padding-top: 30px;
}
.product-slide .left-text {
    text-align: center;
    border-top: 4px solid var(--Tan);
    position: absolute;
    top: 52.5%;
    left: 5.5%;
    border-bottom: 4px solid var(--Tan);
    width: 19%;
}
.product-slide .right-text  {
	text-align: center;
	border-top: 4px solid var(--Tan);
	 border-bottom: 4px solid var(--Tan);
	 position: absolute;
    top: 52.5%;
    right: 5.5%;
	 width: 19%;
}

.product-slide .left-text p, .product-slide .right-text p {
    color: var(--Tan);
    font-family: var(--Ostrich);
    font-weight: 200;
    text-transform: uppercase;
    margin: 0;
    font-size: 29px;
    letter-spacing: 7px;
    margin: 19px 0 19px 0;
    line-height: 1.2;
}
.product-slide .left-text p span, .product-slide .right-text p span {
	display: block;
}
.recipe-slide .hero-box {
    padding: 0 23%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.recipe-slide  img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.recipe-slide .hero-box .button.outline {
    display: block;
    margin: 0 auto;
}
.recipe-slide_line1 {
	    font-family: var(--Ostrich);
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom: 5px !important;
}
.recipe-slide_line2 {
	    font-family: var(--Ostrich);
    font-weight: 400;
    text-transform: uppercase;
	    margin-top: -40px;
	padding-bottom:10px;
}
.recipe-slide_line3 {
	    font-family: var(--Neretto);
    font-weight: 400;
	    margin-top: -48px;
    margin-bottom: 0;
}
.recipe-slide_line4 {
	    font-family: var(--Neretto);
    font-weight: 400;
	margin-top: -6px;
}
.recipe-slide_line5 {
	     font-family: var(--Neretto);
    font-weight: 400;
    text-transform: uppercase;
	    margin-top: -22px;
}
.recipe-slide .large-7 {
	position: absolute;
    left: 0;
}
.recipe-slide .grid-container {
	    height: 100%;
}

/* @end */

/* @group Owl Carousel */ 
.owl-nav {
    position: absolute;
    bottom: 5%;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 80rem;
}
.owl-navi {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 999999;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 80rem;
}
.owl-navi #prev-slide {
    width: 42px;
    height: 42px;
    left: 0;
	cursor: pointer;
}
.owl-navi #next-slide {
     width: 42px;
    height: 42px;
    right: 0;
	cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    background: var(--DK-Green);
    width: 42px;
    height: 42px;
    border-radius: 100%;
    color: var(--White);
    font-size: 38px;
    line-height: 1;
}
.owl-prev i, .owl-next i {
	    color: var(--Tan);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
    margin-left: 0;
}
.owl-carousel .owl-nav button span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	    margin-top: -3px;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	bottom: 0;
	right: 0;
}
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	bottom: 0;
	left: 0;
}
.owl-dots {
	    position: absolute;
    bottom: 6%;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
	display: flex;
	justify-content: center;
}

.owl-carousel button.owl-dot {
    background: var(--White);
    width: 14px;
    height: 14px;
    z-index: 999999;
    border: 2px solid var(--DK-Green);
    margin: 0 2px;
    border-radius: 100%;
}
.owl-carousel button.owl-dot.active, .owl-carousel button.owl-dot:hover{
	background: var(--DK-Green);
	border-color: var(--White);
}
/* @end */


#v0 {

    width: 100%;
}


/* @group Home Products */

.prod-slide {
    min-height: 940px;
}
.prod-slide .product-title {
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    font-weight: 900;
    FONT-SIZE: 41px;
    padding-top: 59px;
    line-height: 1;
    text-align: center;
    transform: translate(-50%, 0);
    top: -12px;
}
.prod-slide .product-title a {
	color: var(--DK-Green);
}
.prod-slide .product-title span{
    display: block;
    font-size: 33px;
	}
.home-products {
    position: relative;
    max-height: 911px;
}
.home-products .p-title {
	    position: absolute;
    top: 36px;
    right: 15%;
    text-transform: uppercase;
    font-size: 100px;
    font-family: var(--Ostrich);
    font-weight: 900;
    letter-spacing: 4px;
	display: flex;
	z-index: 999;
}
.home-products .p-title h2 {
    text-transform: uppercase;
    font-size: 75px;
    font-family: var(--Ostrich);
    font-weight: 900;
    letter-spacing: 2px;
}
.home-products .r-title {
    position: absolute;
    bottom: 99px;
    left: 2%;
    text-transform: uppercase;
    font-size: 100px;
    font-family: var(--Ostrich);
    font-weight: 900;
    letter-spacing: 4px;
    display: flex;
    z-index: 999;
    padding-left: 66px;
    padding-right: 63px;
}
.home-products .r-title h2 {
    text-transform: uppercase;
    font-size: 100px;
    font-family: var(--Ostrich);
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1;
}
.home-products .recipe-title {
    text-transform: uppercase;
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 490px;
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.1;
}
.home-products .recipe-title a {
	color: var(--DK-Green);
}
.home-products .recipe-title span {
    font-size: 28px;
    text-transform: lowercase;
    margin-top: -1px;
    display: block;
}
.r-title h2 .line-1 {
    display: block;
    font-family: var(--Pauline);
    text-transform: lowercase;
    font-weight: 300;
    font-size: 60px;
    margin-left: 5px;
    letter-spacing: 1px;
}
.r-title h2 .line-2 {
    display: block;
    font-family: var(--Neretto);
    font-size: 30px;
    letter-spacing: -3px;
    margin-bottom: 10px;
    margin-left: 3px;
}
.r-title h2 .line-3 {
	    display: block;
    font-family: var(--Neretto);
    font-size: 60px;
    letter-spacing: -5px;
}
#next-slide2 {
	    background: var(--DK-Green);
     width: 38px;
    height: 38px;
    position: absolute;
    bottom: 27px;
	right: 0;
    border-radius: 100%;
}
#next-slide2 i {
	color: var(--Tan);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
#prev-slide2 {
    background: var(--DK-Green);
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 27px;
    left: 0;
    border-radius: 100%;
}
#prev-slide2 i {
	color: var(--Tan);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
    margin-left: 2px;
}

#next-slide {
	    background: var(--DK-Green);
     width: 38px;
    height: 38px;
    border-radius: 100%;
	position: absolute;
    right: -45px;
    top: 50%;
    transform: translate(0, -50%);
}
#next-slide i {
	color: var(--Tan);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
}
#prev-slide {
    background: var(--DK-Green);
    width: 38px;
    height: 38px;
    border-radius: 100%;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translate(0, -50%);
}
#prev-slide i {
	color: var(--Tan);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
}
.home-products:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/scalloped_edge_stone-Angle2a.png) no-repeat top right/auto;
    top: 5%;
    right: 0;
}
.home-products .image-left img {
    width: 51% !important;
    padding-top: 139px;
    display: block;
    transform: rotate(345deg);
    max-width: 724px;
    margin-left: 41%;
    filter: drop-shadow(0px 10px 15px rgb(0 0 0 / 30%) );
}
.home-products .image-right {
    width: 47% !important;
    position: absolute;
    right: 9%;
    top: 14%;
}
.fridge {
	    z-index: 9;
    position: relative;
    margin-top: -30px;
}
.cloud-bg {
    background: url('../img/cloud.png') no-repeat center top/contain;
    padding: 53px 0;
    z-index: 99;
    position: relative;
	margin-top: 25px;
}
.cloud-bg h2 {
    font-family: var(--Neretto);
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1;
    letter-spacing: -4px;
}
.cta {
	position: absolute;
    bottom: 66px;
    left: 50%;
    transform: translate(-50%, 0);
}
.cloud-bg h2 span {
    font-family: var(--Pauline);
    text-transform: lowercase;
    font-size: 65px;
    display: block;
    line-height: 1;
    margin-bottom: -2px;
    letter-spacing: -2px;
}
.cloud-bg p {
    font-size: 20px;
    margin-top: 21px;
    margin-bottom: 7px;
}
.fridge video {
    max-width: 100%;
    width: 100%;
	outline-offset: -4px;
    outline: 1px solid #FAEFD2;
	    border: solid #FAEFD2;
}
.jump-menu {
    display: flex;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}
.jump-menu .facetwp-facet {
    margin-bottom: 0;
}
.jump-menu li {
 display: block;
 transition-duration: 0.5s;
	position: relative;
}
.jump-menu .select {
	position: relative;
}
.jump-menu select {
    color: var(--DK-Green);
    text-transform: uppercase;
    border: 4px solid var(--LT-Green);
    font-size: 20px;
    padding: 10px;
    width: calc(100% - 20px);
    display: block;
    margin: 10px;
    font-weight: 900;
    height: 54px;
    background: transparent;
    line-height: 1;
}
 .jump-menu .fs1 select {
	 border: 4px solid var(--DK-Green);
	  background:  var(--LT-Green);
}
.jump-menu .select:after {
    content: '';
    background: url(../img/dropdown.png) no-repeat top left/contain;
    width: 20px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translate(0, -50%);
	pointer-events: none;
}
.fs1 {
	width: 100%;
}
.fs2, .fs3 {
	width: 299px;
}
.jump-menu li:hover {
  cursor: pointer;
}

.jump-menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0;
    left: 0;
    display: none;
    margin: 0;
    background: var(--DK-Green);
}
.jump-menu ul li ul li a {
	color: var(--Tan);
	border: none;
}
.jump-menu ul li ul li a:hover {
	color: #ffffff;
}
.jump-menu ul li:hover > ul,
.jump-menu ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.jump-menu ul li ul li {
  clear: both;
  width: 100%;
}
.cloud-form p {
	font-size: 20px;
}
.fridge .button {
    background: var(--Red);
    margin-top: 20px;
    margin-bottom: 50px;
}
.bag-top-inner {
    text-align: center;
    position: relative;
    height: 570px;
    z-index: 4;
}
.bag-top h4 {
    color: var(--Yellow);
    padding-top: 100px;
    font-family: var(--Neretto);
    font-size: 56px;
}
.bag-top p {
    color: var(--Yellow);
    font-size: 24px;
    margin-top: -8px;
    margin-bottom: 40px;
}
.bag-top p span {
    display: block;
    font-family: var(--Neretto);
    text-transform: uppercase;
    font-size: 27px;
}
.tort {
    position: absolute;
    top: 96px;
    left: 0;
    width: 130px;
}
.rav {
    position: absolute;
    left: 12%;
    top: 319px;
    width: 300px;
}
.fork {
    position: absolute;
    right: 0;
    top: 263px;
    width: 33%;
}
.bag-top {
	margin-top: -10px;
    z-index: 99999999;
    position: relative;
}
.where {
    background: var(--LT-Green);
    position: relative;
    height: 530px;
	z-index: 3;
}
.where:before {
    content: '';
    background: url(../img/Scalloped_HZ_LT-GREEN.png) no-repeat top center/auto;
    width: 100%;
    padding-top: 4%;
    position: absolute;
    top: -49px;
    left: 0;
    z-index: 3;
}
.bag-wrap {
    position: absolute;
    width: 28%;
    bottom: 0;
    left: 9%;
    z-index: 9;
    height: 140%;
    max-width: 416px;
	overflow: hidden;
}
.bag {
	width: 100%;
    z-index: 1;
    position: absolute;
  bottom: -90px;
    left: 0;
}
.pack {
    width: 50%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 40%;
}

.move {
  animation-duration: 1s;
  animation-name: move-fade;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
    
@keyframes move-fade {
    0% { top: 0; }
  100% { top: 50%; }
}


.handle {
    width: 67%;
    z-index: 9;
    position: absolute;
    bottom: 122px;
    left: 21%;
    top: auto;
    max-width: 300px;
}
.where-wrap {
    margin-left: 50%;
    text-align: center;
    width: 37%;
    padding-top: 136px;
    padding-left: 0;
}
.where-wrap img {
	margin-bottom: 40px;
}
.where h2 {
    text-align: center;
    font-family: var(--Pauline);
    font-size: 79px;
    line-height: 1;
	display: block;
}
.where h2 span.inline {
    font-family: var(--Ostrich);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 192px;
    line-height: 1;
    display: inherit;
    margin-bottom: -23px;
}
.where h2 span.buy {
    font-family: var(--Neretto);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 90px;
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
}
.where a {
	    width: 300px
}
.fridge-list h1 {
	    text-transform: uppercase;
    font-family: var(--Neretto);
    font-size: 70px;
}
.buy-header p {
	margin: 0;
    padding: 60px 0;
    font-size: 1.3vw;
}
.sign-up {
	overflow: hidden;
}
.sign-up h4{
	    font-size: 45px;
    text-transform: uppercase;
    font-family: var(--Batman);
    font-weight: 900;
	line-height: 1;
}
.sign-up-inner {
    margin: 40px 13%;
}
.sign-up .mobile-image {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0;
}
.sign-up .mobile-image img {
	object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}
.sign-up p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 48px;
    font-weight: 100;
}
.field-wrap {
	    display: flex;
    justify-content: space-between;
}
.field-wrap .email {
	    width: 66%;
}
.field-wrap .zip {
	    width: 30%;
}
.inverse.sign-up p, 
.inverse.sign-up label, 
.inverse.sign-up h4,
.inverse.sign-up .response 
 {
	
		color: var(--Tan);
}

.response {
	font-size: 1.75em;
	padding-bottom:25px;
}
.inverse.sign-up [type='text'], 
.inverse.sign-up [type='password'], 
.inverse.sign-up [type='date'], 
.inverse.sign-up [type='datetime'], 
.inverse.sign-up [type='datetime-local'], 
.inverse.sign-up [type='month'], 
.inverse.sign-up [type='week'], 
.inverse.sign-up [type='email'], 
.inverse.sign-up [type='number'], 
.inverse.sign-up [type='search'], 
.inverse.sign-up [type='tel'], 
.inverse.sign-up [type='time'], 
.inverse.sign-up [type='url'], 
.inverse.sign-up [type='color'], 
.inverse.sign-up textarea {
border: 3px solid var(--Tan);
    color: var(--Tan);
}
.inverse.sign-up [type='text']:focus, 
.inverse.sign-up [type='password']:focus, 
.inverse.sign-up [type='date']:focus, 
.inverse.sign-up [type='datetime']:focus, 
.inverse.sign-up [type='datetime-local']:focus, 
.inverse.sign-up [type='month']:focus, 
.inverse.sign-up [type='week']:focus, 
.inverse.sign-up [type='email']:focus, 
.inverse.sign-up [type='number']:focus, 
.inverse.sign-up [type='search']:focus, 
.inverse.sign-up [type='tel']:focus, 
.inverse.sign-up [type='time']:focus, 
.inverse.sign-up [type='url']:focus, 
.inverse.sign-up [type='color']:focus, 
.inverse.sign-up textarea:focus

{
	color: var(--DK-Green);
}
.inverse.sign-up .button.filled.rotated {
	background: var(--Yellow);
	color: var(--DK-Green);
}
.inverse.sign-up .button.filled.rotated:hover{
	background: var(--DK-Green);
	color: var(--Yellow);
	border-color:var(--Yellow) ;
}
/* @end */

/* @end */

/* @group Recipes */

.facetwp-template .large-6:nth-child(5n) {
	width: 100%;
}
.recipe-list {
	padding-top: 65px;
}
.recipe-list .sticky-me {
    position: sticky;
    top: 44px;
    padding-bottom: 9px;
}
.reset-link {
	border-bottom: 1px solid;
	cursor: pointer;
	font-size: 14px;
}
.sticky-me .button.fill {
	margin-bottom: 45px;
}
.recipe-list h2 {
    font-size: 20px;
    font-family: var(--Batman);
    font-weight: 900;
    padding-top: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0;
    line-height: 1.2;
}
.recipe ul li a {
	color: var(--MD-Green);
    border-bottom: 2px solid;
}
.recipe-list a p {
    font-size: 28px;
    font-family: var(--Batman);
    font-weight: 900;
    color: var(--DK-Green);
    line-height: 1;
	margin-bottom: 33px;
	display: block;
}
.recipe-filter {
    padding: 70px 0 0 !important;
    position: relative;
}
.accordion {
    margin-left: 0;
    background: transparent;
    list-style-type: none;
}
.accordion-content {
    padding: 1rem;
    border: none;
    border-bottom: 0;
    background-color: transparent;
    color: #0a0a0a;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 0.5rem 2rem;
    border: none;
    border-bottom: 4px solid var(--LT-Green);
    font-size: 0.75rem;
    line-height: 1;
    color: white;
    background: var(--DK-Green);
    text-transform: uppercase;
    font-family: var(--Batman);
    font-size: 18px;
    border-top: 4px solid var(--LT-Green);
    transition: all 0.3s ease-in-out;
}
.accordion-title:hover{
    background-color: transparent;
    border-color: var(--DK-Green);
    color: var(--DK-Green);
}
.accordion-title:focus {
    background-color: transparent;
    border-color: var(--LT-Green);
    color: var(--DK-Green);
}
body .facetwp-checkbox {
    background-size: 20px 20px;
    margin-bottom: 4px;
    padding-left: 29px;
    font-family: var(--Batman);
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 12px;
    min-height: 20px;
    vertical-align: baseline;
    color: var(--DK-Green);
}
.facetwp-facet {
    margin-bottom: 5px !important;
}
.accordion-content .facetwp-facet.facetwp-facet-ingredients {
    max-height: 300px;
    overflow-y: scroll;
	overflow-x:visible
}
.accordion-content {
    padding: 1rem 2rem;
}
.bio-form p {
	display: inline-block;
}
.bio-form div {
    display: inline-block;
    margin-bottom: 0 !important;
}
.recipe-search-hero {
	height: 75vh;
}
.recipe-search-hero .grid-container, .recipe-search-hero .grid-x, .recipe-search-hero .large-7{
	height: 100%;
}
.recipe-search-hero .large-7 {
    position: absolute;
    top: 0;
    left: 46.66667%;
}
.recipe-search-hero img {
	    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}
.recipe-search {
	padding-bottom: 15px;
}
.recipe-search-hero h2 {
	color: var(--DK-Green);
	line-height: 1;
}
.recipe-search-hero span {
	display: block;
	}
.recipe-search-hero .line1 {
    font-family: var(--Pauline);
    display: block;
    font-size: 151px;
}
.recipe-search-hero .line2 {
    font-family: var(--Neretto);
    font-weight: 900;
    font-size: 96px;
    margin-top: -29px;
    margin-bottom: 17px;
}
.recipe-search-hero .line3 {
font-family: var(--Ostrich);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 145px;
	
	}
.colander {
    position: absolute;
    width: 69%;
    left: 50%;
    transform: translate(-50%, 0);
    top: -95px;
}
.recipe-filter h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 16px;
}
/* @group Search form */
.recipe-search-hero .form-wrap-search {
	margin: 42px auto 32px;
}
.recipe-search-hero form {
    position: relative;
    margin: 0 24px;
    max-width: 600px;
}
.recipe-search-hero label {
    left: 4%;
    top: 50%;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top 0.3s ease,font-size 0.3s ease;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    transform: translateY(-50%);
}
.recipe-search-hero form [type='text'] {
    height: 54px;
    border-radius: 10px;
    background: #ffffff;
    text-indent: 3%;
    color: var(--DK-Green);
    font-size: 21px;
    margin: 0;
}

.recipe-search-hero form [type='text']:focus~label, .recipe-search-hero form [type='text']:not(:placeholder-shown)~label {
    font-size: 13px;
    top: -22%;
    left: 5%;
    letter-spacing: .04rem;
}
.tell {
	font-size: 1.8em;
	line-height: 1.2em;
}
.magnify {
	position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
}
.recipe-search h4 {
    position: relative;
    line-height: 1;
    font-family: var(--Neretto);
    font-weight: 900;
}
.recipe-search h4:before {
    content: '';
    position: absolute;
    width: 26%;
    padding-bottom: 2%;
    background: url(../img/squiggle1.png) no-repeat top left/contain;
    right: 50%;
    top: 50%;
    transform: translate(9%, -50%);
    margin-right: 8%;
}
.recipe-search h4:after {
    content: '';
    position: absolute;
    width: 26%;
    padding-bottom: 2%;
    background: url(../img/squiggle2.png) no-repeat top left/contain;
    left: 50%;
    top: 50%;
    transform: translate(-9%, -50%);
    margin-left: 8%;
}
.recipe-search p {
    font-size: 1.3vw;
    font-family: var(--Batman);
    margin-top: 27px;
}
.recipe-search .tell {
    font-size: 1.8em;
    line-height: 1.2em;
}
.bio-form {
	    font-size: 1.3vw;
    font-family: var(--Batman);
}
.homeBoxWrap {
	overflow: hidden;
		display: block;
}
.homeBoxWrap img {
	transition: all 0.5s ease;

}
.homeBoxWrap:hover img {
	transform: scale(1.02);
}
.bio-form select {
    border: none;
    background: transparent;
    text-align: center;
    border-bottom: 2px dotted var(--DK-Green);
    width: 320px;
    font-size: 1.3vw;
    color: var(--DK-Green);
    font-family: var(--Batman);
    margin-bottom: 0;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}
.bio-form button {
    display: block;
    margin: 35px auto 64px;
    color: var(--DK-Green);
    background: transparent;
    border: 5px solid var(--DK-Green);
    text-transform: uppercase;
    font-family: var(--Neretto);
    font-size: 24px;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.relevanssi-live-search-result a {
    color: var(--DK-Green);
    text-transform: uppercase;
}
.bio-form .facetwp-facet {
	position: relative;
	margin-bottom: 20px;
}
.bio-form .facetwp-facet:after  {
	    content: '';
    background: url(../img/dropdown.png) no-repeat top left/contain;
    width: 20px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translate(0, -50%);
}
.noUi-target {
    background: var(--DK-Green) !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 0 8px !important;
}
.noUi-connect {
    background: var(--DK-Green) !important;
}
.noUi-handle {
    border: 2px solid var(--DK-Green) !important;
    border-radius: 100%;
    background: #FFF;
    cursor: default;
}
.noUi-horizontal .noUi-handle {
    width: 23px;
    height: 23px;
    right: -10px;
    top: -9px;
}
body .facetwp-slider-reset {
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    box-shadow: none;
}
body .facetwp-selections li {
    display: inline-block;
    line-height: 1;
    display: block;
    margin-bottom: 7px;
}
/* @end */

/* @end */

/* @group Products */

.product-listing-hero {
    width: 100%;
    padding-bottom: 52%;
    height: 75vh;
    padding-bottom: 0;
	background: var(--Yellow);
	overflow: hidden;
	position: relative;
}

.product-listing-main ul {
	    padding-top: 138px;
}
.product-listing-main ul {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
    justify-content: space-evenly;
}
.product-listing-main ul li {
    width: 12%;
}
.product-listing-main ul a {
    border: 5px solid #ffffff;
    width: 100%;
    display: block;
    /* height: 100%; */
    border-radius: 100%;
    transition: all 0.3s;
    max-width: 222px;
    padding-bottom: 100%;
    position: relative;
}
.product-listing-main ul a img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	transform: translate(-50%,-50%);
}
.product-listing-main ul a span {
    position: absolute;
    bottom: -51px;
    left: 50%;
    transform: translate(-50%,0);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: var(--DK-Green);
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    z-index: 999999;
}
.product-listing-main ul a:hover {
	background: var(--DK-Green);
	border-color: var(--DK-Green);
}
.feature-product ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.feature-product .solo, .feature-product .no-loop{
	
    flex-wrap: initial;
	justify-content: center;

}
.slider-wrap {
	position: relative;
}
.solo li, .no-loop li  {
	margin: 0 15px;
}
.solo img, .no-loop img {
    max-height: 500px;
    width: auto;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-initialized .slick-slide {
    padding: 0 15px;
}

.slick-slide img {
    display: block;
    height: 500px;
    width: auto;
	transition: 0.3s al ease-in-out;
	margin:auto;
}
#slidey-sauce .slick-slide img {
	 height: 350px;
}
.slick-slide {
	transition: 0.3s all ease-in-out;
}
.slick-slide:hover {
		opacity: 1;
}
.slick-slide:hover img, .solo li:hover img, .no-loop li:hover img{
	    transform: scale(1.05);
	
}
.slick-slide.slick-active   {
		opacity: 1;
}
.slick-slide.slick-active img  {
	    transform: scale(1.05);
}
.slick-slide.slick-active:hover img  {
	transform: scale(1.1);

}
.feature-product li a span {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
}
.short-name {
    font-weight: 900;
    font-size: 29px;
    line-height: 1.1;
    margin-bottom: 7px;
}
.term-wrap {
    position: relative;
    padding: 60px 0;
}
.term-wrap:first-child:after {
    content: '';
    width: 100%;
    background: url(https://buitoni22dev.wpengine.com/wp-content/uploads/2022/12/shadow-right.png) no-repeat top right/contain;
    top: 100px;
    right: 0;
    height: 100px;
    z-index: 99999;
    display: block;
    position: absolute;x
}
.term-wrap:first-child .solo {
	margin-top: -45px;
}
.big-pasta {
    position: absolute;
    top: -178px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999999;
    width: 300px;
}

.term-wrap:nth-child(3n+1) {
    background: var(--LT-Green);
        padding-top: 151px;
    padding-bottom: 295px;
}
.term-wrap:first-child {
	padding-top: 80px;
	padding-bottom: 168px;
}
.term-wrap:nth-child(3n+1):before {
    content: '';
    position: absolute;
    bottom: 99%;
    top: 0;
    width: 100%;
    height: 74px;
    background: url(../img/Scalloped_HZ_LT-GREEN.png) no-repeat left bottom/auto;
    top: -67px;
    z-index: 99999;
}
.term-wrap:first-child:before {
	display: none;
}
.term-wrap:nth-child(3n+1) h2 {
	
    font-family: var(--Ostrich);
    text-transform: uppercase;
    font-size: 99px;
    color: var(--DK-Green);
	margin-bottom: 0;
	
	}
	
	.term-wrap:nth-child(3n+1) h2 img{
		    display: inline-block;
    width: 288px;
    margin-right: -50px;
    margin-top: -10px;
	}
	.term-wrap:nth-child(3n+1) li a span {
    display: block;
    color: var(--DK-Green);
    text-transform: uppercase;
}
.term-wrap:nth-child(3n+2) {
       background: var(--Tan);
    padding-top: 145px;
    padding-bottom: 200px;
}
.term-wrap:nth-child(3n+3):before {
    content: '';
    position: absolute;
    bottom: 99%;
    top: 0;
    width: 100%;
    height: 74px;
    background: url(../img/Scalloped_HZ_MED_GREEN.png) no-repeat left bottom/auto;
    top: -67px;
    z-index: 99999;
}
.term-wrap:nth-child(3n+3) h2 {
    text-transform: uppercase;
    color: #FFFFFF;
       font-family: var(--Neretto);
    font-size: 80px;
    margin-bottom: 95px;
}
	
.term-wrap:nth-child(3n+3) {
	 background: var(--MD-MD-Green);
    padding-top: 91px;
    padding-bottom: 200px;

}
.term-wrap:nth-child(3n+2):before {
    content: '';
    position: absolute;
    bottom: 99%;
    top: 0;
    width: 100%;
    height: 77px;
    background: url(../img/Scalloped_HZ_TAN.png) no-repeat left bottom/auto;
    top: -63px;
    z-index: 99999;
}
.term-wrap:nth-child(3n+2) h2 {
    font-family: var(--Ostrich);
    font-size: 99px;
    margin-bottom: 75px;
    text-transform: uppercase;
}
    
.term-wrap:nth-child(3n+2) a span {
    color: var(--DK-Green);
}

.term-wrap:last-child h2 {
	    font-size: 65px;
}
.slick-prev, .slick-next {
    font-size: 25px;
    top: 50%;
    color: #ffffff;
    background: var(--DK-Green);
    border-radius: 100%;
    top: 50%;
    color: #ffffff;
    background: var(--DK-Green);
    border-radius: 100%;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    color: var(--White);
    line-height: 1;
    left: 10px;
    z-index: 999;
}
.slick-prev i, .slick-next i {
	color: var(--Tan);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
    margin-left: 0;
}
.slick-next {
	right: 10px;
	left: auto;
}
.slick-next span, .slick-prev span {
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -3px;
}

.slick-prev:before, .slick-next:before {
        font-size: 38px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '‹';
	display: none;
}
.slick-next:before {
    content: '›';
	display: none;
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
	margin-left: 0;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	    justify-content: center;
		margin-top: 45px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 3px solid var(--DK-Green);
    border-radius: 100%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--DK-Green);
	border-color: #ffffff;
}
.slick-track {

    padding-bottom: 35px;
}
.its-on {
    position: absolute;
    top: 6%;
    left: 10px;
    width: 41%;
}
.girl {
    position: absolute;
    bottom: 0;
    width: 56%;
    right: 0%;
}
.sup-prod1 {
    width: 325px;
    position: absolute;
    top: 60%;
    left: 8%;
    filter: drop-shadow(0px 10px 15px rgb(0 0 0 / 30%) );
}
.sup-prod2 {
    width: 235px;
    position: absolute;
    top: 71%;
    left: 26%;
    filter: drop-shadow(0px 10px 15px rgb(0 0 0 / 30%) );
}
/* @end */

/* @group Product Single */

.miim-wrap {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
    margin: 27px 3%;
}
.make-it {
    padding: 49px 0;
    position: relative;
}
.make-it h2 {
	font-family: var(--Neretto);
    color: var(--DK-Green);
    font-size: 41px;
}
.make-it h2 img {
    width: 90px;
    margin-right: 15px;
}
.miim-pasta {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 15px;
    overflow: visible;
    z-index: 9;
}
.miim-border-1 {
	    max-height: 100% !important;
    position: absolute;
    top: 0;
    left: 100%;
	height: 100%;
	filter: none !important;
}
.miim-border-2 {
	    max-height: 100% !important;
    position: absolute;
    top: 0;
    left: 100%;
	height: 100%;
	filter: none !important;
}
.miim-wrap h5 {
	color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 44px;
}
.miim-pasta img {
    max-height: 225px;
    width: auto;
    filter: drop-shadow(0px 10px 15px rgb(0 0 0 / 30%) );
}
.miim-sauce {
    padding-top: 20px;
     width: 100%;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
}
.miim-sauce img {
	    max-height: 225px;
		width: auto;
		filter: drop-shadow(0px 10px 15px rgb(0 0 0 / 30%) )
}
.miim-ingredient {
		padding-top: 20px;
	    width: 100%;
		  padding-bottom: 15px;
}
.miim-ingredient img {
	    max-height: 225px;
		width: auto;
}
.miim-wrap h4 {
	text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
}
.miim-wrap h4 span {
	    display: block;
    font-size: 20px;
}
.miim-result {
	padding-top: 0;
}
.miim-result h3 {
    font-family: var(--Neretto);
    color: var(--MD-Green);
    font-size: 35px;
}
.miim-result p {
    font-size: 26px;
    line-height: 1;
}
.miim-result img {
	    margin: 13px 0 33px;
    max-width: 620px;
}
.featured-recipe {
	padding-top: 60px;
}
.featured-recipe h4 {
    font-family: var(--Neretto);
    font-size: 36px;
    line-height: 1.2;
}
.featured-recipe h3 a {
    font-size: 26px;
    font-family: var(--Neretto);
    color: var(--DK-Green);
    line-height: 1.2;
}
.stats {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.stats div:nth-child(2) {
	    border-right: 3px solid;
    border-left: 3px solid;
    padding: 0 32px;
}

.stats h5 {
	    text-align: center;
    text-transform: uppercase;
}
.stats h5 span {
	display: block;
    font-family: var(--Neretto);
    font-size: 45px;
}
.fr-wrap {
	    margin-left: 7.6%;
}
.fr-wrap img {
	    margin: 10px 0 34px;
}
.featured-recipe .button {
	    display: block;
    margin: 38px auto 0;
    text-align: center;
    width: 275px;
}
.more-info .button.filled {
   margin-left: 30px;
   margin-right: 14px;
       margin-bottom: 2rem;
    margin-top: 0;

}
.more-info .button.outline {
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 0;
}
.product-detail-hero {
    padding-top: 119px;
    position: relative;
}
.hero-box img {
	    max-width: 600px;
    margin: 0 auto;
}
.product-detail-hero:after {
    position: absolute;
    content: '';
    background: var(--LT-Green);
    width: 100%;
    height: 230px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.product-detail-hero .grid-container {
	position: relative;
	z-index: 9;
}
.main-product {
    margin-left: -15px;
}
.main-product .short-name {
	    text-transform: uppercase;
    font-family: var(--Neretto);
    display: block;
    font-size: 50px;
}
.main-product .short-type {
    text-transform: uppercase;
    font-family: var(--Neretto);
    display: block;
    font-size: 30px;
}
.main-product .short-size {
    font-size: 30px;
    margin-top: 9px;
    display: block;
}
.main-product h2 {
    font-size: 21px;
    margin-top: 35px;
    line-height: 1.2;
    color: var(--MD-Green);
}

.protein {
    width: 214px;
    color: #ffffff;
    background: var(--DK-Green);
    border-radius: 9px;
    display: flex;
    padding: 0px 8px;
    align-items: center;
    height: auto;
    height: 60px;
}
.protein-stat {
	font-size: 44px;
}
.protein-serving {
    text-transform: uppercase;
    line-height: 1;
    margin-left: 8px;
    margin-right: 8px;
    width: 102px;
}
.detes {
    margin-top: 32px;
    display: flex;
    align-items: center;
}
.product-img-wrap {
    position: relative;
    display: block;
    margin-right: 43px;
	text-align: center;
}
.product-img-wrap img {
	    max-height: 478px;
    width: auto;
}
.product-img-wrap:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -8px;
    background: url(https://buitoni22dev.wpengine.com/wp-content/uploads/2022/12/burst.png) no-repeat top left/contain;
    width: 109px;
    height: 115px;
}
.rim img {
    margin: 0;
    width: 130px;
    margin-right: 32px;
}
.protein-serving span {
	display: block;
}
.non-gmo {
	width: 197px;
    color: #ffffff;
    background: var(--DK-Green);
    border-radius: 9px;
    display: flex;
    padding: 0px 8px;
    align-items: center;
    margin-left: 28px;
	  height: 60px;
}
.initial {
	    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    font-family: var(--Batman);
}
.initial span {
    display: block;
	position: relative;
}
.initial .trade {
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 15px;
}
.gmo-content {
    font-size: 11px;
    border-left: 2px dotted #ffffff;
    padding-left: 4px;
    margin-left: 10px;
}
.animate {
  animation-duration: 1s;
  animation-name: animate-fade;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
    
@keyframes animate-fade {
    0% { opacity: 0; }
  100% { opacity: 1; }
}


.animate.slide {
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(.26,.53,.74,1.48);
	padding-left:15px;
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.delay-1 {
  animation-delay: 0.7s;
}
    
.delay-2 {
  animation-delay: 1.4s;
}
    
.delay-3 {
  animation-delay:2.1s;
}
.reveal {
	width: 300px;
}
.prod-ingredients {
	font-size: 14px;
}
.prod-ingredients p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}
/* @end */

/* @group Recipe Single */
.recipeBox p a {
	color: var(--DK-Green);
}

.main-recipe {
    padding: 70px 12% 40px 0;
}
.recipe-image-main {
	position: absolute;
    left: 56.33333%;
    top: 0;
    width: 43.66667% !important;
    height: 100%;
}
.recipe-image-main img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.main-recipe h1 {
    font-family: var(--Neretto);
    font-size: 29px;
}
.main-recipe h2 {
	
    font-size: 24px;
}
.squiggle {
	margin: 25px 0;
}
.sharing i {
    color: #fff;
    font-size: 37px;
    margin-top: 0;
    margin-right: 24px;
}
.sharing h4 {
	font-size: 16px;
    text-transform: uppercase;
	margin-top: 25px;
}
.recipe-facts {
    background: var(--DK-Green);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px 0;
}
.recipe-facts div {
    border-right: 5px solid #ffffff;
    padding: 0 40px;
}
.recipe-facts div:last-child {
	border: none;
}
.recipe-facts h4 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
}
.recipe-facts h4 span {
    display: block;
    font-family: var(--Neretto);
    font-size: 35px;
    margin-top: 10px;
}
.recipe {
	    padding-top: 30px;
}
.recipe h3 {
	font-family: var(--Ostrich);
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 67px;
}
.instructions p {
	    font-size: 24px;
}
.instructions p b {
	font-weight: 900;
}
.fpr {
	    display: flex;
    align-items: center;
}
.featured-products img {
    width: 100%;
    width: 120px;
    filter: drop-shadow(2px 4px 8px #6e4f30);
}
.featured-products a {
    display: block;
    color: var(--DK-Green);
    text-transform: uppercase;
    font-family: var(--Batman);
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    margin-right: 10px;
}
.recipe ul {
	margin: 40px 0 0;
}
.recipe li {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
}
.directions {
	position: relative;
}
.directions:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    background: url(../img/squiggle-vertical.png) repeat-y top left/50%;
}
.directions p {
	font-size: 22px;
}
.other-recipes {
	padding-top: 117px;
}
.other-recipes h3 {
    font-family: var(--Neretto);
    font-size: 34px;
    margin-bottom: 69px;
}
.related-recipe {
	text-align: left;
}
.related-recipe .recipe-title {
	    padding-top: 22px;
    display: block;
    color: var(--DK-Green);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}
.related-recipe p a {
    color: var(--DK-Green);
    font-size: 36px;
    font-weight: 900;
    margin-top: 40px;
}
.button.filled.all {
    display: block;
    margin: 65px auto;
    background: var(--DK-Green);
    color: var(--Tan);
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--Neretto);
    padding: 23px 40px;
    font-size: 20px;
}
.button.filled.invert {
	background: var(--Yellow);
    color: var(--DK-Green);
	    border: 5px solid transparent;
    transition: all 0.3s ease-in-out;
}
.button.filled.invert:hover {
	border-color: var(--Yellow);
	color:var(--Yellow) ;
}
/* @end */

/* @group Where to Buy */
.buy-header {
    background: var(--Tan) url(../img/buy-banner-stacked-tin.png) no-repeat center center/cover;
    height: 53vh;
    max-height: 480px;
}
.find-p {
	margin: 30px 0;
	font-size: 24px;
	text-align: center;
}
.locations .cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.locations a {
    width: 25%;
    transition: all 0.3s ease;
    padding: 0 6%;
}
.locations a img {
	    filter: grayscale(1);
    mix-blend-mode: multiply;
	
}
.locations a:hover img {
	filter: grayscale(0);
}
/* @end */

/* @group Footer */
.footer {
	padding: 25px 0 10px;
}
.footer-links {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
}
.footer-links:after {
    content: '';
    background: url(../img/Footer_Divder.png) no-repeat center center/contain;
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 8%;
    left: 0;
    top: 45px;
    z-index: 0;
}
.footer-links a {
    margin: 0 10px;
    text-transform: uppercase;
    color: var(--DK-Green);
    font-size: 20px;
    z-index: 1;
}
.footer-links img {
    width: 100px;
}
.copy-link {
	    margin-left: 45px;
}

/* @end */

/* @group Single Page */
.single-page {
    padding-top: 65px;
    padding-bottom: 65px;
    background: var(--Tan);
}
.single-page h1 {
	    font-family: var(--Neretto);
    font-size: 31px;
    margin-bottom: 10px;
}
.single-page ul li a {
	    text-transform: uppercase;
    color: var(--DK-Green);
    font-size: 20px;
    z-index: 1;
}
.single-page p a {
	 color: var(--DK-Green);
	 border-bottom: 1px solid;
}

/* @end */

/* @group Site Search */

.site-search-header {
    padding-top: 0;
}
.site-search-inner {
    padding-top: 65px;
    padding-bottom: 45px;
}
.site-search-header h2 {
	text-transform: uppercase;
    font-family: var(--Neretto);
    font-size: 23px;
    line-height: 1.5;
    margin: 33px 0 20px 0;
}
.page-title {
	    text-transform: uppercase;
    font-family: var(--Neretto);
    font-size: 23px;
    line-height: 1.5;
	margin: 0;
}
.page-title span {
	display: block;
    font-size: 35px;
}
.bread {
	    font-size: 23px;
}
.bread a {
	color: var(--DK-Green);
}
.site-search-form  {
    position: relative;
}
.site-search-form  label {
	    position: absolute;
    text-transform: uppercase;
    font-size: 19px;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
}
.site-search-form  input {
    background: #ffffff;
    border-radius: 9px;
    height: 49px;
    margin: 0;
    color: var(--DK-Green);
    text-indent: 19px;
}

.site-search-form  .search-modal-submit {
    right: 15px;
}
.site-search-header p {
	font-size: 21px;
    margin-top: 13px;
}
.site-search-form form [type='text']:focus~label, .site-search-form  form [type='text']:not(:placeholder-shown)~label {
    font-size: 10px;
    top: 23%;
    left: 4%;
    letter-spacing: .04rem;
}
.search-result {
    padding: 46px 0;
}
.recipe-list .search-result h2 {
    color: var(--MD-Green);
    margin-bottom: 20px;
    font-size: 24px;
}
.search-more {
	margin-top: 22px;
}
/* @end */

/* @group About / Origins */
.story-hero {
	height: 75vh;
	background: url(../img/story-main2.jpeg) no-repeat center center/cover;
}
.story-hero-image {
    width: 100%;
}
.story-hero_text {
	    padding-top: 43%;
    text-align: center;
}
.story-hero_text h1 {
	font-size: 162px;
    font-family: var(--Ostrich);
    line-height: 1;
}
.story-hero_text h1 span {
	display: block;
    font-family: var(--Pauline);
    margin-bottom: -25px;
    font-size: 152px;
}
.history {
    margin-top: 0;
    padding: 30px;
}
.coffee {
    transform: rotate(156deg);
    position: absolute;
    top: 17%;
    width: 396px;
    left: 21px;
    z-index: 0;
}
.map {
	    padding-bottom: 300px;
		    max-width: 80%;
    margin-left: 20%;
}
.wheat {
    position: absolute;
    top: 28%;
    width: 698px;
    left: -108px;
    z-index: 0;
    max-width: 1000px;
}
.woman {
    margin-top: 60px;
    margin-left: -20px;
    max-width: 395px;
    z-index: 2;
    position: relative;
}
.man {
    z-index: 2;
    margin-top: -178px;
    position: relative;
    max-width: 425px;
    margin-left: 100px;
}
.pasta-guy {
	    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.history h3 {
font-family: var(--Ostrich);
    font-size: 120px;
    padding-top: 65px;
    margin-left: 34px;
    margin-bottom: 0;
    line-height: 1;
}
.history p {
	    font-size: 23px;
    margin-left: 44px;
    margin-top: 8px;
    line-height: 1.5;
    letter-spacing: -0.55px;
    margin-right: 44px;
}
.history .p2 {
    margin-left: 5%;
    margin-right: 10%;
}
.history h3.history {
	padding: 0;
}
.now {
    position: relative;
    padding-top: 40px;
}

.now h3 {
	    position: absolute;
    font-family: var(--Ostrich);
    font-size: 199px;
    top: -21px;
    left: 23%;
}
.now p {
	font-size: 23px;
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.5;
    letter-spacing: -0.55px;
    margin-right: 0;
    margin-top: 85px;
    margin-bottom: 85px;
}
.poster {
	z-index: 2;
}
.squiggle-2{
	position: relative;
	z-index: 1;
}
.squiggle-2:before {
    content: '';
    background: url(../img/squiggle-about2.png) no-repeat bottom left/contain;
    width: 32px;
    height: 906px;
    display: block;
    position: absolute;
    bottom: -100px;
    left: 40%;
    z-index: 1;
}
.squiggle-2:after {
    content: '';
    background: url(../img/squiggle-about1.png) no-repeat bottom left/contain;
    width: 32px;
    height: 906px;
    display: block;
    position: absolute;
    top: 182px;
    left: 40%;
    z-index: 1;
}
.squiggle-3 {
	position: relative;
	z-index: 1;
}
.squiggle-3:before {
    content: '';
    background: url(../img/squiggle-about3.png) no-repeat bottom left/contain;
    width: 32px;
    height: 906px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 70%;
    z-index: 1;
}
/* @end */

/* @group FAQ */

.faq-list h1 {
    text-align: left;
    font-family: var(--Neretto);
    font-size: 86px;
    margin-top: 29px;
    letter-spacing: -15px;
    margin-bottom: 4px;
}
.faq-list img {
    max-width: 50%;
}
.faq-section {
    padding: 156px 0 111px;
}
.faq-section h2 {
    font-family: var(--Neretto);
    font-size: 45px;
    margin-bottom: 34px;
}
.faq-section.Preparation {
	background: var(--LT-Green);
}
.faq-section .accordion-title {
    padding: 19px 49px 19px 10px;
    border: none;
    /* border-bottom: none; */
    color: var(--DK-Green);
    background: transparent;
    font-size: 25px;
    border-top: 2px solid var(--DK-Green);
    margin-bottom: 0;
    letter-spacing: -1.6px;
   line-height: 1.2;
}
.faq-section  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 2px solid var(--DK-Green);
    border-radius: 0 0 0 0;
}
.faq-section  .accordion-title:hover, .faq-section  .accordion-title:focus {
    background-color: var(--DK-Green);
    border-color: var(--DK-Green);
    color: var(--Tan);
}
/* @end */

/* @group Contact */
.contactForm {
	   display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    padding: 30px 0;
}

body .wpcf7-select {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px !important;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 3px solid var(--DK-Green) !important;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 25px;
	position: relative;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin-top: 13px;
    display: block;
}
.wpcf7-form-control-wrap[data-name="States"]:after, .wpcf7-form-control-wrap[data-name="PurchaseMethod"]:after {
    content: '';
    background: url(../img/dropdown.png) no-repeat top left/contain;
    width: 20px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%; 
    right: 26px;
    transform: translate(0, -50%);
    pointer-events: none;
}
.wpcf7-form-control-wrap[data-name="imageUpload"] {
	
    background: var(--DK-Green);
    padding: 20px;
    border-radius: 5px;
	color: var(--Tan);
	
	}
	.wpcf7-form-control-wrap[data-name="imageUpload"] inpurt {
		color: var(--Tan);
	}
/* @end */

#cookie-notice {
	z-index: 9999999999;
}
/* @group Media Queries */

/* Small only */
@media screen and (max-width: 39.9375em) {
	
.cloud-bg h2 {
    font-size: 51px;
}
.cloud-bg h2 span {
    font-size: 68px;
}
.cloud-bg p {
    font-size: 26px;
    margin-top: 15px;
    line-height: 1;
}
.r-title h2 .line-3 {
    font-size: 37px;
    letter-spacing: -4px;
}
.where h2 span.inline {
        font-size: 53px;
}
.r-title h2 .line-1 {
    font-size: 54px;
    margin-left: -4px;
    letter-spacing: 0;
    line-height: 1;
}
.r-title h2 .line-2 {
    font-size: 24px;
    margin-left: 0;
    margin-top: -1px;
    margin-bottom: 4px;
    letter-spacing: -1px;
}
.home-products {
	    height: 745px;
    min-height: 745px;
}
.footer-links {
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
}
.footer-links:after {
	display: none;
}
.mobile-image {
	padding: 0;
}
.rav {
    width: 105px;
    left: 29px;
    top: 419px;
}
.owl-carousel .grid-x {
    max-height: 424px;
}
.home-products .p-title {
    position: absolute;
    top: 36px;
    left: 50%;
    right: auto;
    display: block;
    transform: translate(-50%, 0);
}
.home-products .p-title h2 {
    font-size: 42px;
    letter-spacing: 1px;
	line-height: 1;
}
.prod-slide .product-title {
    left: 0;
    font-size: 25px;
    padding: 8px;
    top: 269px;
    background: var(--Tan);
    z-index: 999;
    box-shadow: rgb(0 0 0 / 30%) 10px 10px;
    transform: none;
}
.prod-slide .product-title span {
    font-size: 25px;
}
.home-products .grid-container {
	    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.where {
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bag-wrap {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    height: 330px;
    max-width: 416px;
    order: 2;
    margin-top: 20px;
}
.where-wrap {
    margin-left: 0;
    text-align: center;
    width: 87%;
    padding-top: 18px;
    padding-left: 0;
}
.handle {
    width: 67%;
    bottom: 26px;
    left: 20%;
    top: auto;
    max-width: 202px;
}
.bag {
    width: 80%;
}
.where h2 {
    padding-left: 0;
    width: auto;
    flex-direction: initial;
    align-items: center;
    justify-content: center;
	padding-top: 31px;
	    font-size: 46px;
}
.pack {
    width: 32%;
    z-index: 3;
    position: absolute;
    top: -8px;
    left: 35%;
}
.bag {
    width: 80%;
    z-index: 1;
    position: absolute;
    bottom: -156px;
    left: 2%;
}
.sign-up h4 {
    max-width: 80%;
    margin: 0 auto 13px;
}
@keyframes move-fade {
    0% { top: 0; }
  100% { top: 20%; }
}

.where h2 span.buy {
    font-size: 53px;
    margin-top: -3px;
}
.home-products .r-title {
    left: 0;
    bottom: 22px;
}
.home-products .image-left img {
    width: 62% !important;
    padding-top: 97px;
    transform: rotate(0deg);
    margin-left: auto;
    margin-right: auto;
}
.home-products .image-right {
    width: 69% !important;
    right: 50%;
    top: 48%;
    transform: translate(50%, 0);
}
.prod-slide {
    min-height: 745px;
}
.home-products .recipe-title {
    bottom: auto;
	top: 510px;
    right: 0;
    font-size: 16px;
    max-width: 171px;
    padding: 8px;
    background: var(--Yellow);
	box-shadow: rgb(0 0 0 / 30%) -10px 10px;
}
.home-products .recipe-title span {
    font-size: 16px;
}
#prev-slide2 {
    width: 26px;
    height: 26px;
    bottom: 15px;
    left: 38px;
}
#prev-slide2 i, #next-slide2 i {
    font-size: 17px;
}
#next-slide2 {
    width: 26px;
    height: 26px;
    bottom: 15px;
    right: 21px;
}
.cloud-bg {
    padding: 53px 0;
    background-position: top center;
    margin-top: 35px;
}
.fridge .button {
    margin-bottom: 0;
}
.bag-top h4 {
    padding-top: 21px;
    font-size: 36px;
}
.bag-top p {
    font-size: 20px;
    margin-top: 0;
}
.tort {
    top: 326px;
    left: 0;
    width: 43px;
}
.bag-top p span {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 10px;
}
.fs2, .fs3 {
    width: 100%;
}
.fork {
    top: 384px;
}
.bag-top-inner {
    height: 510px;
}
.sign-up .mobile-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    padding: 0;
}
.where:before {
    top: -24px;
    padding-top: 8%;
}
.sign-up-inner {
    margin: 0 1%;
}
.miim-wrap h5 {
    font-size: 20px;
}
.make-it h2 {
    font-size: 18px;
}
.make-it h2 img {
    width: 40px;
    margin-right: 9px;
}
.miim-result h3 {
    font-size: 22px;
}
.miim-result p {
    font-size: 18px;
    line-height: 1;
}
.featured-recipe h4 {
    font-size: 25px;
}
.detes {
    margin-top: 21px;
    display: flex;
    align-items: center;
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: space-around;
}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 26px;
    height: 26px;
}
.owl-prev i, .owl-next i {
    font-size: 17px;
}
#prev-slide {
    width: 26px;
    height: 26px;
    left: -35px;
}
#prev-slide i, #next-slide i {
    font-size: 17px;
}
#next-slide {
    width: 26px;
    height: 26px;
    right: -35px;
}
.top-bar-top {
	display: none;
}
.announcement {
	display: none;
}
.menu a, .menu .button {
    padding: 6px 11px;
}
.brand-slide .hero-box {
    padding: 15px 40px 45px;
    margin-bottom: 0;
}
h2 .hero-box_h2_line1 {
    font-size: 5vw;
}
h3 .hero-box_h3_line1 {
	font-size: 4.45vw;
}
.button.filled {
    padding: 13px 25px;
    font-size: 14px;
}
.brand-slide .hero-box-wrap a {
    margin-left: 0;
    margin-top: 11px;
}
.sign-up {
	    padding-top: 36px;
}
.sign-up p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 22px;
}
.recipe-search-hero .grid-container.full, .recipe-search-hero .grid-x, .recipe-search-hero .large-7 {
    height: auto;
}
.fridge {
    margin-top: 0;
}
.field-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.field-inner {
	width: 48%;
}
.field-wrap .email {
    width: 100%;
}
.field-wrap .zip {
    width: 100%;
    margin-bottom: 17px;
}
.menu.end ul {
    padding-top: 3px !important;
}
.label {
	    margin-bottom: 0;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    height: 2.4375rem;
    margin-bottom: 9px;
}
.button.filled.rotated {
    transform: rotate(0deg);
}
.sign-up form {
	    margin-bottom: 36px;
}
.footer {
    padding: 15px 0;
}
.footer-links a {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 7px;
    width: 44%;
    display: block;
    text-transform: none;
}
.footer-logo {
	    order: 10;
}
.footer-links img {
    width: 80px;
}
.recipe-search-hero .line1 {
    font-size: 75px;
}
.recipe-search-hero .line2 {
    font-size: 48px;
    margin-top: -12px;
}
.recipe-search-hero .line3 {
    font-size: 72px;
}
.recipe-search-hero h2 {
    padding: 40px 0 20px;
}
.recipe-search form [type='text'] {
    height: 3.4375rem;
}
.recipe-search label {

    font-size: 21px;
}
.recipe-search form [type='text']:focus~label, .recipe-search form [type='text']:not(:placeholder-shown)~label {
    top: -21%;
	font-size: 12px;
}
.magnify {
    width: 25px;
}
.recipe-search p {
    font-size: 19px;
}
.bio-form select {

    font-size: 19px;
}
.bio-form {
    font-size: 19px;
}
.colander {
    top: -88px;
	display: none;
}
.recipe-list {
    padding-top: 46px;
}
.buy-header {
    height: 250px;
    background-position: 66% center;
}
.find-p {
    margin: 23px 0;
    font-size: 18px;
    line-height: 1.2;
}
.locations a {
    width: 33.33333%;
}
.main-recipe h1 {
    font-size: 24px;
}
.squiggle {
    margin: 13px 0;
}
.main-recipe h2 {
    font-size: 19px;
}
.sharing i {
    margin-top: 19px;
}
.main-recipe {
    padding: 50px 5% 34px;
}
.recipe-facts {
    flex-wrap: wrap;
}
.recipe-facts div {
    border-bottom: 5px solid #ffffff;
    margin: 0 18px 10px;
    width: calc(50% - 36px);
    border-right: 0;
    padding: 0;
    padding-bottom: 10px;
}
.recipe-facts h4 {
    font-size: 15px;
}
.recipe-facts h4 span {
	font-size: 34px;
}
.recipe-facts div:nth-child(3), .recipe-facts div:nth-child(4) {
    border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.recipe {
    padding-top: 6px;
    text-align: center;
}
.recipe h3 {
    font-size: 47px;
}
.featured-products a {
    font-size: 18px;
}
.recipe ul {
    margin: 38px 29px 0;
}
.recipe li {
    font-size: 16px;
    text-align: left;
}
.directions p {
    font-size: 16px;
    text-align: left;
}
.girl {
    width: 67%;
    right: -8%;
}
.instructions p {
    font-size: 15px;
    text-align: left;
    margin: 0 18px 24px;
}
.other-recipes {
    padding-top: 30px;
}
.other-recipes h3 {
    font-family: var(--Neretto);
    font-size: 24px;
    margin-bottom: 40px;
}
#main-menu-menu {
	    padding-top: 45px;
}
.product-listing-main {
	display: none;
}
.term-wrap:first-child h2 img {
    width: 119px;
    margin-right: 0;
    margin-top: -115px;
}

.solo img, .no-loop{
    max-height: 130px;
}
.short-name {
    font-size: 18px;
    margin-top: 11px;
}
.short-type, .short-size {
    font-size: 14px;
    line-height: 1.2;

}
.feature-product .term-wrap:first-child .solo {
    margin-top: -73px;
}
.term-wrap:first-child {
    padding-top: 80px;
    padding-bottom: 52px;
}
.big-pasta {
    top: -61px;
    width: 118px;
}
term-wrap:nth-child(3) .big-pasta {
	display: none;
}
.term-wrap:nth-child(3n+2) {
    padding-top: 47px;
    padding-bottom: 50px;
}
.term-wrap:nth-child(3n+2) h2 {
    font-size: 50px;
    margin-bottom: 27px;
}
.slick-track {
	    opacity: 1;
    width: 100% !important;
    transform: none !important;
}
.slick-cloned {
	display: none;
}
.slick-slide {
    height: auto;
    min-height: 1px;
    width: 50%;
    display: inline-block !important;
    vertical-align: top;
}
.term-wrap:nth-child(3n+3) h2 {
    font-size: 33px;
    margin-bottom: 20px;
}
.term-wrap:last-child h2 {
    font-size: 28px !important;
    margin-bottom: 36px !important;
    letter-spacing: -1px !important;
}
.term-wrap:nth-child(3n+3):before {
    width: 100%;
    height: 30px;
    top: -21px;
	    left: 0;
}
.term-wrap:nth-child(3n+2):before {
    height: 24px;
    top: -16px;
    left: 0;
}
.term-wrap:nth-child(3n+1):before {
    height: 26px;
    top: -16px;
    left: 0;
}
.product-listing-hero {
    height: 250px;
}
.its-on {
    top: 30%;
}
.term-wrap:first-child:after {
    top: 0;
}
.slider-wrap li {
    font-size: inherit;
    width: 50%;
    margin-bottom: 33px;
    margin: 0 0 33px 0;
}
.slider-wrap li img {
	    max-height: 130px;
		width: auto;
}
.term-wrap:nth-child(3n+1) h2 {
    font-size: 50px;
}
.term-wrap:nth-child(3n+3) {
    padding-top: 51px;
    padding-bottom: 55px;
}
.term-wrap:nth-child(3n+1) {
    padding-top: 51px;
    padding-bottom: 55px;
}
.feature-product ul {
    margin-left: 0;
    justify-content: center;
}
.product-img-wrap {
    margin-right: 0;
	text-align: center;
}
.feature-product .solo, .feature-product .no-loop {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-height: initial;
}
.product-img-wrap img {
	    width: 75%;
}
.product-img-wrap:before {
    top: -20px;
    left: 21px;
    width: 80px;
    height: 99px;
}
.product-detail-hero {
    padding-top: 72px;
}
.main-product {
    margin-left: 0;
}
.main-product .short-name {
    font-size: 26px;
}
.main-product .short-type {
    font-size: 20px;
}
.main-product .short-size {
    font-size: 22px;
}
.main-product h2 {
    font-size: 18px;
    margin-top: 10px;
}
.rim {
	    width: 100%;
    text-align: center;
}
.rim img {
    margin: 0;
    width: 106px;
    margin-right: 0;
    margin-bottom: 13px;
}
.more-info {
	margin-top: 25px;
}
.product-detail-hero:after {

    height: 200px;
}
.more-info .button.filled {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 300px;
    display: block;
}
.more-info .button.outline {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 300px;
    display: block;
    margin-bottom: 40px;
}
.make-it {
    padding-top: 28px;
    padding-bottom: 45px;
}
.miim-wrap {
    grid-template-columns: repeat(1, 1fr);
}
.miim-pasta {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 18px;
    overflow: visible;
    z-index: 9;
    position: relative;
}
.miim-sauce {
    padding-top: 42px;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
}
.miim-ingredient {
    padding-top: 42px;
    width: 100%;
    padding-bottom: 15px;
}
.featured-recipe {
    padding-top: 45px;
}
.featured-recipe h3 a {
    font-size:17px;
}
.fr-wrap {
    margin-left: 0;
	margin-bottom: 10px;
}
.stats {
    margin-top: 30px;
}
.stats h5 span {
    font-size: 34px;
}
.stats h5 {
    font-size: 15px;
}
.stats div:nth-child(2) {
    padding: 0 16px;
    margin: 0 8px;
}
.protein {
    width: 55%;
}
.recipe-search-hero {
    height: auto;
}
.non-gmo {
    width: 55%;
    margin-left: 0;
}
.miim-pasta img {
    max-height: 120px;
}
.recipe-search-hero .form-wrap-search {
    margin: 11px auto 32px;
}
.recipe-search-hero form {
    position: relative;
    margin: 0;
    max-width: 600px;
    width: 100%;
}
.recipe-search-hero label {
    font-size: 22px;
}
.recipe-search-hero form [type='text'] {
    height: 3.4375rem;
}
.recipe-image-main {
    position: relative;
    left: 0;
    width: 100% !important;
    height: 250px;
}
body .recipe-search-hero .large-7 {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
}
.top-bar-bottom {
    padding-top: 45px;
}
.top-bar-bottom { 
    justify-content: left;
}
.top-bar ul {
    flex-direction: column;
    align-items: baseline;
}
.miim-border-1 {
    max-height: 111% !important;
    position: absolute;
    top: auto;
    left: 46%;
    height: 200%;
    filter: none !important;
    transform: rotate(90deg);
    width: auto !important;
    bottom: -57%;
	display: none;
}
.miim-border-2 {
    max-height: 100% !important;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    filter: none !important;
    max-height: 105% !important;
    position: absolute;
    top: auto;
    left: 46%;
    height: 200%;
    filter: none !important;
    transform: rotate(90deg);
    width: auto !important;
    bottom: -55%;
	display: none;
}
.recipeBox {
    display: flex;
    margin-bottom: 17px;
}
.recipe-list a p {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 7px;
}
.recipe-list h2 {
    font-size: 18px;
    padding-top: 0;
}
.homeBoxWrap {
    overflow: hidden;
    display: block;
    width: 50%;
}
.recipeBox .zoom {
	 width: 48%;
	 display: block;
	 margin-left: 2%;
}
.miim-sauce img {
    max-height: 125px;
}
.miim-ingredient img {
    max-height: 125px;
    width: auto;
}
.story-hero {
    height: 250px;
}
.history {
    margin-top: 0;
    padding: 30px 10px;
}
.history h3 {
    font-size: 55px;
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.history p {
    font-size: 16px;
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.4;
    margin-right: 0;
}
.coffee {
    top: 38%;
    width: 176px;
    left: -29px;
    transform: none;
    display: none;
}
.wheat {
    top: 53%;
    width: 278px;
    left: 50%;
    transform: translate(-50%, 0);
}
.map {
    padding-bottom: 24px;
    width: 60%;
    margin: 0 auto;
    display: block;
    opacity: 0.5;
}
.squiggle-2:after, .squiggle-2:before {
	display: none;
}
.squiggle-3:before {
	display: none;
}
.history .p2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.now {
    position: relative;
    padding-top: 0;
}
.woman {
    margin-top: 22px;
    margin-left: -22px;
    width: 58%;
}
.man {
    margin-top: -310px;
    margin-left: 43%;
    width: 61%;
}
.squiggle-2:before {
    width: 13px;
    height: 240px;
    bottom: 44%;
}
.squiggle-2:after {
  
    width: 9px;
    height: 236px;
    top: 61%;
    left: 40%;
}
.recipe-slide .large-7 {
	height: 215px !important;
}
.recipe-slide .hero-box {
    padding: 0 5%;
    position: relative;
    top: 215px;
    height: auto;
}
.recipe-slide .fit-me {
	    text-align: center;
    margin-top: 14px;
	width: 100%;
}

.recipe-slide_line1 {
    font-size: 20px !important;
    font-family: var(--Neretto);
	display: inline !important;
	line-height:2em;
}
.recipe-slide_line2 {
    font-size: 20px!important;
    font-family: var(--Neretto);
	display: inline !important;
	line-height:2em;
}
.recipe-slide_line3 {
    font-size: 20px!important;
    font-family: var(--Neretto);
	display: inline !important;
}
.recipe-slide_line4 {
    font-size: 20px!important;
    font-family: var(--Neretto);
	display: inline !important;
}
.recipe-slide_line5 {
    font-size: 20px!important;
    font-family: var(--Neretto);
	display: inline !important;
}
.contactForm {
    grid-template-columns: repeat(1, 1fr);
}
.footer-links a {
    text-align: center;
    width: 100%;
}
.footer-links a:nth-child(2) {
	order: 3;
}
.footer-links a:nth-child(3) {
	order: 5;
}
.footer-logo {
	text-align: center !important;
}
.recipe-prod {
	width: 75%;
}
.slider-wrap img {
    max-height: 275px;
    width: auto;
}
.fridge-list h1 {
    font-size: 50px;
}
.faq-list h1 {
    font-size: 50px;
    margin-top: 46px;
    letter-spacing: -5px;
}
.faq-section h2 {
    font-size: 35px;
    margin-bottom: 34px;
}
.faq-section {
    padding: 56px 0;
}
.faq-section .accordion-title {
    padding: 14px 10px;
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 1.2;
}

.reveal {
    position: relative;
    margin: 0 auto;
	
}
.reveal img {
	    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.prod-ingredients p {
    font-size: 12px;
    line-height: 1.1;
    margin-top: 10px;
}
.sharing i {
    font-size: 32px;
}
.product-slide .hero-box {
    padding-top: 58px;
}
.stats > div {
	flex: 1;
}
.stats {
   align-items: end;
}
}

/* Small and Medium */
@media screen and (max-width: 63.9375em) {
.menu-text {
    max-width: 226px;
    left: -13px;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background:var(--Tan);
    -webkit-box-shadow: 0 7px 0 var(--Tan), 0 14px 0 var(--Tan);
    box-shadow: 0 7px 0 var(--Tan), 0 14px 0 var(--Tan);
    content: '';
}
.title-bar {
    justify-content: end;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
}
.announcement {
    margin-left: 24px;
}
.home-hero_slider {
    height: auto;
}
.cta {
    bottom: 32px;
    width: 245px;
}
.brand-slide {
	background: none;
}
.brand-slide .grid-container, .recipe-slide .grid-container {
	    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.brand-slide .hero-box-wrap {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    width: 100%;
    transform: none;
}

.recipe-filter {
    max-height: 227px;
    transition: all 0.5s ease-in-out;
    padding: 10px 0 0 !important;
}
.recipe-list .sticky-me {
    position: sticky;
    top: 44px;
    padding-bottom: 9px;
    max-height: 0;
    overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.recipe-filter h5 {
position: relative;
}
.recipe-filter h5:after {
content: '+';
}
.recipe-filter.open {
	max-height: 100%;
	transition: all 0.5s ease-in-out;
}
.recipe-filter.open .sticky-me {
	max-height: 100%;
	transition: all 0.5s ease-in-out;
}
.recipe-grid {
	    margin-top: 17px;
}
.recipe-facts {
    order: 2;
}
.recipe-image-main {
	order: 3;
}
.menu.end {
    justify-content: start;
    flex-direction: column;
    align-items: start;
}
.menu.end ul{
	flex-direction: column;
    text-align: left;
    padding-top: 45px;
}
.top-bar-bottom {
    position: absolute;
	z-index: 99;
}
.title-bar-top .menu {
	justify-content: end;
}
.form-wrap-search {
    width: 350px;
    max-width: 95%;
}
.recipe-search-hero .large-7 {
    width: 53.333333% !important;
}

.reveal {
    position: relative;
    margin: 0 auto;
}
.home-hero_slider .owl-dots {
	display:  none;
}
.copy-link {
	margin: 0;
}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.fridge .grid-x > .medium-7 {
		width: 70%;
    margin-right: -7%;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	.recipe-search p {
    font-size: 2.5vw;
}
.bio-form {
    font-size: 2.5vw;
}
.bio-form select {
    width: 260px;
    font-size: 2.5vw;
}
.bio-form .facetwp-facet:after {
    right: 19px;
}
.colander {
    width: 45%;
}
.main-recipe {
    padding: 62px 4% 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
.main-recipe h1 {
    font-size: 23px;
    width: 100%;
}
.main-recipe .squiggle {
	    display: none;
}
.main-recipe h2 {
    font-size: 22px;
    width: 100%;
    border-top: 3px solid #ffffff;
}
.sharing {
	    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.sharing i {
    margin-top: 26px;
    margin-right: 0;
}
.recipe {
    padding-top: 40px;
}
.recipe h3 {
    font-size: 60px;
}
.recipe ul {
    margin: 25px 0 0 19px;
}
.recipe li {
    font-size: 16px;
}
.instructions p {
    font-size: 16px;
}
.featured-products a {
    font-size: 23px;
    margin-bottom: 23px;
}
.recipe-slide .large-7 {
	height: 410px !important;
}
.recipe-slide .hero-box {
    padding: 0 5%;
    height: auto;
    position: relative;
    top: 410px;
}
.recipe-slide_line1, .recipe-slide_line2, .recipe-slide_line3, .recipe-slide_line4, .recipe-slide_line5 {
    font-size: 32px !important;
    font-family: var(--Neretto) !important;
    display: inline-block !important;
}
.recipe-slide h2 {
	    text-align: center;
    margin-top: 14px;
}
.cta {
    bottom: 50px;
    width: 341px;
    text-align: center;
}
.top-bar-top {
    display: none;
}
.home-products .image-left img {
    width: 38% !important;
    padding-top: 151px;
    margin-left: 18%;
}
.home-products {
    max-height: 860px;
}
.prod-slide {
    min-height: 775px;
}
.fridge video {
    margin-top: 0;
}
.tort {
    position: absolute;
    top: 96px;
    left: 0;
    width: 100px;
}
.bag-top h4 {
    padding-top: 46px;
    font-size: 50px;
}
.bag-top p {
    font-size: 24px;
    margin-top: -8px;
    line-height: 1.4;
}
.bag-top p span {
    font-size: 24px;
    margin-bottom: 21px;
}
.rav {
    top: 454px;
    width: 250px;
}
.bag-top-inner {
    height: 650px;
}
.where:before {
    top: -28px;
}
.where {
    height: 345px;
}
.where-wrap {
    padding-top: 66px;
}
.handle {
    bottom: 30px;
    left: 21%;
}
.footer-links a {
    font-size: 16px;
}
.footer-logo {
	display: none;
}
.footer-links:after {
    top: 12px;
}
.product-listing-hero {
    height: 400px;
}
.sup-prod1 {
    width: 198px;
    top: 43%;
}
.sup-prod2 {
    width: 153px;
    top: 49%;
}
.product-listing-main ul {
    padding-top: 100px;
}
.product-listing-main ul li {
    width: 16%;
}
.product-listing-main ul a span {
    font-size: 16px;
}
.product-listing-main ul a {
    border: none;
}
.term-wrap:nth-child(3n+1) h2 img {
    width: 235px;
}
.feature-product .solo, .feature-product .no-loop {
    flex-wrap: wrap;
    justify-content: center;
}
.solo img, .no-loop img {
    max-height: 275px;
    width: auto;
}
.short-name span br {
	display: none;
}
.slider-wrap li {
    width: calc(50% - 30px);
}
.slider-wrap img {
    max-height: 275px;
    width: auto;
}
.feature-product ul {
    justify-content: center;
}
.short-name {
    font-size: 24px;
}
.slick-slide img {
    height: 275px;
}
.term-wrap:nth-child(3n+2) {
    padding-top: 91px;
    padding-bottom: 135px;
}
.term-wrap:nth-child(3n+2) h2 {
    font-size: 70px;
    margin-bottom: 55px;
}
.term-wrap:nth-child(3n+2):before {
    height: 58px;
    top: -31px;
}
.big-pasta {
    top: -118px;
    width: 209px;
}
.term-wrap:nth-child(3n+3):before {
    height: 58px;
    top: -31px;
}
.term-wrap:nth-child(3n+3) {
    padding-top: 85px;
    padding-bottom: 110px;
}
.term-wrap:nth-child(3n+3) h2 {
    font-size: 55px;
    margin-bottom: 60px;
}
.term-wrap:nth-child(3n+1):before {
    height: 58px;
    top: -31px;
}
.term-wrap:nth-child(3n+1) h2 {
    font-size: 70px;
}
.term-wrap:nth-child(3n+1) {
    padding-top: 91px;
    padding-bottom: 128px;
}
.term-wrap:last-child h2 {
    font-size: 42px !important;
    margin-bottom: 37px !important;
}
.main-product h2 {
    margin-top: 13px;
}
.main-product h2 div {
	padding: 0 !important;
}
.main-product .short-name {
    font-size: 34px;
}
.product-detail-hero {
    padding-top: 61px;
}
.detes {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.detes .rim {
	    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.more-info {
	    margin-top: 45px;
}
.product-detail-hero:after {
    height: 260px;
}
.make-it h2 {
    font-size: 30px;
}
.make-it h2 img {
    width: 60px;
}
.miim-wrap {
    margin: 27px 0;
}
.miim-wrap h5 {
    font-size: 28px;
}
.miim-sauce img {
    max-height: 172px;
}
.miim-pasta img {
    max-height: 172px;
}
.miim-result h3 {
    font-size: 28px;
}
.miim-result p {
    font-size: 22px;
}
.make-it {
    padding-top: 49px;
    padding-bottom: 49px;
}
.featured-recipe {
    padding-top: 55px;
}
.featured-recipe h4 {
    font-size: 22px;
}
.fr-wrap img {
    margin: 10px 0 20px;
}
.featured-recipe h3 a {
    font-size: 20px;
    line-height: 1.4;
}
.fr-wrap {
    margin-left: 0;
}
.stats {
    margin-top: 30px;
}
.stats div:nth-child(2) {
    padding: 0 13px;
}
.stats h5 {
    font-size: 14px;
}
.stats h5 span {
    font-size: 34px;
}
.other-recipes {
    padding-top: 67px;
}
.other-recipes h3 {
    font-size: 28px;
    margin-bottom: 19px;
}
.related-recipe .recipe-title {
    font-size: 16px;
}
.related-recipe p a {
    font-size: 24px;
}
.button.filled.all {
    margin: 40px auto 65px;
    padding: 15px 35px;
    font-size: 18px;
}
.sign-up p {
    font-size: 16px;
    margin-bottom: 30px;
}
.sign-up-inner {
    margin: 0 2%;
}
label {
    font-size: 18px;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    height: 3.4375rem;
    margin-bottom: 34px;
}
.sign-up .button.filled {
    padding: 16px 15px;
    font-size: 16px;
}
.recipe-search-hero {
    height: 400px;
}
.recipe-search-hero .line1 {
    font-family: var(--Pauline);
    display: block;
    font-size: 80px;
}
.recipe-search-hero .line2 {
    font-size: 45px;
    margin-top: -13px;
    margin-bottom: 10px;
}
.recipe-search-hero .line3 {
    font-size: 69px;
}
.recipe-search-hero .form-wrap-search {
    margin: 20px auto 21px;
}
.recipe-search-hero form [type='text'] {
    height: 3.4375rem;
}
.recipe-search-hero label {
    font-size: 22px;
}
.magnify {
    width: 27px;
}
.colander {
    display: none;
}
.recipe-list {
    padding-top: 0;
}
.recipe-filter {
    padding: 17px 0 0 !important;
}
.recipe li {
    font-size: 20px;
}
.directions p {
    font-size: 20px;
}
.featured-products a {
    font-size: 17px;
}
.recipe-prod {
	width: 75%;
}
.buy-header {
    background: var(--Tan) url(../img/buy-banner-stacked-tin.png) no-repeat right center/cover;
    height: 400px;
}
.story-hero {
    height: 400px;
}
.history h3 {
    font-size: 80px;
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.history p {
    font-size: 18px;
    margin-left: 0;
    line-height: 1.4;
    margin-right: 0;
}
.coffee {
    top: 16%;
    width: 306px;
    left: -110px;
}
.wheat {
    top: 25%;
    width: 648px;
    left: -297px;
}
.history .p2 {
    margin-left: 0;
    margin-right: 5%;
}
.woman {
    margin-top: 96px;
}
.man {
    margin-top: -78px;

}
.faq-section {
    padding: 60px 0;
}
.faq-section h2 {
    font-size: 35px;
    margin-bottom: 27px;
}
.faq-section .accordion-title {
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 1.2;
}
.contactForm {
    grid-template-columns: repeat(2, 1fr);
}
.facetwp-template .large-6:nth-child(5n) {
    width: 50%;
}
.fridge-list h1 {
    font-size: 50px;
    padding-top: 40px;
}
.recipe-list h2 {
    font-size: 16px;
    padding-top: 6px;
}
}


/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* @end */

@media screen and (min-width:1024px) and (max-width: 1280px)  {
.grid-container {
    max-width: 75rem;
}
.facetwp-template .large-6:nth-child(5n) {
    width: 50%;
}
.menu-text {
    max-width: 375px;
}
.announcement a, .announcement {
    font-size: 20px;
}
 
.announcement {
    padding: 10px 0;
}
.menu a, .menu .button {
    padding: 0 1rem;
}
	.dropdown.menu  li  a {
    padding: 20px 25px;
}
.brand-slide .hero-box-wrap {
    left: 5%;
    width: 39%;
    max-width: 400px;
}
.brand-slide .hero-box-wrap a {
    margin-left: 16%;
}
.tort {
    width: 112px;
}
.bag-top h4 {
    padding-top: 40px;
    font-size: 45px;
}
.bag-top p {
    font-size: 20px;
}
.bag-top p span {
    font-size: 24px;
}
.button.filled {
    padding: 10px 25px;
    font-size: 16px;
}
.rav {
    top: 370px;
    width: 266px;
}
.where:before {
    top: -39px;
}
.bag-top-inner {
    height: 600px;
}
.handle {
    bottom: 70px;
    left: 21%;
}
.sign-up p {
    font-size: 16px;
    margin-bottom: 20px;
}
label {
    font-size: 20px;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    height: 45px;
    margin-bottom: 31px;
}
.footer-links a {
    font-size: 18px;
}
.footer-links img {
    width: 85px;
}
.footer-links:after {
    top: 38px;
}
.cloud-bg h2 span {
    font-size: 64px;
}
.cloud-bg h2 {
    font-size: 45px;
}
.cloud-bg p {
    line-height: 1.2;
}
.cloud-bg {
    padding: 50px 0;
}
.cloud-form {
	    margin-bottom: 50px;
}
.home-products .image-left img {
    width: 40% !important;
}
.home-products .image-right {
    width: 39% !important;
    right: 19%;
    top: 25%;
}
.prod-slide .product-title {
    font-size: 31px;
}
.home-products {
    max-height: 840px;
}
.prod-slide {
    min-height: 750px;
}
.recipe-slide .cell {
	width: 50% !important;
}
.sup-prod1 {
    width: 300px;
    top: 59%;
}
.sup-prod2 {
    width: 211px;
    top: 74%;
}
.slick-slide img {
    height: 390px;
}
.short-name {
    font-size: 24px;
    margin-bottom: 0;
}
.big-pasta {
    width: 230px;
	top: -148px;
}
.term-wrap:nth-child(3n+2) h2 {
    font-size: 83px;
    margin-bottom: 59px;
}
.term-wrap:nth-child(3n+2):before {
    height: 54px;
    top: -43px;
}
.term-wrap:nth-child(3n+2) {
    padding-top: 45px;
    padding-bottom: 200px;
}
.term-wrap:nth-child(3n+3) {
    padding-top: 95px;
    padding-bottom: 170px;
}
.term-wrap:nth-child(3n+3):before {
    height: 54px;
    top: -37px;
}
.term-wrap:nth-child(3n+3) h2 {
    font-size: 75px;
    margin-bottom: 60px;
}
.term-wrap:nth-child(3n+1) {
    padding-top: 72px;
    padding-bottom: 175px;
}
.term-wrap:nth-child(3n+1) h2 {
    font-size: 83px;
}
.solo img, .no-loop img {
    max-height: 390px;
}
.term-wrap:nth-child(3n+1) h2 img {
    width: 265px;
}
.term-wrap:nth-child(3n+1):before {
    height: 54px;
    top: -44px;
}
.term-wrap:last-child h2 {
    font-size: 60px;
    margin-bottom: 60px;
}
.product-detail-hero {
    padding-top: 81px;
}
.main-product .short-name {
    font-size: 36px;
}
.main-product .short-type {
    font-size: 26px;
}
.product-img-wrap img {
    max-height: 375px;
}
.product-img-wrap:before {
    top: -23px;
    left: -2px;
    width: 86px;
    height: 106px;
}
.main-product .short-size {
    font-size: 25px;
}
.main-product h2 {
    font-size: 20px;
    margin-top: 15px;
}
.make-it h2 {
    font-size: 34px;
}
.make-it {
    padding-top: 35px;
    padding-bottom: 35px;
}
.make-it h2 img {
    width: 65px;
}
.miim-wrap h5 {
    font-size: 32px;
}
.miim-pasta img {
    max-height: 173px;
}
.miim-wrap h4 {
    font-size: 21px;
    margin-top: 3px;
}
.miim-sauce img {
    max-height: 173px;
}
.miim-result h3 {
    font-size: 30px;
}
.miim-result p {
    font-size: 21px;
}
.featured-recipe {
    padding-top: 75px;
}
.featured-recipe h4 {
    font-size: 32px;
}
.fr-wrap img {
    margin: 10px 0 16px;
}
.featured-recipe h3 a {
    font-size: 24px;
    line-height: 1;
}
.stats {
    margin-top: 38px;
}
.stats h5 {
    font-size: 17px;
}
.stats div:nth-child(2) {
    padding: 0 11px;
}
.stats h5 span {
    font-size: 35px;
}
.other-recipes {
    padding-top: 65px;
}
.other-recipes h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.related-recipe p a {
    font-size: 28px;
}
.button.filled.all {
    margin: 38px auto 46px;
    padding: 10px 25px;
    font-size: 16px;
}
.recipe-search-hero .line1 {
    font-size: 98px;
}
.recipe-search-hero .line2 {
    font-size: 53px;
    margin-top: -16px;
    margin-bottom: 7px;
}
.recipe-search-hero .line3 {
    font-size: 85px;
}
.recipe-search-hero .form-wrap-search {
    margin: 19px auto 20px;
}
.recipe-search-hero form [type='text'] {
    height: 3.4375rem;
    font-size: 16px;
}
.recipe-search-hero label {
  
    font-size: 22px;
}
.magnify {
    width: 25px;
}
.recipe-list {
    padding-top: 65px;
    padding: 65px;
}
.recipe-list a p{
    font-size: 22px;
}
.recipe-list h2 {
    font-size: 18px;
    padding-top: 9px;
	margin-bottom: 3px;
}
.main-recipe h1 {
    font-family: var(--Neretto);
    font-size: 24px;
}
.squiggle {
    margin: 16px 0;
}
.main-recipe h2 {
    font-size: 20px;
    line-height: 1.2;
}
.sharing i {
    font-size: 28px;
    margin-top: 13px;
    margin-right: 17px;
}
.recipe h3 {
    font-size: 58px;
}
.recipe {
    padding-top: 30px;
    padding: 30px 65px;
}
.recipe li {
    font-size: 18px;
}
.directions p {
    font-size: 18px;
}
.featured-products a {
    font-size: 16px;
}
.recipe-prod {
	    width: 66%;
}
.history h3 {
    font-size: 114px;
    padding-top: 65px;
}
.history p {
    font-size: 20px;
    line-height: 1.4;
}
.coffee {
    width: 340px;
}
.woman {
    margin-top: 86px;
    max-width: 370px;
}
.man {
    margin-top: -128px;
    max-width: 403px;
    margin-left: 56px;
}
.squiggle-2:after {
    width: 20px;
    height: 625px;
    top: 100px;
    left: 40%;
}
.wheat {
    top: 76%;
    width: 698px;
    left: -188px;
}
.squiggle-2:before {
    width: 20px;
    height: 881px;
    bottom: 0;
}
.history .p2 {
    margin-top: -170px;
}
.pasta-guy {
	    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.search-result {
    padding: 17px 0;
}
.contactForm {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-height:600px) {
	
.cta {
    bottom: 33px;
}
.where {
    height: 440px;
}
.where-wrap {
    padding-top: 115px;
}
#bigtext-id3 .bigtext-line1 {
    font-size: 69.4px !important;
    margin-bottom: 10px;
    margin: -40px auto 14px;
    text-align: center;
}
.recipe-list .sticky-me {
    position: relative;
    top: 0;
    padding-bottom: 9px;
}
.sup-prod1, .sup-prod2 {
	display: none;
}

}

@media screen and (max-height:855px) and (min-width:755px) {
.product-slide .hero-box {
    display: none;
}
}
@media screen and (max-height:955px) and (min-width:1730px) {
.product-slide .hero-box {
    display: none;
}
}
@media screen and (min-width:2000px) {
	.recipe-slide .hero-box {
    padding: 0 12%;
}
}

@media screen and (min-width:40em) and (max-width:743px) {
.footer-links a {
    font-size: 15px;
	margin: 0 5px;
}
.sign-up .button.filled {
    padding: 16px 5px;
}
.sign-up {
    padding: 20px 0;
}
.wheat {
	display: none;
}
.map {
    padding-bottom: 200px;
}
.brand-slide .hero-box h2 {
    font-size: 5vw;
}
.brand-slide .hero-box h3 {
    font-size: 4.5vw;
}
.prod-slide .product-title {
    left: 2%;
    FONT-SIZE: 35px;
}
.home-products .p-title h2 {
    font-size: 58px;
    letter-spacing: 0px;
}
.r-title h2 .line-3 {
    font-size: 40px;
}
.r-title h2 .line-2 {
    font-size: 24px;
}
.r-title h2 .line-1 {
    font-size: 46px;
}
.home-products .recipe-title {
    bottom: 130px;
    width: 289px;
    font-size: 20px;
}
.fridge video {
    margin-top: 0;
}
.rav {
    top: 374px;
    width: 230px;
}
.bag-top-inner {
    height: 505px;
}
.recipe-slide .large-7 {
    position: relative;
    left: 0;
}
.recipe-slide .hero-box {
    height: auto;
}
.recipe-slide h2 {
    text-align: center;
    margin-top: 7px;
    line-height: 1;
}
.recipe-slide_line1, .recipe-slide_line2, .recipe-slide_line3, .recipe-slide_line4, .recipe-slide_line5 {
    font-size: 24px !important;
    line-height: 1.2;
}
}
@media screen and (min-width:1280px) {
	.cloud-form {
		margin-bottom: 80px;
	}
}

@media screen and (min-width:40em) and (max-width:990px) {
.prod-slide .product-title {
    left: 2%;
    FONT-SIZE: 35px;
}
.home-products .p-title h2 {
    font-size: 58px;
    letter-spacing: 0px;
}
.r-title h2 .line-3 {
    font-size: 40px;
}
.r-title h2 .line-2 {
    font-size: 24px;
}
.r-title h2 .line-1 {
    font-size: 46px;
}
.home-products .recipe-title {
    bottom: 130px;
    width: 289px;
    font-size: 20px;
}
}
@media screen and (max-width:744px) {
	.recipe-slide .hero-box {
    padding: 0 5%;
    height: auto;
    position: relative;
    top: 0;
}
.recipe-slide h2 {
    line-height: 1;
}
.recipe-slide_line1, .recipe-slide_line2, .recipe-slide_line3, .recipe-slide_line4, .recipe-slide_line5 {
    font-size: 27px !important;
}
.owl-carousel .recipe-slide .cell {
	height: auto;
}
.owl-carousel .recipe-slide .large-7 {
	height: 410px !important;
}
}
@media screen and (max-width: 39.9375em) {
	

.owl-carousel .recipe-slide .large-7 {
    height: 215px !important;
}
.recipe-slide .hero-box {
    padding: 0 5%;
    height: auto;
    position: relative;
    top: 210px;
    width: 100%;
}
.recipe-slide_line1, .recipe-slide_line2, .recipe-slide_line3, .recipe-slide_line4, .recipe-slide_line5 {
    font-size: 20px !important;
}
}
@media print {
	.recipe-image-main {
		display: none;
	}
	.recipe-hero .medium-7 {
		width: 100%;
	}
	.main-recipe h1 {
    font-size: 24px;
}
	header {
		display: none;
	}
	.sharing {
		display: none;
	}
	.squiggle {
		display: none;
	}
	footer {
		display: none;
	}
	.sign-up {
		display: none;
	}
	.recipe .cell {
		width: 100% !important;
	}
	.featured-products {
		display: none;
	}
	.directions {
		margin-left: 0 !important;
	}
	.other-recipes {
		display: none;
	}
	.footer {
		display: none;
	}
	.recipe-stat {
		border-top: 2px solid;
		border-bottom: 2px solid;
	}
	.main-recipe {
    padding: 40px 0 40px 0 !important;
}
.recipe h3 {
    font-family: var(--Batman) !important;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 34px !important;
    margin-top: 25px;
}
.recipe li {
    font-size: 18px !important;
}
.directions p {
    font-size: 18px !important;
}
.recipe ul li a {
    border-bottom: 0 !important;
}
}