/*
Theme Name: Ande
Theme URI: https://ande.qodeinteractive.com
Description: A Modern and Elegant Restaurant WordPress Theme
Author: Mikado Themes
Author URI: https://themeforest.net/user/mikado-themes
Text Domain: ande
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opener-icon-pack .mkdf-mobile-menu-icon {
  font-size: 50px !important;
}


/* přepnutí desktop menu na mobilní při 1500px */

@media only screen and (max-width:1500px){

.mkdf-page-header,
.mkdf-top-bar{
    display:none !important;
}

.mkdf-mobile-header{
    display:block !important;
}

}

@media (max-width:1499px){
  body .vc_hidden-md,
  body .vc_hidden-lg{
    display:block !important;
  }
}

@media (min-width:1500px){
  body .vc_hidden-md,
  body .vc_hidden-lg{
    display:none !important;
  }
}
.mkdf-restaurant-menu-list ul li {
  padding-right: 20px;
}
.mkdf-iwt-content {
  padding-right: 20px !important;
}