@media (max-width:850px){
#sidebar #s{width:96%;border-right:1px solid #ccc}#sidebar #searchsubmit{display:none}

/*.container { padding-left:0px; padding-right:0px;}

/* Top Nav --------------------------------------- */
	
	
	.primary-menu { display: none; }
	
	
	/* Search Container ----------------------------- */
	
	
	.search-container .search-field {
		padding: 30px 64px 30px 0;
		font-size: 1.25em;
		font-weight: 400;
	}
	
	.search-container .search-button { margin-top: -17px; }
	
	.search-container .search-button .fa { font-size: 32px; }
			
	.header { 
		padding: 0px 10px; 
		
	}
.top-nav	
{	padding: 5px 10px; display:inline-block; width:100%;
    }
	
	.blog-title,
	.blog-description {
		
	}

/* Nav Toggle */
	
	.top-nav .section-inner { position: relative; padding:10px 0; float:left;}
	
	.section-inner {}
	.nav-toggle-text{ display: block; margin:0px; color:#fff;}
	.nav-toggle {
		display: block;
		width: 40px;
		height: 40px;
		background: #14b0ff;
		border-radius: 99px;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		margin-left: 50px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	}
	
	.nav-toggle .bar {
		width: 20px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.1);
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		-webkit-transitio