/*
Theme Name: Crux Child Theme
Theme URI: http://codestag.com/themes/crux
Description: Child theme for customizing Crux.
Version: 1.0
Author: Codestag
Author URI: http://codestag.com/
Template: crux
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url('../crux/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;
}
*/

div.wpcf7 
{
	margin: 0px;
	padding: 20px 0px 0px 20px;
}

.wpcf7
{
    background-color: #f7f7f7;
    border: 1px solid #b2b2b2;
    padding: 15px;
}

