@media screen and (max-width: 1200px) {
	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#pagewrap {
		max-width: 100%;
	}
	.pagewidth,
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container > .row_inner {
		max-width: 94%;
	}
	.module-layout-part .module_row.fullwidth > .row_inner,
	.module_row.fullwidth > .row_inner {
		max-width:100%;
	}
	/************************************************************************************
	POST
	*************************************************************************************/
	.loops-wrapper.list-thumb-image .post-content {
		padding-left: 24%;
	}
	.loops-wrapper.list-thumb-image .post-title {
		width: 100% !important;
	}
	.loops-wrapper.list-large-image .post-image {
		max-width: 34%;
		float: left;
		margin: 0 1em 1.3em 0;
	}
	.loops-wrapper.list-large-image.album .post-title {
		width: 60%;
	}

	/* POST */
	.loops-wrapper.list-thumb-image .post-image {
		max-width: 20%;
		float: left;
		margin: 0 1em 1em 0;
	}
	.loops-wrapper.list-thumb-image .post-content {
		padding-left: 24%;
	}
	.loops-wrapper.list-thumb-image .post-title {
		width: 100% !important;
	}
	.loops-wrapper.list-large-image .post-image {
		max-width: 34%;
		float: left;
		margin: 0 1em 1.3em 0;
	}
	.loops-wrapper.list-large-image.album .post-title {
		width: 55%;
	}
	.loops-wrapper .buy {
		display: inline-block;
	}
	/*event slider */
	.loops-wrapper.slider.event .post-meta {
		bottom: 40px;
		left: 2%;
		width: 98%;
		text-align: left;
	}
	.loops-wrapper.slider.event .post-meta span {
		display: inline-block;
	}
	.loops-wrapper.slider.event .post-meta .post-date span {
		display: block;
	}
	.loops-wrapper.slider.event .post-meta .post-date {
		margin-left: 8px;
		width: 76px;
		height: 76px;
	}
	.loops-wrapper.slider.event .post-meta .post-date .day {
		font-size: 1.5em;
		padding: 8px 0 0 0;
	}
	.loops-wrapper.slider.event .post-meta .post-date .month {
		line-height: 1.5em;
	}

	.loops-wrapper.slider.event .post-meta .post-date .month:after {
		margin: 0 auto;
		margin-bottom: 1px;
	}
	.loops-wrapper.slider.event .post-meta .post-date .year {
		font-size: .85em;
		line-height: 1.5em;
	}
	/*
	MUSIC PLAYER
	================================================ */
	/* Album Carousel */
	.loops-wrapper.slider.album .record-details li {
		width: 19.33%;
		margin-right: 10px!important;
	}
	/* Gallery Thumbs */
	.loops-wrapper.grid2.gallery .post-content .post-title {
		font-size: 1.6em;
	}
	.loops-wrapper.gallery .post-meta .post-date {
		height: auto;
	}
	.loops-wrapper.gallery .entry-content {
		width: 98%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	/*gallery grid column post title and post content */
	.loops-wrapper.grid4.gallery .post-content .entry-content,
	.loops-wrapper.grid3.gallery .post-content .entry-content {
		display: none;
	}
	.loops-wrapper.grid4.gallery .post-content .post-title,
	.loops-wrapper.grid3.gallery .post-content .post-title {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 862px) {
	/* heading */
	h1 {
		font-size: 2.4em;
	}
	h2 {
		font-size: 2em;
	}
	.module-title,
	h3 {
		font-size: 1.8em;
	}
		
	/************************************************************************************
	ALBUM CONTAINER
	*************************************************************************************/
	.album-container .album-cover {
		width: 65%;
		margin-bottom: 1em;
	}
	.album-container .album-info {
		width: 30%;
		margin: 0;
	}
	.album-container .record-details li {
		display: block;
	}
	.album-container .album-playlist {
		width: 100%;
		float: none;
	}	
	.loops-wrapper.video .post-image {
		height: auto !important;
	}
	.loops-wrapper.grid3.video .post-title {
		font-size: 1em;
	}
	/************************************************************************************
	ALBUM LIGHTBOX
	*************************************************************************************/
	.post-lightbox .album-lightbox.flipped .album-container {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.post-lightbox .album-lightbox.flipped .album-container .album-playlist {
		overflow: visible;
	}
}
@media screen and (max-width: 800px) {
	.gallery-wrapper.masonry .item .gallery-caption .post-title {
		font-size:.9em;
	}
}
@media screen and (max-width: 760px) {
	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth,
	.module_row > .row_inner {	
		max-width: 90%;
	}
	#content {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
	}
	/* sidebar */
	#sidebar {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
	}
	/************************************************************************************
	POST
	*************************************************************************************/
	.loops-wrapper.slider.album .post-title {
		margin-bottom: .4em;
		float: none;
		display: block;
		width: 100%;
	}
	.loops-wrapper.slider.album .record-details {
		float: none;
		display: block;
		width: 100%;
		text-align: left;
		font-size: 90%;
	}
	.loops-wrapper.slider .post-image:before,
	.loops-wrapper.list-post .post-image:before {
		font-size: 3em;
		padding: .5em .3em;
		border: 3px solid #fff;
		top: 40%;
	}
	.loops-wrapper.grid3 .post-image:before,
	.loops-wrapper.grid2 .post-image:before {
		font-size: 2em !important;
		padding: .3em .25em !important;
		border: 2px solid #fff !important;
		top: 50%;
	}
	.loops-wrapper.list-post .post-content {
		padding-left: 0;
	}
	.loops-wrapper.list-post .post-title {
		margin-bottom: .4em;
		float: none;
		position: static;
		display: block;
		width: 100%;
		text-align: left;
	}
	.loops-wrapper.grid2 .record-details {
		font-size: 80%;
	}
	.loops-wrapper.grid2.album .post-title,
	.loops-wrapper.grid3.album .post-title {
		font-size: 95%;
	}
	.loops-wrapper.grid3 .record-details {
		display: none;
	}
	.loops-wrapper.list-post .record-details {
		font-size: 80%;
		position: static;
		display: block;
		width: 100%;
		float: none;
		text-align: left;
		list-style: none;
	}
	/*list-thumb-image*/
	.loops-wrapper.list-thumb-image .post-content {
		padding-left: 24%;
	}
	.loops-wrapper.list-thumb-image .record-details {
		font-size: 90%;
	}
	/*	list-large-image */
	.loops-wrapper.list-large-image .post-content {
		padding-left: 42%;
	}
	.loops-wrapper.list-large-image.album .post-title {
		width: 100%;
	}
	.loops-wrapper.list-large-image .record-details {
		font-size: 80%;
	}
	.loops-wrapper.list-large-image .post-image {
		 float: left;
	}
	/*slider.event*/
	.loops-wrapper.slider.event .post-meta {
		bottom: 40px;
		left: 1%;
		width: 99%;
	}
	/************************************************************************************
	MUSIC PLAYER
	*************************************************************************************/
	 /* media player */
	.album-container .album-cover {
		width: 50%;
	}
	.album-container .album-info {
		width: 46%;
	}
	.album-container .album-playlist {
		width: 100%;
	}
	/* homepage share and buy button layout fix in events */
	.loops-wrapper.list-post.event .event-cta-wrapper {
		position: static;
	}
	/* featured layout fix in module image left */
	.module-image.image-left .image-content {
		clear: left;
	}
}
@media screen and (max-width: 700px) {
	/*gallery entry content */
	.loops-wrapper.grid2.gallery .post-content .entry-content {
		display: none;
	}
	/*gallery post title */
	.loops-wrapper.grid2.gallery .post-content .post-title {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 680px) {
	/* heading */
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.7em;
	}
	.module-title,
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.2em;
	}
	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	 {
		margin-left: 0;
		/* in 680px width all columns should fit full width */
		width: 100%;
		max-width: 100%;
	}
	.loops-wrapper.list-post .post,
	.loops-wrapper.list-post .post,
	.loops-wrapper.list-post .post {
		overflow: visible;
	}
	.single-post .post-content,
	.loops-wrapper.list-post .post-content{
		padding-left: 0px;
	}
	.loops-wrapper.grid2.album .post-content {
		margin-left: 0;
	}
	/* all post title */
	.loops-wrapper.list-post .post-title,
	.loops-wrapper.grid4 .post-title,
	.loops-wrapper.grid3 .post-title,
	.loops-wrapper.grid2 .post-title,
	.loops-wrapper.grid2-thumb .post-title,
	.loops-wrapper.list-thumb-image .post-title,
	.loops-wrapper.list-large-image .post-title,
	.loops-wrapper.slider .post-title {
		font-size: 1.4em;
	}
	/* all post image */
	.loops-wrapper.list-post .post-image,
	.loops-wrapper.grid4 .post-image,
	.loops-wrapper.grid3 .post-image,
	.loops-wrapper.grid2 .post-image {
		float: none;
		position: static;
		width: auto;
		margin: 0 0 1em;
		overflow: visible;
	}
    .loops-wrapper.video .post-image,
    .loops-wrapper.album .post-image,
    .loops-wrapper.gallery .post-image{
        margin:0;
    }
	/* all post content */
	.loops-wrapper.grid2-thumb .post-content,
	.loops-wrapper.list-thumb-image .post-content {
		overflow: visible;
	}
	.loops-wrapper.slider .carousel-nav-wrap .carousel-prev,
	.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
		top: 50%;
	}
	/* post-content */
	.post-content {
		overflow: visible;
	}
	/* post-meta */
	.post-meta .post-date {
		margin-left: 10px;
		width: 94px;
		height: 94px;
	}
	.post-meta .post-date .day {
		font-size: 2em;
		padding: 10px 0 5px 0;
	}
	.post-meta .post-date .month:after {
		margin: 2px auto;
	}
	.post-meta .post-date .year {
		font-size: .85em;
	}
	/*event*/
	.loops-wrapper.tf_grid_content.slider.event .post-content{
		position:static
	}
	.loops-wrapper.slider.event .post-content {
		padding: 20px 5% 20px 17%;
		font-size: .75em;
	}
	.loops-wrapper.slider.event .post-meta {
		position: relative;
		bottom: 100px;
	}
	.loops-wrapper.slider.event .event-cta-wrapper {
		position: relative;
		float: none;
		z-index: 9999;
		display: none;
	}
	.loops-wrapper.list-thumb-image.event .event-cta-wrapper,
	.loops-wrapper.list-large-image.event .event-cta-wrapper {
		position: static;
		float: none;
	}
	.loops-wrapper.list-post.event .event-cta-wrapper {
		position: static;
		float: none;
		text-align: left;
	}
	body.single-event .list-post .post-content {
		padding-left: 0;
	}
	.loops-wrapper.slider.event .post-image + .post-content .post-title a {
		position: static;
		text-align: left;
	}
	/************************************************************************************
	MUSIC PLAYER
	*************************************************************************************/
	/* media player */
	.album-container .album-info {
		width: 100%;
		margin: 1em 0;
	}
	.album-container .album-cover,
	.album-container .album-playlist {
		width: 100%;
	}
	
	.loops-wrapper.grid4.album .post-content {
		top: 85% !important;
	}
	/*
	FULL HEIGHT SECTION STYLES
	================================================ */
	.module_row.full-height {
		height: auto;
		padding: 20% 0 !important;
	}
	/* Fixing grid2 press post-image position */
	.loops-wrapper.grid2.press .post-image {
		float: left;
	}
	/* News layout page life-style post-content padding */
	.loops-wrapper.list-thumb-image .post-content {
		padding-left: 5%;
	}
	/* Single Page Title for press, album, event, gallery and video, font size reduced */
	.single-press .post-title,
	.single-album .post-title,
	.single-event .post-title,
	.single-gallery .post-title,
	.single-video .post-title {
		font-size: 160%;
	}
	.loops-wrapper.grid3.press .post-image {
		width: 30%;
		float: left;
	}
	.loops-wrapper.grid3.press .post-content {
		clear: none;
	}
	.loops-wrapper.grid3.press .post-share {
		width: auto;
	}
	.gallery-wrapper.masonry .item .gallery-item-wrapper .gallery-caption {
		display: none;
	}
	.single-gallery article.type-gallery .post-content {
		padding-left:0;
	}
	/************************************************************************************
	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 1em 1em 0;
	}
	.commentlist .reply {
		position: static;
		display: block;
		margin-bottom: 1.2em;
	}
	#commentform input[type=text],
	#commentform input[type=email],
	#commentform input[type=url] {
		width: 100%;
	}
	#footer-player {
		height: 60px;
	}
	#footer-player.collapsed {
		bottom: -60px;
	}
	#footer-player .wp-playlist .tf_playlist_current .tf_playlist_caption{
		top: 0 !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 50%;
	}
	.floating-back-top {
		right: 15px;
		bottom: 65px;
	}
	/************************************************************************************
	EVENT SINGLE
	*************************************************************************************/
	.single-event .event-single-details {
		position: static;
		margin: 0 0 40px 0;
		max-width: inherit;
	}
	.single-event .event-map {
		height: 200px;
	}
	.single-event .event-map .shortcode.map {
		height: 100%;
	}
	.single-event .event-map .shortcode.map .map-container {
		height: 100% !important;
	}
	/************************************************************************************
	ALBUM
	*************************************************************************************/
	/* buy button */
	.buy-button {
		font-size: .9em;
	}
	/* track */
	.tracklist .track {
		font-size: 1em;
	}
	ul.record-details {
		display:none;
	}
	/* event listing */
	.loops-wrapper.list-post.event h2:first-of-type {
		font-size: 1.6em;
		padding-right: 0;
	}
	.loops-wrapper.list-post.event .post-image {
		max-width: 25%;
		float: left;
		margin: 0 1.4em 1em 0;
	}
	.loops-wrapper.list-post.event .post-meta {
		margin-right: 0;
	}
	.loops-wrapper.list-post.event .post-meta .post-date {
		width: 80px;
		height: 80px;
	}
	.loops-wrapper.list-post.event .post-meta .post-date .day {
		font-size: 1.4em;
		padding: 6px 0 0px 0;
	}
	.loops-wrapper.list-post.event .post-title {
		max-width: 100%;
	}
	.gallery-wrapper .gallery-item {
		width: 50% !important;
	}
}
@media screen and (min-width: 680px) and (max-width: 862px) {
	.loops-wrapper.grid4.video .post-content,
	.loops-wrapper.grid3.video .post-content,
	.loops-wrapper.grid2.video .post-content {
		top: 55%;
	}
}