/*Changes to the footer*/
html {width:100%;}
div#footer {padding: 20px 0;}
#footer #footer-col-1 {width: 450px;}
#footer #footer-col-2 {width: 650px;}
#footer #footer-col-3 {width: 00px;}

#footer #footer-col-1, #footer #footer-col-2 {
	padding-right: 15px;
	min-height: 200px;
}

#footer #footer-col-1 .widgettitle {text-align: right;}
#footer #footer-col-2 .textwidget {text-align: justify;}
#footer #searchform, #footer .wpcf7-submit {float: right;}

#footer #searchsubmit, #footer .wpcf7-submit {
	background-color: transparent;
	padding: 1px 1px;
	border: none;
	font-size: 13px;
	font-family: century_gothic, "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
}
body #footer #searchsubmit {padding: 1px 1px;}
#footer #searchform {margin-top: 15px;}

div#footer li {margin-bottom: 0px;}

div#footer li li {
	text-align: right;
	list-style: none;
	margin: 5px 0;
}

#searchform input {
	padding-left:5px;
	border: 1px solid;
	border-style:none;-20px
	border-bottom:1px solid #e6e3dd;
	background-color: #deddda;
}

body .wpcf7 input[type="text"], body .wpcf7 textarea, body .wpcf7 input[type="date"], body .wpcf7 input[type="email"] {
	width: 100%;
	background-color: #deddda;
}

.footer-background {
	min-height: 375px;
	width: 100%;
	background: #fcfaf9;
	position: absolute;
	margin-top: -250px;
	z-index: -1;
}

.wpcf7 form > p { margin-bottom: 3px;}

/*Contact From CSS owerwrite*/
div.wpcf7, .wpcf7 div.wpcf7-response-output  {
	min-height: 41px;
	margin: 0;
	padding: 20;
}


.wpcf7 div.wpcf7-mail-sent-ok {
	color: #75a8af;
	border:none;
}

.wpcf7 div.wpcf7-mail-sent-ng {
	color: #ff0000;
	border:none;
}

.wpcf7 div.wpcf7-spam-blocked {
	color: #ffa500;
	border:none;
}

.wpcf7 div.wpcf7-validation-errors {
	color: #A79B00;
	border:none;
}

.wpcf7 span.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-form {
	min-height:75px;
	padding-top:3px;
}
/*.wpcf7-response-output.wpcf7-display-none {display:block;}*/

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7  span.wpcf7-not-valid-tip  {
	display:none
}

div.wpcf7 input.wpcf7-not-valid {
	border: 1px solid red;
}

