/*
Theme Name: Canvas Child
Version: 1.0
Description: Child theme for Canvas.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: canvas5-1
*/

@import url("../canvas5-1/style.css");

div.subhead {
	border-bottom: 3px solid rgb(230, 230, 230);
	font-weight: bold;
	padding: 0 0 5px 0;
	font-size: 125%;
	text-transform: capitalize;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	#header div.nav-toggle {
		display: none;
	}
}