/*
Theme Name: Gatherhaus
Description: Child theme for customizing Ink.
Version: 1.0
Author: Creature Works
Author URI: http://www.creatureworks.com/
Template: ink
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url('../ink/style.css');

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/
input {
	padding: 0.625rem;
}
.site-description {
	display:none;
}

