@font-face {
    font-family: 'PathwayGothicOne';
    src: url('/Content/Fonts/PathwayGothicOne-Regular.ttf') format('truetype'),
		 url('/Content/Fonts/PathwayGothicOne-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VarelaRound';
    src: url('/Content/Fonts/VarelaRound-Regular.ttf') format('truetype'),
		 url('/Content/Fonts/VarelaRound-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
.uppercase { text-transform: uppercase; }
.color-yellow { color: #fcb24c; }
.color-gray { color: #969696; }
.section-header { width: 725px; height: auto; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right !important; }
.center-margin { margin: 0 auto; }
.product-link, .target-product-feature, .product-crafted-link, .recipe-link { cursor: pointer; }
.position-relative { position: relative; }
.copy { 
    color: white;
    font-family: 'VarelaRound', 'Arial Rounded MT', Arial, sans-serif; 
    line-height: 1.4em;
    max-width: 771px;
    margin: 0 auto;
}
.copy a {
    color: #fcb24c !important;
    text-decoration: none;
}
.copy .subheader, th
{
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0 20px 0;
    color: #fcb24c;
}

.legal.copy {
    font-size: 10px;
    line-height: 1.25em;
}

.slidesjs-container {
    max-height: 424px!important
}
.product-feature-container
{
    visibility: hidden;
}
.product-feature-container.active
{
    visibility:visible;
}
.product-feature-container.initialized
{
    pointer-events: none;
    display: none;
}
.product-feature-container.active.initialized
{
    display: block;
    pointer-events: all;
}

.product-feature-container, .product-feature-container a {
    color: white !important;
}
.product-feature-container a.active
{
    color: #fcb24c !important; 
}



#products .copy, #about .copy, #recipes .copy {
    font-family: 'VarelaRound', 'Arial Rounded MT', Arial, Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    color: white;
    text-align: center;
}
#products .popup-open
{
    margin-bottom: 13px;
}

.product-feature-container .copy
{
     padding: 0 0 35px 0;
}

.product-nutrition-slider
{
    position: relative;
    display: inline-block;
}
.product-nutrition-slider .spacer
{
    position: relative;
    pointer-events: none;
    width: 100%;
    height: auto;
}
.product-nutrition-slider .product-name-card
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    transition: all linear .3s;
    pointer-events: all;
    width: 42.93125810635538%;
    height: 100%;
}
.product-nutrition-slider .product-name-card.hidden
{
    opacity: 0;
}
.product-nutrition-slider .product-image
{
    position: absolute;
    top: 0;
    right: 0;
    width: 57.06874189364462%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}
.product-nutrition-slider .product-nutrition
{
    position: absolute;
    top: 0;
    left: 0;
    width: 42.93125810635538%;
    height: 100%;
    background-color: #FBB95F;
    background-image: url('Rev_032216/img/Sliders/Mini/NameCard/nutrition.jpg');
    background-size: cover;
    box-sizing: border-box;
    padding: 8px;
}
.product-nutrition-slider .product-nutrition .nutrition-panel
{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
    color: #C8203B;
    padding:  .4em 1.5em .4em 1em;
    font-family: 'PathwayGothicOne', 'Times New Roman', serif;
    font-size: 16px;
    box-sizing: border-box;
    margin: 5px;
}
.leading-asterisk
{
    position: absolute;
    top: 0;
    left: -.4em;
}

.product-nutrition-slider .product-nutrition .nutrition-panel h2
{
    letter-spacing: -.02em;
    margin-bottom: -.2em;
}
.product-nutrition-slider .product-nutrition .nutrition-panel p
{
    margin: 7px 0;
    font-size: .8em;
    line-height: 1.15em;
}

@media (max-width: 800px)
{
     .product-nutrition-slider .product-nutrition .nutrition-panel h2
    {
        margin-top: 1vw;
        font-size: 3vw;
    }
    .product-nutrition-slider .product-nutrition .nutrition-panel
    {
        margin: 0px;
        padding: .5vw 1vw;
        font-size: 2vw;
    }
    .product-nutrition-slider .product-nutrition .nutrition-panel p
    {
        line-height: 1em;
    }
}

#about .copy, #recipes .copy, #team .copy, .legal .copy
{
     padding: 33px 0 0 0;
}
.legal .copy
{
     padding: 16px 0 0 0;
     line-height: .9em;
}
.legal .line-height
{
    line-height: 1.1em;
}
#about p, #recipes p, #team p, .legal p {
    max-width: 771px;
    padding-bottom: 13px;
}
#about p {
        text-align: left;
}



#recipes .slidesjs-container{
    max-height: 520px !important
}

#recipes ul
{
    margin-bottom: 30px;
}
#recipes .copy{
    padding-top: 0px;
}
#recipes .copy .subheader
{
    padding: 23px 0 10px 0;
}
#team p, #team .copy
{
    text-align: left;
}
.popup-wrapper
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    pointer-events: none;
    transition: 1s all ease;
    top: 0;
    left: 0;
    z-index: 1000;
}
.popup-wrapper.active 
{
    opacity: 1;
    pointer-events: all;
}

.popup-wrapper > tbody > tr > td, .popup-wrapper > tr > td
{
    width: 100vw;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
}

.popup-contents-locations, .popup-contents-contact
{
    width: 566px;
    height: 566px;
    padding: 50px;
    position: relative;
    display: inline-block;
    background-color: black;
}

.popup-contents-contact
{
    width: 466px;
    height: 366px;
    padding: 50px;
}

.popup-contents-locations table td, .popup-contents-contact table td, .popup-contents-contact table th
{
    vertical-align: top;
    text-align: left;
}
.popup-close
{
    position: absolute;
    top: 50px;
    right: 50px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.popup-open
{
    cursor: pointer;
}
.popup-contents-locations table, .popup-contents-contact table
{
    width: 100%;
}
.popup-contents-locations .copy
{
    line-height: 1.13em;
}

.popup-contents-contact td.padding-top, .popup-contents-contact th.padding-top
{
    padding-top: 12px;
}
.popup-contents-contact input, .popup-contents-contact textarea
{ 
    width: 100%;
    resize: none;
    font-family: 'VarelaRound', 'Arial Rounded MT', Arial, Arial, Helvetica, sans-serif;
}
.popup-contents-contact textarea
{
    height: 135px;
}
.popup-contents-contact th
{
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    color: #fcb24c;
    text-align: left;
    font-weight: normal;
}

.popup-contents-contact button
{
    background-color: #fcb24c;
    color: black;
    font-weight: bold;
    height: 25px;
    width: 80px;
    border: none;
        text-transform: uppercase;
}
.popup-contents-contact button[type='reset']
{
    background-color: black;
    border: 2px solid white;
    color: white;
    font-weight: normal;
}

@media screen and (max-width: 566px)
{
    .popup-wrapper *{
        box-sizing: border-box;
    }
    .popup-contents-locations, .popup-contents-contact
    {
        width: 100vw;
        height: auto;
    }
    .popup-wrapper .copy {
        font-size: 2vw;
        line-height: initial;
    }

    .popup-wrapper .subheader
    {
        font-size: 2.5vw;
    }

}