';
$qodef_row_wrapper_end .= '
';
}
$qodef_after_wrapper_open = apply_filters( 'brunn_select_filter_vc_after_wrapper_open', '', $atts );
$qodef_before_wrapper_close = apply_filters( 'brunn_select_filter_vc_before_wrapper_close', '', $atts );
$css_classes = apply_filters( 'brunn_select_filter_vc_css_classes', $css_classes, $atts );
/***** Our code modification - end *****/
$css_class = preg_replace( '/\s+/', ' ', apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, implode( ' ', array_filter( array_unique( $css_classes ) ) ), $this->settings['base'], $atts ) );
$wrapper_attributes[] = 'class="' . esc_attr( trim( $css_class ) ) . '"';
$output .= $qodef_row_wrapper_start;
$output .= '';
$output .= $qodef_after_wrapper_open;
$output .= wpb_js_remove_wpautop( $content );
$output .= $qodef_before_wrapper_close;
$output .= '
';
$output .= $qodef_row_wrapper_end;
$output .= $after_output;
print brunn_select_get_module_part( $output );