/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/

@import url("../u-design/style.css");


li { font-size: 15px; }

/*
	contact form styling
*/

/*#three-column{
	width: 940px;
}
#three-column #left{
	width: 305px;
	float: left;
}
#three-column #center{
	width: 305px;
	float: left;
}
#three-column #right{
	width: 305px;
	float: left;
}
#three-column p{
	margin-bottom: 2px;
}
#three-column input[type="text"]{
	border:none;
color:#000;
	border:1px solid #000;
	font-size :12px;
	padding: 5px;
}
#three-column textarea {
    position: relative;
    padding: 5px;
    border: 1px solid #000;
}
#three-column input[type="submit"]{
	padding:8px 18px;
	background:#222;
	font color:#000;
	border: 1px solid #fff;
	float:right;
	font-size: 20px;
}
#three-column input[type="date"]{
	border:none;
color:#000;
	border:1px solid #000;
	font-size :12px;
	padding: 5px;
}
#three-column input[type="select"]{
	border:none;
color:#000;
	border:1px solid #000;
	font-size :12px;
	padding: 5px;
}*/
.column-contact p{
	display: inline-block;
	width: 29.8%;
	margin-left: 27px;
	margin-bottom: 6px;
	vertical-align: top;
}
.column-contact p:first-child{
	margin-left: 0;
}
.column-contact input[type="text"]{
	border:none;
	color:#000;
	border:1px solid #000;
	font-size :12px;
	padding: 7px 5px;
	width: 95.8%;
}
.fourth-column p{
}
.fourth-column input[type="text"]{
	border:none;
	color:#000;
	border:1px solid #000;
	font-size :12px;
	padding: 7px 5px;
	width: 94.8%;
}
.seven-column p{
	vertical-align: middle;
	display: inline-block;
	width: 62.9%;
}
.seven-column p:first-child{
	margin-right: 9px;
	width: inherit;
}
.seven-column input[type="text"]{
	border:none;
	color:#000;
	border:1px solid #000;
	font-size :12px;
	padding: 7px 5px;
	width: 98%;
}
.title-bottom{
	margin-top: 1px;
}
.eight-column textarea{
	border:none;
	color:#000;
	border:1px solid #000;
	font-size :12px;
	padding: 7px 5px;
	width: 94.8%;
	height: 128px;
}
.submit{
	text-align: right;
	width: 98.4%;
	margin-top: 16px;
}
.submit input[type="submit"]{
	padding: 6px 22px;
	background: #fff;
	border: 1px solid #000;
	font-size: 13px;
	color: #000;
}
div.wpcf7-validation-errors{
	margin-left: 0;
	margin-right: 0;
	width: 93%;
	text-align: center;
	color: #a9a9a9;
	font-size: 12px;
	border: 1px solid #000;
}
.select-label select{
	padding: 1px 0;
}