/*
Theme Name:     OasisRecordingInfo
Description:    Custom child theme.
Author:         Charly Anderson
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/** Responsive Menu **/

#mega-menu-wrap-primary {
	background: #222 !important;
    background: -moz-linear-gradient(#252525, #0a0a0a)!important;
    background: -o-linear-gradient(#252525, #0a0a0a)!important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a))!important;
    background: -webkit-linear-gradient(#252525, #0a0a0a)!important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px !important;
}