#top-content-wrap .content-left {
	background-color: rgba(255,255,255,0.3);
}
#top-content-wrap .sidebar-right {
	background-color: rgba(255,255,255,0.6);
}
.exclude-top-sidebar.no-top-content #top-content-wrap .content-left,
.exclude-top-sidebar.has-top-content #top-content-wrap .content-left {
	margin-left: 0;
}
@media all and (max-width: 570px) {
	#top-content-wrap .content-left {
		background-color: transparent;
		position: relative;
		padding-top: 80px;
	}
	#top-content-wrap .sidebar-right {
		background-color: transparent;
		position: relative;
		padding-bottom: 80px;
	}
	#top-content-wrap .content-left::before,
	#top-content-wrap .sidebar-right::before {
		content: '';
		position: absolute;
		width: calc(100% + 40px);
		height: 100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		background-color: rgba(255,255,255,0.3);
	}
	#top-content-wrap .sidebar-right::before {
		background-color: rgba(255,255,255,0.6);
	}
	#top-content-wrap > .width-limiter {
		padding: 0;
	}
}
/* NOT PART OF PATTERN */
#sidebar-content-top {
	background-color: transparent;
}