﻿/*General page styling Start*/

#logo img {
    width: 120px;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}

#menuContainer {
    font-family: "Lato", Arial, sans-serif;
    margin-top: 2em;
}


#menuListContainer {
    text-align: center;
    position:relative;
}
    #menuListContainer:before,#allergenBarInner:before,#allergenTab:before {
        position: absolute;
        top: 0;
        left: 50%;
        content: 'Choose an allergen menu to view by clicking on the buttons below.';
        background: #0a767a;
        padding: 1em;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }
#allergenBarInner:before {
    top:-39%;
       content: 'Select allergens from the list below to see them highlighted in the menu.';
}
#allergenTab:before {
    content:'Click on "Filter Allergens" to show the allergen toolbar.';
    left: 0;
    top: -220%;
    width: 300px;
}
    #menuListContainer.animate:before,#allergenBarInner.animate:before,#allergenTab.animate:before {
        opacity: 1;
    }

#allergenBarInner.hideHelp:before, #allergenTab.hideHelp:before {
    top: 0;
    width: 0;
    z-index: -1;
}
    .entry-content {
    padding: 0;
}

#clientLogo {
    float: right;
    max-width: 100px;
    margin-top: 1.3vw;
}

#headerBGImgContainer {
    height: 150px;
    overflow: hidden;
    width: 100%;
    position: absolute
}

#headerBGImg {
    width: 100%;
    height: 150px;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-position: center;
}

 .article-header.banded {
    height: 150px;
}
header.article-header.banded .header-inner h1 {
  
    color: #fff;
 
}

.small {
    font-size: 0.8em;
    line-height: 16px;
}

.menuTab {
    padding: 2em;
    display: inline-block;
    background-color: #981271;
    background-image: -webkit-gradient(linear, top, bottom, from(#a80b7a), to(#981271));
    background-image: -webkit-linear-gradient(top, #a80b7a, #981271);
    background-image: -moz-linear-gradient(top, #a80b7a, #981271);
    background-image: -o-linear-gradient(top, #a80b7a, #981271);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a80b7a), to(#981271));
    background-image: linear-gradient(to bottom, #a80b7a, #981271);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 6px solid transparent;
    margin: 1em;
    max-width: 175px;
    min-width: 175px;
}

    .menuTab h4 {
        display: block;
    }
    .menuTab p {
    font-size:0.8em;}

a .menuTab {
    color: #fff;
}



.inlineBlock {
display:inline-block;}

#break {
    display: none;
}

.loadingContainer {
    padding: 3em;
    text-align: center;
}
/*General Page Styling End*/





/*Menu Table Styling Begin*/
#MenuTitle {
    padding: 0 0.5em;
    display: table;
    width: 100%;
    cursor: pointer;
}

.titleItem, .titleAllergen, .titleOptions {
    display: table-cell;
    padding: 0;
    text-align: center;
}

.titleItem {
    width: 30%
}

.titleAllergen {
    width: 40%
}

.titleOptions {
    width: 30%;
}

#MenuTitle h3 {
    margin: 0.25em 0;
}

.menuItem {
    overflow: hidden;
    padding: 0.5em 0;
    transition: all 0.2s linear;
    display: table;
    width: 100%;
    border-bottom: 1px solid #dadada;
    position: relative;
    border-collapse: separate;
    border-spacing: 5px;
    -webkit-border-horizontal-spacing: 5px;
    -webkit-border-vertical-spacing: 0;
    background-color: #e8e8e8;
}


    .menuItem:not(.headerRow):not(.highlight):nth-child(2n+1) {
        background-color: #eaeef1;
    }

    .menuItem.headerRow {
        background: #6f8ba5;
        color: white;
    }
        .menuItem.headerRow .allergenInfo, .menuItem.headerRow .optionInfo {
            display: none;
        }
    

    .menuItem div {
        vertical-align: middle;
    }

    .menuItem:last-child {
        border-bottom: none;
    }

    .menuItem.menuHeader, #copyDiv {
        background-color: #6f8ba5 !important;
        color: #fff;
    }





.itemDetails, .headerItems {
    display: table-cell;
    padding: 0 0.5em;
    width: 30%;
    vertical-align: middle;

}
    .itemDetails .itemDescription {
        display: block;
        margin-top: 0.5em;
        font-size: 0.9em;
        font-style: italic;
        border-top: 1px solid #cfd2d4;
    }
        .itemDetails .itemDescription.empty {
        border:none;margin-top:0;display:none;}
    .itemDetails span.itemPrice {
    display:inline;
    margin-left:0.5em;
    font-size:0.9em;}

.allergenInfo, .headerInfo, .optionInfo,.customInfo {
    vertical-align: top;
    height: 60px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.allergenInfo {
    display: table-cell;
    width: 40%;
}

.optionInfo {
    display: table-cell;
    width: 30%;
}
 .customInfo {
     display:table-cell;
    width: 25%;
   
}
 /*custom Icon formatting start*/
.menuItem.customGroupRow .itemDetails, .menuItem.customGroupRow .allergenInfo, .menuItem.customGroupRow .optionInfo {
    width: 23%;
}
.customIconItem {
    background: none;
    margin: 0 0.25em;
    padding: 0;
    text-align: center;
    width: 45px;
    vertical-align: top;
    display:inherit;
    cursor:pointer;
}

.customIcon {
    width: 35px;
    height: 35px;
    margin-top: 0;
    display: block;
    font-size:1em;
    border-radius: 50%;
    margin: 0 auto;
}
.customIconItem .customIcon .iconAbbrevSpan {
    font-family: 'Lato',Arial, sans-serif;
    line-height: 35px;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
    .customIconItem .customIcon .iconAbbrevSpan.three {
    font-size:0.8em;}
    .customIconItem .allergenName {
        color: #828282;
        font-size: 0.8em;
        display: block;
        font-weight: normal;
    }
    /*custom icon formatting end*/
    /*Allergen/Option Item Highlight START*/
    .menuItem.highlight {
    /*background: #e6d4e1;*/
    background-color: #8c3e44;
    background-image: -webkit-gradient(linear, top, bottom, from(#8c3e44), to(#63181e));
    background-image: -webkit-linear-gradient(top, #8c3e44, #63181e);
    background-image: -moz-linear-gradient(top, #8c3e44, #63181e);
    background-image: -o-linear-gradient(top, #8c3e44, #63181e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8c3e44), to(#63181e));
    background-image: linear-gradient(to bottom, #8c3e44, #63181e);
}

        .menuItem.highlight .itemDetails:after {
            content: ' *';
            color: #fff;
            position: absolute;
            top: 5px;
            left: 5px;
        }
    .menuItem.highlight .itemDetails,
    .menuItem.highlight .allergenInfo .allergenItem span, .menuItem.highlight .optionInfo .optionItem span
    ,.menuItem.highlight .customInfo .customIconItem span{
        color: #fff;
    }





.menuItem:not(.headerRow) .allergenInfo,
.menuItem:not(.headerRow) .optionInfo,
.menuItem:not(.headerRow) .itemDetails,
.menuItem:not(.headerRow) .customInfo
{
    border: 1px solid rgba(57, 79, 82, 0);
    border-radius: 10px;
}



/*Allergen/Option Item Highlight END*/

.allergenInfo .allergenItem, .optionInfo .optionItem {
    display: inherit;
    text-align: center;
    padding: 0.25em;
    width: 45px;
    vertical-align: top;
    height: 83px;
    border: 1px solid transparent;
}
.allergenInfo a,.optionInfo a{cursor:pointer;text-decoration:none;}

    /*Allergen text colour START*/
    .allergenInfo .allergenItem span,
    .optionInfo .optionItem span {
        color: #828282;
        font-size: 0.8em;
        display:block;
        font-weight:normal;
    }
span.allergenDescription {
line-height:1.3em;}
    .allergenInfo.highlight .allergenItem span, .optionInfo.highlight .optionItem span {
    color: #fff;
}
/*Allergen Text Colour END*/
/*Menu Allergen and Dietary Options display START*/
.allergenItem .allergenName, .optionItem .allergenName {
    display: inline-block;
}

    .allergenItem .allergenName.hidden, .optionItem .allergenName.hidden {
        display: none;
    }

.allergenItem img, .optionItem img {
    display: inherit;
    margin: 0 auto;
    /*padding: 0px;*/
    max-width: inherit;
    width: 35px;
}


.menuItem .ingredients {
    display: table-row;
    padding: 0 0.5em;
}

    .menuItem .ingredients.hidden, .menuItem .nutrition.hidden {
        display: none;
    }

.ingredients h4 {
    margin: 0.5em 0;
}
/*Menu Allergen and Dietary Options display END*/

/*Allergen Selection START*/
.allergenInfo.highlight {
    color: #fff;
    background: none;
    background-color: #8a4860;
    border-radius: 27px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.optionInfo.highlight {
    background:none;
    background-color: #486f8a;
   border-radius:10px;
   
}
.optionItem.selected {
    background-color: #96b3d0;
    border: 1px solid #b7c5d2;
    border-radius: 27px;
}

.allergenInfo .allergenItem.selected {
    background: none;
    background-color: #bb728d;
    border: 1px solid #d68ba7;
    border-radius:27px;
}

.customInfo .customIconItem.selected {
    background-color: #0a767a;
    border: 1px solid #b7c5d2;
    border-radius: 27px;
}
    .allergenInfo .allergenItem.selected span, .optionInfo .optionItem.selected span,.customIconItem.selected span {
        color: #fff;
    }

.highlight a {
    color: #fff;
    text-decoration:none;
}

.menuItem.highlight.hidden, .menuItem.hidden:not(.headerRow), .menuItem.show.highlight.hidden, .menuItem.highlight.show, .showOptionActive .menuItem.highlight {
    height: 2px;
    display: block;
    opacity: 0.8;
    overflow: hidden;
    padding: 0;
    border-top: 3px solid #8a4860;
}


    .menuItem.hidden.show:not(.highlight) {
        display: table;
        height: inherit;
        opacity: 1;
        border-top: none;
        padding: 0.5em 0;
    }

/*Allergen Selection END*/
/*Allergen Selection Bar START*/



#tabs {
    position: fixed;
    bottom: -31px;
  font-size:0;
    color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    left:0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



#tabs li {
    display: inline-block;
    padding: 0.4em;
    font-size:16px;
    border-right: 1px solid silver;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
    #tabs li:last-child {
    border-right:none;}
    #tabs li h5 {
        margin: 0;
        padding: 0;
        font-size: 0.7em;
        text-transform: none;
        letter-spacing: 0;
    }

#tabs .tab {
    min-width: 90px;
    text-align: center;margin:0;
    cursor:pointer;
}
.allergenTab {
    background: #8a4860;
}
.optionTab {
    background: #486f8a;
}

 

.tabBar {
    text-align: center;
    z-index: 1;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    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;
    margin: 0;
}
#optionBarInner {
    background: none;
    background-color: #486f8a;
}
#allergenBarInner {
    background:none;
background-color:#8a4860;}
    .tabBar.in {
        bottom: 0;
    }
#allergenBar h4 span,
#optionBar h4 span{
    font-weight: normal;
    font-size: 0.8em;
    font-style: italic;
    display:inline;
}
#allergenBar a, .tabBar a {
    padding: 0.25em 0.2em;
    margin: 0 0.2em;
}

    #allergenBar h4,.tabBar h4 {
        display: block;
        vertical-align: top;
        margin: 0.25em 0 0 0;
       
        border-bottom: none;
    }

    #allergenBar img,.tabBar img {
        width: 50px;
    }

.notFixed {
    border-top: none !important;
    position: inherit !important;
    margin-top: 2em !important;
    display:none;
    
}
    .notFixed:not(:first-child) {
        margin-top: 0.5em !important;
    }
    .notFixed .tabBar {
    position:inherit;}
    .notFixed #tabs {
    display:none;}
.allergenList {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}


    .allergenList a {
        cursor: pointer;
        display: inline-grid;
        text-align: center;
        color: #fff;
        font-size: 0.9em;
        vertical-align: top;
        border: 1px solid transparent;
        border-radius: 10px;
        text-decoration: none;
        font-weight:normal;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
#allergenBarInner .allergenList a.selected {
    background: #bb728d;
    border: 1px solid #d68ba7;
  
   
}
#optionBarInner .allergenList a.selected {
    background: #89a7c3;
    border: 1px solid #b7c5d2;
}


        .allergenList a img {
            display: block;
            margin: 0.4em auto;
        }

input[type=checkbox] {
    display: inline-block;
    transform: scale(2,2);
    vertical-align: text-top;
}

#prefDiv, #hideDiv,.prefDiv {
    padding: 0.25em;
    margin-left: 1em;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    min-width: 48px;
}




    #prefDiv input, #prefDiv span,.prefDiv input,.prefDiv span {
        display: table-cell
    }


/*Allergen Selection Bar END*/



/*Tooltips START*/


.ui-tooltip {
   
    border-radius: 0;
    border: 1px solid gray;
    background-color: #0f585f;
    color: #dadada;
    border-radius:10px;
    font-size: 0.8em;
    box-shadow:2px 2px 7px rgba(0,0,0,0.4);
}


/*Tooltips END*/


/*Menu Ingredients Tab START*/
.ingredientsTab,.nutritionTab {
    font-size: 0.7em;
    background: #093d5c;
    color: white;
    padding: 0.25em 0.5em 0 0.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.nutritionTab {
left:9em;}
    .ingredientsTab.out,.nutritionTab.out {
        bottom: -5px;
    }




/*Menu Ingredients Tab END*/

/*Ingredients and Customer Message Container START*/
#ingredientsContainer, #customerMessageContainer,#nutritionContainer {
    position: fixed;
    background: white;
    border-radius: 5px;
    padding: 1em;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 50%;
    display: none;
    top: 10%;
    z-index: 9999;
}
#messageParagraph .btn {
    margin-top: 0.5em;
}
#nutritionContainer {
top:5%;}
.ingredientsInner, .customerMessageInner,.nutritionInner {
    margin: 1em;
}

    .ingredientsInner h3 .itemPrice {
        margin-left:0.5em;
    }
    .ingredientsInner h3 .itemDescription {
        font-size: 0.9em;
        font-weight: normal;
        font-style: italic;
    }
    .nutritionTable {
        width: 100%;
        text-align: center;
    }
    .nutritionTable th {
        background-color: #0a767a;color:#fff;
    
        }
    .nutritionTable tr, .nutritionTable th, .nutritionTable td {
        border: 1px solid #0a767a;
    }
        .nutritionTable tr:nth-child(2n+1)  {
        background-color:#eaeaea}
    .nutritionTable h2 {
    margin:0.25em 0;}
    .nutritionTable h3 {
    margin:0;border-bottom:0;}
.closeIngredients {
    float: right;
    font-size: 2em;
}
/*Ingredients and Customer Message Container END*/




#copyDiv {
    padding: 0.5em 1em;
}
#mgDiv {
    float: right;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    
}
    #mgDiv img {
        width: 63px;
        margin: auto;
    }
    #mgDiv h5 {
        color: #fff;
        line-height: 1.2em;
        margin-top: 0.5em;
    }
/*Menu Table Styling End*/

/*Back to Top Start*/
#backToTop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    background: #a80b7a;
    padding: 0.5em 1em;
    display: none;
    opacity: 0.5;
}

 


    /*social toolbar display start*/
#social-toolbar {
    position: fixed;
    top: 32%;
    bottom: 50%;
    left: -45px;
    height: 180px;
    width: 45px;
    z-index: 101;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    #social-toolbar.sticky {
    left:0}

    #social-toolbar i {
        margin: 0.2em;
        background-color: #4267b2;
        color: #fff;
        padding: 0.6em;
        border-radius: 50%;
        width: 2.2em;
        font-size: 1.1em;
        filter: grayscale(50%);
        -webkit-transition: -webkit-filter 0.5s ease-in-out;
        -o-transition: -o-filter 0.5s ease-in-out;
        transition: filter 0.5s ease-in-out;
    }
   
        #social-toolbar i.fa-facebook-f {
        }

        #social-toolbar i.fa-twitter {
            background-color: #04abeb;
        }

        #social-toolbar i.fa-pinterest {
            background-color: #ca2027;
        }

        #social-toolbar i.fa-linkedin {
            background-color: #007bb6;
        }
        #social-toolbar i.fa-envelope {
            background: #0a767a
        }
    /*social toolbar display end*/
    #allergenTab {
    display: none;
}

#sidebar1 {
    display: block;
    height:20px;
}

/*Footer hide allergen bar*/
footer.footer {
position:relative;z-index:999;}
/*custom Icons Start*/
.customGroupRow .itemDetails,
.customGroupRow .allergenInfo,
.customGroupRow .optionInfo,
.customGroupRow .customInfo {
    vertical-align: top;
    display: inline-table;
    width: 22%;
    margin-right: 0.33%;
}

.customGroupRow .customInfo {
    margin-right: 0;
}

#MenuTitle .extra {
    width: 25%;
}

.customHeader {
    display: table-cell;
    padding: 0;
    text-align: center;
}

.menuItem:not(.headerRow) .customInfo:not(.empty) {
    border-radius: 10px;
    border: 1px solid rgba(0,115,119,0);
}

.customInfo .customIconItem {
    display: inherit;
    text-align: center;
    padding: 0.5em 0.25em 0.25em 0.25em;
    width: 45px;
    vertical-align: top;
    height: 83px;
    border: 1px solid transparent;
}
.allergenItem.customIconItem, .optionItem.customIconItem {
    padding: 0.5em 0.25em 0.25em 0.25em;
}
.customIcon {
    width: 25px;
    height: 25px;
    font-size: 0.8em;
    border-radius: 5px;
}

.customIconItem .customIcon .iconAbbrevSpan, .allergenItem.customIconItem .iconAbbrevSpan, .optionItem.customIconItem .iconAbbrevSpan {
    line-height: 25px;
}

.customIconItem .allergenName, .allergenItem.customIconItem .allergenName, .optionItem.customIconItem .allergenName {
    font-size: 0.7em;
    margin-top: 0.6em;
}
/*custom Icons end*/

/*sliders, not checkboxes*/

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 19px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #acacac;
    -webkit-transition: .2s;
    transition: .2s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s;
    }

input:checked + .slider {
    background-color: rgb(10, 118, 122);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    border: 1px solid rgba(195,195,195,0.3);
}

    .slider.round:before {
        border-radius: 50%;
    }


/*IE Shims*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    #allergenBar a {
        display: inline-block;
    }
}
@media screen\0 {
    #allergenBar a {
        display: inline-block;
    }
}
/*End IE shims*/

/*Responsive options*/

@media all and (min-width:769px) {
/*hover functions*/

    .tabBar:hover ~ #tabs, #tabs:hover {
        bottom: 129px;
    }

    .menuTab:hover {
        background-color: #c5a900;
        background-color: #c5a900;
        background-image:none;
               border-bottom: 6px solid #a80b7a;
        color: #fff;
    }

    a .menuTab:hover {
        color: #fff;
    }

    .customIconItem:hover {
        text-decoration: none;
    }

    .menuItem:not(.headerRow):not(.highlight):hover, .menuItem:not(.headerRow):not(.highlight):nth-child(2n+1):hover {
        background: #ddfff3;
    }

    .menuItem:not(.headerRow).highlight:hover .optionInfo .allergenName, .menuItem:not(.headerRow).highlight:hover .allergenInfo .allergenName {
        color: #fff;
    }

    .menuItem.highlight:hover {
        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);
    }

    .menuItem:not(.headerRow):hover .allergenInfo:not(.empty),
    .menuItem:not(.headerRow):hover .optionInfo:not(.empty),
    .menuItem:not(.headerRow):hover .customInfo:not(.empty) {
        /*background: rgba(86, 39, 39, 0.05);*/
        border: 1px solid rgba(57, 79, 82, 0.15);
    }

    .menuItem:not(.headerRow) .allergenInfo:not(.empty):hover,
    .menuItem:not(.headerRow) .optionInfo:not(.empty):hover {
        background: rgba(86, 39, 39, 0.15);
        border: 1px solid rgba(0,115,119,0.4);
    }

    .menuItem.highlight .allergenInfo:not(.empty):hover {
        background: rgb(138, 72, 96);
        border: 1px solid rgba(227, 228, 228, 0.4);
    }

    .menuItem.highlight .optionInfo:not(.empty):hover {
        background: rgb(112, 139, 165);
        border: 1px solid rgba(227, 228, 228, 0.4);
    }

    .allergenInfo a:hover, .optionInfo a:hover {
        color: inherit;
    }

    .menuItem.highlight.hidden:hover, .menuItem.highlight.show:hover, .menuItem.hidden:hover {
        display: table;
        height: inherit;
        border-top: none;
    }

    .tabBar:hover ~ #tabs, #tabs:hover {
        bottom: 123px;
    }

    #tabs .tab:hover {
        background: #595a5a;
    }

    .menuItem:hover > .ingredientsTab.out, .menuItem:hover > .nutritionTab.out {
        bottom: 0;
    }

    .ingredientsTab:hover,.nutritionTab:hover {
        opacity: 1;
        color: #fff;
        cursor: pointer;
    }

    #backToTop:hover {
        opacity: 1;
    }

    #social-toolbar i:hover {
        filter: grayscale(0);
    }
    .menuItem:not(.headerRow) .customInfo:not(.empty):hover {
        background: rgba(86, 39, 39, 0.15);
        border: 1px solid rgba(0,115,119,0.4);
    }
    .menuItem:not(.headerRow):not(.highlight) .itemDetails.over,
    .menuItem:not(.headerRow):not(.highlight) .allergenInfo.over,
    .menuItem:not(.headerRow):not(.highlight) .optionInfo.over, 
    .menuItem:not(.headerRow):not(.highlight) .customInfo.over {
        background-color: #ddfff3;
    }

    .menuItem.highlight .itemDetails.over,
    .menuItem.highlight .allergenInfo.over,
    .menuItem.highlight .optionInfo.over,
    .menuItem.highlight .customInfo.over {
        background: rgba(168, 11, 90, 0.3);
    }

    .nutritionTable tr:hover {
    background-color:#0a767a;color:#fff;}

}



@media all and (max-width:1580px) {
    .menuItem.customGroupRow .allergenInfo, .menuItem.customGroupRow .optionInfo {
        margin-left: 1%;
    }
        .menuItem.customGroupRow .allergenInfo .allergenItem,
        .menuItem.customGroupRow .optionInfo .optionItem {
            width: 39px;
        }
        #allergenBar img,.tabBar img {
        width: 40px;
    }

    .allergenList a {
        font-size: 0.7em;
    }

    #prefDiv .small, #hideDiv .small,.prefDiv .small {
        font-size: 0.7em;
        line-height: 15px;
    }
    .tabBar:hover ~ #tabs, #tabs:hover {
        bottom: 108px;
      
    }
    #tabs {
    z-index:0;}
    #tabs li {
    display:block;}
}



@media all and (max-width:1290px) {
  
    #allergenBar img,.tabBar img {
        width: 35px;
    }

    .allergenList a span {
    }

    .allergenAfter {
        display: none;
    }
    
    #tabs {
   
    
    }
}
@media all and (max-width:900px) {
    .allergenItem img, .optionItem img {
              width: 29px;
    }
    .allergenInfo .allergenItem span, .optionInfo .optionItem span {
    font-size:0.7em;}
        #sidebar1 {
   
      
    }
}

/*Interim Ipad dimensions from 854px to 769px*/
@media all and (max-width:854px) {
    #allergenBar a, .tabBar a {
        padding: 0.25em 0.2em;
        margin: 0 0.1em;
    }
    .allergenList a {
        font-size: 0.65em;
    }
    #allergenBar img, .tabBar img {
        width: 33px;
    }
    #prefDiv, #hideDiv, .prefDiv {
        
        margin-left: 0.3em;
      
    }
}

/*Main Mobile Options START*/
/*Collapses Div display table to */
@media all and (max-width:768px) {
    h2 {    font-size:2em;}
    #logo img {
        width: 100px;
    }

    #MenuTitle {
        display: none;
    }

    #break {
        display: block;
    }

    .article-header.banded {
        background-image: url(https://menuguide.pro/wp-content/uploads/2019/02/MenuGuideHeader-mobile-768.png);
    }

    .m-all {
        float: none;
    }

    .menuItem {
        padding: 0.5em 0;
    }

        .menuItem div {
            display: inline-block;
            margin: 0;
            text-align:center;
        }
        .menuItem.headerRow {
        text-align:left;
        padding:0;
        }

    .itemDetails {
        display: table-row;
        width: 100%;
      
    }
    .menuItem:not(.headerRow).itemDetails {
      
        padding:0 0 0.5em 0;
      
    }


    .allergenInfo, .optionInfo {
        display: table-cell;
        height: inherit;
        width: 49%;
    }

        .allergenInfo .allergenItem, .optionInfo .optionItem {
            padding: 0.25em;
            margin: 0 0.1em;
            width: fit-content;

        }

    .customInfo {
    min-height:83px;}
    .customInfo.empty {
        height: 0;
    }

     .tabBar {
        bottom: -100%;
    }

        #allergenBar.in, .tabBar.in {
            bottom: 0;
        }

    .allergenItem .allergenName, .optionItem .allergenName {
        display: block;
    }

    .small {
        line-height: 1em;
    }

    input[type=checkbox] {
        display: inline-block;
        transform: scale(1.5,1.5);
        vertical-align: text-top;
    }

    #sidebar1 {
        /*display: none;*/
        height:inherit;
    }

    #allergenTab {
        position: fixed;
        z-index: 101;
        bottom: 0;
        padding: 0.5em;
        background: #c5a900;
        display: block;
    }
        #allergenTab.out {
        display:none;}
    #tabs {
    left:119px;}

    #allergenBar a, .tabBar a {
        padding: 0.25em 0.2em;
        margin: 0 0.2em;
    }

    .allergenList a {
        font-size: 0.7em;
    }

    #allergenBar img, .tabBar img {
        width: 35px;
    }
  
    #tabs, .tabBar:hover ~ #tabs, #tabs:hover {
        bottom: -100%;
        border: 1px solid silver;
        z-index:1;
    }
    #allergenBarInner.in ~ #tabs, #optionBarInner.in ~ #tabs {
        bottom: 0;
    }

        #tabs li {
            display: inline-block;
            padding: 0.48em 0.2em;
        }
        

        .allergenTab-Inner {
            color: white;
        }

    .allergenAfter {
        display: block;
        height: 3em;
    }

    #ingredientsContainer,#nutritionContainer {
        width: 80%;
    }

    .ingredientsTab {
        opacity: 1;
    }

        .ingredientsTab.out {
            bottom: 0;
        }

    #backToTop {
        z-index: 98;
    }

    .menuTab {
        width: 70%;
    }

    #social-toolbar {
        opacity: 0;
        z-index: -1;
        top: 0;
        left:0;
        bottom: auto;
        height: 50px;
        width: 100%;
        right: 0;
        text-align: center;
        background: #fff;
        -webkit-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        
    }

        #social-toolbar i {
            text-align: center;
            font-size: inherit;
            filter: inherit;
            margin: 0.5em 0.2em;
        }

        #social-toolbar.sticky {
            position: fixed;
            opacity:1;
            z-index:1;
        }

        /*custom Icons responsive*/
    .menuItem:not(.headerRow) div {
    margin-bottom:0px;}
    .menuItem.customGroupRow:not(.highlight) .allergenInfo {
        /*background-color: #e0d4d8;*/
    }
   
    .menuItem.customGroupRow:not(.highlight) .optionInfo {
        /*background-color: #cfdde6;*/
    }
    .menuItem.customGroupRow:not(.highlight) .customInfo {
        /*background-color: #eaeaea;*/
        text-align: center;
    }

        .menuItem.customGroupRow .allergenInfo.empty,
        .menuItem.customGroupRow .optionInfo.empty,
        .menuItem.customGroupRow .customInfo.empty {
            background-color: transparent;
            margin-bottom: 0;
            display: none;
        }
    .menuItem.headerRow .allergenInfo.empty,
    .menuItem.headerRow .optionInfo.empty,
    .menuItem.headerRow .customInfo.empty {
        display:none;
    }
    .menuItem.customGroupRow .itemDetails,
    .menuItem.customGroupRow .allergenInfo,
    .menuItem.customGroupRow .optionInfo,
    .menuItem.customGroupRow .customInfo {
        width: 100%;
        display: inline-block;
        margin-right: 0;
        border-radius:0;
    }
}



@media  (max-width:481px) {
    

    @media(orientation:portrait) {
        .wrap {
        width:95%;}
        #menuListContainer:before {
            top: -50%;
        }

        #allergenBar:before,.tabBar:before {
            left: 0;
            right: 0;
          
        }
        #backToTop {
            z-index: 0;
        }
      
    }
    
 #allergenBar:before,.tabBar:before {
        left: 0;
        right: 0;
        top: -15%;
    }
  
    .menuTab {
        margin: 0.5em 0;
        max-width: inherit;
      
    }
    .menuItem {
        padding: 0.5em 0;
    }

        .menuItem div {
            padding: 0;
            margin: 0;
        }
    .itemDetails {
    padding-bottom:0.5em;}

    .menuItem:not(.headerRow) .itemDescription:not(.empty) {
        margin-bottom: 5px;
    }
      
    .allergenInfo .allergenItem, .optionInfo .optionItem {
    height:70px;
    }
        .allergenInfo, .optionInfo {
        display: inline-block;
        height: inherit;
        width: 100%;
        text-align: center;
    }

    header.article-header.banded .header-inner h1, .hentry .article-header.banded .header-inner h1 {
        left: 0.25em;
        color: #fff;
        bottom: 1em;
        right: 50%;
        font-size: 1em;
    }

   
    #ingredientsContainer, #customerMessageContainer {
        width: 90%;
        font-size: 0.9em;
    }

    .customerMessageInner h2 {
        font-size: 1.5em;
    }

    .customerMessageInner {
        max-height: 400px;
        overflow-y: scroll;
    }
    #messageParagraph {
    text-align:center;}
        
    .nutritionInner {
    overflow:scroll;}
 
}

@media all and (max-width:852px) and (orientation:landscape) {
    .customerMessageInner {
        max-height: 250px;
        overflow-y: scroll;
    }
}
