/*
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 : 480px) 
and (max-width : 960px) {
	#header .nav {
		padding:0;
		width:100%;
	}
	
	#header ul.social {
		display:none;
	}
}

@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
	#header .nav ul li a {
		height:auto;
		line-height:normal;
	}
	
	#header .nav ul li ul {
		background-color:#000;
		padding-left:32px;
	}
	
	.row.columns.fix-buttons .column a.button {
		bottom: auto;
		box-sizing: border-box;
		left: auto;
		margin-left: 0;
		position: relative;
		width: auto;
	}
	
	#content .row.columns_featured .column {
		margin-bottom:50px;
	}
	
	#content .row.columns_featured {
		padding-bottom:50px;
	}
}
