/* No sidebar old */
.showtimes_holder2, .content_wrapper_reviews2, .entry-header, .entry-meta, .movieguide_banner_ad, .block-da-cb_banner_code {
	display: none;
}
.content_wrapper .content_wrapper_reviews {
	float: none;
	width: 100%;
	min-height: 0;
}
.content_wrapper_reviews .review_rounded_corner {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.page.hentry {
	margin: 0;
}
.content_wrapper .entry-content {
	padding: 0;
}
/* No sidebar new */
.sidebar-wrap, .cb-cat-header, .cb-sidebar, .cb-sticky-sidebar {
	display: none;
}
#cb-content #main, #cb-content .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
/* Theme update */
.title-beneath .hero-meta {
	display: none !important;
}
#cb-content .side-spacing {
	padding: 0 !important;
}
.tipi-cols {
	margin: auto !important;
	width: auto !important;
}

/* Full width old */
body .content_wrapper {
	width: 100%;
}
/* Full width new */
header .cb-block, #cb-nav-bar, .cb-breadcrumbs, #mg_background_takeover {
	display: none;
}
#cb-container, #cb-container .header, #cb-content, #cb-footer, #cb-main-menu, #cb-top-menu > .wrap {
	width: 100% !important;
}
header ul {
	display: none !important;
}
@media all and (min-width: 1020px) {
	.movieguide_takeover .wrap {
		width: 100% !important;
	}
}
@media all and (min-width: 1020px) and (max-width: 1199px) {
	.wrap,
	#cb-outer-container {
		width: 100% !important;
	}
}
#cb-outer-container {
	display: block !important;
}
/* Theme update */
.wrap {
	max-width: none !important;
}

/* No Header old theme */
header#mobhead,
.movie_general_top_header {
	display: none;
}
/* No Header new theme */
#cb-container header {
	display: none;
}