@media only screen and (max-width: 767px) {
	
	body {
		font-size: 1em;
	}
	
	h1,h2,h3,h4 {
		line-height: 1.25em;
	}
	
	#header {
		height: auto;
		background-size: cover;
	}
	div#logo,
	#header .sidebar {
		float: none;
		width: 100%;
	}
	#header .sidebar {
		margin: 1em 0;
		}
		.image-stream a img{
			height: 75px;
			width: 75px;
		}
	
	#sidebar-message,
	#container,
	#footer {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	
	#content.content-sidebar,
	#sidebar-primary,
	#sidebar-secondary {
		float: none;
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}
	
	#sidebar-reviews {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	#sidebar-reviews h2{
		margin: 1em;
		padding: 0;
		display: inline-block;
	}
	
	#sidebar-reviews .widget_text{
	float: none;
	border-bottom: 0;
	position: relative; 
	bottom: auto; 
	left: auto;
	text-align: center;
	padding-bottom: 1em;
	}
	
	a#review{
		display: inline-block;
		}
	
	#sidebar-message .widget{
		border-radius: 0;
	}
	
	#sidebar-primary .widget, 
	#sidebar-secondary .widget {
		margin: 0 0 1em;	
		width: auto;
		float: none;
		font-size: 1em;
		line-height: 1.35em;
	}
	
	.wp-caption .wp-caption-text,
	.entry-content p  {
		font-size: 1em;
		line-height: 1.4em;
	}
		
	.entry-content p  {
		line-height: 1.5em;
	}

	
	.wpcf7-form label{
	min-width: 0;
	display: block;
	}
	
	span.format,
	.formcaptcha {
		margin-left: 0;
	}
	.wpcf7-submit {
	margin: 20px 0;
	}
	#footer .wrap {
		width: 95%;
	}

} /*end mq */