/* Shortcodes
 ========================================================================*/
/*Contact Form Style*/
.wpcf7 span input[type='text'], .wpcf7 span input[type='email'] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left:10px;
	font-size:12px;
	height: 35px;
	width: 100%;
	margin-bottom: 15px;
	border-color: #d1d1d1;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-family: 'sourceSans';
}
.wpcf7 span textarea {
	box-sizing: border-box;
	height: 225px;
	width: 100%;
	border-color: #d1d1d1;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
div.wpcf7 .btnStyle1{
	float: right;
}
div.wpcf7 img.ajax-loader{
	position: absolute;
}
div.wpcf7-validation-errors {
	display: block;
	border: none;
	background: #e54e4b;
	color: white;
	font-family: 'sourceSans';
	font-size: 12px;
	padding: 15px 21px;
	margin: 0;
	border-radius: 5px;
	box-sizing: border-box;
	clear: both;
}
div.wpcf7-mail-sent-ok {
	display: block;
	border: none;
	background: #a7d155;
	color: #1b632c;
	font-family: 'sourceSans';
	font-size: 12px;
	padding: 15px 21px;
	margin: 0;
	border-radius: 5px;
	box-sizing: border-box;
	clear: both;
}
span.wpcf7-not-valid-tip {
	top: auto;
	left: auto;
	display: block;
	border: none;
	background: #e54e4b;
	color: white;
	font-family: 'sourceSans';
	font-size: 12px;
	padding: 8px 10px;
	margin: 0;
	border-radius: 5px;
	box-sizing: border-box;
	opacity: 1;
	right: 0px;
	width: auto;
}
span.wpcf7-not-valid-tip:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 7px solid #e54e4b;
	left: -6px;
	top: 11px;
}
