/*
 Theme Name:   Pizza Restaurant Child
 Theme URI:    http://cmsmasters.net/pizza-restaurant/
 Description:  Pizza Restaurant Child Theme
 Author:       cmsmasters
 Author URI:   http://cmsmasters.net/
 Template:     pizza-restaurant
 Version:      1.0.0
 License:      
 License URI:  
 Text Domain:  pizza-restaurant-child
 Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

@media screen and (max-width: 600px) {
  #hideonmobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
.cmsmasters_menu_price {
font-size: 30px !important;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { #hideonmobile { display: none;     visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;} .cmsmasters_menu_price {
font-size: 30px !important;} .hideonmobile {
z-index: 1;
}

}}