/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */


input[type="text"],input, button, select, optgroup, textarea{
	outline: none;
}

 .form-field-half , .form-field-full, .file-choose, .wpcf7-file {
	padding-top: 25px;
}

.wpcf7-submit {
	margin-top: 25px;
}

.form-field-half {
	width: 46%;
	float: left;
	position: relative;
}

.form-field-full {
	clear: both;
	position: relative;
}

.position-field {
	float: right;
	position: relative;
}

.position-field select {
	height: 45px;
	width: 100%;
}

.form-field-half.field-right {
	float: right;
	position: relative;
}


span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -23px;
	width: 100%;
}

.form-field-full .wpcf7-form-control-wrap,
.form-field-half .wpcf7-form-control-wrap,
.form-field-file .wpcf7-form-control-wrap {
	position: static !important;
}

.form-field-file {
	position: relative;
}

@media (max-width: 991px) {
	.form-field-half {
		width: 100%;
	}
}