/*
Theme Name: Pixeldot
Theme URI: http://www.pixeldotcreative.com/
Author: Pixeldot
Author URI: http://www.pixeldotcreative.com/
Description: Pixeldot Mobile Theme Overrides
Version: 1.0 Mobile
License: Copyright Pixeldot Creative Ltd
Text Domain: pixeldot
*/

@charset "UTF-8";
/* CSS Document */

@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
	.pageWrapper {
		min-height:600px;
		 background-position: center -50px;
		 background-color:#d3d7da;
	}
	.hero-text-logo {
		position: relative;
		right: auto;
		top: auto;
	}
	
	#gform_wrapper_2 .gfield_html_formatted.product-image {
		width: 100%;
		height: auto;
		clear: none;
		float: none;
	}
	
	#gform_wrapper_2 .gfield_price {
		clear: none;
		margin-left: 0;
	}
}
