/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 2.0.5
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.tp-leftarrow.tparrows.hebe {
	top: 25% !important;
}

.tp-rightarrow.tparrows.hebe {
	top: 25% !important;
}


.rev_slider .wpcf7-textarea {
	height: 200px
}

@media screen and (max-width: 960px) {
	.rev_slider .wpcf7-textarea {
		height: 100px
	}
}

.rev_slider .wpcf7 {
	background: #fff;
	padding: 20px 20px 1px;
}

.rev_slider .wpcf7-form-control-wrap {
	top: 5px
}

.rev_slider .wpcf7-text,
.rev_slider .wpcf7-textarea {
	color: #686868;
	font-family: inherit;
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	padding: 12px;
	width: 100%;
}


.rev_slider .wpcf7-label {
	color: #686868;
	font-family: inherit;
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	padding: 32px;
	width: 100%;
}

.rev_slider .wpcf7-text:focus,
.rev_slider .wpcf7-textarea:focus {
	color: #1a1a1a;
	background-color: #fff;
	border-color: #007acc;
	outline: 0 none;
}

.rev_slider .wpcf7-submit {
	color: #fff;
	background: #1a1a1a;
	border: 0 none;
	border-radius: 2px;
	font-family: inherit;
	padding: 12px;
	text-transform: uppercase;
}

	.rev_slider .wpcf7-submit:focus {
		background: #007acc;
	}