/*
Theme Name: Beurre Child
Theme URI: https://beurre.qodeinteractive.com
Description: A child theme of Beurre
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: beurre
Template: beurre
*/

.qodef-restaurant-menu-list .qodef-e-heading-title {
  flex-shrink: 0;
  line-height: 1.2em;
  width:auto;
  max-width:80%;
  font-size:20px;
}
.qodef-restaurant-menu-list.qodef-restaurant-menu-item-disable-price .qodef-e-description {
  margin-top: 0px;
}
.qodef-restaurant-menu-list .qodef-e-heading-line {
  margin: 0 16px 0 16px;
}

footer .widget.widget_media_image {
  margin-bottom:0px!important;
}
.qodef-header-sticky .qodef-header-navigation>ul>li>a span:after,
.qodef-header-navigation>ul>li>a span:after,
.qodef-mobile-header-navigation>ul>li>a span:after {
  bottom:0px;
}

@media only screen and (max-width: 680px) {
 .qodef-restaurant-menu-list .qodef-e-heading-title {
  flex-shrink: 0; 
  max-width:75%;
  
}
}