Hi Shane,
Thank you for writing in, yes you need customazation to create a customize search page, follow this link for more details.
Though, those 2 requests you have might be just doable with Custom CSS.
- Please add this to Theme Options > CSS
body.search-results .x-sidebar {display: none;}
body.search-results {padding-right: 0;}
body.search-results.x-content-sidebar-active .x-navbar-fixed-top {right: 0;}
- Please add this to Theme Options > CSS as well.
body.search-results .entry-header h2.entry-title {
font-size: 250%;
}
Feel free to adjust the 250% value.
Hope it helps,
Cheers!