/**
 * Theme Name: Plan it Simply
 * Template:   castella
 * ...other header fields
 */


/*Template header styling*/

/*Push everything down a smidge*/
#qodef-page-wrapper{
	margin-top: 30px !important;
}

/*Overides main theme header settings. We had issues getting the theme header to properly load so we redesigned using css*/

/*Get rid of left and right menu bar*/
.qodef-divided-header-left-wrapper{
	display: none !important;
}
.qodef-divided-header-right-wrapper{
	display: none !important;
}

/*get rid of that nasty header border*/
.qodef-header--divided #qodef-page-header-inner{
	border-bottom: none !important;
}
