/*
 Theme Name:   Babe's Chicken Dinner House Child Theme
 Description:  Babe's Chicken Dinner House Child Theme
 Template:     babes
 Version:      1.0.0
*/
@media only screen and (max-width: 1015px) {
    #wprmenu_bar .bar_logo {
        width: 227px;
        height: 112px;
        margin-top: -53px;
        display: inline !important;
    }
    
    #page, #main, .container {
        padding-top: 100px;
    }
    
    #wprmenu_bar {
        height: 115px;
        padding: 30px 16px;
        z-index: 99999;
    }

    #wprmenu_menu_ul {
        margin-top: 73px !important;
    }
    
    #wprmenu_bar .menu_title {
        font-size: 0;
    }
    #wprmenu_bar .wprmenu_icon {
        float: none;
        top: 17px;
    }
    
    #wprmenu_bar, #wprmenu_bar * {
        text-align: center;
    }
    
    #see-map {
        display: none; 
    }
  
}