/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.template-page.col-sm-12.tpl-no {
	margin-top: 100px !important;
}

/* http://bullfrogsweatshop.com/minimal-markup-sample-form.html */
/*  Container Styles
 *			=============================================================================*/
.wpcf7 form {
	color: #333;
	width: 540px;
	margin: 0 auto;
	border: 1px solid #CCC;
	padding: 20px;
	background: #EEE;
}

.wpcf7 fieldset {
	border: 0;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.wpcf7 legend {
	display: none;
}

/*  Input Styles
 *			=============================================================================*/
.wpcf7 input {
	color: #666;
	background: #FCFCFC;
}

.wpcf7 input[type="checkbox"], 
.wpcf7 input[type="radio"] {
	vertical-align: middle;
	display: inline-block;
	margin: -4px 0 0;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"] {
	vertical-align: middle;
	display: inline-block;
	width: 250px;
	padding: 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #999;
	background: #fff;
}

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus, {
	background: #FFF;
	color: #333;
	border: 1px solid #333;
}

.wpcf7 textarea {
	width: 440px;
	height: 150px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #999;
}

.wpcf7 select {
	min-width: 150px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #999;
}

/*  Label Styles
	*			=============================================================================*/
.wpcf7 label {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px;
	min-width: 100px;
}

.wpcf7 label.checkbox, 
.wpcf7 label.radio {
	margin: 0 0 0 5px;
	width: auto;
	line-height: 22px;
}

.wpcf7 label.textarea {
	display: block;
}

/*  Helper Styles
	*			=============================================================================*/
.wpcf7 .last {
	margin-bottom: 0;
}

/*  Button Styles
	*			=============================================================================*/
.wpcf7 input[type="button"], 
.wpcf7 input[type="submit"], 
.wpcf7 input[type="reset"] {
	padding: 5px 22px;
	font-size: 14px;
	height: 40px;
	color: #333;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #999;
	background: #CCC;
}

.wpcf7 input[type="button"]:hover, 
.wpcf7 input[type="submit"]:hover, 
.wpcf7 input[type="reset"]:hover {
	background: #EEE;
	border: 1px solid #333;
	color: #333;
}

#socket .template-page.tpl-no.col-xs-12.col-sm-12 {
	margin-top: 0 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] {
	width: 80%;
	border: 1px solid rgba(153,153,153);
}

.wpcf7 textarea {
	width: 400px;
	background: #fff;
}

.wpcf7 input[type="email"] {
	background: #fff;
	border: 1px solid rgba(153,153,153);
}

#wpmem_reg, #wpmem_login {
	font-family: Open sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #777777;
}

#wpmem_reg input[type="text"] {
	color: #777777;
}

#wpmem_reg select {
	color: #777777;
}

#wpmem_reg .div_checkbox {
	margin: -40px 0 14px !important;
}

.motopress-embed-obj.fill-space * {
	width: 100%;
}

pre {
	font-family: "Helvetica Neue";
	font-size: 14px;
	line-height: 1;
}

label {
	display: block;
}<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->