/************/
/* SITEWIDE */
/************/
/*Header*/
@media only screen and (min-width: 768px) {
    .headerAndNavContainer {
        -webkit-transition: background .3s; 
        -moz-transition: background .3s; 
        -ms-transition: background .3s; 
        -o-transition: background .3s; 
        transition: background .3s;  
    }
    .headerAndNavContainer.headerScroll {
        background: rgba(255, 255, 255, .9);
    }
    .headerContent h1.logo img {
        max-height: 165px;
        -webkit-transition: all .3s; 
        -moz-transition: all .3s; 
        -ms-transition: all .3s; 
        -o-transition: all .3s; 
        transition: all .3s;  
        width: auto;
    }
    .headerContent h1.logo .smLogo {
        max-height: 95px;
        width: auto;
    }
}

/*Navigation*/
@media only screen and (min-width: 768px) {
.navContent ul li:not(:last-child):after {
    content: '//';
    background:url(https://static.spacecrafted.com/e904f8d273684179a302358f36da4ca2/i/f63208632878473b83c62e7dee019f9a/1/5feFb8zhrk/jalapeno.png) no-repeat;
    display: inline-block;
    width: 9px;
    position: absolute;
    color:transparent;
    background-position: right;
    background-size: contain;
    vertical-align: middle;
    }
}
@media only screen and (min-width: 768px) and (max-width: 985px) {
    .navContainer {
        padding-left: 0;
    }
    .navContent ul li:not(:last-child):after {
        top: 2px;
        right: -1.2em;
    }
    .navContent li a {
        font-size: 15.5px;
    }
}
@media only screen and (min-width: 985px) {
    .navContent ul li {
        margin-left: 3em;
    }
    .navContent ul li:not(:last-child):after {
        top: 5px;
        right: -1.65em;
    }
}

/********/
/* HOME */
/********/
/* Padding*/
.page_f41f331f0be94f34a5c0c93b2be26937 .primaryAndSecondaryContainer {
  padding-top: 0em;
}

/* Hero Image Gallery */
.block_d8e92fd9798046548b1d7613c19b5b5e {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.block_d8e92fd9798046548b1d7613c19b5b5e .contentImg {
    min-width: 100%;
}

/**********/
/* RECIPES */
/**********/
/*dznModel.get('config').set('b6841014feb741ebb59081881ccffb8a_itm_txa', 0);*/

/**********/
/* FOOTER */
/**********/
/* MailChimp */
.footerContent .emailCapture input {
    width: 60%;
}

.footerContent .blockContainer {
  padding: 0em 0 0 0;
}