/**
Theme Name: Pretivm
Author: Nivel03
Author URI: https://www.nivel03.com
Description: Pretivm Theme 1.0.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pretivm
Template: astra
*/

/*.ast-theme-transparent-header .ast-builder-menu .main-header-menu .sub-menu {background: rgba(24,24,24,.8);};*/

#responsive-form7 {
	max-width: 100% /*-- change this to get your desired form width --*/;
	margin: 0 auto;
	width: 100%;
}

.form7-row {
	width: 100%;
}

.form7-column-half, .form7-column-full {
	float: left;
	position: relative;
	padding: 0.35rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.form7-column-half {
		width: 50%;
	}
}

.wpcf7-textarea {
	height: 100px;
}

.wpcf7-submit {
	float: left;
	background: #AFA37B;
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    display: inline;
}