/*!
Theme Name: zarrox
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zarrox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.feedback-form .wpcf7-form-control-wrap {
	max-width: -webkit-calc(100% - 30px);
	max-width: -moz-calc(100% - 30px);
	max-width: calc(100% - 30px);
}

.feedback-form form {
	max-width: 330px;
	margin: 0 auto;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

div.wpcf7-response-output {
	border: 0 !important;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}