
/*
HEADER
================================================ */
@media screen and (max-width:1260px){

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth,
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container > .row_inner,
	.sidebar-none .loops-wrapper.list-post .section-inner,
	.single .section-inner,
	.full_width .post-nav,
	.full_width .commentwrap{
		max-width:90%;
	}
	#pagewrap,
	.default_width #layout .module_row > .row_inner,
	.module-layout-part .module_row.fullwidth > .row_inner,
	.module_row.fullwidth > .row_inner{
		max-width:100%;
	}
	.full_width.sidebar-none .loops-wrapper .section-inner{
		max-width:100% !important;
	}

	/************************************************************************************
	SECTION
	*************************************************************************************/
	/* section video */
	.section-post.video{
		min-height:0;
	}
}

@media screen and (max-width:768px){
	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#headerwrap #header,
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container .row_inner{
		max-width:90%;
	}

	#content{
		width:100%;
		max-width:100%;
		float:none;
		clear:both;
	}

	/* sidebar */
	

	/************************************************************************************
	SECTION
	*************************************************************************************/
	/* section */
	.section-inner{
		padding-top:100px; /* padding space for fixed header */
	}

	/* section message content */
	.section-post.message{
		font-size:1em;
	}
	

}

@media screen and (max-width:680px){

	/************************************************************************************
	HEADING
	*************************************************************************************/
	h1{
		font-size:2.2em;
	}
	h2{
		font-size:1.8em;
	}
	h3{
		font-size:1.4em;
	}
	h4{
		font-size:1.2em;
	}
	.post-title{
		font-size:1.6em;
	}

	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	{
		margin-left:0 !important;
		width:100% !important;
		max-width:100% !important;
	}

	/************************************************************************************
	HEADER
	*************************************************************************************/
	#headerwrap{
		z-index:998;
	}

	/* social widget */
	.social-widget{
		position:static;
		float:none;
		padding:0;
	}

	/* header slider */
	#gallery-controller .carousel-nav-wrap a{
		margin:-18px 0 0;
		width:30px;
		height:30px;
	}
	#gallery-controller .carousel-nav-wrap a:before{
		font-size:20px;
	}
	#gallery-controller .carousel-nav-wrap a:hover:before{
		font-size:24px;
	}


	/************************************************************************************
	LOOPS WRAPPER
	*************************************************************************************/
	.loops-wrapper{
		margin-left:0 !important;
	}

	/************************************************************************************
	POST
	*************************************************************************************/
	.loops-wrapper .post{
		width:100% !important;
		max-width:100% !important;
		margin-left:0 !important;
		float:none !important;
	}

	.loops-wrapper.list-post .post-content{
		overflow:visible;
	}

	.single-portfolio-expanded .post-image,
	.single-portfolio .post-image,
	.loops-wrapper.list-post .post-image{
		 max-width:100%;
		 width:100%;
		 float:none;
		 margin-right:0%;
	}

	/* grid2-thumb */
	.loops-wrapper.grid2-thumb .post-image{
		width:auto;
		max-width:auto;
		min-width:0;
	}
	.loops-wrapper.grid2-thumb .post-content{
		overflow:visible;
	}

	/************************************************************************************
	SECTION
	*************************************************************************************/
	/* section title */
	.section-title,
	.section-post.message .section-title{
		font-size:2.2em;
	}
	.section-subhead,
	.section-post.message .section-subhead{
		font-size:1.2em;
	}
}

