/*
 Theme Name:   canvas-child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Canvas Child Theme
 Author:       Burnie Willey
 Author URI:   http://example.com
 Template:     canvas
 Version:      1.0.0
*/
@import url("../canvas/style.css");
 
/* If you run into a z-index issue */
#megaMenu-sticky-wrapper,
#megaMenu{
  position:relative;
  z-index:20;    
}
#content{
  position:relative;
  z-index:10;    
}
/* Darken line above footer */
#footer-widgets {border-top: 1px solid #4a4a4a !important;}

/* Do not display title on Music Lessons page */
/* .page-id-958 .title {display: none;} */

/* Do not display title on Return Policy page */
.page-id-769 .title {display: none;}

/* Do not display title on Privacy Policy page */
.page-id-798 .title {display: none;}

/* Add underline hover to navigation items */
.nav a:hover {text-decoration: underline !important;}

/* Put Search Box in Main Menu Bar */
/* #top .searchform { background: #fff; margin-bottom: 5px; } */


