﻿/* ----------------------------------------------------------------*/
/* Grid between 480-767px (mediaqueries)
-----------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    
/* RESPONSIVE FIXED HEADER POSITIONS - 480-767px
----------------------------------------------------*/
.addressfixpositionheader {
    z-index: 99;
    }
    
.addressfixpositionsubbanner {
    margin-top: 200px;
    }

.addressfixpositioncontent {
    margin-top: 12px;
    }


/* RESPONSIVE BASE CONTAINER & GRID WIDTH - 480-767px
----------------------------------------------------*/
#basecontainer {
    clear: both; 
    width: 100%; 
    }

.basesectionwidth {
    clear: both; 
    width: 100%;
    min-width: 420px;
    max-width: 748px;
    }

.basegridwidth {
    width: 99%;
    min-width: 460px; 
    max-width: 748px;
    }
    
.contentwidth {
    width: 95%;
    min-width: 440px;
    max-width: 708px;
    }
    
/* RESPONSIVE HEADER - 480-767px
----------------------------------------------------*/
 .header {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    z-index: 100;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;  
    }
    
.logo {
    position: absolute; 
    top: 5px; 
    left: 0; 
    z-index: 101;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

.logo img {
    width: 160px;
    }
 
/* RESPONSIVE MAIN NAV SHOW/HIDE - 480-767px
----------------------------------------------------*/
.navd, .utilitynav, .subnavvisible, #navsocial, .redsubmenu {
    display: none;
    }

header, .navr {
    display: block;
    }

.socialon {
    display: block !important;
    float: none;
    position: relative;
    clear: both;
    margin-top: 2px;
    padding-top: 10px;
    }


/* RESPONSIVE BUTTON - 768-1003px
-------------------------------------------------------*/  
.menu-btn{
    top: 8px;
    right: 10px;
	width: 50px;
	height: 50px;
    }

.menu-btn:before{
    top: 0;
    right: 0;
    line-height: 50px;
    font-size: 17px;
    height: 50px;
    width: 50px;
    }
    
/* RESPONSIVE MENU - 768-1003px
-------------------------------------------------------*/ 
.menu-title .title a {
    display: block;
    padding: 38px 5px 0 10px;
    font-size: 20px;
    }


/* RESPONSIVE CONTENT AREAS & GRIDS - 480-767px
--------------------------------------------------*/     
.contentgrid {
    width: 100%;
    } 

.subnavarea {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
    }

.contentarea {
    position: relative;
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
    min-width: 460px;
    }
    
.contentarea .contentblock {
    padding: 5px 0 25px 0;
    width: 100%;
    max-width: 700px;
    min-width: 460px;
    min-height: 200px;
    _height: 200px;
    } 

/* RESPONSIVE SUB BANNER - 768-1003px
----------------------------------------------------------*/
.subbanner{
    clear: both;
    position: relative;
    top: 60px;
    left: 0;
    max-width: 768px;
    min-width: 460px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background-color: #005074;
    background-image: url('/Themes/Default/Content/Images/fpo-subbanner.jpg');
    background-size: cover;
    background-position: center -50px;
    z-index: 4;
    }
       
/* RESPONSIVE SUB PARENT TITLE - 768-1003px
----------------------------------------*/
.parenttitlebanner {
    z-index: 4;
    width: 100%;
    height: 60px;
}

.parenttitlebanner .topdivider {
    top: 5px;
    left: 0;
}

.parenttitlebanner .bottomdivider {
    bottom: 5px;
    left: 0;
}

.subparenttitle {
    top: 19px;
    padding: 0 0 0 69px;
    }

.subparenttitle {
    top: 19px;
    padding: 0 0 0 55px;
    }

.subparenttitle h1 {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 26px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: .03em;
    }

.subparenttitle h2 {
    padding: 0 0 0 10px;
    font-size: 26px;
    line-height: 21px;
} 

.parentaccent {
    position: absolute;
    top: -3px;
    left: 0;
    }

.parentaccent img {
    width: 50%;
    }
          
/* CONTENT BLOCKS - 768-1003px
----------------------------------------------------*/ 
.StandardCBStyle a.subbox {
    width: 100% !important;
    margin-bottom: 1px;
}

.StandardCBStyle a.subbox3 {
    width: 100% !important;
    margin-bottom: 1px;
}

.StandardCBStyle table.tablelist p, .StandardCBStyle table.tablelist {font-size: 13px !important; line-height: 18px !important;}


/* RESPONSIVE FOOTER - 480-767px
----------------------------------------------------*/ 
#footer {
    height: 160px;
    font-size: 9px;
    font-weight: 500;
    padding: 10px 0 0 0;
    background-image: url('/Themes/Default/Content/Images/bg.jpg');
    text-align: center;
    }

.footergrid {
    text-align: center;
    }
    
.footergrid div {
    padding-top: 8px;
    clear: both;
    } 

.fflogo img {
    width: 150px;
}

 
/* RESPONSIVE HOME PAGE GALLERY - 768-1003px
----------------------------------------------------*/
.centerspace {
    width: 70%;
    padding: 10px 0 0 45px;
    }

.gallerycontainer {
    position: relative;
    width: 100%;
    z-index: 4;
    min-width: 460px;
    height: 150px;
    margin: 0 auto;
    background-color: #005074;
    }

.bannertextgrid {
    display: none;
    top: 50px;
    width: 520px;
    }

.gallerytitle, .gallerydescrip {
    color: #005074;
    text-transform: uppercase;
    }

/* RESPONSIVE HOME CONTENT AREA GRID - 768-1003px
----------------------------------------------------*/
.tagline {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    min-width: 480px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 0 #8E1116;
}

.oldlefttext {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 56px;
    letter-spacing: .1em;
    text-align: center;
}

.oldbutcherknife {
    display: none;
}

.knifeaccent {
    display: none;
}


.oldrighttext {
    display: none;
}

.authenicabadge {
    text-align: right;
    right: -20px !important;
}

.authenicabadge img {
    width: 30%;
    }

.level02grid .featuredproduct {
    min-height: 100px;
    _height: 100px;
}

.level02grid .featuredproduct .featuredimage {
    clear: both;
    float: none;
    width: 100%;
}

.level02grid .featuredproduct .featuredetails {
    clear: both;
    float: none;
    width: 100%;
    padding-bottom: 10px;
}

.level02grid .featuredproduct .featuredetails .space {
    width: 100%;
}

.level02grid .featuredproduct .featuredetails .label {
    font-weight: 800;
    font-size: 17px;
    line-height: 22px;
    padding: 25px 0 8px 0;
    letter-spacing: .04em;
}

.level02grid .featuredproduct .featuredetails .client {
    font-size: 15px;
    line-height: 12px;
    padding: 6px 0 0 0;
    letter-spacing: .1em;
}  

.level02grid .featuredproduct .featuredetails .productname, .level02grid .featuredproduct .featuredetails .productname a {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: .09em;
} 

.level02grid .featuredproduct .featuredetails .description {
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
}

.level02bottomgrid {
    padding-top: 0;
}

.level02bottomgrid .recipes {
    clear: both;
    float: none;
    width: 100%;
    min-height: 215px;
    _height: 215px;
}

.level02bottomgrid .press {
    clear: both;
    float: none;
    width: 100%;
    min-height: 215px;
    _height: 215px;
}

/* BLOG - 768-1003px
----------------------------------------------------*/
.blogarea {
    float: none;
    position: relative;
    padding: 0;
    width: 100%;
    padding-left: 0;
}

.blogarea .contentblock {
    width: 100%;
    min-width: 250px;
    min-height: 250px;
}

/* PRODUCTS - 768-1003px
----------------------------------------------------*/
.productlistcontentarea {
    position: relative;
    width: 98%;
    min-width: 420px;
    padding: 0;
    margin: 0 auto;
}

.product {
    width: 50%;
}

.product .title, .product .title a {
    font-size: 24px;
    line-height: 24px;
}

.productdetscontentarea {
    position: relative;
    padding: 0;
    width: 96%;
    margin: 0 auto;
    min-width: 460px;
    padding-left: 0;
    min-height: 500px;
    _height: 500px;
}

.productdets .asset {
    position: relative;
    float: none;
    width: 98%;
}

.productdets .asset img {
    width: 100%;
}

.returnproducts {
    bottom: 10px;
    right: 10px;
}

.productdets .productext {
    float: none;
    width: 100%;
}

.productdets .productshare .hashtag {
    position: absolute;
    right: 0;
    bottom: 3px;
}

.productdets .productshare .hashtag a {
    font-size: 13px;
}




    
} 