/*
Theme Name: Real Estate Selling 
Theme URI: http://www.whoknowsaguy.com/
Author: Moises
Version: 1.0
*/
@media screen and (max-width:1024px) {
	body {
	
	}
}
@media screen and (max-width:938px) {	
	#wrapper {
    	width: 95%;
		padding:2%;
		min-width:240px;
	}
	#wrapper h1, #wrapper h2, #wrapper h3 {
		line-height:100%;
	}
	#wrapper .first, #wrapper .second, #wrapper .third, #wrapper .fourth, #wrapper .fifth  {
    	width: 100%;
		padding-top:2%;
	}
	#wrapper .first .form input[type="text"], #wrapper .first .form input[type="submit"] {
		width: 98%;
		float:none;
		margin:0 auto;
		display:block;
	}
	.ui-autocomplete {
		width: 94% !important;
	}
	.whitebox-inner .left, .whitebox-inner .right {
		float:none;
		width:100%;
		max-width: 400px;
		margin:0 auto 20px;
		min-width: 0;
	}
	#wrapper .third .form input[type="submit"] {
		width:95%;
	}
	.whitebox, .whitebox-inner {
		padding:2%;
	}
}
@media screen and (max-width:720px) {	
	#wrapper .second .form {
		float:none;
		width:100%;
		max-width:380px;
	}
	#wrapper .form li, #wrapper .form li.left, #wrapper .form li.right {
		float:none;
		width:100%;
		max-width:380px;
	    margin: 0px auto;
	}
	#wrapper .form li.left {
		margin-bottom:20px;
	}
	#wrapper .second .form input[type="text"], #wrapper .second .form select, #wrapper .second .form input[type="submit"] {
		float: none;
		margin: 0 auto 20px;
		display: block;
		width:95%;
	}
	#wrapper .third .form input[type="submit"] {
		width:100%;
	}
	.third .whitebox-inner .right {
	    display: none;
	}
}
@media screen and (max-width:510px) {	
	#wrapper .seller img {
		float:none;
		margin:0 auto;
	}
	#wrapper .seller {
		width:95%;
	}
@media screen and (max-width:480px) {	
	h1 {
		font-size: 260%;
		text-shadow: 1px 1px 6px #000000;
	}
	h2 {
		font-size: 200%;
		text-shadow: 1px 1px 6px #000000;
	}
	h3 {
		font-size:150%;	
		text-shadow: 1px 1px 6px #000000;
	}
	#wrapper .third .form label, #wrapper .third .form select, #wrapper .third .form input[type="text"], #wrapper .third .form input[type="submit"] {
		float:none;
		width:98%;
	}
	#wrapper .third .form li {
		padding-top: 10px;
	}
	#wrapper .form input[type="submit"] {
		font-size:16px;
	}
	#wrapper .fourth h1.result {
		font-size: 60px;
	}
}
@media screen and (max-width:320px) {	
	#wrapper .fourth h1.result {
		font-size: 50px;
	}
}
@media screen and (max-width:240px) {	

}