@media(max-width:1150px){

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#pagewrap{
		max-width:100%
	}

	#pagewrap{
		max-width:92%;
		padding:2% 3% 10px;
		margin-bottom:10%
	}
		
	/* content */
	#content{
		margin:7% 0 5%
	}
	.sidebar1 #content{
		max-width:67.8%
	}
	
	/* sidebar */
	#sidebar{
		margin:7% 0 5%;
		max-width:26.2%
	}
	#sidebar .secondary{
		max-width:47%
	}
	
	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2,
	.col4-3,
	.col3-1,
	.col3-2,
	.col2-1
	{
		margin-left:2%
	}
	.col4-1{
		max-width:23%
	}
	.col4-2, .col2-1{
		max-width:48%
	}
	.col4-3{
		max-width:72%
	}
	.col3-1{
		max-width:31%
	}
	.col3-2{
		max-width:62%
	}
}

@media(max-width:780px){
	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.sidebar1 #content,
	#sidebar{
		width:100%;
		max-width:100%;
		float:none;
		clear:both
	}
	#sidebar .secondary{
		width:48%
	}

}

@media(max-width:680px){
	
	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	{
		margin-left:0;
		width:100%;
		max-width:100%
	}

	/************************************************************************************
	LAYOUTS
	*************************************************************************************/
	/* list post */
	.loops-wrapper.list-post .post,
	.single .post{
		padding-left:0!important
	}
	.loops-wrapper.list-post .post-meta,
	.single .post-meta{
		width:100%;
		text-align:left;
		position:static
	}
	.loops-wrapper.list-post .post-meta span,
	.single .post-meta span{
		display:inline;
		margin:0 5px 0 0
	}
	.loops-wrapper.list-post .post-icon,
	.single .post-icon{
		width:27px;
		height:30px;
		display:block;
		float:left;
		margin:2px 14px 5px 0;
		border:0;
		position:static
	}


	/************************************************************************************
	LAYOUTS
	*************************************************************************************/
	/* grid4 */
	.loops-wrapper.grid4 .post{
		font-size:100%
	}
	/* post */
	.post{
		width:auto!important;
		max-width:100%!important;
		margin-left:0!important;
		float:none!important
	}
	
	/* post title */
	.post-title{
		margin:0 0 2px!important;
		padding-top:4px;
		font-size:2em!important
	}

	/************************************************************************************
	POST NAV
	*************************************************************************************/
	.post-nav .prev, .post-nav .next{
		display:block;
		width:100%;
		clear:both;
		margin-bottom:10px
	}
	
	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist{
		padding-left:0
	}
	.commentlist .commententry{
		clear:left
	}
	.commentlist .avatar{
		float:left;
		width:40px;
		height:40px;
		margin:0 10px 10px 0
	}

	/* commentlist sub-levels */
	.commentlist ul, .commentlist ol{
		margin:0 0 0 7%
	}

	/************************************************************************************
	FOOTER NAV
	*************************************************************************************/
	.footer-nav{
		margin:0 auto 20px;
		width:100%
	}
	.footer-nav a{
		margin:0 4px
	}
	
	/************************************************************************************
	WOOCOMMERCE SUPPORT
	*************************************************************************************/
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary{
		float:none!important;
		width:100%!important
	}
}