
/* This file controls the responsiveness of your
/* theme on mobile devices using media queries.
/* proceed with caution
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site Styles
================================================== */


#credits {
	text-align: center;
}


/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	#sidebar .widget-container {margin-left: 0px;}
	.resize {display: none;}
	#respond textarea {width:auto;}	

	/* jigoshop styles */
	#header .site-desc.text {font-size: 1.25em;}
	
	#menu li a {font-size: .85em;}	

	}
	
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {
	
	#header .site-desc.text {font-size: 1.25em;}
	
	#respond textarea {width:300px;}	

	#breadcrumb {display: none;}

	#sidebar .widget-container {margin-left: 0px;}
	.full-width,
	.one_half,
	.one_third,
	.two_thirds,
	.three_fourths,
	.one_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {width: 100%;}
	.resize {display: none;}
	
	#wrap #menu {
		background-image: none;
	}
	
		
	
	#wrap #menu .container,
	#wrap #menu .row {
		display: block;
	}
	
	#wrap #menu .columns {
	margin-bottom: 10px;
	}

	
	#wrap #menu ul {
		display:inline;
		margin: 0;
		padding: 0;
	}
	#wrap #menu li {
		float: left;
		margin: 0;
		padding: 0px 0px 0px 10px;
	}
	#wrap #menu li a {
		display: block;
		min-width: 300px;
		text-align: left;
		line-height: 40px;
		background-image: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #cecfc6;
		background-color: transparent;
		text-shadow: inherit;
	}
	#wrap #menu li ul {
		background-color: transparent;
	}
	#wrap #menu li ul li a {
		border: none;
		color: inherit;
	}
	
	#wrap #menu ul ul {
		visibility: hidden;
		position: relative;
		display: block;
		float: left;
		box-shadow:none;
	}




	}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
		
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/