@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Special+Elite');
body, #menuContainer {
    font-family:  'Special Elite',Arial,Helvetica, sans-serif;
    background-color: #fff;
}

#menuContainer {
    border: 1px solid #dadada;
    margin-top: 2em;
}

.wrap {
    width: 70%;
    margin: auto;
}

#logo {
    text-align: center;
}

.backButton {
    line-height: 45px;
    margin: 1em 0;
}

.btn {
    color: #fff;
    background: black;
    padding: 1em;
    box-shadow:0 1px 4px rgba(0,0,0,0.6);
}

.btn:hover{background:rgba(242,150,12,1);}
.entry-content {
}




.hentry .article-header.banded {
}

    .hentry .article-header.banded .header-inner h1 {
        color: #fff;
        padding: 1em 0;
    }

.menuItem {
}

    .menuItem:last-child {
        border-bottom: none;
    }

    .menuItem.menuHeader, #copyDiv {
        background-color: #6f8ba5 !important;
        color: #fff;
    }

#copyDiv {
}

.small {
    font-size: 0.6em;
    line-height: 16px;
}

.menuItem div {
    
}

.itemDetails, .headerItems {
    
}

.allergenInfo, .headerInfo, .optionInfo {
  
}

.allergenInfo {
 
}

.optionInfo {
   
}

    .allergenInfo .allergenItem,
    .optionInfo .optionItem {
    
    }

        .allergenInfo .allergenItem span, .optionInfo .optionItem span {
            color: #828282;
        }

.menuItem.highlight .allergenInfo .allergenItem span,
.menuItem.highlight .optionInfo .optionItem span {
    color: #fff;
}

.menuItem.highlight.hidden {
    height: 2px;
    display: block;
    padding: 0px;
    opacity: 0.4;
    overflow: hidden;
}

    .menuItem.highlight.hidden:hover {
        display: table;
        height: inherit;
    }

.allergenItem {
    display: inherit;
}

    .allergenItem .allergenName, .optionItem .allergenName {
        display: inline-block;
        font-size: 0.8em;
    }

        .allergenItem .allergenName.hidden {
            display: none;
        }

    .allergenItem img, .optionItem img {
    }

.optionInfo .optionItem {
}

.menuItem .ingredients {
 
}

    .menuItem .ingredients.hidden {
       
    }

.ingredients h4 {
  
}

.highlight, .selected {
    color: #fff;
    background-color: #c7333e;
    background-image: -webkit-gradient(linear, top, bottom, from(#d45962), to(#c7333e));
    background-image: -webkit-linear-gradient(top, #d45962, #c7333e);
    background-image: -moz-linear-gradient(top, #d45962, #c7333e);
    background-image: -o-linear-gradient(top, #d45962, #c7333e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d45962), to(#c7333e));
    background-image: linear-gradient(to bottom, #d45962, #c7333e);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.allergenInfo .allergenItem.selected {
    background: rgb(199,51,62); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(199,51,62,1) 0%, rgba(212,89,98,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(199,51,62,1) 0%,rgba(212,89,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(199,51,62,1) 0%,rgba(212,89,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7333e', endColorstr='#d45962',GradientType=0 ); /* IE6-9 */
}

.highlight a {
    color: #fff;
}

.allergenList {
 
}

    .allergenList a {
       
    }

        .allergenList a img {
       
        }

input[type=checkbox] {
  
}

#prefDiv, #hideDiv {
   
}

.prefInner {
    
}

    .prefInner input, span {
        display: table-cell
    }

.menuItem {
    
}

    .menuItem:not(.headerRow):nth-child(2n+1) {
        background-color: #eaeef1;
    }

#allergenBar {
   
    border-top: 2px solid #dadada;
    background-color: #00a4aa;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#007377), to(#00a4aa));
    background-image: -webkit-linear-gradient(top, #007377, #00a4aa);
    background-image: -moz-linear-gradient(top, #007377, #00a4aa);
    background-image: -o-linear-gradient(top, #007377, #00a4aa);
    background-image: -webkit-linear-gradient(top left, #007377, #00a4aa);
    background-image: -o-linear-gradient(top left, #007377, #00a4aa);
    background-image: linear-gradient(to bottom right, #007377, #00a4aa);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    
}

    #allergenBar h4 {
     
    }

    #allergenBar a {
    
    }

    #allergenBar img {
  
    }

.notFixed {
   
    padding: 1em 0;
}

/*Tooltips*/


.ui-tooltip {
    box-shadow: none !important;
    border-radius: 0;
    border: 1px solid gray;
    background-color: #0f585f;
    color: #dadada;
    font-size: 0.8em;
}

#break {
   
}

.loadingContainer {

}

/*menu index page*/
#menuListContainer {
    text-align: center;
}

.menuTab {
   
    background-color: #c7333e;
    background-image: -webkit-gradient(linear, top, bottom, from(#d45962), to(#c7333e));
    background-image: -webkit-linear-gradient(top, #d45962, #c7333e);
    background-image: -moz-linear-gradient(top, #d45962, #c7333e);
    background-image: -o-linear-gradient(top, #d45962, #c7333e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d45962), to(#c7333e));
    background-image: linear-gradient(to bottom, #d45962, #c7333e);
  

}

a .menuTab {
    color: #fff;
}

.menuTab:hover {
    background: #d45962;
    background-color: #d45962;
    background-image: -webkit-gradient(linear, top, bottom, from(#de8288), to(#d45962));
    background-image: -webkit-linear-gradient(top, #de8288, #d45962);
    background-image: -moz-linear-gradient(top, #de8288, #d45962);
    background-image: -o-linear-gradient(top, #de8288, #d45962);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#de8288), to(#d45962));
    background-image: linear-gradient(to bottom, #de8288, #d45962);
    color: #fff;
}

a .menuTab:hover {
    color: #fff;
}
/*Responsive options*/
@media all and (max-width:1580px) {
    #allergenBar img {
   
    }

    .allergenList a {
     
    }
}

#allergenTab {
   
}

#sidebar1 {
  
}
/*Ingredients Container*/
#ingredientsContainer, #customerMessageContainer {
 
}

.ingredientsInner, .customerMessageInner {
  
}

.closeIngredients {
  
}

#overlay {
 
}

.ingredientsTab {
    
}

    .ingredientsTab.out {
     
    }

.menuItem:hover > .ingredientsTab.out {
 
}

.ingredientsTab:hover {
   
}

@media all and (max-width:1290px) {
    .wrap {
        width: 85%;
    }

    #allergenBar img {
     
    }

    .allergenList a span {
       
    }

    .allergenAfter {
     
    }
}

@media all and (max-width:768px) {
    .wrap {
        width: 95%;
    }

    #break {
     
    }

    .m-all {
        
    }

    .menuItem div {
      
    }

    .itemDetails {
      
    }

    .allergenInfo {
   
    }

    .allergenInfo, .optionInfo {
       
    }

        .allergenInfo img {
       
        }

    .allergenItem {
    }

        .allergenItem img {
        }

        .allergenItem .allergenName {
        
        }

    .small {
   
    }

    input[type=checkbox] {
    
    }

    #sidebar1 {
    
    }

    #allergenTab {
        
    }

    .allergenTab-Inner {
      
    }

    .allergenAfter {
      
    }

    #ingredientsContainer {
     
    }

    .ingredientsTab {
       
    }

        .ingredientsTab.out {
         
        }
}
/*StartFooter*/

body {
    margin: 0;
    padding: 0;
}
footer, .footer, #footerwidget, #custom_html-3 {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    padding-top: 1em;
    text-align: center;
    background-color: #fff !important;
    height: initial !important;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 100% !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    width: 100% !important;
    opacity: 1 !important
}
#inner-footer {
padding-bottom:1em;}
    #custom_html-3 img,
    #custom_html-3 p,
    #custom_html-3 h4.widgettitle,
    #custom_html-3 p.copyright {
        display: inline-block !important;
        width: initial !important;
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #333333 !important;
    }
#custom_html-3 h4.widgettitle {
    font-family: "Lato", Arial, sans-serif !important;
    text-transform:none !important;
    display: block !important;
}

/*Ingredients Container*/
#ingredientsContainer,#customerMessageContainer {
    position: fixed !important;
       
    right: 0 !important;
    left: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    /* give it dimensions */
    min-height: 10em !important;
    width: 50% !important;
   
    top: 10% !important;
    z-index: 9999 !important;
}

.ingredientsInner,.customerMessageInner {
    margin: 1em !important;
}

.closeIngredients {
    float: right;
    font-size: 2em;
}
.menuItem.highlight.hidden {
    height: 2px !important;
    overflow:hidden !important;
   
    display: block !important;
    padding: 0px !important;
    opacity: 0.4 !important;
}
    .menuItem.highlight.hidden:hover {
    display:table !important;
    height:inherit !important;
    }

#menu-foot li {
display:inline;}
#overlay {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
   
    z-index: 999 !important;
  
}
@media screen and (max-width:481px) {
    #ingredientsContainer, #customerMessageContainer {
        width: 80% !important;
        top: 5% !important;
        bottom: 5% !important;
        overflow-y: scroll !important;
        font-size: 0.8em!important;
    }
    #menu-foot li {
        display: block;
    }
}