/* 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
================================================== */


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

	#header .site-desc.text {font-size: 1.25em;}
	
	#wrap #menu li a {font-size: .85em;padding-right:10px;padding-left:10px;}

	#wrap #content ul.left,
	#wrap #content ul.right,
	#wrap #content ul.left li,
	#wrap #content ul.right li {width: 175px;}
	.show-on.desktop {visibility: hidden !important;display: none !important;}
	.show-on.tablet,.show-on.tablet.desktop {visibility: visible !important;display: inherit !important;}
	
	}
	
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {
	
	
	#header .site-desc.text {font-size: 1.25em;}
	
	#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;}
	.show-on.desktop {visibility: hidden !important;display: none !important;}
	.show-on.mobile,.show-on.handheld {visibility: visible !important;display: inherit !important;}
	.show-on.mobile.desktop,.show-on.handheld.desktop {visibility: visible !important;display: inherit !important;}

	#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;
		background-image: none;
	}

	
	#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: 280px;
		text-align: left;
		line-height: 40px;
		background-image: none;
		background-color: transparent;
		margin: 0;
		padding: 0;
		text-shadow: inherit;
	}
	#wrap #menu li ul {
		background-color: transparent;
		margin-bottom: 20px;
	}
	#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;
	}
	#wrap #menu .columns {
		padding: 0;
	}

	#wrap #content ul.left,
	#wrap #content ul.right,
	#wrap #content ul.left li,
	#wrap #content ul.right li {float: left;width: 100%;}

	.gallery.gallery-columns-2,
	.gallery.gallery-columns-3 {
		float: left;
		max-width: 320px;
	}
	
	#teaser .button,
	#teaser .button.right,
	#teaser .button.left {
		margin: 0 auto !important;
		float: none !important;
		display: inline-block;
		width: 85%;
	}
	
	#teaser .button a.button {
		font-size: 1em;
		margin: 10px 0;
	}
	
	#wrap #teaser h2 {
		font-size: 1.40em;
		font-weight: normal;
	}

	#respond textarea {max-width:320px;}
	p.flex-caption {font-size: 11px;}
	}
	
	/* 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) {
		#respond textarea {width:300px;}
	}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	

/* @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: 100% !important;
   width: 100% !important;
}

body.rspimg #content img.scale-with-grid.wp-post-image {
   display: block;
   margin: 0 auto;
   max-width: 95.5% !important;
   width: 95.5% !important;
}


}

/* @end */

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