/*
Theme Name:     Lambda Child Theme
Description:    Child theme for the Lambda WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       lambda
Version:        1.0
*/

body {
    font-family: 'Andale Mono', AndaleMono, monospace;
}

#masthead.menu {
font-family: 'Andale Mono', AndaleMono, monospace;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Andale Mono', AndaleMono, monospace;
}

/*--- 2 Column Form Styles Start ---*/

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}

/*--- 2 Column Form Styles End ---*/

.event_form h3 {
	text-align: center;
	margin: 30px 0px;
}
.event_form input, .event_form select, .event_form textarea {
	border: 1px solid #a1a1a5;
	padding: 9px;
	box-sizing: border-box;
	height:39px;
	line-height:1;
	width: 100%;
}
.event_form textarea {
	resize:none;
	height:120px;
}
.event_form .wpcf7-submit {
	margin-bottom: 30px;
	height: auto;
	text-transform: uppercase;
}
.event_form{
	padding:30px 0px;
}