/*
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) {
	#header .column {
		width:100%;
		clear:both;
		margin:0;
	}
	
	#header .nav {
		display:none;
	}	
	
	table {
		max-width:100%;
		overflow-x:scroll;
		display:block;
	}
	
	.row-flex {
		display:block;
	}
	
	.row-flex .column.three {
		padding-bottom:0;
	}
}

@media only screen 
and (min-width : 320px) 
and (max-width : 700px) {
	p.footer-left, p.footer-right {
		text-align:center;
		float:none;
		width:100%;
		padding-bottom:0;
	}
	
	.map-content {
		position:relative;
	}
	
	.map-content .column.three {
		width:100%;
		margin:0;
		float:none;
	}
	
	.map-padder {
		padding-left:0;
		padding-right:0;
		margin:0;
		background-color:transparent !important;
		box-shadow:none;
	}
}