/************************************************************************************
MOBILE NAVIGATION
*************************************************************************************/
/* change max-width to trigger mobile menu active class */

.mobile_menu_active #pagewrap {
	padding-top:80px;
}
.mobile_menu_active #headerwrap {
	height: auto;
}
.mobile_menu_active #header {
	padding: 10px 0 5px;
}

/*
SITE LOGO & SITE DESCRIPTION
================================================ */
/* reset absolute elements to static */
.mobile_menu_active #site-logo,
.mobile_menu_active #site-description  {
	position: static;
	float: none;
	clear: both;
}

/* site logo */
.mobile_menu_active #site-logo {
	font-size: 30px;
	margin: 5px 0 5px;
	padding: 0;
}

/* site description */
.mobile_menu_active #site-description {
	margin: 0 0 5px;
}

/*
SOCIAL LINKS
================================================ */
.mobile_menu_active .social-widget {
	margin: 0 0 1em;
	position: static;
	float: none;
}
.mobile_menu_active .social-widget .widgettitle {
	display: block;
	margin: 0 0 .4em;
}
.mobile_menu_active #searchform-wrap + .social-widget {
	margin: auto;
}

/*
SEARCH FORM
================================================ */
.mobile_menu_active #headerwrap #searchform {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	float: none;
	clear: both;
	margin: 1em 0;
	padding: 0;
	width: auto;
}
.mobile_menu_active #headerwrap #searchform #s {
	width: 100%;
	float: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	color: #fff;
	background-color: rgba(255,255,255,.1);
	position: static;
	padding-right: 30px;
}
.mobile_menu_active #headerwrap #searchform #s:focus,
.mobile_menu_active #headerwrap #searchform #s:hover,
.mobile_menu_active #headerwrap #searchform .icon-search:hover + #s {
	width: 100%;
	color: #fff;
	background-color: rgba(255,255,255,.1);
}
.mobile_menu_active #headerwrap #searchform .icon-search:before {
	padding: 0;
	right: 10px;
	top: 9px;
}

/*
HEADER WIDGET
================================================ */
/* header widget */
.mobile_menu_active .header-widget {
	position: static;
	float: none;
	text-align: left;
	clear: both;
	margin: 0;
}
.mobile_menu_active .header-widget .widget {
	margin: 0 0 10px;
}

/*
MENU PANEL
================================================ */	
/* Display mobile menu */
/* main-nav-wrap */
.mobile_menu_active #main-nav-wrap {
	float: none;
}

/* menu icon */
.mobile_menu_active #menu-icon {
	position: absolute;
	display: block;
	top: 13px;
	right: 10px;
	text-decoration: none;
	line-height: normal;
}
/* Mobile Menu Styles */
.mobile_menu_active .sidemenu {
	transition: all .2s ease-in-out;
	height: 100%;
	width: 260px;
	padding: 50px 25px;
	background-color: #000;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-scroll-chaining: none;
	display: block;
	position: fixed;
	top: 0;
	z-index: 111;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.mobile_menu_active #mobile-menu {
	right: -300px;
}
.mobile_menu_active #mobile-menu.sidemenu-on {
	right: 0;
}
.mobile_menu_active.sidemenu-active {
	position: relative;
}
.mobile_menu_active.sidemenu-active,
.mobile_menu_active.sidemenu-active #headerwrap {
	left: 0;
	transition: left .2s ease-in-out;
}
/* fix footer player overlay if mobile menu visible */
.mobile_menu_active.mobile-menu-visible #footer-player {
	z-index: 99;
}
.mobile_menu_active.sidemenu-right,
.mobile_menu_active.sidemenu-right #headerwrap.fixed-header {
	left: -260px;
}
.mobile_menu_active.sidemenu-left,
.mobile_menu_active.sidemenu-left #headerwrap.fixed-header {
	left: 260px;
}
.mobile_menu_active.admin-bar .sidemenu {
	padding-top: 90px;
}
.mobile_menu_active.admin-bar #headerwrap #menu-icon-close {
	top: 50px;
}

/* slide menu close */
.mobile_menu_active #menu-icon-close {
	position: absolute;
	display: block;
	color: #7f7f7f;
	text-decoration: none;
	top: 10px;
	right: 20px;
	font-size: 2em;
}
.mobile_menu_active #menu-icon-close:after {
	font-family: 'themify_theme_icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e800"; /* ti-close */
	font-size: .8em;
	color: #fff;
}
.mobile_menu_active #menu-icon-close:hover {
	color: #fff;
}

/* main nav */
.mobile_menu_active #main-nav {
	position: static;
	padding: 0;
	margin: 15px 0;
	background: none;
	text-align: left;
	float: none;
	height: auto;
}
.mobile_menu_active #main-nav li {
	float: none;
	display: block;
	padding: 0;
}

/* sub level */
.mobile_menu_active #main-nav ul {
	position: static;
	display: block;
	margin: 0;
	border: none;
	padding: 0 0 0 1em;
	background: none;
}
.mobile_menu_active #main-nav ul li {
	border: none;
}

/* menu link */
.mobile_menu_active #headerwrap #main-nav a,
.mobile_menu_active #headerwrap #main-nav ul a {
	width: auto;
	display: block;
	border: none;
	padding: .6em 0;
	margin: 0;
	color: #ccc;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	background: none;
	text-decoration: none;
	border-bottom: solid 1px rgba(255,255,255,.1);
	clear: both;
}
.mobile_menu_active #main-nav > li:last-child a {
	border: none;
}
.mobile_menu_active #main-nav .current_page_item ul a,
.mobile_menu_active #main-nav ul .current_page_item a,
.mobile_menu_active #main-nav .current-menu-item ul a,
.mobile_menu_active #main-nav ul .current-menu-item a {
	color: #ccc;
	background: none;
}

/* sub level menu link */
.mobile_menu_active #main-nav ul a {
	font-weight: normal;
}

/* menu hover */
.mobile_menu_active #headerwrap #main-nav a:hover,
.mobile_menu_active #headerwrap #main-nav ul a:hover {
	color: #fff;
}

/* sub-menu icon */
.mobile_menu_active #main-nav .menu-item-has-children > a:after,
.mobile_menu_active #main-nav ul .menu-item-has-children > a:after {
	display: none;
}

/* current link */
.mobile_menu_active #main-nav .current_page_item > a,
.mobile_menu_active #main-nav .current-menu-item > a {
	color: #fff;
}
.mobile_menu_active #main-nav .current_page_item a, 
.mobile_menu_active #main-nav .current-menu-item a {
	border: none;
	border-bottom: solid 1px rgba(255,255,255,.1);
}
.mobile_menu_active #main-nav .current_page_item a:hover, 
.mobile_menu_active #main-nav .current-menu-item a:hover {
	background: none;
}

/* fixed header */
.mobile_menu_active #headerwrap.fixed-header #header {
	text-align: inherit; /* make left text align on sticky header */
}
.mobile_menu_active #headerwrap.fixed-header .header-bar,
.mobile_menu_active #headerwrap.fixed-header .social-widget,
.mobile_menu_active #headerwrap.fixed-header #searchform-wrap {
	display: block;
}

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

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

	.pagewidth,
	.full_width .themify_builder_row .row_inner {
		max-width: 96%;
	}

	/*
	MUSIC PLAYER
	================================================ */
	.buttons-console-wrap {
		display: inline-block;
		font-size: 1.5em;
		margin: 20px 0 0;
		width: 14%;
		margin-left: 2%;
	}

	/************************************************************************************
	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%;
	}
}

/* change max-width to trigger mobile menu (#headerwrap added to override Themify Styling output css) */
@media screen and (max-width: 1200px) {

	/*
	slider post
	================================================ */
	.loops-wrapper.slider .carousel-nav-wrap .carousel-prev,
	.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
		position: absolute;
		top: 50%;
	}
	/* slider post-content */
	.loops-wrapper.slider .post-content {
		padding-left: 28%;
		width: auto;
	}
	.loops-wrapper.slider .post-meta {
		left: 2%;
	}

	/* POST */
	.loops-wrapper.grid3 .post-meta .post-date {
		margin-left: 8px;
		width: 76px;
		height: 76px;
	}
	.loops-wrapper.grid3 .post-meta .post-date .day {
		font-size: 1.5em;
		padding: 8px 0 0 0;
	}
	.loops-wrapper.grid3 .post-meta .post-date .month {
		line-height: 1.5em;
	}
	.loops-wrapper.grid3 .post-meta .post-date .month:after {
		margin: 0 auto;
		margin-bottom: 1px;
	}
	.loops-wrapper.grid3 .post-meta .post-date .year {
		font-size: .85em;
		line-height: 1.5em;
	}
	.loops-wrapper.grid2 .post-meta .post-date {
		margin-left: 10px;
		width: 94px;
		height: 94px;
	}
	.loops-wrapper.grid2 .post-meta .post-date .day {
		font-size: 2em;
		padding: 10px 0 5px 0;
	}
	.loops-wrapper.grid2 .post-meta .post-date .month:after {
		margin: 2px auto;
	}
	.loops-wrapper.grid2 .post-meta .post-date .year {
		font-size: .85em;
	}
	.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
	================================================ */
	#footer-player .tracklist {
		width: 45%;
	}
	.buttons-console-wrap {
		width: 12%;
		margin-left: 2%;
	}

	/* Album Carousel */
	.sidebar-none.full_width .col-full .module-text .loops-wrapper.album.slider .slideshow-wrap .caroufredsel_wrapper .slideshow .album-post > .post-content {
		top: 56%;
	}
	.sidebar-none.full_width .col-full .module-text .loops-wrapper.album.slider .slideshow-wrap .caroufredsel_wrapper .slideshow .album-post .post-content .record-details {
		display:none;
	}
	.sidebar-none.full_width .col-full .module-text .loops-wrapper.album.slider .slideshow-wrap .caroufredsel_wrapper .slideshow .album-post .post-content  .post-title {
		font-size: 1.1em;
	}
	.sidebar-none.full_width .col-full .module-text .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) {


	/************************************************************************************
	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;
	}

	/************************************************************************************
	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) {

	/************************************************************************************
	POST LAYOUTS
	*************************************************************************************/
	.loops-wrapper.grid4 .post {
		width: 48.4%; /* change grid4 to 2 columns */
	}
	.loops-wrapper.grid4 .post:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* gallery post */
	.loops-wrapper.grid4.gallery .post {
		width: 50%; /* change grid4 to 2 columns */
	}
	.loops-wrapper.grid4.gallery .post:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	.gallery-wrapper.masonry .item .gallery-caption .post-title {
		font-size: 0.9em;
	}
}

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

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth {
		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
	*************************************************************************************/
	#footer-player .tracklist {
		width: 35%;
		margin-top: 0;
		margin-right: 10px;
		font-size: .850em;
	}
	#footer-player .volume {
		margin-right: 10px;
	}
	#footer-player .post-image {
		margin-right: 10px;
	}

	 /* media player */
	.album-container .album-cover {
		width: 50%;
	}

	.album-container .album-info {
		width: 46%;
	}

	.album-container .album-playlist {
		width: 100%;
	}

	/* Album Carousel */
	.module-text .loops-wrapper.album.slider .slideshow-wrap .caroufredsel_wrapper .slideshow .album-post .post-content .record-details {
		display: none;
	}

	.sidebar-none.full_width .col-full .module-text .loops-wrapper.album.slider .slideshow-wrap .caroufredsel_wrapper .slideshow .album-post > .post-content {
		top: 100%;
	}

	.module-text .loops-wrapper.album.slider .slideshow-wrap .caroufredsel_wrapper .slideshow .album-post .post-content .post-title {
		margin-top: 20px;
	}

	/* 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: 2.3em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.4em;
	}
	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%;
	}

	/************************************************************************************
	HEADER
	*************************************************************************************/
	/* prevent logo img extend the fixed header on mobile */
	.has-fixed-header #headerwrap #site-logo img {
		width: auto;
		max-height: 40px;
	}

	/************************************************************************************
	POST LAYOUTS
	*************************************************************************************/
	/* all post */
	.shortcode.loops-wrapper.list-post .post,
	.shortcode.loops-wrapper.grid4 .post,
	.shortcode.loops-wrapper.grid3 .post,
	.shortcode.loops-wrapper.grid2 .post,
	.shortcode.grid2-thumb .post,
	.shortcode.list-thumb-image .post,
	.shortcode.list-large-image .post,
	.loops-wrapper.list-post .post,
	.loops-wrapper.grid4 .post,
	.loops-wrapper.grid3 .post,
	.loops-wrapper.grid2 .post,
	.loops-wrapper.grid2-thumb .post,
	.loops-wrapper.list-thumb-image .post,
	.loops-wrapper.list-large-image .post {
		width: auto;
		margin-left: 0;
		float: none;
	}

	/*content wrap video article floating */
	.grid2 #content .loops-wrapper.grid4.video .post,
	.grid3 #content .loops-wrapper.grid3.video .post,
	.grid4 #content .loops-wrapper.grid2.video .post {
		float: left;
	}
	.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,
	.loops-wrapper.grid2 .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;
	}

	/* all post content */
	.loops-wrapper.grid2-thumb .post-content,
	.loops-wrapper.list-thumb-image .post-content {
		overflow: visible;
	}

	/* slider post */
	.loops-wrapper.slider .post-content {
		position: static;
		background-color: #000;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 30%;
		width: auto;
	}
	.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.slider.event .post-content {
		position: absolute;
		width: 78%;
		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
	*************************************************************************************/
	#footer-player .tracklist {
		width: 62%;
	}
	#footer-player .buttons-wrap {
		 margin-right: 0;
	}
	#footer-player .post-image {
		display: none;
		visibility: hidden;
	}
	#footer-player .volume {
		display: none;
		visibility: hidden;
	}

	#footer-player .footer-player-inner .tracklist .wp-playlist .mejs-controls .themify-player-volume {
		display:none;
	}
	#footer-player .footer-player-inner .tracklist .wp-playlist .mejs-controls .mejs-time-rail {
		margin-left: 80px;
	}

	#footer-player .footer-player-inner .tracklist .wp-playlist .wp-playlist-current-item {
		left:90px !important;
	}
	#footer-player .footer-player-inner .tracklist .wp-playlist .wp-playlist-current-item img {
		display: none;
	}

	/* media player */
	.album-container .album-cover {
		width: 100%;
	}
	.album-container .album-info {
		width: 100%;
		margin: 1em 0;
	}
	.album-container .album-playlist {
		width: 100%;
	}
	
	.loops-wrapper.grid4.album .post-content {
		top: 85% !important;
	}

	/*
	FULL HEIGHT SECTION STYLES
	================================================ */
	.themify_builder_row.full-height {
		height: auto;
		padding: 20% 0 !important;
	}

	/* Video post list overlap fix */
	.sidebar-none.full_width .col-full .module-text .loops-wrapper.video .video-post {
		float: left;
	}

	/* 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%;
	}

	/* Gallery Grid2 full width at 680px */
	.loops-wrapper.grid2.gallery .post,
	.loops-wrapper.grid3.gallery .post,
	.loops-wrapper.grid4.gallery .post {
		margin: 0;
		width: 100%;
	  }

	 /* 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;
	}
	.themify_builder_row.full-height.section-press {
		padding: 4% 3% !important;
		margin: 0;
	}

	.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;
	}
	/*slider post*/
	.loops-wrapper.slider .post-content {
		position: static;
		background-color: #000;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 40%;
		width: auto;
	}

	/************************************************************************************
	MUSIC PLAYER
	*************************************************************************************/
	#footer-player .tracklist {
		width: 50%;
	}
	#footer-player .volume {
		display: none;
		visibility: hidden;
	}
	.buttons-console-wrap {
		width: 18%;
		margin-left: 2%;
	}

	/************************************************************************************
	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;
	}
	.collapsed .footer-player-inner .buttons-console-wrap {
		top: -56px;
	}
	.collapsed .footer-player-inner .button-switch-player {
		padding: 6px;
	}
	#footer-player .footer-player-inner .tracklist .wp-playlist .wp-playlist-prev,
	#footer-player .footer-player-inner .tracklist .wp-playlist .wp-playlist-next {
		top: 0px !important;
	}
	#footer-player .footer-player-inner .tracklist .wp-playlist .wp-playlist-current-item {
		top: 0 !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 50%;
	}
	#footer-player .footer-player-inner .tracklist .wp-playlist .mejs-playpause-button {
		top: -7px;
		position: relative;
		left: -8px;
		width: 25px;
	}
	.floating-back-top {
		right: 25px;
		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 */
	.sidebar-none.full_width .col-full .module-text .loops-wrapper.list-post.event h2:first-of-type {
		font-size: 1.6em;
		padding-right: 0;
	}

	.sidebar-none.full_width .col-full .module-text .loops-wrapper.list-post.event .post-image {
		max-width: 25%;
		float: left;
		margin: 0 1.4em 1em 0;
	}

	.sidebar-none.full_width .col-full .module-text .loops-wrapper.list-post.event .post-meta {
		margin-right: 0;
	}

	.sidebar-none.full_width .col-full .module-text .loops-wrapper.list-post.event .post-meta .post-date {
		width: 80px;
		height: 80px;
	}

	.sidebar-none.full_width .col-full .module-text .loops-wrapper.list-post.event .post-meta .post-date .day {
		font-size: 1.4em;
		padding: 6px 0 0px 0;
	}

	.sidebar-none.full_width .col-full .module-text .loops-wrapper.list-post.event .event-info {
		clear: left;
	}

	.sidebar-none.full_width .col-full .module-text .loops-wrapper.list-post.event .post-title {
		max-width: 100%;
	}

	/* grid4 of .shortcode and .module to 100% width */
	.shortcode.loops-wrapper.grid4 .post,
	.module.loops-wrapper.grid4 .post {
		width: 100%;
	}

	.gallery-wrapper .gallery-item {
		width: 50% !important;
	}

}

/* Responsive Gallery items */
@media screen and (max-width: 1024px) {
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-6 .gallery-item:nth-of-type(6n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-8 .gallery-item:nth-of-type(8n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 1.5%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-6 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-7 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-8 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-9 .gallery-item:nth-of-type(4n+1) {
		clear: left;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(4n),
	.gallery-columns-6 .gallery-item:nth-of-type(4n),
	.gallery-columns-7 .gallery-item:nth-of-type(4n),
	.gallery-columns-8 .gallery-item:nth-of-type(4n),
	.gallery-columns-9 .gallery-item:nth-of-type(4n) {
		margin-right: 0;
	}
	.gallery-columns-5 .gallery-item + br,
	.gallery-columns-6 .gallery-item + br,
	.gallery-columns-7 .gallery-item + br,
	.gallery-columns-8 .gallery-item + br,
	.gallery-columns-9 .gallery-item + br {
		display: none;
	}
	
	/* clear none gallery item different sizes */
	.gallery-columns-5 .gallery-item:nth-of-type(5n + 1),
	.gallery-columns-6 .gallery-item:nth-of-type(6n + 1),
	.gallery-columns-7 .gallery-item:nth-of-type(7n + 1),
	.gallery-columns-8 .gallery-item:nth-of-type(8n + 1),
	.gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
		clear: none;
	}

	/* gallery column 5,6,7,8 and 9 */
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 23.8%;
	}
}
@media screen and (max-width: 680px) {
	.gallery-columns-3 .gallery-item + br {
		display: none;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n) {
		margin-right: 1.5%;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 49.2%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(2n),
	.gallery-columns-4 .gallery-item:nth-of-type(2n),
	.gallery-columns-5 .gallery-item:nth-of-type(2n),
	.gallery-columns-6 .gallery-item:nth-of-type(2n),
	.gallery-columns-7 .gallery-item:nth-of-type(2n),
	.gallery-columns-8 .gallery-item:nth-of-type(2n),
	.gallery-columns-9 .gallery-item:nth-of-type(2n) {
		margin-right: 0;
	}
	
	/* clear none gallery item different sizes */
	.gallery-columns-4 .gallery-item:nth-of-type(4n + 1),
	.gallery-columns-3 .gallery-item:nth-of-type(3n + 1),
	.gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
		clear: none;
	}
}