
/* -- MENU WIDGET STYLES -- */

.content .menus_list {
    display: block;
    margin: 0 auto 10px 0;
    overflow: hidden;
    width: auto;
    text-align: left;
    font-size: 90%;
    line-height: 100%;
}
.content .menus_list > .name {
    display: block;
    margin: 0 auto 10px 0;
}
.content .menus_list_count_1 {
    display: none;
}
.content .menus_list .list_item {
    display: inline-block;
    zoom: 1;
    margin: 0 auto 0 0;
    text-align: left;
    padding-right: 20px;
    line-height: 160%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .menus_list .list_item_floated {
    display: block;
    float: none;
}
.content .menus_list .list_item .item_link {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    _cursor: hand;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .menus_list .list_item .item_link:hover,
.content .menus_list .list_item .active_link {
    text-decoration: underline;
}

.content .sections_list {
    display: block;
    margin: 0 auto 10px;
}
.content .sections_list .list_item {
    text-decoration: none;
}
.content .sections_list .list_item:hover,
.content .sections_list .list_item.active_item {
    text-decoration: underline;
}

.content .menu_section {
    font-size: 100%;
}
.content .menu_frame {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0 none transparent;
}
.content .menu_frame_hidden {
    opacity: 0;
}
.content .menus_content {
    display: block;
    margin: 0 0 10px auto;
    overflow: hidden;
    min-height: 75px;
    text-align: left;
    padding: 0 10px;
    border-width: 1px;
    border-radius: 0.3em;
    background-clip: padding-box;
    font-size: 100%;
}
.content .menus_content_hidden {
    display: none;
}
.content .menus_content .menu_top {
    display: block;
    margin: 0 auto 10px;
    padding-top: 10px;
    padding-bottom: 0;
    background-color: transparent;
    background-image: none;
    border-bottom-width: 1px;
    overflow: hidden;
}
.content .menus_content .menu_name {
    display: block;
    float: left;
    clear: left;
    margin: 0 auto 0 0;
    font-weight: bold;
    text-align: left;
    font-size: 180%;
}
.content .menus_content .menu_top .menu_modified {
    display: block;
    float: right;
    clear: right;
    margin: 0 0 0 auto;
    text-align: right;
    font-size: 80%;
    color: #767676;
}
.content .menus_content .menu_text {
    display: block;
    margin: 0 auto 10px;
    padding-bottom: 30px;
    font-size: 100%;
    line-height: 180%;
}
.content .menus_content .menu_text p {
    margin: 12px auto;
}
.content .menu_section h3.section_name {
    font-size: 140%;
    line-height: 120%;
}
.content .menu_section .menu_item h4.item_name {
    font-size: 120%;
    line-height: 120%;
}
.content .menu_section .menu_item .item_desc {
    font-size: 100%;
    line-height: 120%;
}
.content .menu_section .menu_item.has_images .item_desc {
    clear: both;
}
.content .menu_section .menu_item table.menu_item_prices {
    margin-left: 10px;
    margin-top: 5px;
}
.content .menu_section .menu_item td.price {
    font-size: 120%;
    line-height: 120%;
}
.content .menu_section .menu_item td.calories_details {
    font-size: 120%;
    line-height: 120%;
}
.content .menus_content .menu_embed {
    display: block;
    margin: 0 auto;
    border-style: solid;
    border-width: 1px;
}
.content .menus_content .menu_file {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    border: 0 none transparent;
}
.content .menus_content .menu_file .text_download,
.content .menus_content .menu_file .text_instructions,
.content .menus_content .menu_file .text_requirements {
    display: block;
    margin: 0 auto;
}
.content .menus_content .menu_file .text_download {
    font-size: 120%;
    line-height: 140%;
}
.content .menus_content .menu_file .text_download a {
    display: inline-block;
    margin: 0 auto 5px;
    text-decoration: underline;
}
.content .menus_content .menu_file .text_instructions {
    display: none;
    font-size: 90%;
    line-height: 120%;
}
.content .menus_content .menu_file .text_requirements {
    display: none;
    font-size: 80%;
    line-height: 120%;
}
.content .menus_content .menu_file .text_requirements a {
    color: #000000;
    text-decoration: underline;
}
.content .menus_content .menu_file .text_requirements a:hover {
    color: #262626;
}

.menus_content .menu_text.has_legend {
    padding-bottom: 10px;
}
.content .menus_content .menu_legend {
    display: block;
    clear: both;
    margin: 0 auto 10px;
    padding-bottom: 20px;
}
.content .menus_content .menu_legend:after {
    content: " ";
    display: block;
    clear: both;
}
.content .menus_content .menu_legend .item {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
}

.content .menus_content .loader {
    display: block;
    margin: 10px auto;
    text-align: center;
}
.content .menus_content .loader label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    color: #767676;
    font-size: 90%;
    line-height: 100%;
    font-family: 'Courier New';
}
.content .menus_content .loader img {
    display: block;
    margin: 0 auto;
    border: 0 none transparent;
}
.content .menus_content .menu_top .print {
    display: block;
    float: right;
}
.content .menus_content .menu_top .print .label {
    display: none;
}
.content .menus_content .has_images .menu_item_images {
    width: 85px;
    height: auto;
    float: left;
    margin: 0;
    padding: 0 10px 5px 0;
    display: block;
}
.content .menus_content .has_images .menu_item_images .image_gallery {
    display: block;
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}
.content .menus_content .has_images .menu_item_images .image_gallery:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.content .menus_content .has_images .menu_item_images .image_gallery .img_wrap {
    width: 100%;
    border-radius: 0.3em;
    overflow: hidden;
}
.content .menus_content .has_images .menu_item_images .image_gallery .img_wrap img {
    width: 100%;
    height: auto;
    min-width: 1px;
    min-height: 1px;
}

.content .menus_content .pdf_frame {
    display: block;
    border: 1px solid #DEDEDE;
    width: auto;
    height: auto;
    margin: 0 auto 10px;
}
.content .menus_content .pdf_frame .wrapper {
    display: block;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 137.5%; /* standard 8" x 11" page */
    padding-bottom: calc((11 / 8) * 100%);
    overflow: visible;
    position: relative;
}
.content .menus_content .pdf_frame .wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.content .body_block .menus_subtext {
    font-size: 80%;
    line-height: 140%;
}

.content .menu_section .menu_item.has_images h4.item_name {
    width: auto;
    float: left;
}
.content .menu_section .menu_item.has_images table.menu_item_prices {
    table-layout: fixed;
    width: auto;
    float: right;
}
.content .menu_section .menu_item.has_images table.menu_item_prices td:empty {
    display: none;
}
.content .menu_section.section-columns-2 {
    overflow: hidden;
}
.content .menu_section.section-columns-2 .column {
    width: 48%;
    float:left;
    margin-right: 2%;
    box-sizing: border-box;
}
.content .menu_section.section-columns-2 .column:last-child {
    margin-right: 0;
    box-sizing: border-box;
}

.content .menu_item_prices.prices-delivery-pickup {
	clear: both;
}

.content .menu_item_prices.prices-delivery-pickup .price_row,
.content .menu_item_prices.prices-delivery-pickup .calories_details { clear: both; overflow: hidden;  }
.content .menu_item_prices.prices-delivery-pickup .omethod {
	float: left;
}

.content .menu_item_prices.prices-delivery-pickup .price,
.content .menu_item_prices.prices-delivery-pickup .pTitle,
.content .menu_item_prices.prices-delivery-pickup .unit,
.content .menu_item_prices.prices-delivery-pickup .calories_details {
	float: right;
}

.content .menu_item_prices.prices-delivery-pickup .price:not(:empty):not(.no-dollar-sign):before{
    content: "$";
}

.menu_section .menu_item td.price.no-dollar-sign:before {
	content: "" !important;
}

.content .float_sidebar .menus_list {
    margin-bottom: 0;
    font-size: 90%;
    line-height: 200%;
}
.content .float_sidebar .menus_list .list_item {
    display: block;
    float: left;
    clear: both;
    margin: 0;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
}
