/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
@media screen and (min-width: 1299px) {
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap, #inner .wrap {
		width: 1300px;
		text-align: center;
	}
	
	#nav .wrap, .home-bottom, .home-middle, .home-top {
		overflow: visible;
		width: 750px;
	}
	
	#text-6 {
		width: 1250px;
	}
	
	.sidebar {
		width: 440px;
		margin-top: 92px;
		margin-right: 50px;
	}
	
	#featured-post-6 .widget-wrap .post img, .category-industry-leaders a img,.category-musician-musings a img {
		max-width: 400px;
		max-height: 300px;
		width: auto;
		height: auto;
	}
	

}
	
	.content-sidebar #content, .sidebar-content #content {
		width: 55%;
	}
}

@media screen and (min-width: 1099px) and (max-width: 1298px) {
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap, #inner .wrap {
		width: 1100px;
		text-align: center;
	}
	
	#nav .wrap, .home-bottom, .home-middle, .home-top {
		overflow: visible;
		width: 750px;
	}
	
	#text-6 {
		width: 1050px;
	}
	
	.sidebar {
		width: 350px;
		margin-top: 92px;
		margin-right: 10px;
	}
	
	#featured-post-6 .widget-wrap .post img, .category-industry-leaders a img,.category-musician-musings a img {
		max-width: 450px;
		max-height: 250px;
		width: auto;
		height: auto;
	}
	
	.fb_iframe_widget {
		display: none;
	}
}

@media screen and (max-width: 1098px) and (min-width: 800px) {
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap, #inner .wrap {
		width: 800px;
		text-align: center;
	}
	
	#nav .wrap, .home-bottom, .home-middle, .home-top {
		overflow: visible;
		width: 750px;
	}
	
	#text-6 {
		width: 750px;
	}
	
	.sidebar {
		width: 100%;
		margin-top: 92px;
		margin-right: 10px;
	}
	
	.widget-wrap .post img, .category-industry-leaders a img,.category-musician-musings a img {
		max-width: 400px;
		max-height: 300px;
		width: auto;
		height: auto;
	}
	
	.fb_iframe_widget {
		display: none;
	}
	
	.content-sidebar #content, .sidebar-content #content {
		width: 95%;
	}
}

@media screen and (max-width: 800px) {
	#header {
		width: 100%;
	}
	
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap, #inner .wrap {
		width: 100%;
		text-align: center;
	}
	
	#nav .wrap, .home-bottom, .home-middle, .home-top {
		overflow: visible;
		width: 100%;
	}
	
	#text-6 {
		width: 95%;
	}
	
	.sidebar {
		width: 100%;
		margin-top: 92px;
		margin-right: 10px;
	}
	
	.widget-wrap .post img, .category-industry-leaders a img,.category-musician-musings a img {
		max-width: 400px;
		max-height: 300px;
		width: auto;
		height: auto;
	}
	
	.fb_iframe_widget {
		display: none;
	}
	
	.content-sidebar #content, .sidebar-content #content {
		width: 95%;
	}
}

	.full-width-content #content {
    width: 95%;
}

.widgettitlelink a, .widgettitlelink a:visited {
	color: black;
}

#title-area {
	width: 100%;
	text-align: center;
}

#featured-post-6 .widget-wrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
	grid-auto-rows: auto;
}

.sidebar .widget-wrap,
.content-sidebar #sidebar .widget {
	border: none;
	grid-column: span 3;
}

#archives-5 .widget-wrap {
	border: 4px solid #f5f5f5;
}

.entry-content img {
	border: none;
}

.cff-wrapper .cff-visual-header .cff-header-img
{
	display:block;
}