/* WPBakery wrappers must not break the existing full-bleed sections. */
.mo-site .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.mo-site .vc_row.mo-vc-flush,
.mo-site .vc_row.mo-vc-flush > .vc_column_container,
.mo-site .vc_row.mo-vc-flush > .vc_column_container > .vc_column-inner,
.mo-site .vc_row.mo-vc-flush .wpb_wrapper {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	min-height: 0 !important;
}

.mo-site .vc_row.mo-vc-flush .wpb_content_element,
.mo-site .vc_row.mo-vc-flush .wpb_raw_html,
.mo-site .vc_row.mo-vc-flush .vc_col-sm-12 {
	margin-bottom: 0 !important;
}

.mo-site .vc_row[data-vc-full-width] {
	left: auto !important;
	overflow: visible !important;
}

.mo-site .vc_row:after,
.mo-site .vc_row:before {
	display: none !important;
}

.mo-site main > .vc_row + .vc_row {
	margin-top: 0;
}
