/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 950px) {
	/* reset grid to percentage */
	.col4-1,
	.col4-2,
	.col4-3,
	.col3-1,
	.col3-2,
	.col2-1
	{
		margin-left: 2%;
	}
	#pagewrap,
	.themify_builder_row > .row_inner {
		max-width: 90%;
	}
	.loops-wrapper {
		max-width: 100%;
	}
	/* content */
	.sidebar1 #content {
		max-width: 68%;
	}
	/* sidebar */
	#sidebar {
		width: 26%;
	}
}
@media screen and (max-width: 680px) {

	/* content */
	.sidebar1 #content {
		width: 100%;
		max-width: 100%;
		clear: both;
		float: none;
	}
	/* sidebar */
	#sidebar {
		width: 100%;
		clear: both;
		float: none;
	}
	#sidebar .widget {
		width: 30%;
		margin-right: 3%;
		float: left;
	}

	#body {
		padding: 5px 0;
	}
		
	/* reset grid to 100% */
	.col4-1,
	.col4-2,
	.col4-3,
	.col3-1,
	.col3-2,
	.col2-1 {
		margin-left: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}


	.post {
		width: 100% !important;
	}

	/* post nav */
	.post-nav .prev, .post-nav .next {
		display: block;
		width: 100%;
		clear: both;
		margin-bottom: 10px;
	}
	/* footer-text */
	.footer-text .left, .footer-text .right {
		float: none;
	}
	/* sidebar */
	#sidebar .widget {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}	
	
	/************************************************************************************
	POST
	*************************************************************************************/	
	/* post */
	.post {
		width: auto !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		float: none !important;
	}
	
	/************************************************************************************
	WOOCOMMERCE SUPPORT
	*************************************************************************************/
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary {
		float: none !important;
		width: 100% !important;
	}
}
