/************************************************
*	Media Queries								*
************************************************/

/* Mobile */
		
@media handheld, only screen and (max-width: 1023px) {
	.reveal-modal-bg { 
		position: absolute; 
		}
	.reveal-modal,
	.reveal-modal.small,
	.reveal-modal.medium,
	.reveal-modal.large,
	.reveal-modal.xlarge { 
		width: 60%; 
		top: 60px; 
		left: 15%; 
		margin-left: 0; 
		padding: 20px; 
		height: auto; 
		}
		
	/* Theme iPad */
	
	.social-icons {
		display: none;
		}
	}

@media handheld, only screen and (max-width: 767px) {
	.reveal-modal-bg { 
		position: absolute; 
		}
	.reveal-modal,
	.reveal-modal.small,
	.reveal-modal.medium,
	.reveal-modal.large,
	.reveal-modal.xlarge { 
		width: 80%; 
		top: 15px; 
		left: 5%; 
		margin-left: 0; 
		padding: 20px; 
		height: auto; 
		}
	}
	
/* Typography */
	
@media handheld, only screen and (max-width: 767px) {
	h1 { 
		font-size: 1.4rem; 
		line-height: 1.3; 
		}
	h2 { 
		font-size: 1.3rem; 
		line-height: 1.3; 
		}
	h3 {  
		font-size: 1.2rem; 
		line-height: 1.4; 
		}
	h4 { 
		font-size: 1.1rem; 
		line-height: 1.4; 
		}
	h5 {  
		font-size: 1.0rem; 
		line-height: 1.4; 
		}
	h6 { 
		font-size: 1.0rem; 
		line-height: 1.4; 
		}
	body, p {  
		font-size: 0.9rem; 
		line-height: 1.6; 
		}
	blockquote p {
		font-size: 1.1rem;
		}
	.headline {
		font-size: 1.3rem;
		margin: 0px 0px 6px 0px;
		padding: 0px 0px 6px 0px;
		}
	}

/* Content */
	
@media only screen and (max-width: 767px) {		

	/* Theme iPhone */
	
	.container {
		padding: 0px 1px;
		}
	#nav-holder {
		padding-top: 0px;
		}
	#navigation {
		float: none;
		display: block;
		background: #000000;
		position: relative;
		height: auto;
		margin: 0px;
		padding: 0px;
		}
	.mobile-menu {
		margin: 0px;
		padding: 0px;
		}
	.menu-toggle,
	.main-small-navigation ul.mobile-menu.toggled-on {
		display: block;
		}
	.navigation-main ul.menu,
	.sf-sub-indicator {
		display: none;
		}
	.menu {
		display: block;
		}
	.menu-toggle {
		color: #FFFFFF;
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size: 1.8em;
		font-weight: 400;
		letter-spacing: 0;
		text-transform: none;
		text-align: left;
		margin: 0;
		padding: 12px;
		}
	.menu-toggle:before {
		color: #FFFFFF;
		font-family: 'FontAwesome';
		content: ' ';
		top: 1px;
		margin-right: 6px;
		position: relative;
		}
	.mobile-menu ul.sub-menu {
		display: block !important;
		visibility: visible !important;
		left: auto;
		margin: 0;
		padding: 0;
		}
	.mobile-menu ul,
	.mobile-menu li {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	.mobile-menu li {
		display: block;
		text-align: left;
		line-height: 30px;
		}
	.mobile-menu li li a:before {
		content: '- ';
		}
	.mobile-menu li li li a:before {
		content: '-- ';
		}
	.mobile-menu li li li li a:before {
		content: '--- ';
		}
	.mobile-menu a {
		display: block;
		color: #dddddd !important;
		font-size: 1.2em;
		text-decoration: none;
		padding: 6px 12px;
		border-top: 1px solid rgba(255,255,255, 0.1);
		}
	.mobile-menu a:hover {
		background: rgba(255,255,255, 0.08);
		color: #FFFFFF !important;
		text-decoration: none;
		}
	a > .sf-sub-indicator {
		top: 10px;
		}
	.slideshow .loading {
		min-height: 240px;
		}
	.slideshow .slideinfo {
		width: 38%;
		right: 12px;
		padding: 4px 12px;
		}
	.slideinfo h2 {
		font-size: 0.9rem;
		}
	.slideinfo p {
		display: none;
		}
	#teasers {
		display: none;
		}
	#features {
		margin-top: 1px;
		}
	#features .feature-img, 
	#features .feature-vid {
		width: 100%;
		}
	#features .first,
	#features .second {
		width: 100%;
		}
	#features .third {
		display: none;
		}
	.feature-content {
		display: block;
		float: none;
		width: auto;
		padding: 20px;
		}
	.archive-column {
		width: 100%;
		}
	.postauthor p {
		font-size: 0.64rem;
		}
	.postauthor .comment-link {
		float: left;
		text-align: left;
		margin-top: 4px;
		}
	.article {
		padding: 20px;
		}
	.post-comments {
		padding: 0px 20px 20px 20px;
		}
	.post-comments .article {
		padding: 12px 20px;
		}
	.sidebar {
		margin-top: 1px;
		}
	.widgets-left,
	.widgets-mid,
	.widgets-right {
		width: 100%;
		}
	.widgets-left .widget,
	.widgets-mid .widget,
	.widgets-right .widget {
		padding: 20px;
		}
	#footer p {
		font-size: 0.58rem;
		}
	.footerright {
		display: none;
		}
		
	/* Grid */
	
	body { 
		-webkit-text-size-adjust: none; 
		-ms-text-size-adjust: none; 
		width: 100%; 
		min-width: 0; 
		margin-left: 0; 
		margin-right: 0; 
		padding-left: 0; 
		padding-right: 0; 
		}
	.container { 
		min-width: 0;
		margin-left: 0; 
		margin-right: 0; 
		}
	.row { 
		width: 100%; 
		min-width: 0; 
		margin-left: 0; 
		margin-right: 0; 
		}
	.row .row .column, .row .row .columns { 
		padding: 0; 
		}
	.column, .columns { 
		width: auto !important; 
		float: none; 
		margin-left: 0; 
		margin-right: 0; 
		}
	.column:last-child, .columns:last-child { 
		margin-right: 0; 
		float: none; 
		}
	[class*="column"] + [class*="column"]:last-child { 
		float: none; 
		}
	[class*="column"]:before, [class*="column"]:after { 
		content:""; 
		display:table; 
		}
	[class*="column"]:after { 
		clear: both; 
		}
}