.contactFormModWrap {
	float: left;
    width: 100%;
}

.contactForm {
	text-align: center;
}

.contactFormShortCode {
	float:left;
	padding:2% 0;
	text-align: left;
	width:100%;
}

.defaultContactformLeft,
.defaultContactformRight {
	float:left;
	width:50%;
}

.contactFormShortCode input[type="text"],
.contactFormShortCode input[type="tel"],
.contactFormShortCode input[type="email"],
.contactFormShortCode textarea {
	border:1px solid #e0e0e0;
	border-radius: 0;
}

.contactFormShortCode input[type="text"],
.contactFormShortCode input[type="tel"],
.contactFormShortCode input[type="email"] {
	margin-bottom:1%;
	padding:0.5em;
	width:95%;
}

.contactFormShortCode textarea {
	height:11.55em;
	padding:0.5em;
}

.contactFormShortCode input[type="submit"] {
	background-color:#c0d731;
	color:#000;
	border:0;
	border-radius: 0;
	box-shadow: none;
	float:right;
	font-size:1em;
	line-height: normal;
	margin:0.25em 0 0 0;
	padding:0.5em 2.5em;
	text-shadow: none;
	-webkit-transition: 0.2s all linear; /* Safari */
	transition: 0.2s all linear;
}

.contactFormShortCode input[type="submit"]:hover {
	background-color:#e0e0e0;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear; /* Safari */
}

div.wpcf7-response-output {
	float:left;
	width:100%;
}

.cleared {
	clear:both;
}


/* 960 - 1200px */
@media screen and (min-width: 960px) and (max-width: 1200px) {
	
	.contactFormShortCode textarea {
		height:11.4em;
	}
	
	.contactFormShortCode input[type="submit"] {
		margin:1em;
	}
}

/* 768 - 959px */
@media screen and (min-width: 768px) and (max-width: 959px) {
	
	.contactFormShortCode textarea {
		height:11.1em;
	}
	
	.contactFormShortCode input[type="submit"] {
		margin:1em;
	}

}

/* 481 - 767px */
@media screen and (min-width: 481px) and (max-width: 767px) {
	
	.defaultContactformLeft,
	.defaultContactformRight {
		float:left;
		width:100%;
	}
	
	.contactFormShortCode input[type="text"],
	.contactFormShortCode input[type="tel"],
	.contactFormShortCode input[type="email"] {
		width:100%;
	}
	
	.contactFormShortCode textarea {
		height:6em;
	}
	
	.contactFormShortCode input[type="submit"] {
		display: block;
		float:none;
		margin:1em auto;
	}
	
	
}

/* max 480px */
@media screen and (max-width: 480px) {
	
	.defaultContactformLeft,
	.defaultContactformRight {
		float:left;
		width:100%;
	}
	
	.defaultContactformLeft,
	.defaultContactformRight {
		float:left;
		width:100%;
	}
	
	.contactFormShortCode input[type="text"],
	.contactFormShortCode input[type="tel"],
	.contactFormShortCode input[type="email"] {
		width:100%;
	}
	
	.contactFormShortCode textarea {
		height:6em;
	}
	
	.contactFormShortCode input[type="submit"] {
		display: block;
		float:none;
		margin:1em auto;
	}
	
	

}