*,:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#footer_contact_form {
	float:right;
	padding:10px;
	width:50%;
	margin:0;
	background-color:gray;
	border-radius:10px;
}

body.mobile #footer_contact_form {
	float:none;
	padding:20px;
	background-color:gray;
	width:100%;
}

.footer_contact_form_heading {
	color:#fff;
	text-align:center;
	font-size:2em;
}

.venue-form {
	position:relative;
	padding:10px;
	border-radius:10px;
}

.venue-form:before,.venue-form:after {
	content:" ";
	display:table;
}

.venue-form:after {
	clear:both;
}

.venue_cms_form_separator_label {
	clear: left;
	font-size: 28px;
	font-weight:500;
	border-bottom:#f7280e dotted 2px;
	margin: 20px 0;
}

.venue-column {
	width:50%;
	float:left;
}

.venue-row {
	width:100%;
	padding:5px;
}


.venue_cms_form_value {
	clear: left;
	margin: 0 20px 0 0;
}



.venue_cms_form_label {
	font-weight:700;
}

.venue-form input,.venue-form textarea,.venue-form select {
	font-size:20px;
	padding:2px 5px;
	margin:5px 0;
	color:#000;
	width:100%;
	background:#fff;
}

.venue-form input[type="checkbox"],.venue-form input[type="radio"] {
	width:auto;
}

.venue-form input,.venue-form textarea {
	border:3px solid #ccc;
	padding: 5px;
}

.venue-form textarea {
	min-height:90px;
}

.venue-form input:focus,.venue-form textarea:focus,.venue-form label:active + input,.venue-form label:active + textarea {
	outline:none;
	border:3px solid #f7280e;
}

.venue-form select:focus {
	outline:none;
}

::-webkit-input-placeholder {
	color:#818181;
	font-style:normal;
}

:-moz-placeholder {
	color:#818181;
	font-style:normal;
}

::-moz-placeholder {
	color:#818181;
	font-style:normal;
}

:-ms-input-placeholder {
	color:#818181;
	font-style:normal;
}

textarea::-moz-placeholder {
	color:#818181;
	font-family: 'Roboto Condensed', sans-serif;
	font-style:normal;
}

/* iOS forces rounded corners and glare on inputs */
input[type="submit"] {
	font-family: 'Teko', sans-serif;
	-webkit-appearance:none;
	margin: 20px 0;
}

.venue-submit-wrap {
	text-align:center;
	clear:both;
}

.venue_cms_form_submit {
	text-align:center;
}

.venue-form input[type="submit"],input[type="cancel"],input[type="reset"],input[type="button"],.qq-upload-button {
	background-color:#f7280e;
	color:#FFF;
	width:auto;
	font-size:2.5em;
	line-height:1em;
	font-weight:700;
	overflow:hidden;
	padding:6px 6px 1px 6px;
	text-decoration:none;
	cursor:pointer;
	text-shadow: none;
	text-transform: uppercase;
	white-space:nowrap;
	border:#f7280e solid thin;
	border-radius:7px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.venue-form input[type="submit"]:hover,input[type="cancel"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.qq-upload-button:hover {
	background-color:#02b;
	text-decoration:none;
	border:#02b solid thin;
}

.qq-upload-button {
	padding:5px 10px;
	font-size:1.2em;
}

@media screen and (max-width: 70em) {
	.venue-column {
		width:50%;
	}
	
}

@media screen and (max-width: 48em) {
	.venue-column {
		width:100%;
	}
}

input.invalid,textarea.invalid,div.invalid {
	border-color:red;
}

div.invalid {
	border-radius:5px;
	border:red solid 3px;
	padding:10px;
	margin:10px 0;
}

.venue_cms_form_required {
	color:red;
	font-style:italic;
}

.alert_message_container {
	font-size:16px;
	color:#fff;
	background-color:rgba(0, 128, 0, 0.75);
	text-shadow: none;
	border-radius:5px;
	border:1px rgba(102,204,65,1) solid;
	height:auto;
	margin:10px;
	clear:both;
}

.alert_error_container {
	font-size:16px;
	color:#fff;
	background-color:rgba(255, 0, 0, 0.75);
	text-shadow: none;
	border-radius:5px;
	border:1px #F4B0B0 solid;
	height:auto;
	margin:10px;
}

.alert_message,.alert_error {
	padding:7px 40px;
}

.alert_message a,.alert_error a {
	text-decoration:underline;
}

.alert_message a:hover,.alert_error a:hover {
	text-decoration:none;
}