
/* 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 !important;}
	#respond textarea {width:auto;}	
	#menu li a {font-size: .85em;}	
	}
	
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {


	#header #site-title,#header .site-desc {width: 100%;font-size: 1em;}
	#header #site-title a {font-size: 1.5em;}
	#teaser {margin-bottom: 20px; font-size: 1em !important;}
	#sidebar .widget-container {margin: 0px !important;}
	#respond textarea {max-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  #site-title {
		float: left;
		position: relative;
	}
	
	#wrap #header .header_extras {
		position: relative;
		width: 100%;
		top: 0px;
	}

	
	#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;
	}

	.gallery.gallery-columns-2,
	.gallery.gallery-columns-3 {
		float: left;
		max-width: 320px;
	}



	}
	

/* @group Responsive Video Embeds */

.video.true {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video.false {
	padding-bottom: 0;
	padding-top: 0;
	height: auto;
	overflow: visible;
}
.video.true iframe,  
.video.true object,  
.video.true embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video.false iframe,  
.video.false object,  
.video.false embed {
	position: relative;
}

@media only screen and (max-width: 480px) {
 
body.rspimg #content .wp-caption {
   margin-bottom: 1em;
   margin-left: 0;
   max-width: 99% !important;
   width: 99% !important;
   text-align: center;
}

body.rspimg #content div.aligncenter,
body.rspimg #content div.alignright,
body.rspimg #content div.alignleft,
body.rspimg #content .wp-caption img {
	float: none;
   display: block;
   margin: 0 auto;
   max-width: 99% !important;
   width: 99% !important;
   padding: 0;
}
body.rspimg #content img.scale-with-grid.wp-post-image {
   display: block;
   margin: 10px auto;
   max-width: 95.5% !important;
   width: 95.5% !important;
}

}


/* @end */


/* 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; }
*/
