﻿/*General page styling Start*/
#container {
    max-width: 100%;
    overflow: hidden;
}

.t-3of3, .d-7of-7 {
    float: none;
    width: 100%;
    padding-right: 0;
}

#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: 1;
    display: none;
}

#collapsedOptions {
    float: right;
    max-width: 50%;
    margin-left: 0.5em;
    margin-top: 0.5em;
}

#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;
        z-index: 1000;
    }

#allergenBarInner:before {
    top: -39%;
    content: 'Select allergens from the list below to see them highlighted in the menu.';
    z-index: 1000;
}

#allergenTab:before {
    content: 'Click on "Filter Allergens" to show the allergen toolbar.';
    left: 0;
    top: -220%;
    width: 300px;
    z-index: 1000;
}

#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;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    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):not(.collapse):nth-child(2n+1) {
        background-color: #eaeef1;
    }

    .menuItem.headerRow {
        background: #6f8ba5;
        color: white;
    }

        .menuItem.headerRow .allergenInfo, .menuItem.headerRow .optionInfo {
            display: none;
        }


    .menuItem:not(.headerRow).featured, .menuItem:not(.headerRow):not(.highlight):nth-child(2n+1).featured {
        position: fixed;
        background: white;
        border-radius: 5px;
        padding: 1em 0;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        min-height: 10em;
        width: 50%;
        top: 10%;
        z-index: 1000;
    }

 .menuItem:not(.headerRow).featured div {
    vertical-align: top;
}

 .menuItem:not(.headerRow).featured .featuredClose {
    float: right;
    margin-right: 1em;
    font-size: 1.5em;
}

 .menuItem:not(.headerRow).featured .itemDetails {
    padding: 1em;
    display: inline-block;
    width: 100%;
    height: inherit;
    font-weight: bold;
    font-size: 1.1em;
}

     .menuItem:not(.headerRow).featured .itemDetails .itemPrice,  .menuItem:not(.headerRow).featured .itemDetails .itemDescription {
        font-weight: normal;
        font-size: 0.9em;
    }

 .menuItem:not(.headerRow).featured .allergenInfo,  .menuItem:not(.headerRow).featured .optionInfo {
    width: 100%;
    display: inline-block;
    margin: 1em 0 2em 0;
    height: inherit;
    text-align: center;
}

     .menuItem:not(.headerRow).featured .allergenInfo a,  .menuItem:not(.headerRow).featured .optionInfo a {
        min-height: 100px;
        min-width: 70px;
    }

 .menuItem:not(.headerRow).featured .ingredients {
    display: block;
    padding-bottom: 1em;
}

 .menuItem:not(.headerRow).featured .ingredientsTab {
    display: none;
}


.menuItem div {
    vertical-align: middle;
}

    .menuItem:last-child {
        border-bottom: none;
    }

    .menuItem.menuHeader, #copyDiv {
        background-color: #6f8ba5 !important;
        color: #fff;
    }


    .menuItem .item-highlight {
        display: none;
    }


.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%;
}
/*dietary option colours*/
.gluten-free, .gf-ask {
    background-color: rgba(220,185,28,1);
}

.vegetarian {
    background-color: rgba(92,164,70,1);
}

.vegan {
    background-color: rgba(50,102,42,1);
}

.dairy-free, .dairy-free-ask {
    background-color: rgba(110,145,160,1);
}

.nut-free-ask {
    background-color: rgba(178,152,80,1);
}
/*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,.menuItem.featured.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.featured.highlight .ingredients {
        color: #fff;
    }
    .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;
    border-radius: 27px;
    -moz-transition: border 0.2s ease-in-out;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 161, 159, 0.49);
}

.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;
    line-height: 15px;
}

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;
}

.optionInfo.highlight {
    background: none;
    background-color: #486f8a;
    border-radius: 10px;
}

.optionItem.selected {
    background-color: #96b3d0;
    border: 1px solid #b7c5d2;
    border-radius: 27px;
    background-image: none;
}

.allergenInfo .allergenItem.selected {
    background: none;
    background-color: #bb728d;
    border: 1px solid #d68ba7;
}

.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: 2;
    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;
}

    #optionBarInner .allergenList .allergenItem {
        width: 85px;
        height: 88px;
    }

        #optionBarInner .allergenList .allergenItem img {
            width: 40px;
        }

        #optionBarInner .allergenList .allergenItem span {
            font-size: 12px;
            line-height: 13px;
        }

#allergenBar h4 span, #optionBar h4 span {
    font-weight: normal;
    font-size: 0.8em;
    font-style: italic;
    display: inline;
}

#allergenBarInner {
    background: none;
    background-color: #8a4860;
}

.tabBar.in {
    bottom: 0;
}

#allergenBar a, .tabBar a {
    padding: 0.25em 0.2em;
    margin: 0 0.2em;
}

#allergenBar h4, .tabBar h4 {
    display: block;
    vertical-align: top;
    margin: 0.5em 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;
        -moz-transition: background 0.2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        transition: background 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);
}

@media (hover:none) {
    .ui-tooltip {
        display: none !important;
    }
}

/*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;
    }

/*hide on headerrow*/
.menuItem.headerRow .ingredientsTab, .menuItem.headerRow .nutritionTab {
    display: none;
}
/*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;
}

ul.allergyStatements {
    padding: 0 2em;
    list-style-type: disc;
}
ul#allergyStatements {
    padding: 0 2em;
    list-style-type: disc;
}

.copyAllergyStatementContainer h2 {
    font-size: 1.3em;
    margin: 0.5em 0;
}

#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;
}

    #copyDiv p {
        margin: 0.5em 0;
        font-size: 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 #MG-Tag, #mgDiv h5 {
        line-height: 16px;
        margin-top: 0.5em;
        font-family: 'Lato';
        letter-spacing: 0;
        font-size: 12px;
        text-transform: none;
        font-style: italic;
    

}
        #mgDiv #MG-Tag span, #mgDiv h5 span {
            font-weight: bold;
            font-size: 14px;
            font-style: normal;
        }
/*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%;
    }

.collapsedCBContainer {
    display: none;
}

/*Custom Descripion formatting*/
#customDescriptionContainer {
    display: none;
}

@media (hover:none) {
    #customDescriptionContainer {
        display: block;
        opacity: 0;
        position: fixed;
        bottom: -250px;
        left: 0;
        right: 0;
        z-index: 0;
        background: #0a767a;
        padding: 1em;
        border-top: 1px solid rgba(192,192,192,0.5);
        transition-property: opacity, bottom;
        transition-duration: 0.3s;
    }

        #customDescriptionContainer.show {
            opacity: 1;
            bottom: 0;
        }

        #customDescriptionContainer.front {
            z-index: 110;
        }

    .customDescInner {
        text-align: center;
        color: #fff;
    }

        .customDescInner img {
            width: 30px;
            vertical-align: middle;
            margin-right: 5px;
            display: inline;
        }
}
/*End Custom Description Formatting*/
/*Start Searching Formatting*/
.searching .menuItem:not(.headerRow):not(.searchPresent) {
    display: none;
}

#searchContainer {
    position: relative;
    display: block;
    margin: 1.5em 0;
}

    #searchContainer input {
        height: 40px;
        line-height: 1em;
        padding: 0;
        margin-bottom: 0;
        font-size: 1em;
        color: inherit;
        border-radius: 3px;
        vertical-align: middle;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        max-width: 400px;
        font-family: inherit;
        background-color: transparent;
        border: 1px solid #b7b7b7;
        width: 100%;
        text-indent: 10px;
    }

    #searchContainer .clear {
        position: relative;
        right: 30px;
        top: 5px;
        font-size: 1.5em;
        cursor: pointer;
        color: #acacac;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

        #searchContainer .clear.show {
            opacity: 1;
        }

/*End Searching Formatting*/

/*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: 135px;
    }

    #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 {
    }
    #customerMessageContainer {
        height: 88%;
        width: 80%;
    }
    .customerMessageInner {
        overflow-y: scroll
    }
}

@media all and (max-width:900px) {
    .allergenItem img, .optionItem img {
        width: 35px;
    }

    .allergenInfo .allergenItem span, .optionInfo .optionItem span {
        font-size: 0.7em;
    }

    #sidebar1 {
    }
}
/*Main Mobile Options START*/
/*Collapses Div display table to */
@media all and (max-width:768px) {

    .collapsedCBContainer {
        display: block;
    }

    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, .menuItem.customGroupRow .allergenInfo .allergenItem,
        .menuItem.customGroupRow .optionInfo .optionItem {
            padding: 0.25em;
            margin: 0 0.1em;
            width: 56px;
        }

    .menuItem .optionInfo .optionItem {
        height: 101px;
    }

        .menuItem .optionInfo .optionItem span {
            line-height: 13px;
        }

    .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;
    }

        #tabs, .tabBar:hover ~ #tabs, #tabs:hover {
            bottom: -100%;
            border: 1px solid silver;
            z-index: 2;
        }

    #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;
        left: auto;
        right: 0;
    }

        .ingredientsTab.out,.nutritionTab.out {
            bottom: 0;
        }
    .nutritionTab {
    left: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 .itemDetails,
    .menuItem.customGroupRow .itemDetails {
        width: 89%;
        display: inline-block;
        margin-right: 0;
        border-radius: 0;
        margin-left: 0.7em;
        padding-right: 1.5em;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
    }


    .menuItem .allergenInfo,
    .menuItem .optionInfo,
    .menuItem .customInfo,
    .menuItem.customGroupRow .allergenInfo,
    .menuItem.customGroupRow .optionInfo,
    .menuItem.customGroupRow .customInfo {
        width: 100%;
        display: inline-block;
        margin: 0;
    }

    .menuItem.customGroupRow:not(.headerRow) .customInfo.empty
    .menuItem.customGroupRow:not(.headerRow) .collapse.active .customInfo.empty {
        height: inherit;
        min-height: inherit;
    }

    .menuItem.customGroupRow .allergenInfo, .menuItem.customGroupRow .optionInfo {
        margin-left: 0;
    }


    .menuItem:not(.headerRow).collapse.active.featured {
        width: 90%;
        left: 5%;
        right:5%;
        overflow-y: scroll;
       bottom:inherit;
        padding: 1em;
    }
    /*collapse options*/

    .helper {
        position: relative;
        min-height: 82px;
    }

        .helper:before {
            position: absolute;
            top: 10px;
            left: 0;
            content: 'Tap or click invididual menu items to see their allergens and options.';
            background: #0a767a;
            padding: 1em;
            color: #fff;
            font-weight: bold;
            border-radius: 5px;
            opacity: 1;
            -webkit-transition: opacity 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            z-index: 1000;
        }

    .menuItem:not(.headerRow) div {
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
    }

    .menuItem:not(.headerRow).collapse {
        max-height: 65px;
        display: block;
        margin: 0.5em 0;
        border: 1px solid #e6e6e6;
        box-shadow: 2px 2px 2px #e6e6e6;
    }

     .menuItem:not(.headerRow).collapse.active.featured .featuredClose {
        margin-right: 0;
    }

     .menuItem:not(.headerRow).collapse.active.featured div {
        margin-bottom: 1em;
    }

     .menuItem:not(.headerRow).collapse.active.featured .itemDetails {
        padding: 1em 0 0 0;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }

         .menuItem:not(.headerRow).collapse.active.featured .itemDetails:before {
            content: "";
        }
        .menuItem:not(.headerRow).collapse.hasIngredients {
            /*max-height:85px;*/
        }

    .menuItem .itemDetails {
        text-align: left;
    }

        .menuItem .itemDetails .itemDescription {
            text-align: left;
        }

    .menuItem.collapse .allergenInfo, .menuItem.collapse .optionInfo, .menuItem.collapse .customInfo {
        max-height: 0;
        overflow-y: hidden;
        min-height: 0;
        position: relative;
        display: inline-block;
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
    }

    .menuItem.highlight .itemDetails:after {
        content: ' *';
        color: #fff;
        position: absolute;
        top: 0.8em;
    }

    .menuItem:not(.headerRow).collapse.active .itemDetails:before,
    .menuItem:not(.headerRow).collapse .itemDetails:before {
        content: '\f077';
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 1em;
    }

    .menuItem:not(.headerRow).collapse .itemDetails:before {
        content: "\f078";
    }

    .menuItem:not(.headerRow).collapse.active {
        max-height: 1000px;
        height: inherit;
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
    }

    .menuItem:not(.headerRow).collapse .itemDetails {
        margin-bottom: 10px;
    }

    .menuItem:not(.headerRow).collapse.active .allergenInfo:not(.empty),
    .menuItem:not(.headerRow).collapse.active .optionInfo:not(.empty),
    .menuItem:not(.headerRow).collapse.active .customInfo:not(.empty) {
        -webkit-transition: max-height 0s ease-in-out;
        -moz-transition: max-height 0s ease-in-out;
        -o-transition: max-height 0s ease-in-out;
        transition: max-height 0s ease-in-out;
    }

    .menuItem:not(.headerRow).collapse.active .allergenInfo:not(.empty), .menuItem:not(.headerRow).collapse.active .optionInfo:not(.empty), .menuItem:not(.headerRow).collapse.active .customInfo:not(.empty) {
        max-height: inherit;
        display: inline-table;
        -webkit-transition: max-height 0s ease-in-out;
        -moz-transition: max-height 0s ease-in-out;
        -o-transition: max-height 0s ease-in-out;
        transition: max-height 0s ease-in-out;
    }

    .menuItem:not(.headerRow).collapse.active .customInfo:not(.empty) {
        min-height: 83px;
    }

    .menuItem:not(.headerRow).collapse.active .itemDetails {
        text-decoration: underline;
    }

        .menuItem:not(.headerRow).collapse.active .itemDetails div {
            text-decoration: none;
        }

    .allergenInfo, .optionInfo {
        display: inline-block;
        height: inherit;
        width: 100%;
        text-align: center;
    }

    /*highlight selected options*/
    .menuItem:not(.headerRow).collapse:not(.optionSelected) {
    }

    .menuItem:not(.headerRow).collapse.optionSelected {
        /*border-top: 5px solid #96b3d0;*/
    }

    .menuItem:not(.headerRow).collapse .item-highlight {
        position: absolute;
        left: 0;
        right: 0;
        height: 5px;
        background-color: transparent;
        top: 0;
        display: block;
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    .menuItem:not(.headerRow).collapse.optionSelected .item-highlight {
        background-color: rgba(73, 125, 126, 0.3);
    }

    .menuItem:not(.headerRow).collapse.optionSelected.active .item-highlight {
        visibility: hidden;
    }

    .menuItem:not(.headerRow).collapse.optionSelected .item-highlight div {
        width: 40px;
        height: 5px;
        float: right;
    }

    #searchContainer input {
        max-width: inherit;
    }

    #searchContainer .clear {
        position: absolute;
        right: 2.5vw;
        top: 8px;
    }

    #ingredientsContainer, #customerMessageContainer, #nutritionContainer {
        width: 80%;
      /*height:80%;*/
    }

    .customerMessageInner {
        height:100%;
        overflow-y: scroll;
    }
}



@media (max-width:481px) {
    .blocksCBContainer {
        display: none;
    }

    #collapsedOptions {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 1em;
    }

    @media(orientation:portrait) {

        .wrap {
            width: 95%;
        }

        #menuListContainer:before {
            top: -50%;
        }

        #allergenBar:before, .tabBar:before {
            left: 0;
            right: 0;
        }

        #backToTop {
            z-index: 0;
        }
    }
    /*collapse options for mobile*/
    .menuItem:not(.headerRow).collapse.active .itemDetails:before, .menuItem:not(.headerRow) .itemDetails:before {
        right: 1em;
        top: 0.8em;
    }

    .menuItem:not(.headerRow).collapse.active.featured {
    bottom:5%;}
        .menuItem:not(.headerRow).collapse.active.featured .itemDetails:before, #container .menuItem:not(.headerRow).collapse.active.featured .itemDetails:after {
        top: 60px;
    }

     .menuItem:not(.headerRow).collapse.active.featured .allergenInfo, #container .menuItem:not(.headerRow).collapse.active.featured .optionInfo {
        width: 100%;
    }
    .allergenInfo .allergenItem span, .optionInfo .optionItem span {
        font-size: 0.6em;
        margin-top: 0px;
        line-height: 1em;
    }


    #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: 85px;
    }

    .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;
    }

    .ingredientsInner {
        max-height: 424px;
        overflow-y: scroll;
    }

    .customerMessageInner h2 {
        font-size: 1.5em;
    }

    ul.allergyStatements {
        padding: 0;
        padding-left: 1.5em;
    }

    .customerMessageInner {
        max-height: 100%;
        overflow-y: scroll;
    }

    #messageParagraph {
        text-align: center;
    }

    .nutritionInner {
        overflow: scroll;
        clear:both;
        margin:1em 0;
    }
        .ingredientsInner h3, #nutritionHeader {
            font-size: 15px;
            margin-bottom: 10px;
        }
    .ingredientsInner h4 {
    font-size:14px;}
        .nutritionInner .nutritionTable {
        font-size:90%;
        }
        .nutritionInner .tableTitle h2 {
            font-size:1.5em;
        }
    .nutritionTable th, .nutritionTable td,
    .nutritionTable td h3 {
        font-size: 12px;
    }
    
}

@media all and (max-width:852px) and (orientation:landscape) {
    .customerMessageInner {
        max-height: 250px;
        overflow-y: scroll;
    }
}
