/*
Theme Name: Propertya
Description: Propertya is a premium & responsive WordPress theme designed for Real Estate companies agencies & independent agents where modern aesthetics are combined. Propertya theme provides a complete property management system where users can complete online property marketplace for users and members, offering them their separate profile page, dashboards, and accepting different payment gateways.
Author: Scripts Bundle
Theme URI: https://listing.propertya-wp.com/
Author URI: http://scriptsbundle.com/
Version: 1.1.6
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: Themeforest Split Licence
License URI: https://themeforest.net/user/scriptsbundle/
Text Domain: propertya
Tags: translation-ready,theme-options, left-sidebar, right-sidebar, grid-layout, featured-images,sticky-post,  threaded-comments
*/


#responsive-form{
	/*	max-width:600px; -- cambiar esto para conseguir el ancho de la forma deseada --*/
	margin:0 auto;
	width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	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) { 
	.column-half{
		width: 50%;
	}
}