/home/sylamedg/sylantechelectricals.com/wp-content/themes/thrive-theme/architect/inc/menu/audio.php
<?php
/**
 * Thrive Themes - https://thrivethemes.com
 *
 * @package thrive-visual-editor
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Silence is golden
}

?>
<div id="tve-audio-component" class="tve-component" data-view="Audio">
	<div class="dropdown-header" data-prop="docked">
		<?php echo esc_html__( 'Main Options', 'thrive-cb' ); ?>
		<i></i>
	</div>
	<div class="dropdown-content">
		<div class="tve-control" data-view="ExternalFields"></div>
		<div class="tve-control" data-key="audio" data-initializer="audio"></div>
	</div>
</div>