 @media only screen and (max-width: 768px){
	#click-menu{
		display:block;
		margin-top: 8px !important;
		background: #9E9E9E;
	}
	
	
	.widget-area{
		display:none;
	}
	
	#wrapper{
		max-width:100%;
		padding:0;
	}
	
	#access .menu-header, div.menu, #colophon, #branding, #main{
		max-width:100%;
	}

	#access{
		display:none;
	}
	
	#branding img{
		max-width:80% !important;
		height: auto;
		margin:0;
		margin-bottom: 1.5%;
	}
	
	#masthead{
		max-width:100% !important;
	}
	
	#footer{
		max-width:100% !important;
	}
	
	#container{
		max-width:90% !important;
	}
	
	.aligncenter{
		max-width:50% !important;
	}
	
	iframe[src*="youtube.com"], 
	iframe[src*="youtu.be"] {
		width: 100% !important;
		height: 316px !important;
	}
	
	img{
		width:100% !important;
	}

	#content, #content input, #content textarea{
		width:101%;
	}
	
	#site-info{
		max-width:100%;
	}
	
	#site-generator{
		float:left; max-width:100%;
	}


   } 
   


#click-menu{
  display:none;
}