CREATE DATABASE IF NOT EXISTS `wp_mcreunion`;

USE `wp_mcreunion`;

DROP TABLE IF EXISTS `wp_commentmeta`;

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;




DROP TABLE IF EXISTS `wp_comments`;

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_comments` VALUES("1","1","A WordPress Commenter","wapuu@wordpress.example","https://wordpress.org/","","2019-09-11 22:09:50","2019-09-11 22:09:50","Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.","0","1","","comment","0","0");



DROP TABLE IF EXISTS `wp_links`;

CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;




DROP TABLE IF EXISTS `wp_options`;

CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=26961 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_options` VALUES("1","siteurl","https://www.mc-reunion.com","yes");
INSERT INTO `wp_options` VALUES("2","home","https://www.mc-reunion.com","yes");
INSERT INTO `wp_options` VALUES("3","blogname","MC Reunion","yes");
INSERT INTO `wp_options` VALUES("4","blogdescription","We&#039;re younger than that now!","yes");
INSERT INTO `wp_options` VALUES("5","users_can_register","0","yes");
INSERT INTO `wp_options` VALUES("6","admin_email","rob@robhopping.com","yes");
INSERT INTO `wp_options` VALUES("7","start_of_week","1","yes");
INSERT INTO `wp_options` VALUES("8","use_balanceTags","0","yes");
INSERT INTO `wp_options` VALUES("9","use_smilies","1","yes");
INSERT INTO `wp_options` VALUES("10","require_name_email","1","yes");
INSERT INTO `wp_options` VALUES("11","comments_notify","1","yes");
INSERT INTO `wp_options` VALUES("12","posts_per_rss","10","yes");
INSERT INTO `wp_options` VALUES("13","rss_use_excerpt","0","yes");
INSERT INTO `wp_options` VALUES("14","mailserver_url","mail.example.com","yes");
INSERT INTO `wp_options` VALUES("15","mailserver_login","login@example.com","yes");
INSERT INTO `wp_options` VALUES("16","mailserver_pass","password","yes");
INSERT INTO `wp_options` VALUES("17","mailserver_port","110","yes");
INSERT INTO `wp_options` VALUES("18","default_category","1","yes");
INSERT INTO `wp_options` VALUES("19","default_comment_status","open","yes");
INSERT INTO `wp_options` VALUES("20","default_ping_status","open","yes");
INSERT INTO `wp_options` VALUES("21","default_pingback_flag","1","yes");
INSERT INTO `wp_options` VALUES("22","posts_per_page","10","yes");
INSERT INTO `wp_options` VALUES("23","date_format","F j, Y","yes");
INSERT INTO `wp_options` VALUES("24","time_format","g:i a","yes");
INSERT INTO `wp_options` VALUES("25","links_updated_date_format","F j, Y g:i a","yes");
INSERT INTO `wp_options` VALUES("26","comment_moderation","0","yes");
INSERT INTO `wp_options` VALUES("27","moderation_notify","1","yes");
INSERT INTO `wp_options` VALUES("28","permalink_structure","/%year%/%monthnum%/%day%/%postname%/","yes");
INSERT INTO `wp_options` VALUES("29","rewrite_rules","a:146:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:35:\"^podcast-download/([^/]*)/([^/]*)/?\";s:37:\"index.php?podcast_episode=$matches[1]\";s:33:\"^podcast-player/([^/]*)/([^/]*)/?\";s:56:\"index.php?podcast_episode=$matches[1]&podcast_ref=player\";s:23:\"^feed/podcast/([^/]*)/?\";s:49:\"index.php?feed=podcast&podcast_series=$matches[1]\";s:10:\"podcast/?$\";s:27:\"index.php?post_type=podcast\";s:48:\"podcast/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:44:\"index.php?post_type=podcast&feed=$matches[1]\";s:43:\"podcast/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:44:\"index.php?post_type=podcast&feed=$matches[1]\";s:27:\"podcast/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=podcast&paged=$matches[1]\";s:55:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"category/(.+?)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:47:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:53:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:48:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:39:\"ai_playlist/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ai_playlist/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"ai_playlist/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"ai_playlist/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ai_playlist/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ai_playlist/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ai_playlist/([^/]+)/embed/?$\";s:44:\"index.php?ai_playlist=$matches[1]&embed=true\";s:32:\"ai_playlist/([^/]+)/trackback/?$\";s:38:\"index.php?ai_playlist=$matches[1]&tb=1\";s:40:\"ai_playlist/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ai_playlist=$matches[1]&paged=$matches[2]\";s:47:\"ai_playlist/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ai_playlist=$matches[1]&cpage=$matches[2]\";s:36:\"ai_playlist/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ai_playlist=$matches[1]&page=$matches[2]\";s:28:\"ai_playlist/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ai_playlist/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"ai_playlist/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ai_playlist/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ai_playlist/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ai_playlist/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"podcast/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"podcast/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"podcast/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"podcast/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"podcast/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"podcast/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"podcast/([^/]+)/embed/?$\";s:40:\"index.php?podcast=$matches[1]&embed=true\";s:28:\"podcast/([^/]+)/trackback/?$\";s:34:\"index.php?podcast=$matches[1]&tb=1\";s:56:\"podcast/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:46:\"index.php?podcast=$matches[1]&feed=$matches[2]\";s:51:\"podcast/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:46:\"index.php?podcast=$matches[1]&feed=$matches[2]\";s:36:\"podcast/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?podcast=$matches[1]&paged=$matches[2]\";s:43:\"podcast/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?podcast=$matches[1]&cpage=$matches[2]\";s:32:\"podcast/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?podcast=$matches[1]&page=$matches[2]\";s:24:\"podcast/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"podcast/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"podcast/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"podcast/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"podcast/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"podcast/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"series/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:45:\"index.php?series=$matches[1]&feed=$matches[2]\";s:50:\"series/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:45:\"index.php?series=$matches[1]&feed=$matches[2]\";s:23:\"series/([^/]+)/embed/?$\";s:39:\"index.php?series=$matches[1]&embed=true\";s:35:\"series/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?series=$matches[1]&paged=$matches[2]\";s:17:\"series/([^/]+)/?$\";s:28:\"index.php?series=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:40:\"feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:35:\"(feed|rdf|rss|rss2|atom|podcast)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=171&cpage=$matches[1]\";s:49:\"comments/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"comments/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:52:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:47:\"search/(.+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:55:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:50:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:64:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:59:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:51:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:46:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:96:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:91:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:85:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:80:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:48:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:43:\"(.?.+?)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:33:\"^audioigniter/playlist/([0-9]+)/?\";s:46:\"index.php?audioigniter_playlist_id=$matches[1]\";}","yes");
INSERT INTO `wp_options` VALUES("30","hack_file","0","yes");
INSERT INTO `wp_options` VALUES("31","blog_charset","UTF-8","yes");
INSERT INTO `wp_options` VALUES("32","moderation_keys","","no");
INSERT INTO `wp_options` VALUES("33","active_plugins","a:5:{i:0;s:29:\"audioigniter/audioigniter.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:3;s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";i:4;s:31:\"wp-statistics/wp-statistics.php\";}","yes");
INSERT INTO `wp_options` VALUES("34","category_base","","yes");
INSERT INTO `wp_options` VALUES("35","ping_sites","http://rpc.pingomatic.com/","yes");
INSERT INTO `wp_options` VALUES("36","comment_max_links","2","yes");
INSERT INTO `wp_options` VALUES("37","gmt_offset","0","yes");
INSERT INTO `wp_options` VALUES("38","default_email_category","1","yes");
INSERT INTO `wp_options` VALUES("39","recently_edited","a:2:{i:0;s:93:\"/hermes/bosnaweb17a/b2215/ipg.robhoppingcom/mc-reunion/wp-content/plugins/akismet/akismet.php\";i:1;s:0:\"\";}","no");
INSERT INTO `wp_options` VALUES("40","template","twentynineteen","yes");
INSERT INTO `wp_options` VALUES("41","stylesheet","twentynineteen","yes");
INSERT INTO `wp_options` VALUES("44","comment_registration","0","yes");
INSERT INTO `wp_options` VALUES("45","html_type","text/html","yes");
INSERT INTO `wp_options` VALUES("46","use_trackback","0","yes");
INSERT INTO `wp_options` VALUES("47","default_role","subscriber","yes");
INSERT INTO `wp_options` VALUES("48","db_version","48748","yes");
INSERT INTO `wp_options` VALUES("49","uploads_use_yearmonth_folders","1","yes");
INSERT INTO `wp_options` VALUES("50","upload_path","","yes");
INSERT INTO `wp_options` VALUES("51","blog_public","1","yes");
INSERT INTO `wp_options` VALUES("52","default_link_category","2","yes");
INSERT INTO `wp_options` VALUES("53","show_on_front","page","yes");
INSERT INTO `wp_options` VALUES("54","tag_base","","yes");
INSERT INTO `wp_options` VALUES("55","show_avatars","1","yes");
INSERT INTO `wp_options` VALUES("56","avatar_rating","G","yes");
INSERT INTO `wp_options` VALUES("57","upload_url_path","","yes");
INSERT INTO `wp_options` VALUES("58","thumbnail_size_w","150","yes");
INSERT INTO `wp_options` VALUES("59","thumbnail_size_h","150","yes");
INSERT INTO `wp_options` VALUES("60","thumbnail_crop","1","yes");
INSERT INTO `wp_options` VALUES("61","medium_size_w","300","yes");
INSERT INTO `wp_options` VALUES("62","medium_size_h","300","yes");
INSERT INTO `wp_options` VALUES("63","avatar_default","mystery","yes");
INSERT INTO `wp_options` VALUES("64","large_size_w","1024","yes");
INSERT INTO `wp_options` VALUES("65","large_size_h","1024","yes");
INSERT INTO `wp_options` VALUES("66","image_default_link_type","none","yes");
INSERT INTO `wp_options` VALUES("67","image_default_size","","yes");
INSERT INTO `wp_options` VALUES("68","image_default_align","","yes");
INSERT INTO `wp_options` VALUES("69","close_comments_for_old_posts","0","yes");
INSERT INTO `wp_options` VALUES("70","close_comments_days_old","14","yes");
INSERT INTO `wp_options` VALUES("71","thread_comments","1","yes");
INSERT INTO `wp_options` VALUES("72","thread_comments_depth","5","yes");
INSERT INTO `wp_options` VALUES("73","page_comments","0","yes");
INSERT INTO `wp_options` VALUES("74","comments_per_page","50","yes");
INSERT INTO `wp_options` VALUES("75","default_comments_page","newest","yes");
INSERT INTO `wp_options` VALUES("76","comment_order","asc","yes");
INSERT INTO `wp_options` VALUES("77","sticky_posts","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("78","widget_categories","a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("79","widget_text","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("80","widget_rss","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("81","uninstall_plugins","a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}","no");
INSERT INTO `wp_options` VALUES("82","timezone_string","","yes");
INSERT INTO `wp_options` VALUES("83","page_for_posts","0","yes");
INSERT INTO `wp_options` VALUES("84","page_on_front","171","yes");
INSERT INTO `wp_options` VALUES("85","default_post_format","0","yes");
INSERT INTO `wp_options` VALUES("86","link_manager_enabled","0","yes");
INSERT INTO `wp_options` VALUES("87","finished_splitting_shared_terms","1","yes");
INSERT INTO `wp_options` VALUES("88","site_icon","10","yes");
INSERT INTO `wp_options` VALUES("89","medium_large_size_w","768","yes");
INSERT INTO `wp_options` VALUES("90","medium_large_size_h","0","yes");
INSERT INTO `wp_options` VALUES("91","wp_page_for_privacy_policy","3","yes");
INSERT INTO `wp_options` VALUES("92","show_comments_cookies_opt_in","1","yes");
INSERT INTO `wp_options` VALUES("93","initial_db_version","44719","yes");
INSERT INTO `wp_options` VALUES("94","wp_user_roles","a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:14:\"manage_podcast\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:14:\"manage_podcast\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}","yes");
INSERT INTO `wp_options` VALUES("95","fresh_site","0","yes");
INSERT INTO `wp_options` VALUES("96","widget_search","a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("97","widget_recent-posts","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("98","widget_recent-comments","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("99","widget_archives","a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("100","widget_meta","a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("101","sidebars_widgets","a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}","yes");
INSERT INTO `wp_options` VALUES("102","cron","a:8:{i:1620499981;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1620511790;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1620511791;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1620511858;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1620512603;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1620516098;a:1:{s:28:\"wp_statistics_add_visit_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1620676268;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}","yes");
INSERT INTO `wp_options` VALUES("103","widget_pages","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("104","widget_calendar","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("105","widget_media_audio","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("106","widget_media_image","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("107","widget_media_gallery","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("108","widget_media_video","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("109","widget_tag_cloud","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("110","widget_nav_menu","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("111","widget_custom_html","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("113","recovery_keys","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("117","theme_mods_twentynineteen","a:1:{s:18:\"custom_css_post_id\";i:-1;}","yes");
INSERT INTO `wp_options` VALUES("141","WPLANG","","yes");
INSERT INTO `wp_options` VALUES("142","new_admin_email","rob@robhopping.com","yes");
INSERT INTO `wp_options` VALUES("153","recently_activated","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("154","elementor_version","3.1.4","yes");
INSERT INTO `wp_options` VALUES("156","_elementor_installed_time","1568240617","yes");
INSERT INTO `wp_options` VALUES("157","elementor_remote_info_library","a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:741:{i:0;a:14:{s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:6;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";i:10107;s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";i:1547851373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:197;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"header\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:12;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:11;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:129;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:14;s:11:\"trend_index\";i:13;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:195;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:64;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:14:{s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:278;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:157;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:425;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:11;a:14:{s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:75;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";i:10158;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";i:1547852227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:238;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:13;a:14:{s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:175;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:14;a:14:{s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:198;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:685;s:11:\"trend_index\";i:192;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:16;a:14:{s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:28;s:11:\"trend_index\";i:25;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:632;s:11:\"trend_index\";i:83;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:18;a:14:{s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:265;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";i:10190;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";i:1547885703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:137;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:20;a:14:{s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:88;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:145;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:306;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:368;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:255;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:25;a:14:{s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:157;s:11:\"trend_index\";i:115;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:337;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:27;a:14:{s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:195;s:11:\"trend_index\";i:167;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:140;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:315;s:11:\"trend_index\";i:315;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";i:10256;s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";i:1547888909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:465;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:51;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";i:10267;s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";i:1547889047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:305;s:11:\"trend_index\";i:216;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:344;s:11:\"trend_index\";i:514;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:308;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:16;s:11:\"trend_index\";i:14;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:63;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";i:10307;s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";i:1547893266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:578;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:251;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";i:10318;s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";i:1547893367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:398;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:40;a:14:{s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:288;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:111;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";i:10339;s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";i:1547893603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:600;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:43;a:14:{s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:317;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";i:10352;s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";i:1547915335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:440;s:11:\"trend_index\";i:445;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:47;a:14:{s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:615;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:466;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";i:10372;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";i:1547915554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:661;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:51;a:14:{s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:504;s:11:\"trend_index\";i:421;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";i:10382;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";i:1547916616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:220;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:55;a:14:{s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:60;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:103;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:59;a:14:{s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:281;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:61;a:14:{s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:174;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:135;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:14:{s:2:\"id\";i:10434;s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";i:1547961950;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:327;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:64;a:14:{s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:99;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";i:10444;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";i:1547962029;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:484;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:49;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:86;s:11:\"trend_index\";i:85;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";i:10467;s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";i:1547962277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:694;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:69;a:14:{s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:71;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:205;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:14:{s:2:\"id\";i:10487;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";i:1547964527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:503;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:72;a:14:{s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:257;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:14:{s:2:\"id\";i:10498;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";i:1547964616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:304;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:74;a:14:{s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:160;s:11:\"trend_index\";i:242;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:14:{s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:269;s:11:\"trend_index\";i:350;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";i:10519;s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";i:1547964801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:549;s:11:\"trend_index\";i:456;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:292;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:209;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:443;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:439;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:45;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";i:10569;s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";i:1547967812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:556;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:83;a:14:{s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:121;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:14:{s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:277;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";i:10590;s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";i:1547967978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:470;s:11:\"trend_index\";i:411;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:86;a:14:{s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:233;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";i:10600;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";i:1547968080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:530;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:430;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:419;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:14:{s:2:\"id\";i:10622;s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";i:1547969678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:459;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:91;a:14:{s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:549;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";i:10633;s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";i:1547969858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:620;s:11:\"trend_index\";i:573;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:486;s:11:\"trend_index\";i:586;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";i:10644;s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";i:1547970814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:456;s:11:\"trend_index\";i:436;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:95;a:14:{s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:130;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";i:10654;s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";i:1547970917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:638;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:97;a:14:{s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:170;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";i:10664;s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";i:1547973928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:517;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:67;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";i:10675;s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";i:1547974110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:510;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:82;s:11:\"trend_index\";i:156;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:399;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";i:9719;s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";i:1547976107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:194;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:104;a:14:{s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:26;s:11:\"trend_index\";i:24;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:87;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:591;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";i:10137;s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";i:1547976342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:534;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:108;a:14:{s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:53;s:11:\"trend_index\";i:90;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";i:10244;s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";i:1547976402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:624;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:110;a:14:{s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:89;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:155;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";i:10127;s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";i:1547984061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:666;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:113;a:14:{s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:254;s:11:\"trend_index\";i:309;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:381;s:11:\"trend_index\";i:423;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:409;s:11:\"trend_index\";i:492;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:580;s:11:\"trend_index\";i:610;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:343;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";i:10776;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";i:1548047055;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:660;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:119;a:14:{s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:329;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";i:10785;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";i:1548047593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:455;s:11:\"trend_index\";i:524;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:121;a:14:{s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:427;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:537;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:69;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:14:{s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:138;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:232;s:11:\"trend_index\";i:291;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:218;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:70;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:133;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:313;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:130;a:14:{s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:416;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:401;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:132;a:14:{s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:594;s:11:\"trend_index\";i:664;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:648;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:134;a:14:{s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:239;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:509;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:36;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:164;s:11:\"trend_index\";i:207;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:389;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";i:10794;s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";i:1548067619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:296;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:140;a:14:{s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:346;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:334;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:271;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";i:10871;s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";i:1548074396;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:681;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:144;a:14:{s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:490;s:11:\"trend_index\";i:448;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";i:10936;s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";i:1548874587;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:511;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:146;a:14:{s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:191;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:142;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:433;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";i:10964;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";i:1550039106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:486;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:150;a:14:{s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:22;s:11:\"trend_index\";i:18;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";i:10992;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";i:1550072007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:698;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:152;a:14:{s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:223;s:11:\"trend_index\";i:236;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";i:11005;s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";i:1550073303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:609;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:154;a:14:{s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:149;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:454;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:546;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:212;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:249;s:11:\"trend_index\";i:268;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:146;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:160;a:14:{s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:80;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:158;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:42;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:48;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:128;s:11:\"trend_index\";i:179;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:237;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:251;s:11:\"trend_index\";i:234;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:17;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:9;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:159;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:170;a:14:{s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:256;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:246;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:81;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:163;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:182;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:418;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:176;a:14:{s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:86;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:374;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:564;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:676;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:180;a:14:{s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:402;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:124;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:326;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:296;s:11:\"trend_index\";i:164;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:473;s:11:\"trend_index\";i:567;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:428;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:662;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:410;s:11:\"trend_index\";i:471;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:338;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:629;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:190;a:14:{s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:120;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:186;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:35;s:11:\"trend_index\";i:33;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:29;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:94;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:628;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:196;a:14:{s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:136;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:613;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:65;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:604;s:11:\"trend_index\";i:619;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:109;s:11:\"trend_index\";i:113;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:703;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:202;a:14:{s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:193;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:203;a:14:{s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:404;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:235;s:11:\"trend_index\";i:190;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:222;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:35;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:176;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:126;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:144;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:181;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:360;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:235;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:154;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:583;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:174;s:11:\"trend_index\";i:141;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:213;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:110;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:226;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:489;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:188;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:128;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:364;s:11:\"trend_index\";i:272;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:223;a:14:{s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:107;s:11:\"trend_index\";i:125;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:540;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:225;a:14:{s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:172;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:126;s:11:\"trend_index\";i:28;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:224;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:418;s:11:\"trend_index\";i:294;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:130;s:11:\"trend_index\";i:109;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:52;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:423;s:11:\"trend_index\";i:377;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:329;s:11:\"trend_index\";i:431;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:233;a:14:{s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:97;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:642;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:342;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:236;a:14:{s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:19;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:548;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:34;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:239;a:14:{s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:27;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:118;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:162;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:98;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:252;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:55;s:11:\"trend_index\";i:73;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:347;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:254;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:8;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:47;s:11:\"trend_index\";i:37;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:267;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:100;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:46;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:485;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:253;a:14:{s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:91;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:309;s:11:\"trend_index\";i:376;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:678;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:256;a:14:{s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:248;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:386;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:621;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:259;a:14:{s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:160;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:364;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:469;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:141;s:11:\"trend_index\";i:171;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:501;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:394;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:410;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:474;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:53;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:535;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:312;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:74;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:647;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:571;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:122;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:377;s:11:\"trend_index\";i:576;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:640;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:165;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:439;s:11:\"trend_index\";i:455;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:266;s:11:\"trend_index\";i:381;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:335;s:11:\"trend_index\";i:300;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:150;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:72;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:259;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:54;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:117;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:318;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:165;s:11:\"trend_index\";i:177;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:230;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:85;s:11:\"trend_index\";i:66;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:454;s:11:\"trend_index\";i:299;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:107;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:314;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:82;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:105;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:96;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:496;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:396;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:244;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:215;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:330;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:324;s:11:\"trend_index\";i:397;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:490;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:269;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:23;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:321;s:11:\"trend_index\";i:393;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:243;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:469;s:11:\"trend_index\";i:481;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:211;s:11:\"trend_index\";i:250;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:313;s:11:\"trend_index\";i:240;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:687;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:290;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:336;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:344;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:452;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:214;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:553;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:429;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:516;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:562;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:266;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:386;s:11:\"trend_index\";i:287;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:658;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:106;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:528;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:453;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:670;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:327;a:14:{s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:709;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:274;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:329;a:14:{s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:310;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:16;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:580;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:588;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:55;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:447;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:713;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:61;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:341;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:561;s:11:\"trend_index\";i:715;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:93;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:590;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:650;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:30;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:199;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:535;s:11:\"trend_index\";i:599;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:43;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:699;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:347;a:14:{s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:39;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:380;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:349;a:14:{s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:202;s:11:\"trend_index\";i:295;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:350;a:14:{s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:301;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:351;a:14:{s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:385;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:352;a:14:{s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:166;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:353;a:14:{s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:204;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:446;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:119;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:221;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:360;s:11:\"trend_index\";i:369;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:114;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:263;s:11:\"trend_index\";i:223;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:290;s:11:\"trend_index\";i:422;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:403;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:258;s:11:\"trend_index\";i:479;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";i:9611;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546965350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:463;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:364;a:14:{s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:497;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:210;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";i:9622;s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";i:1546965896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:575;s:11:\"trend_index\";i:533;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:367;a:14:{s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:491;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:328;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546968270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:618;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:370;a:14:{s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:509;s:11:\"trend_index\";i:351;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:283;s:11:\"trend_index\";i:458;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:686;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:520;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:405;s:11:\"trend_index\";i:219;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:684;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";i:9662;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";i:1547009087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:377;a:14:{s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:222;s:11:\"trend_index\";i:78;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:323;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:685;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:380;a:14:{s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:498;s:11:\"trend_index\";i:505;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:271;s:11:\"trend_index\";i:228;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";i:9690;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";i:1547011716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:426;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:383;a:14:{s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:426;s:11:\"trend_index\";i:440;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";i:9699;s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";i:1547015827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:536;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:385;a:14:{s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:475;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:517;s:11:\"trend_index\";i:563;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";i:9571;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";i:1547726151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:577;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:388;a:14:{s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:515;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:550;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:487;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:152;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:359;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:393;a:14:{s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:461;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";i:9740;s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";i:1547822836;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:566;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:371;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:356;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:435;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:570;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:399;a:14:{s:2:\"id\";i:9762;s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";i:1547824145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:349;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:400;a:14:{s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:407;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:401;a:14:{s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:499;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";i:9772;s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";i:1547824279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:708;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:403;a:14:{s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:523;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:404;a:14:{s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:495;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:519;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:406;a:14:{s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:98;s:11:\"trend_index\";i:92;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";i:9793;s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";i:1547831151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:541;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:408;a:14:{s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:623;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:409;a:14:{s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:258;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:225;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:411;a:14:{s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:460;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:405;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:413;a:14:{s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:518;s:11:\"trend_index\";i:565;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:675;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:415;a:14:{s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:506;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";i:9836;s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";i:1547835635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:552;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:417;a:14:{s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:649;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:418;a:14:{s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:677;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";i:9847;s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";i:1547836956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:692;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:420;a:14:{s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:568;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:421;a:14:{s:2:\"id\";i:9858;s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";i:1547837100;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:422;a:14:{s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:603;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:238;s:11:\"trend_index\";i:324;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:424;a:14:{s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:566;s:11:\"trend_index\";i:646;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:261;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:551;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:427;a:14:{s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:320;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:273;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:264;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:430;a:14:{s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:420;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";i:9944;s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";i:1547841939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:652;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:432;a:14:{s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:154;s:11:\"trend_index\";i:151;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";i:9955;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";i:1547842065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:522;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:434;a:14:{s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:348;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";i:9965;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";i:1547842174;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:606;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:436;a:14:{s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:38;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:512;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:438;a:14:{s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:247;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:439;a:14:{s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:147;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:440;a:14:{s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:56;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";i:9995;s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";i:1547844802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:693;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:196;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:148;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:54;s:11:\"trend_index\";i:47;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";i:10016;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";i:1547845062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:446;a:14:{s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:476;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:447;a:14:{s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:169;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:448;a:14:{s:2:\"id\";i:10026;s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";i:1547845205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:620;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:449;a:14:{s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:249;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";i:10036;s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";i:1547845409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:467;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:451;a:14:{s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:587;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:452;a:14:{s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:178;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:417;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";i:10057;s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";i:1547847938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:674;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:455;a:14:{s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:314;s:11:\"trend_index\";i:355;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:575;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:161;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";i:10087;s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";i:1547848301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:625;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:459;a:14:{s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:626;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:460;a:14:{s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:275;s:11:\"trend_index\";i:280;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";i:10097;s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";i:1547848411;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:632;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:462;a:14:{s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"footer\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:263;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";i:1190;s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1490707391;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:3;s:11:\"trend_index\";i:1;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";i:9816;s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";i:1547991876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:465;a:14:{s:2:\"id\";i:9602;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1546964559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:560;s:11:\"trend_index\";i:663;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:466;a:14:{s:2:\"id\";i:225;s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";i:1470829872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:1;s:11:\"trend_index\";i:3;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";i:463;s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";i:1477388340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:5;s:11:\"trend_index\";i:4;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";i:10277;s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";i:1548055999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:674;s:11:\"trend_index\";i:654;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:469;a:14:{s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:370;s:11:\"trend_index\";i:311;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:470;a:14:{s:2:\"id\";i:181;s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";i:1470826567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:2;s:11:\"trend_index\";i:2;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";i:9903;s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";i:1547838896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:712;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:472;a:14:{s:2:\"id\";i:150;s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";i:1470829879;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:6;s:11:\"trend_index\";i:5;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:474;a:14:{s:2:\"id\";i:10549;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";i:1547967595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:671;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:475;a:14:{s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:476;a:14:{s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:477;a:14:{s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:478;a:14:{s:2:\"id\";i:10529;s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";i:1548046309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:408;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:479;a:14:{s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:642;s:11:\"trend_index\";i:102;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:116;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:482;a:14:{s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:57;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:139;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:131;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:302;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";i:10413;s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";i:1547961774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:680;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:303;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:488;a:14:{s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:201;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";i:10223;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";i:1547887343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:471;s:11:\"trend_index\";i:437;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:704;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:168;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:492;a:14:{s:2:\"id\";i:10403;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";i:1548056371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:635;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:270;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:451;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:504;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:526;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:375;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:395;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:473;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";i:9592;s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";i:1546963720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:601;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:501;a:14:{s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:494;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:696;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:503;a:14:{s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:592;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:631;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:710;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:672;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";i:10047;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";i:1547847757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:503;s:11:\"trend_index\";i:450;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";i:9879;s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";i:1547838416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:657;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:706;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:101;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:293;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:384;s:11:\"trend_index\";i:203;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";i:10297;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";i:1548056099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:612;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:279;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:515;a:14:{s:2:\"id\";i:10393;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";i:1548056682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:714;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:516;a:14:{s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:376;s:11:\"trend_index\";i:340;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:202;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";i:10579;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";i:1547967887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:608;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:229;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:231;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:292;s:11:\"trend_index\";i:143;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:522;a:14:{s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:480;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:390;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";i:10180;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";i:1548045309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:682;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:550;s:11:\"trend_index\";i:472;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:321;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:637;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";i:9731;s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";i:1547976166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:543;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:529;a:14:{s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:434;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:358;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:574;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:488;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";i:12805;s:5:\"title\";s:38:\"Photography &#8211; B&#038;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:555;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:518;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:77;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:211;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:367;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";i:10005;s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";i:1547844909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:539;a:14:{s:2:\"id\";i:10424;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";i:1547961866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:702;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:540;a:14:{s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:412;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";i:9975;s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";i:1547842284;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:542;a:14:{s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:507;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";i:10067;s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";i:1547848075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:493;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:544;a:14:{s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:531;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:384;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";i:10329;s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";i:1547893478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:547;a:14:{s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:482;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:293;s:11:\"trend_index\";i:319;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";i:9650;s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";i:1547007598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:701;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:550;a:14:{s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:361;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:415;s:11:\"trend_index\";i:335;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";i:10200;s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";i:1548055635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:667;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:553;a:14:{s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:547;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";i:10287;s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";i:1547994301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:643;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:555;a:14:{s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:26;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";i:9139;s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1532949924;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:7;s:11:\"trend_index\";i:7;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:557;a:14:{s:2:\"id\";i:1634;s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1494352119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:208;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";i:9889;s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";i:1547838722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:559;a:14:{s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:284;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:560;a:14:{s:2:\"id\";i:10077;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";i:1547848197;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:506;s:11:\"trend_index\";i:585;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:561;a:14:{s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:241;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";i:10362;s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";i:1548056253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:366;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:563;a:14:{s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:112;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:589;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";i:1504;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1494352112;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:253;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";i:10454;s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";i:1548056896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:567;a:14:{s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:545;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";i:9803;s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";i:1547831298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:645;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:569;a:14:{s:2:\"id\";i:10611;s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";i:1547968868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:705;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:570;a:14:{s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:218;s:11:\"trend_index\";i:245;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:478;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";i:10508;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";i:1547964711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:647;s:11:\"trend_index\";i:659;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:573;a:14:{s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:108;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:538;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";i:9934;s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";i:1547841787;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:665;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:576;a:14:{s:2:\"id\";i:1503;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1494352113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:162;s:11:\"trend_index\";i:187;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:400;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";i:9709;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";i:1547023834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:634;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:579;a:14:{s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:316;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";i:9671;s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1547010259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:633;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:581;a:14:{s:2:\"id\";i:10234;s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";i:1548055049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:697;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:582;a:14:{s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:184;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:583;a:14:{s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:596;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:345;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:406;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";i:9869;s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";i:1547837269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:707;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:587;a:14:{s:2:\"id\";i:10539;s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";i:1548056994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:588;a:14:{s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:365;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:462;s:11:\"trend_index\";i:391;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:561;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:123;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:424;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";i:519;s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";i:1477388808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:10;s:11:\"trend_index\";i:32;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";i:10147;s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";i:1548055522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:700;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:595;a:14:{s:2:\"id\";i:487;s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1477388357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:25;s:11:\"trend_index\";i:76;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";i:9923;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";i:1547841537;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:611;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:597;a:14:{s:2:\"id\";i:855;s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1494352061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:373;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";i:10117;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";i:1548066998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:599;a:14:{s:2:\"id\";i:955;s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1494352069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:175;s:11:\"trend_index\";i:331;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";i:9826;s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";i:1547835513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:711;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:601;a:14:{s:2:\"id\";i:10478;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";i:1548056829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:508;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:602;a:14:{s:2:\"id\";i:9373;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1542811219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:378;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";i:974;s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1494352071;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:302;s:11:\"trend_index\";i:382;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";i:11948;s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";i:1572153978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:79;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";i:754;s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";i:1485269691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:285;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";i:10685;s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";i:1547974729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:690;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:607;a:14:{s:2:\"id\";i:752;s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";i:1485269737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:557;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";i:753;s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";i:1485269710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:441;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";i:9985;s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";i:1547844661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:691;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:610;a:14:{s:2:\"id\";i:751;s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";i:1485269743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:372;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";i:2402;s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";i:1506441447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:275;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";i:3626;s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";i:1513513193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:353;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";i:11966;s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";i:1572154274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:502;s:11:\"trend_index\";i:413;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";i:3632;s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";i:1513513171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:362;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";i:3619;s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";i:1513513137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:438;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";i:9425;s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";i:1542901234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:332;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";i:9559;s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";i:1546946547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:636;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:618;a:14:{s:2:\"id\";i:11973;s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";i:1572154523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:447;s:11:\"trend_index\";i:289;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";i:11981;s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";i:1572155125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:260;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";i:9752;s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";i:1547823982;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:655;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:621;a:14:{s:2:\"id\";i:147;s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";i:1470829868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:4;s:11:\"trend_index\";i:21;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";i:777;s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";i:1485273092;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:276;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";i:2404;s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";i:1506441452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:325;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";i:10169;s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";i:1547852334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:461;s:11:\"trend_index\";i:656;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:625;a:14:{s:2:\"id\";i:492;s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";i:1477388365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:58;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";i:3451;s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";i:1512054116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:357;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";i:2152;s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";i:1499774132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:477;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";i:1068;s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";i:1488805928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:415;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";i:9680;s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";i:1547010967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:668;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:630;a:14:{s:2:\"id\";i:2813;s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";i:1509615049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:217;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";i:728;s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";i:1485269993;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:529;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";i:9783;s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";i:1547831059;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:579;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:633;a:14:{s:2:\"id\";i:2403;s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";i:1506441428;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:339;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:634;a:14:{s:2:\"id\";i:1903;s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";i:1496822325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:227;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";i:2123;s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";i:1499772989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:11;s:11:\"trend_index\";i:20;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";i:1888;s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";i:1496822319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:502;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";i:1891;s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";i:1496822323;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:427;s:11:\"trend_index\";i:594;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";i:1880;s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";i:1496822317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:614;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";i:1885;s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";i:1496822321;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:409;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";i:2723;s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509633883;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:282;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";i:2145;s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";i:1499774125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:355;s:11:\"trend_index\";i:630;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:642;a:14:{s:2:\"id\";i:2155;s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";i:1499774130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:403;s:11:\"trend_index\";i:584;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";i:1085;s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";i:1488810874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:8;s:11:\"trend_index\";i:10;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:644;a:14:{s:2:\"id\";i:143;s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";i:1470820447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:68;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";i:101;s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";i:1470829785;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:173;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:646;a:14:{s:2:\"id\";i:140;s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";i:1470820463;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:18;s:11:\"trend_index\";i:41;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";i:213;s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";i:1470829766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:59;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";i:2802;s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509615440;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:483;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";i:2828;s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:560;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";i:1461;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1494352121;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:554;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";i:1460;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1494352124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:444;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";i:1459;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1494352125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:283;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";i:1052;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1488810873;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:84;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";i:1505;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1494352110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:598;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";i:726;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1485270062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:539;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";i:1613;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1494352129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:462;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";i:1612;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1494352127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:673;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";i:1614;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1494352131;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:382;s:11:\"trend_index\";i:532;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:659;a:14:{s:2:\"id\";i:906;s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1494352066;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:379;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:660;a:14:{s:2:\"id\";i:879;s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1494352064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:370;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:661;a:14:{s:2:\"id\";i:926;s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1494352068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:542;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:662;a:14:{s:2:\"id\";i:1032;s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1488810866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:558;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:663;a:14:{s:2:\"id\";i:730;s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1485273430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:358;s:11:\"trend_index\";i:525;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:664;a:14:{s:2:\"id\";i:643;s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1481549290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:569;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:665;a:14:{s:2:\"id\";i:542;s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1477388484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:322;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:666;a:14:{s:2:\"id\";i:1187;s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1490707385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:95;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:667;a:14:{s:2:\"id\";i:641;s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1481549264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:457;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:668;a:14:{s:2:\"id\";i:189;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1470820715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:44;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:669;a:14:{s:2:\"id\";i:1547;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1494352115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:617;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:670;a:14:{s:2:\"id\";i:1546;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1494352116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:644;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:671;a:14:{s:2:\"id\";i:1545;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1494352118;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:374;s:11:\"trend_index\";i:449;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:672;a:14:{s:2:\"id\";i:2714;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:544;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:673;a:14:{s:2:\"id\";i:195;s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1470820765;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:180;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:674;a:14:{s:2:\"id\";i:197;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1470825711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:383;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:675;a:14:{s:2:\"id\";i:1193;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1490707422;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:153;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:676;a:14:{s:2:\"id\";i:1415;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1494352106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:695;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:677;a:14:{s:2:\"id\";i:1414;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1494352107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:641;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:678;a:14:{s:2:\"id\";i:1413;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1494352109;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:442;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:679;a:14:{s:2:\"id\";i:1573;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1494352133;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:622;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:680;a:14:{s:2:\"id\";i:1572;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1494352134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:165;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:582;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:681;a:14:{s:2:\"id\";i:1570;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1494352136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:559;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:682;a:14:{s:2:\"id\";i:1571;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1494352138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:573;s:11:\"trend_index\";i:605;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:683;a:14:{s:2:\"id\";i:192;s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1470820734;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:262;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:684;a:14:{s:2:\"id\";i:2141;s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";i:1499774122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:470;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:685;a:14:{s:2:\"id\";i:137;s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";i:1470829828;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:127;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:686;a:14:{s:2:\"id\";i:256;s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";i:1470829796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:307;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:687;a:14:{s:2:\"id\";i:2150;s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";i:1499774127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:68;s:11:\"trend_index\";i:183;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:688;a:14:{s:2:\"id\";i:223;s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";i:1470820471;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:185;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:689;a:14:{s:2:\"id\";i:24;s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";i:1470248619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:12;s:11:\"trend_index\";i:15;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:690;a:14:{s:2:\"id\";i:184;s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";i:1470829889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:50;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:691;a:14:{s:2:\"id\";i:625;s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";i:1481549196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:653;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:692;a:14:{s:2:\"id\";i:187;s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";i:1470829892;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:232;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:693;a:14:{s:2:\"id\";i:238;s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";i:1470829865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:40;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:694;a:14:{s:2:\"id\";i:647;s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";i:1481549320;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:607;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:695;a:14:{s:2:\"id\";i:2138;s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";i:1499774119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:581;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:696;a:14:{s:2:\"id\";i:823;s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";i:1485272966;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:498;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:697;a:14:{s:2:\"id\";i:824;s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";i:1485272900;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:468;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:698;a:14:{s:2:\"id\";i:825;s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";i:1485272513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:595;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:699;a:14:{s:2:\"id\";i:245;s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";i:1470829876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:132;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:700;a:14:{s:2:\"id\";i:1075;s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";i:1488810871;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:104;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:701;a:14:{s:2:\"id\";i:1051;s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";i:1488810869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:17;s:11:\"trend_index\";i:22;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:702;a:14:{s:2:\"id\";i:1245;s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";i:1491207184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:286;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:703;a:14:{s:2:\"id\";i:1247;s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";i:1491207138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:32;s:11:\"trend_index\";i:31;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:704;a:14:{s:2:\"id\";i:1248;s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";i:1491207050;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:597;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:705;a:14:{s:2:\"id\";i:1249;s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";i:1491207380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:500;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:706;a:14:{s:2:\"id\";i:1250;s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";i:1491207450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:72;s:11:\"trend_index\";i:134;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:707;a:14:{s:2:\"id\";i:1260;s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";i:1491207507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:432;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:708;a:14:{s:2:\"id\";i:1261;s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";i:1491207584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:200;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:709;a:14:{s:2:\"id\";i:1272;s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";i:1491207674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:354;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:710;a:14:{s:2:\"id\";i:1279;s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";i:1491207756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:206;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:711;a:14:{s:2:\"id\";i:1745;s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";i:1494849745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:297;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:712;a:14:{s:2:\"id\";i:1742;s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";i:1494849744;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:388;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:713;a:14:{s:2:\"id\";i:1748;s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";i:1494849742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:363;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:714;a:14:{s:2:\"id\";i:3963;s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";i:1516284821;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:298;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:715;a:14:{s:2:\"id\";i:3969;s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";i:1516284829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:627;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:716;a:14:{s:2:\"id\";i:3966;s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";i:1516284839;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:257;s:11:\"trend_index\";i:305;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:717;a:14:{s:2:\"id\";i:3972;s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";i:1516284847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:363;s:11:\"trend_index\";i:464;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:718;a:14:{s:2:\"id\";i:2080;s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";i:1508161124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:387;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:719;a:14:{s:2:\"id\";i:2088;s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";i:1508161129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:425;s:11:\"trend_index\";i:513;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:720;a:14:{s:2:\"id\";i:2085;s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";i:1508161134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:689;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:721;a:14:{s:2:\"id\";i:2462;s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";i:1508243317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:616;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:722;a:14:{s:2:\"id\";i:2362;s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";i:1508243335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:572;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:723;a:14:{s:2:\"id\";i:614;s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";i:1481549169;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:392;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:724;a:14:{s:2:\"id\";i:2126;s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";i:1508325849;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:333;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:725;a:14:{s:2:\"id\";i:2129;s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";i:1508325881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:521;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:726;a:14:{s:2:\"id\";i:2135;s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";i:1508325922;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:414;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:727;a:14:{s:2:\"id\";i:2094;s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";i:1509621053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:189;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:728;a:14:{s:2:\"id\";i:2120;s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";i:1509631820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:352;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:729;a:14:{s:2:\"id\";i:3153;s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";i:1508950132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:730;a:14:{s:2:\"id\";i:3338;s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";i:1511203351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:683;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:731;a:14:{s:2:\"id\";i:3339;s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";i:1511203636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:487;s:11:\"trend_index\";i:679;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:732;a:14:{s:2:\"id\";i:3335;s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";i:1511203246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:602;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:733;a:14:{s:2:\"id\";i:3340;s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";i:1511203713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:460;s:11:\"trend_index\";i:639;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:734;a:14:{s:2:\"id\";i:3517;s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";i:1513877937;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:593;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:735;a:14:{s:2:\"id\";i:3734;s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";i:1514197794;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:604;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:736;a:14:{s:2:\"id\";i:3764;s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";i:1514198234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:669;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:737;a:14:{s:2:\"id\";i:3565;s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";i:1514204382;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:527;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:738;a:14:{s:2:\"id\";i:3862;s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";i:1514206745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:651;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:739;a:14:{s:2:\"id\";i:3777;s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";i:1514205420;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:688;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:740;a:14:{s:2:\"id\";i:420;s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";i:1475067229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:20;s:11:\"trend_index\";i:62;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}","no");
INSERT INTO `wp_options` VALUES("158","elementor_remote_info_feed_data","a:5:{i:0;a:5:{s:5:\"title\";s:50:\"How to Write a Great Website Brief + Free Template\";s:7:\"excerpt\";s:152:\"A good website design brief is paramount to a successful web design project. Make sure that your project is a success with a well-crafted design brief. \";s:7:\"created\";i:1601540958;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:120:\"https://elementor.com/blog/create-website-brief/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:34:\"Introducing Design System Features\";s:7:\"excerpt\";s:211:\"Elementor 3.0 is finally here, and it brings a whole new way to build sites. Get ready for a special 3-in-1 release that includes: Design System Features, New Theme Builder and major performance improvements.​\";s:7:\"created\";i:1601465340;s:5:\"badge\";s:11:\"New Feature\";s:3:\"url\";s:137:\"https://elementor.com/blog/elementor-3-new-professional-features/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:60:\"WordPress Troubleshooting: Common Errors and How to Fix Them\";s:7:\"excerpt\";s:157:\"Have you come across an error and are unsure how to fix it? Follow this comprehensive guide to the most common WordPress errors and learn how to fix them.​\";s:7:\"created\";i:1601378179;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:132:\"https://elementor.com/blog/troubleshooting-wordpress-errors/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:43:\"Huge Performance Improvements For Elementor\";s:7:\"excerpt\";s:131:\"Learn about the considerable Elementor 3.0 speed and performance improvements that include CSS rendering and DOM element removal.\n\";s:7:\"created\";i:1600965536;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:118:\"https://elementor.com/blog/speed-up-elementor/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:35:\"How Much Do Website Designers Make?\";s:7:\"excerpt\";s:126:\"Discover how much money web designers make, and learn more about the different factors that affect web designers’ salaries. \";s:7:\"created\";i:1600935900;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:119:\"https://elementor.com/blog/web-designer-salary/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}","no");
INSERT INTO `wp_options` VALUES("165","mp3FoxAdminOptions","a:71:{s:11:\"initial_vol\";s:3:\"100\";s:9:\"auto_play\";s:4:\"true\";s:7:\"mp3_dir\";s:1:\"/\";s:12:\"player_theme\";s:11:\"defaultDark\";s:15:\"allow_remoteMp3\";s:5:\"false\";s:12:\"player_float\";s:4:\"none\";s:13:\"player_onblog\";s:4:\"true\";s:13:\"playlist_show\";s:4:\"true\";s:17:\"remember_settings\";s:4:\"true\";s:17:\"hide_mp3extension\";s:4:\"true\";s:16:\"show_downloadmp3\";s:4:\"true\";s:17:\"db_plugin_version\";s:5:\"2.7.3\";s:17:\"custom_stylesheet\";s:1:\"/\";s:10:\"echo_debug\";s:5:\"false\";s:19:\"add_track_numbering\";s:5:\"false\";s:13:\"enable_popout\";s:4:\"true\";s:15:\"playlist_repeat\";s:5:\"false\";s:12:\"player_width\";s:4:\"100%\";s:17:\"popout_background\";s:7:\"#f0f0f0\";s:23:\"popout_background_image\";s:1:\"/\";s:15:\"colour_settings\";a:38:{s:13:\"screen_colour\";s:19:\"rgba(0, 0, 0, 0.18)\";s:14:\"loadbar_colour\";s:22:\"rgba(49, 49, 49, 0.64)\";s:13:\"posbar_colour\";s:22:\"rgba(0, 180, 37, 0.91)\";s:11:\"posbar_tint\";s:6:\"soften\";s:15:\"playlist_colour\";s:25:\"rgba(167, 167, 167, 0.55)\";s:13:\"playlist_tint\";s:4:\"none\";s:12:\"list_divider\";s:4:\"none\";s:18:\"screen_text_colour\";s:7:\"#3d3232\";s:16:\"list_text_colour\";s:7:\"#423e3d\";s:19:\"list_current_colour\";s:7:\"#0307ff\";s:17:\"list_hover_colour\";s:7:\"#a89422\";s:15:\"listBGa_current\";s:7:\"#d8d8d8\";s:13:\"listBGa_hover\";s:7:\"#d3d3d3\";s:11:\"font_size_1\";s:2:\"22\";s:11:\"font_size_2\";s:2:\"18\";s:13:\"font_family_1\";s:5:\"theme\";s:13:\"font_family_2\";s:5:\"theme\";s:10:\"titleAlign\";s:5:\"right\";s:11:\"titleOffset\";s:4:\"36px\";s:12:\"titleOffsetR\";s:4:\"36px\";s:9:\"titleBold\";s:4:\"true\";s:9:\"titleHide\";s:5:\"false\";s:11:\"titleItalic\";s:5:\"false\";s:8:\"titleTop\";s:4:\"30px\";s:11:\"captionBold\";s:5:\"false\";s:13:\"captionItalic\";s:4:\"true\";s:8:\"listBold\";s:5:\"false\";s:10:\"listItalic\";s:5:\"false\";s:9:\"listAlign\";s:4:\"left\";s:10:\"imageAlign\";s:4:\"left\";s:11:\"imgOverflow\";s:6:\"hidden\";s:11:\"userClasses\";s:11:\"nostop flip\";s:9:\"indicator\";s:6:\"colour\";s:7:\"adminBG\";s:7:\"#f6f6f6\";s:15:\"adminCheckerIMG\";s:4:\"true\";s:8:\"adminIMG\";s:64:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png\";s:12:\"adminSizer_w\";s:5:\"570px\";s:12:\"adminSizer_h\";s:5:\"395px\";}s:12:\"paddings_top\";s:3:\"5px\";s:15:\"paddings_bottom\";s:4:\"30px\";s:14:\"paddings_inner\";s:4:\"30px\";s:17:\"popout_max_height\";s:3:\"600\";s:12:\"popout_width\";s:3:\"400\";s:19:\"popout_button_title\";s:0:\"\";s:15:\"max_list_height\";s:3:\"450\";s:12:\"encode_files\";s:5:\"false\";s:15:\"library_sortcol\";s:4:\"file\";s:17:\"library_direction\";s:3:\"ASC\";s:19:\"disable_jquery_libs\";s:0:\"\";s:21:\"run_shcode_in_excerpt\";s:5:\"false\";s:11:\"f_separator\";s:1:\",\";s:11:\"c_separator\";s:1:\";\";s:20:\"volslider_on_singles\";s:4:\"true\";s:17:\"volslider_on_mp3j\";s:4:\"true\";s:10:\"dload_text\";s:0:\"\";s:20:\"loggedout_dload_text\";s:18:\"Log in to download\";s:20:\"loggedout_dload_link\";s:38:\"http://www.mc-reunion.com/wp-login.php\";s:19:\"force_browser_dload\";s:4:\"true\";s:19:\"dloader_remote_path\";s:0:\"\";s:21:\"make_player_from_link\";s:5:\"false\";s:28:\"make_player_from_link_shcode\";s:45:\"[mp3j track=\\\"{TEXT}@{URL}\\\" volslider=\\\"y\\\"]\";s:12:\"audioFormats\";a:5:{s:3:\"mp3\";s:4:\"true\";s:3:\"mp4\";s:5:\"false\";s:3:\"ogg\";s:5:\"false\";s:3:\"wav\";s:5:\"false\";s:4:\"webm\";s:5:\"false\";}s:19:\"replace_WP_playlist\";s:4:\"true\";s:16:\"replace_WP_audio\";s:4:\"true\";s:19:\"replace_WP_embedded\";s:5:\"false\";s:19:\"replace_WP_attached\";s:4:\"true\";s:26:\"replacerShortcode_playlist\";s:6:\"player\";s:24:\"replacerShortcode_single\";s:4:\"mp3j\";s:9:\"imageSize\";s:5:\"autoH\";s:17:\"folderFeedSortcol\";s:4:\"file\";s:19:\"folderFeedDirection\";s:3:\"ASC\";s:15:\"autoCounterpart\";s:4:\"true\";s:18:\"allowRangeRequests\";s:4:\"true\";s:12:\"playerHeight\";s:5:\"120px\";s:14:\"font_size_mp3t\";s:4:\"18px\";s:14:\"font_size_mp3j\";s:4:\"18px\";s:10:\"showErrors\";s:5:\"admin\";s:8:\"flipMP3t\";s:4:\"true\";s:8:\"flipMP3j\";s:5:\"false\";s:10:\"mp3tColour\";s:7:\"#c7c121\";s:13:\"mp3tColour_on\";s:4:\"true\";s:10:\"mp3jColour\";s:7:\"#010101\";s:13:\"mp3jColour_on\";s:4:\"true\";s:12:\"playerTitle1\";s:9:\"postDates\";s:12:\"playerTitle2\";s:6:\"artist\";s:11:\"hasListMeta\";s:4:\"true\";s:10:\"autoResume\";s:4:\"true\";s:16:\"can_view_players\";s:3:\"all\";}","yes");
INSERT INTO `wp_options` VALUES("166","widget_mp3-jplayer-widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("167","widget_mp3mi-widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("170","elementor_scheme_color","a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}","yes");
INSERT INTO `wp_options` VALUES("171","elementor_scheme_typography","a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}","yes");
INSERT INTO `wp_options` VALUES("172","elementor_scheme_color-picker","a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}","yes");
INSERT INTO `wp_options` VALUES("224","category_children","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("250","elementor_log","a:36:{s:32:\"939307a85c9d268b199ca74c77fd3206\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"165123\";s:7:\"\0*\0file\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.1\";s:7:\"\0*\0line\";s:2:\"32\";s:7:\"\0*\0date\";s:19:\"2019-09-14 16:06:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:33:\"e.$el.resizable is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-14 16:06:33\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1568477193\";s:7:\"message\";s:33:\"e.$el.resizable is not a function\";s:3:\"url\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.1\";s:4:\"line\";s:2:\"32\";s:6:\"column\";s:6:\"165123\";}}s:32:\"f38a2086151d76a535a84b3b0121ca26\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"132307\";s:7:\"\0*\0file\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.1\";s:7:\"\0*\0line\";s:2:\"32\";s:7:\"\0*\0date\";s:19:\"2019-09-15 05:20:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:22:\"e.ui.form is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 05:20:33\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1568524833\";s:7:\"message\";s:22:\"e.ui.form is undefined\";s:3:\"url\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.1\";s:4:\"line\";s:2:\"32\";s:6:\"column\";s:6:\"132307\";}}s:32:\"63272d93c575095e3f07201bf91ee489\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"138659\";s:7:\"\0*\0file\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.1\";s:7:\"\0*\0line\";s:2:\"32\";s:7:\"\0*\0date\";s:19:\"2019-09-15 16:01:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"elementorFrontend.elements.window.jQuery is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-15 16:01:33\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1568563293\";s:7:\"message\";s:58:\"elementorFrontend.elements.window.jQuery is not a function\";s:3:\"url\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.1\";s:4:\"line\";s:2:\"32\";s:6:\"column\";s:6:\"138659\";}}s:32:\"81e919f591c8ca98d420eb6e2693b8ab\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"132317\";s:7:\"\0*\0file\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.1\";s:7:\"\0*\0line\";s:2:\"32\";s:7:\"\0*\0date\";s:19:\"2019-09-15 16:34:12\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:52:\"Cannot read property \\&#039;html\\&#039; of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2019-09-15 16:34:12\";i:1;s:19:\"2019-09-15 16:34:23\";i:2;s:19:\"2019-09-15 16:45:07\";i:3;s:19:\"2019-09-30 18:16:01\";i:4;s:19:\"2019-09-30 18:18:57\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1568565252\";s:7:\"message\";s:42:\"Cannot read property \\\'html\\\' of undefined\";s:3:\"url\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.7.1\";s:4:\"line\";s:2:\"32\";s:6:\"column\";s:6:\"132317\";}}s:32:\"4203a3eed8c84debebb1ff254ffe24f9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-16 23:15:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.1\";s:2:\"to\";s:5:\"2.7.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-16 23:15:29\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.1\";s:2:\"to\";s:5:\"2.7.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"49bb50c6d327b6967ea1b41c4af9417d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-09-29 16:02:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.2\";s:2:\"to\";s:5:\"2.7.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-09-29 16:02:58\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.2\";s:2:\"to\";s:5:\"2.7.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2ae301878ee3a4a4340959f82e6e7760\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-06-17 16:53:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-06-17 16:53:14\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"ecaad11f97eaad435a9c58e0b66f1095\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-06-17 16:53:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:54:\"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-06-17 16:53:14\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:54:\"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"50a99e5024e2086150e6b178b26a3f22\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-06-17 16:53:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:56:\"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-06-17 16:53:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:56:\"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"8dcabb81391521ff3f0a54396ed9f366\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-06-17 16:53:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:6:\"2.9.12\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-06-17 16:53:15\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:6:\"2.9.12\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"277ff3be1561beba81fd2af7fc01bb0f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-06-17 16:53:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:6:\"2.9.12\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-06-17 16:53:15\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.7.3\";s:2:\"to\";s:6:\"2.9.12\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c5b23f62794170038323cfb0df0d5d93\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-06-29 13:23:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.12\";s:2:\"to\";s:6:\"2.9.13\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-06-29 13:23:40\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.12\";s:2:\"to\";s:6:\"2.9.13\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"018fa441e7f77a488c032e56a1a08fb6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"23049bbe9bf113f7471b7d863a56b5e2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"fa4e786a0356528ef7a173e6aed77f28\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"8979c907f4f5ae0862dddb5edcf6cf46\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"dc749c4c4ffc2cbdbb3adea60e39401a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"de34106c800f1c91cded88ca96ecf969\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"8077721f2f2cbbbf1a5d03652cc4641c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"5ba05f2a8b1b009721d8ffff2291dad9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"33ebba94184b447221c5a305a23eae50\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"38a768b6e286d27ff83fc08ca8d697e3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.13\";s:2:\"to\";s:5:\"3.0.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.13\";s:2:\"to\";s:5:\"3.0.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e4c99af38c9e6a51762b5fda60fd8769\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-30 19:27:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.13\";s:2:\"to\";s:5:\"3.0.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-30 19:27:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.13\";s:2:\"to\";s:5:\"3.0.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9d27354b5eb2a9c0278082e6401dac77\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-31 15:26:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.4\";s:2:\"to\";s:5:\"3.0.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-31 15:26:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.4\";s:2:\"to\";s:5:\"3.0.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5ac5acd7724cb3202136e42a6713d015\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-31 15:26:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-31 15:26:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"47f054baa308b76df9115ca62f1c2540\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-31 15:26:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:73:\"Elementor/Upgrades - _v_3_0_5_re_move_space_between_widgets_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-31 15:26:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:73:\"Elementor/Upgrades - _v_3_0_5_re_move_space_between_widgets_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"466ca6c0b5267ecb89ac5e6e2f984ac1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-31 15:26:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:75:\"Elementor/Upgrades - _v_3_0_5_re_move_space_between_widgets_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-31 15:26:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:75:\"Elementor/Upgrades - _v_3_0_5_re_move_space_between_widgets_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0cb69adef4d61838562e67d3df6505c1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-08-31 15:26:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.4\";s:2:\"to\";s:5:\"3.0.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-08-31 15:26:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.4\";s:2:\"to\";s:5:\"3.0.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a33015a3f8bfbc8cfa004b8a0236aeaf\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"463018\";s:7:\"\0*\0file\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.0.5\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-09-01 14:15:37\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:22:\"t.ui.form is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-09-01 14:15:37\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1598969737\";s:7:\"message\";s:22:\"t.ui.form is undefined\";s:3:\"url\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.0.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"463018\";}}s:32:\"0a5be25e268b87cd3e8b8e43f660b057\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"470454\";s:7:\"\0*\0file\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.0.5\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-09-01 14:19:09\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:27:\"this.container is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2020-09-01 14:19:09\";i:1;s:19:\"2020-10-05 15:32:18\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1598969949\";s:7:\"message\";s:27:\"this.container is undefined\";s:3:\"url\";s:88:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.0.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"470454\";}}s:32:\"ff0364bfe03f9af6f02794f1690021af\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:110:\"/hermes/bosnaweb17a/b2215/ipg.robhoppingcom/mc-reunion/wp-content/plugins/elementor/core/logger/items/base.php\";s:7:\"\0*\0line\";i:101;s:7:\"\0*\0date\";s:19:\"2020-09-01 19:11:30\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:26:\"Array to string conversion\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2020-09-01 19:11:30\";i:1;s:19:\"2020-09-01 22:44:33\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:26:\"Array to string conversion\";s:4:\"file\";s:110:\"/hermes/bosnaweb17a/b2215/ipg.robhoppingcom/mc-reunion/wp-content/plugins/elementor/core/logger/items/base.php\";s:4:\"line\";i:101;s:5:\"trace\";b:1;}}s:32:\"709e03f820fb28d5421573cb94753ce6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"54712\";s:7:\"\0*\0file\";s:96:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.0.5\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-09-01 21:24:27\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:54:\"An invalid argument supplied as multiple control value\";s:7:\"\0*\0meta\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:79:\"Element `undefined` got as `eael_accordion_bg` value. Expected array or object.\";}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2020-09-01 21:24:27\";i:1;s:19:\"2020-09-01 21:24:27\";i:2;s:19:\"2020-09-01 21:24:27\";i:3;s:19:\"2020-09-01 21:24:27\";i:4;s:19:\"2020-09-01 21:26:02\";i:5;s:19:\"2020-09-01 21:26:02\";i:6;s:19:\"2020-09-01 21:26:02\";i:7;s:19:\"2020-09-01 21:26:02\";}s:7:\"\0*\0args\";a:8:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1598995467\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:96:\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.0.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"54712\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:79:\"Element `undefined` got as `eael_accordion_bg` value. Expected array or object.\";}s:4:\"meta\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:79:\"Element `undefined` got as `eael_accordion_bg` value. Expected array or object.\";}}}s:32:\"25a5a56e7b26575bc6fbb8169f11e5f7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-09-07 14:23:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.5\";s:2:\"to\";s:5:\"3.0.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-09-07 14:23:24\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.5\";s:2:\"to\";s:5:\"3.0.6\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bb50facd2606ef1949a7793d225232a6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-09-20 22:22:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.6\";s:2:\"to\";s:5:\"3.0.9\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-09-20 22:22:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.6\";s:2:\"to\";s:5:\"3.0.9\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2b739a3467504461f82d9c833dfb6fa0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-10-05 14:47:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.9\";s:2:\"to\";s:6:\"3.0.11\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-10-05 14:47:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.0.9\";s:2:\"to\";s:6:\"3.0.11\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1f7fc1c17486be31abc08c62b5995e69\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-19 12:41:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.11\";s:2:\"to\";s:5:\"3.1.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-19 12:41:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.11\";s:2:\"to\";s:5:\"3.1.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}","no");
INSERT INTO `wp_options` VALUES("260","eael_save_settings","a:30:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:21:\"eael-reading-progress\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("263","wpdeveloper_plugins_data","a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1621843674;s:6:\"review\";i:1620354758;}s:4:\"time\";i:1600640566;s:7:\"version\";s:5:\"4.2.4\";}}","yes");
INSERT INTO `wp_options` VALUES("264","eael_version","4.2.4","yes");
INSERT INTO `wp_options` VALUES("265","wpins_essential_adons_elementor_force_tracked","1","yes");
INSERT INTO `wp_options` VALUES("266","wpins_block_notice","a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}","yes");
INSERT INTO `wp_options` VALUES("286","widget_sonaar-music","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("293","iron_music_player","a:9:{s:22:\"music_player_coverSize\";s:5:\"large\";s:21:\"music_player_playlist\";a:4:{s:11:\"font-family\";s:15:\"Roboto+Slab:700\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:7:\"#160000\";s:9:\"collector\";s:0:\"\";}s:27:\"music_player_featured_color\";s:7:\"#0066bf\";s:25:\"music_player_store_drawer\";s:7:\"#BBBBBB\";s:23:\"music_player_icon_color\";s:7:\"#839926\";s:24:\"music_player_album_title\";a:4:{s:11:\"font-family\";s:15:\"Roboto+Mono:100\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:7:\"#424242\";s:9:\"collector\";s:0:\"\";}s:27:\"music_player_timeline_color\";s:19:\"rgba(31, 31, 31, 1)\";s:27:\"music_player_progress_color\";s:21:\"rgba(13, 237, 180, 1)\";s:17:\"music_player_date\";a:4:{s:11:\"font-family\";s:23:\"RobotoCondensed:regular\";s:9:\"font-size\";s:0:\"\";s:5:\"color\";s:7:\"#3f3f3f\";s:9:\"collector\";s:0:\"\";}}","yes");
INSERT INTO `wp_options` VALUES("342","themify_audio_dock_playlist","a:2:{i:0;a:2:{s:4:\"name\";s:13:\"My Back Pages\";s:4:\"file\";s:66:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Pages-Mix.mp3\";}i:1;a:2:{s:4:\"name\";s:12:\"Wild Flowers\";s:4:\"file\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/WildFlowers-Mix2.mp3\";}}","yes");
INSERT INTO `wp_options` VALUES("343","themify_audio_dock_autoplay","yes","yes");
INSERT INTO `wp_options` VALUES("344","themify_audio_dock_collapsed","no","yes");
INSERT INTO `wp_options` VALUES("345","themify_audio_dock_bar_color","rgba(96, 97, 96, 1)","yes");
INSERT INTO `wp_options` VALUES("346","themify_audio_dock_track_color","rgba(56, 83, 255, 1)","yes");
INSERT INTO `wp_options` VALUES("419","sc_project","0","yes");
INSERT INTO `wp_options` VALUES("420","key_sc_security","","yes");
INSERT INTO `wp_options` VALUES("421","sc_invisible","0","yes");
INSERT INTO `wp_options` VALUES("424","wp_statistics_plugin_version","12.6.13","yes");
INSERT INTO `wp_options` VALUES("425","wp_statistics_db_version","12.6.13","yes");
INSERT INTO `wp_options` VALUES("426","wp_statistics","a:28:{s:18:\"pending_db_updates\";a:2:{s:13:\"date_ip_agent\";b:0;s:11:\"unique_date\";b:0;}s:16:\"search_converted\";i:1;s:9:\"robotlist\";s:1715:\"007ac9\n5bot\nA6-Indexer\nAbachoBOT\naccoona\nAcoiRobot\nAddThis.com\nADmantX\nAdsBot-Google\nadvbot\nAhrefsBot\naiHitBot\nalexa\nalphabot\nAltaVista\nAntivirusPro\nanyevent\nappie\nApplebot\narchive.org_bot\nAsk Jeeves\nASPSeek\nBaiduspider\nBenjojo\nBeetleBot\nbingbot\nBlekkobot\nblexbot\nBOT for JCE\nbubing\nButterfly\ncbot\nclamantivirus\ncliqzbot\nclumboot\ncoccoc\ncrawler\nCrocCrawler\ncrowsnest.tv\ndbot\ndl2bot\ndotbot\ndownloadbot\nduckduckgo\nDumbot\nEasouSpider\neStyle\nEveryoneSocialBot\nExabot\nezooms\nfacebook.com\nfacebookexternalhit\nFAST\nFeedfetcher-Google\nfeedzirra\nfindxbot\nFirfly\nFriendFeedBot\nfroogle\nGeonaBot\nGigabot\ngirafabot\ngimme60bot\nglbot\nGooglebot\nGroupHigh\nia_archiver\nIDBot\nInfoSeek\ninktomi\nIstellaBot\njetmon\nKraken\nLeikibot\nlinkapediabot\nlinkdexbot\nLinkpadBot\nLoadTimeBot\nlooksmart\nltx71\nLycos\nMail.RU_Bot\nMe.dium\nmeanpathbot\nmediabot\nmedialbot\nMediapartners-Google\nMJ12bot\nmsnbot\nMojeekBot\nmonobot\nmoreover\nMRBOT\nNationalDirectory\nNerdyBot\nNetcraftSurveyAgent\nniki-bot\nnutch\nOpenbot\nOrangeBot\nowler\np4Bot\nPaperLiBot\npageanalyzer\nPagesInventory\nPimonster\nporkbun\npr-cy\nproximic\npwbot\nr4bot\nrabaz\nRambler\nRankivabot\nrevip\nriddler\nrogerbot\nScooter\nScrubby\nscrapy.org\nSearchmetricsBot\nsees.co\nSemanticBot\nSemrushBot\nSeznamBot\nsfFeedReader\nshareaholic-bot\nsistrix\nSiteExplorer\nSlurp\nSocialradarbot\nSocialSearch\nSogou web spider\nSpade\nspbot\nSpiderLing\nSputnikBot\nSuperfeedr\nSurveyBot\nTechnoratiSnoop\nTECNOSEEK\nTeoma\ntrendictionbot\nTweetmemeBot\nTwiceler\nTwitterbot\nTwitturls\nu2bot\nuMBot-LN\nuni5download\nunrulymedia\nUptimeRobot\nURL_Spider_SQL\nVagabondo\nvBSEO\nWASALive-Bot\nWebAlta Crawler\nWebBug\nWebFindBot\nWebMasterAid\nWeSEE\nWotbox\nwsowner\nwsr-agent\nwww.galaxy.com\nx100bot\nXoviBot\nxzybot\nyandex\nYahoo\nYammybot\nYoudaoBot\nZyBorg\nZemlyaCrawl\";s:13:\"anonymize_ips\";b:0;s:5:\"geoip\";b:0;s:10:\"useronline\";b:1;s:6:\"visits\";b:1;s:8:\"visitors\";b:1;s:5:\"pages\";b:1;s:12:\"check_online\";s:3:\"120\";s:8:\"menu_bar\";b:0;s:11:\"coefficient\";s:1:\"1\";s:12:\"stats_report\";b:0;s:11:\"time_report\";s:5:\"daily\";s:11:\"send_report\";s:4:\"mail\";s:14:\"content_report\";s:0:\"\";s:12:\"update_geoip\";b:1;s:8:\"store_ua\";b:0;s:21:\"exclude_administrator\";s:1:\"1\";s:18:\"disable_se_clearch\";b:1;s:16:\"disable_se_qwant\";b:1;s:16:\"disable_se_baidu\";b:1;s:14:\"disable_se_ask\";b:1;s:8:\"map_type\";s:6:\"jqvmap\";s:9:\"ip_method\";s:11:\"REMOTE_ADDR\";s:18:\"force_robot_update\";b:1;s:17:\"show_welcome_page\";b:0;s:23:\"first_show_welcome_page\";b:1;}","yes");
INSERT INTO `wp_options` VALUES("427","widget_wp_statistics_widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("428","wp_statistics_check_useronline","1620498222","yes");
INSERT INTO `wp_options` VALUES("429","wp_statistics_overview_page_ads","a:3:{s:9:\"timestamp\";i:1601909652;s:3:\"ads\";a:6:{s:2:\"ID\";s:6:\"wp-sms\";s:5:\"title\";s:6:\"WP-SMS\";s:4:\"link\";s:22:\"https://bit.ly/30yWb8H\";s:5:\"image\";s:22:\"https://bit.ly/2LLePqv\";s:7:\"_target\";s:3:\"yes\";s:6:\"status\";s:3:\"yes\";}s:4:\"view\";s:0:\"\";}","no");
INSERT INTO `wp_options` VALUES("436","wp_statistics_referrals_detail","a:13:{s:18:\"www.mc-reunion.com\";a:3:{s:2:\"ip\";s:13:\"66.96.147.115\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:43:\"MC Reunion – We\'re younger than that now!\";}s:14:\"mc-reunion.com\";a:3:{s:2:\"ip\";s:13:\"66.96.147.115\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:43:\"MC Reunion – We\'re younger than that now!\";}s:16:\"fourth-stage.com\";a:3:{s:2:\"ip\";s:13:\"66.96.147.115\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:52:\"The 4th Stage – Life is too short to not be happy!\";}s:14:\"www.google.com\";a:3:{s:2:\"ip\";s:14:\"172.217.12.164\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:6:\"Google\";}s:14:\"robhopping.com\";a:3:{s:2:\"ip\";s:12:\"66.96.149.32\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:11:\"Rob Hopping\";}s:17:\"brandnewblogs.com\";a:3:{s:2:\"ip\";s:15:\"173.205.127.152\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:70:\"Brand New Blogs – Data, statistics, analysis, articles and new blogs\";}s:16:\"www.facebook.net\";a:3:{s:2:\"ip\";s:0:\"\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:21:\"www.mc-reunion.com:80\";a:3:{s:2:\"ip\";s:0:\"\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:43:\"MC Reunion – We\'re younger than that now!\";}s:21:\"www.marinetraffic.com\";a:3:{s:2:\"ip\";s:13:\"104.22.69.128\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:69:\"MarineTraffic: Global Ship Tracking Intelligence | AIS Marine Traffic\";}s:10:\"google.com\";a:3:{s:2:\"ip\";s:13:\"172.217.10.14\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:6:\"Google\";}s:14:\"m.facebook.com\";a:3:{s:2:\"ip\";s:11:\"31.13.65.36\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:28:\"Facebook - Log In or Sign Up\";}s:9:\"baidu.com\";a:3:{s:2:\"ip\";s:14:\"220.181.38.148\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:0:\"\";}s:18:\"www.robhopping.com\";a:3:{s:2:\"ip\";s:12:\"66.96.149.32\";s:7:\"country\";s:0:\"\";s:5:\"title\";s:11:\"Rob Hopping\";}}","no");
INSERT INTO `wp_options` VALUES("1273","theme_mods_twentyseventeen","a:1:{s:18:\"custom_css_post_id\";i:-1;}","yes");
INSERT INTO `wp_options` VALUES("1295","ss_podcasting_subscribe_options","a:4:{s:10:\"itunes_url\";s:6:\"iTunes\";s:12:\"stitcher_url\";s:8:\"Stitcher\";s:15:\"google_play_url\";s:11:\"Google Play\";s:11:\"spotify_url\";s:7:\"Spotify\";}","yes");
INSERT INTO `wp_options` VALUES("1296","ss_podcasting_episode_description","excerpt","yes");
INSERT INTO `wp_options` VALUES("1297","ssp_version","2.2.3","yes");
INSERT INTO `wp_options` VALUES("1298","ssp_categories_update_dismissed","true","yes");
INSERT INTO `wp_options` VALUES("1299","ssp_upgrade_page_visited","true","yes");
INSERT INTO `wp_options` VALUES("1300","ssp_update_enclosures","run","yes");
INSERT INTO `wp_options` VALUES("1963","auto_core_update_notified","a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"rob@robhopping.com\";s:7:\"version\";s:5:\"5.5.4\";s:9:\"timestamp\";i:1618483842;}","no");
INSERT INTO `wp_options` VALUES("10664","elementor_controls_usage","a:1:{s:7:\"wp-page\";a:7:{s:6:\"column\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_image_mobile\";i:1;s:30:\"background_overlay_size_mobile\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:4:\"size\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:3;s:22:\"image_custom_dimension\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;s:14:\"caption_source\";i:1;s:7:\"caption\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:8:\"_z_index\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:19:\"_section_background\";a:7:{s:28:\"_background_hover_background\";i:1;s:23:\"_background_hover_image\";i:1;s:26:\"_background_hover_position\";i:1;s:24:\"_background_hover_repeat\";i:1;s:22:\"_background_hover_size\";i:1;s:28:\"_background_hover_transition\";i:1;s:22:\"_background_background\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:6:{s:7:\"opacity\";i:1;s:13:\"opacity_hover\";i:1;s:27:\"background_hover_transition\";i:2;s:5:\"width\";i:1;s:5:\"space\";i:1;s:15:\"hover_animation\";i:1;}s:21:\"section_style_caption\";a:6:{s:13:\"caption_align\";i:1;s:10:\"text_color\";i:1;s:29:\"caption_typography_typography\";i:1;s:30:\"caption_typography_font_family\";i:1;s:30:\"caption_typography_font_weight\";i:1;s:13:\"caption_space\";i:1;}}}}s:11:\"testimonial\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:4:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;}}s:5:\"style\";a:3:{s:33:\"section_style_testimonial_content\";a:8:{s:21:\"content_content_color\";i:3;s:29:\"content_typography_typography\";i:3;s:30:\"content_typography_font_family\";i:3;s:28:\"content_typography_font_size\";i:3;s:30:\"content_typography_font_weight\";i:3;s:33:\"content_typography_text_transform\";i:3;s:29:\"content_typography_font_style\";i:3;s:30:\"content_typography_line_height\";i:3;}s:30:\"section_style_testimonial_name\";a:8:{s:15:\"name_text_color\";i:3;s:26:\"name_typography_typography\";i:3;s:27:\"name_typography_font_family\";i:3;s:25:\"name_typography_font_size\";i:3;s:27:\"name_typography_font_weight\";i:3;s:30:\"name_typography_text_transform\";i:3;s:26:\"name_typography_font_style\";i:3;s:27:\"name_typography_line_height\";i:3;}s:29:\"section_style_testimonial_job\";a:3:{s:25:\"job_typography_typography\";i:3;s:26:\"job_typography_font_family\";i:3;s:26:\"job_typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}s:11:\"star-rating\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_rating\";a:2:{s:10:\"star_style\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_stars_style\";a:2:{s:9:\"icon_size\";i:3;s:10:\"icon_space\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}}","no");
INSERT INTO `wp_options` VALUES("10668","elementor_active_kit","132","yes");
INSERT INTO `wp_options` VALUES("14125","elementor_install_history","a:6:{s:5:\"3.0.4\";i:1598815670;s:5:\"3.0.5\";i:1598887611;s:5:\"3.0.6\";i:1599488604;s:5:\"3.0.9\";i:1600640543;s:6:\"3.0.11\";i:1601909243;s:5:\"3.1.4\";i:1616157695;}","yes");
INSERT INTO `wp_options` VALUES("14132","_transient_cb70d11b8","a:2:{i:0;i:132;i:1;i:171;}","yes");
INSERT INTO `wp_options` VALUES("14133","_transient_eael_requires_update","","yes");
INSERT INTO `wp_options` VALUES("14136","admin_email_lifespan","1614439533","yes");
INSERT INTO `wp_options` VALUES("14137","disallowed_keys","","no");
INSERT INTO `wp_options` VALUES("14138","comment_previously_approved","1","yes");
INSERT INTO `wp_options` VALUES("14139","auto_plugin_theme_update_emails","a:0:{}","no");
INSERT INTO `wp_options` VALUES("14140","finished_updating_comment_type","1","yes");
INSERT INTO `wp_options` VALUES("14141","db_upgraded","","yes");
INSERT INTO `wp_options` VALUES("14150","can_compress_scripts","1","no");
INSERT INTO `wp_options` VALUES("14169","_transient_ea1d43322","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("14228","_transient_health-check-site-status-result","{\"good\":10,\"recommended\":9,\"critical\":1}","yes");
INSERT INTO `wp_options` VALUES("14278","_transient_40e4f8434","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("14316","wpaudio_options","a:15:{s:11:\"wpa_version\";N;s:17:\"wpa_pref_link_mp3\";i:0;s:13:\"wpa_tag_audio\";i:0;s:19:\"wpa_track_permalink\";i:1;s:19:\"wpa_style_text_font\";s:10:\"Sans-serif\";s:19:\"wpa_style_text_size\";s:4:\"18px\";s:21:\"wpa_style_text_weight\";s:6:\"normal\";s:29:\"wpa_style_text_letter_spacing\";s:6:\"normal\";s:20:\"wpa_style_text_color\";s:7:\"inherit\";s:20:\"wpa_style_link_color\";s:4:\"#24f\";s:26:\"wpa_style_link_hover_color\";s:4:\"#02f\";s:21:\"wpa_style_bar_base_bg\";s:4:\"#eee\";s:21:\"wpa_style_bar_load_bg\";s:4:\"#ccc\";s:25:\"wpa_style_bar_position_bg\";s:4:\"#46f\";s:19:\"wpa_style_sub_color\";s:4:\"#aaa\";}","no");
INSERT INTO `wp_options` VALUES("14317","_transient_265a76343","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("14321","_transient_3dee7e0f9","a:1:{i:0;i:132;}","yes");
INSERT INTO `wp_options` VALUES("14323","_transient_c0b9b00fb","a:2:{i:0;i:132;i:1;i:171;}","yes");
INSERT INTO `wp_options` VALUES("14330","ss_podcasting_second_line_themes_themes","true","yes");
INSERT INTO `wp_options` VALUES("14333","widget_podcast-playlist","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("14334","widget_recent-podcast-episodes","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("14335","widget_podcast-series","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("14336","widget_single-podcast-episode","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `wp_options` VALUES("14339","_transient_06a943c59","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("14340","_transient_106a6c241","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("15589","_elementor_editor_upgrade_notice_dismissed","1600724663","yes");
INSERT INTO `wp_options` VALUES("16707","_transient_379c0f897","a:0:{}","yes");
INSERT INTO `wp_options` VALUES("24413","_elementor_global_css","a:6:{s:4:\"time\";i:1616172493;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}","yes");
INSERT INTO `wp_options` VALUES("25776","_site_transient_update_core","O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.1\";s:7:\"version\";s:5:\"5.7.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.1\";s:7:\"version\";s:5:\"5.7.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.3\";s:7:\"version\";s:5:\"5.6.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1620470646;s:15:\"version_checked\";s:5:\"5.5.4\";s:12:\"translations\";a:0:{}}","no");
INSERT INTO `wp_options` VALUES("26947","_site_transient_timeout_theme_roots","1620472446","no");
INSERT INTO `wp_options` VALUES("26948","_site_transient_theme_roots","a:4:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}","no");
INSERT INTO `wp_options` VALUES("26949","_site_transient_update_themes","O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1620470646;s:7:\"checked\";a:4:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:13:\"twentysixteen\";s:3:\"2.2\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:4:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.0.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.4.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}","no");
INSERT INTO `wp_options` VALUES("26950","_site_transient_update_plugins","O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1620470647;s:7:\"checked\";a:8:{s:19:\"akismet/akismet.php\";s:5:\"4.1.6\";s:29:\"audioigniter/audioigniter.php\";s:5:\"1.6.2\";s:28:\"easy-media-download/main.php\";s:5:\"1.1.5\";s:23:\"elementor/elementor.php\";s:5:\"3.1.4\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"4.2.4\";s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";s:5:\"2.2.3\";s:30:\"wpaudio-mp3-player/wpaudio.php\";s:5:\"4.0.2\";s:31:\"wp-statistics/wp-statistics.php\";s:7:\"12.6.13\";}s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"audioigniter/audioigniter.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/audioigniter\";s:4:\"slug\";s:12:\"audioigniter\";s:6:\"plugin\";s:29:\"audioigniter/audioigniter.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/audioigniter/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/audioigniter.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/audioigniter/assets/icon-256x256.png?rev=1485793\";s:2:\"1x\";s:65:\"https://ps.w.org/audioigniter/assets/icon-128x128.png?rev=1485793\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/audioigniter/assets/banner-1544x500.png?rev=1485793\";s:2:\"1x\";s:67:\"https://ps.w.org/audioigniter/assets/banner-772x250.png?rev=1485793\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.2.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"4.6.5\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.4.6.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2285897\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2285897\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2518133\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2518133\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:41:\"w.org/plugins/seriously-simple-podcasting\";s:4:\"slug\";s:27:\"seriously-simple-podcasting\";s:6:\"plugin\";s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";s:11:\"new_version\";s:5:\"2.6.5\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/seriously-simple-podcasting/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/seriously-simple-podcasting.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/seriously-simple-podcasting/assets/icon-256x256.png?rev=970355\";s:2:\"1x\";s:79:\"https://ps.w.org/seriously-simple-podcasting/assets/icon-128x128.png?rev=970355\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/seriously-simple-podcasting/assets/banner-1544x500.png?rev=1118552\";s:2:\"1x\";s:82:\"https://ps.w.org/seriously-simple-podcasting/assets/banner-772x250.png?rev=1118552\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/seriously-simple-podcasting/assets/banner-1544x500-rtl.png?rev=1284654\";s:2:\"1x\";s:86:\"https://ps.w.org/seriously-simple-podcasting/assets/banner-772x250-rtl.png?rev=1284654\";}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"wp-statistics/wp-statistics.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wp-statistics\";s:4:\"slug\";s:13:\"wp-statistics\";s:6:\"plugin\";s:31:\"wp-statistics/wp-statistics.php\";s:11:\"new_version\";s:6:\"13.0.8\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-statistics/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-statistics.13.0.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-statistics/assets/icon-256x256.png?rev=1673578\";s:2:\"1x\";s:58:\"https://ps.w.org/wp-statistics/assets/icon.svg?rev=2041108\";s:3:\"svg\";s:58:\"https://ps.w.org/wp-statistics/assets/icon.svg?rev=2041108\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-statistics/assets/banner-772x250.png?rev=2041108\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:28:\"easy-media-download/main.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/easy-media-download\";s:4:\"slug\";s:19:\"easy-media-download\";s:6:\"plugin\";s:28:\"easy-media-download/main.php\";s:11:\"new_version\";s:5:\"1.1.5\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/easy-media-download/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/easy-media-download.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/easy-media-download/assets/icon-128x128.png?rev=1137696\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/easy-media-download/assets/banner-772x250.png?rev=1283845\";}s:11:\"banners_rtl\";a:0:{}}s:30:\"wpaudio-mp3-player/wpaudio.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wpaudio-mp3-player\";s:4:\"slug\";s:18:\"wpaudio-mp3-player\";s:6:\"plugin\";s:30:\"wpaudio-mp3-player/wpaudio.php\";s:11:\"new_version\";s:5:\"4.0.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wpaudio-mp3-player/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wpaudio-mp3-player.4.0.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/wpaudio-mp3-player.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}","no");
INSERT INTO `wp_options` VALUES("26959","_transient_timeout_wps_excluded_hostname_to_ip_cache","1620498582","no");
INSERT INTO `wp_options` VALUES("26960","_transient_wps_excluded_hostname_to_ip_cache","a:0:{}","no");



DROP TABLE IF EXISTS `wp_postmeta`;

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1264 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_postmeta` VALUES("1","2","_wp_page_template","default");
INSERT INTO `wp_postmeta` VALUES("2","3","_wp_page_template","default");
INSERT INTO `wp_postmeta` VALUES("5","7","_edit_lock","1598970473:1");
INSERT INTO `wp_postmeta` VALUES("6","7","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("7","7","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("8","7","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("9","7","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("10","7","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c188304\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"163\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix2.mp3\",\"title\":\"Got to Get You Into My Life\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1c26daf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"154\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"title\":\"Apartment Song\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("11","9","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("12","9","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("13","9","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("14","9","_wp_page_template","elementor_header_footer");
INSERT INTO `wp_postmeta` VALUES("15","9","_elementor_data","[{\"id\":\"52d75bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7f5d8b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bbf77b2\",\"elType\":\"widget\",\"settings\":{\"sc_buying\":\"\",\"sc_liking\":\"\",\"sc_show_artwork\":\"\",\"sc_show_comments\":\"\",\"sc_show_user\":\"\"},\"elements\":[],\"widgetType\":\"audio\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("16","10","_wp_attached_file","2019/09/MC-Boyz.png");
INSERT INTO `wp_postmeta` VALUES("17","10","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1400;s:4:\"file\";s:19:\"2019/09/MC-Boyz.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MC-Boyz-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MC-Boyz-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MC-Boyz-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"MC-Boyz-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("18","11","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("19","11","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("20","11","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("21","11","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("22","11","_elementor_data","[{\"id\":\"a447bcb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15c14ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"074bdb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("23","12","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("24","12","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("25","12","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("26","12","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("27","12","_elementor_data","[{\"id\":\"a447bcb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15c14ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"074bdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium_large\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("33","14","_wp_attached_file","2019/09/I-need-You.mp3");
INSERT INTO `wp_postmeta` VALUES("34","14","_wp_attachment_metadata","a:19:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:128000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.99r\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.090702947845804988;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:2638652;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:165;s:16:\"length_formatted\";s:4:\"2:45\";s:5:\"album\";s:12:\"Liddle Class\";s:5:\"title\";s:10:\"I Need You\";s:6:\"artist\";s:12:\"Middle Class\";}");
INSERT INTO `wp_postmeta` VALUES("43","16","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("44","16","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("45","16","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("46","16","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("47","16","_elementor_data","[{\"id\":\"a447bcb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"15c14ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"074bdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium_large\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("48","16","_elementor_controls_usage","a:3:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("58","7","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("59","18","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("60","18","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("61","18","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("62","18","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("63","18","_elementor_data","[]");
INSERT INTO `wp_postmeta` VALUES("64","18","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:64:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png\";s:2:\"id\";s:2:\"10\";}s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("67","7","eael_transient_elements","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("68","19","_wp_attached_file","2019/09/1-Headlight-Mix5.mp3");
INSERT INTO `wp_postmeta` VALUES("69","19","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7490036;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:312;s:16:\"length_formatted\";s:4:\"5:12\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("70","20","_wp_attached_file","2019/09/2Times-Mix.mp3");
INSERT INTO `wp_postmeta` VALUES("71","21","_wp_attached_file","2019/09/420-Acc-Mix.mp3");
INSERT INTO `wp_postmeta` VALUES("72","21","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:4332146;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:181;s:16:\"length_formatted\";s:4:\"3:01\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("74","23","_wp_attached_file","2019/09/BlackBird_Final.mp3");
INSERT INTO `wp_postmeta` VALUES("75","23","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:3841879;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:160;s:16:\"length_formatted\";s:4:\"2:40\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("76","24","_wp_attached_file","2019/09/Change-Mix.mp3");
INSERT INTO `wp_postmeta` VALUES("77","25","_wp_attached_file","2019/09/Doncha-NO.mp3");
INSERT INTO `wp_postmeta` VALUES("78","25","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:5208815;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:130;s:16:\"length_formatted\";s:4:\"2:10\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("79","26","_wp_attached_file","2019/09/DrySpell_Final.mp3");
INSERT INTO `wp_postmeta` VALUES("80","26","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:4695143;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:196;s:16:\"length_formatted\";s:4:\"3:16\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("81","27","_wp_attached_file","2019/09/Easy_Final.mp3");
INSERT INTO `wp_postmeta` VALUES("82","27","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:4708936;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:196;s:16:\"length_formatted\";s:4:\"3:16\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("83","28","_wp_attached_file","2019/09/EOI-Mix-Ed.mp3");
INSERT INTO `wp_postmeta` VALUES("84","29","_wp_attached_file","2019/09/FR-Final.mp3");
INSERT INTO `wp_postmeta` VALUES("85","29","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:5473801;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:228;s:16:\"length_formatted\";s:4:\"3:48\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("86","30","_wp_attached_file","2019/09/Fields-Final-Final.mp3");
INSERT INTO `wp_postmeta` VALUES("89","32","_wp_attached_file","2019/09/FreeFallin-Joe.mp3");
INSERT INTO `wp_postmeta` VALUES("90","33","_wp_attached_file","2019/09/Handle-mix3.mp3");
INSERT INTO `wp_postmeta` VALUES("91","33","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7921370;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:198;s:16:\"length_formatted\";s:4:\"3:18\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("92","34","_wp_attached_file","2019/09/HarvestMoon-Mix.mp3");
INSERT INTO `wp_postmeta` VALUES("93","34","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6421106;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:268;s:16:\"length_formatted\";s:4:\"4:28\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("94","35","_wp_attached_file","2019/09/Heart-Final.mp3");
INSERT INTO `wp_postmeta` VALUES("95","36","_wp_attached_file","2019/09/Hide_Final.mp3");
INSERT INTO `wp_postmeta` VALUES("96","36","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:3441266;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:143;s:16:\"length_formatted\";s:4:\"2:23\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("97","37","_wp_attached_file","2019/09/Hurt-Mix-Ed.mp3");
INSERT INTO `wp_postmeta` VALUES("98","37","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6271894;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:261;s:16:\"length_formatted\";s:4:\"4:21\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("99","38","_wp_attached_file","2019/09/Kink-AlbumMix.mp3");
INSERT INTO `wp_postmeta` VALUES("100","38","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:16559542;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:414;s:16:\"length_formatted\";s:4:\"6:54\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("103","40","_wp_attached_file","2019/09/LookingEast_Final.mp3");
INSERT INTO `wp_postmeta` VALUES("104","40","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7252426;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:302;s:16:\"length_formatted\";s:4:\"5:02\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("105","41","_wp_attached_file","2019/09/NW-Mix3.mp3");
INSERT INTO `wp_postmeta` VALUES("106","41","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:3295189;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:137;s:16:\"length_formatted\";s:4:\"2:17\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("107","42","_wp_attached_file","2019/09/Pages-Mix.mp3");
INSERT INTO `wp_postmeta` VALUES("108","43","_wp_attached_file","2019/09/Riders-Mix4.mp3");
INSERT INTO `wp_postmeta` VALUES("109","43","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7059956;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:294;s:16:\"length_formatted\";s:4:\"4:54\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("110","44","_wp_attached_file","2019/09/Running-Mix3.mp3");
INSERT INTO `wp_postmeta` VALUES("111","44","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:5681945;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:237;s:16:\"length_formatted\";s:4:\"3:57\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("112","45","_wp_attached_file","2019/09/SomethingGood-Mix3.mp3");
INSERT INTO `wp_postmeta` VALUES("113","45","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:10117746;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:253;s:16:\"length_formatted\";s:4:\"4:13\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("114","46","_wp_attached_file","2019/09/T-Bone_Final.mp3");
INSERT INTO `wp_postmeta` VALUES("115","46","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:5522075;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:230;s:16:\"length_formatted\";s:4:\"3:50\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("116","47","_wp_attached_file","2019/09/Things_Final.mp3");
INSERT INTO `wp_postmeta` VALUES("117","47","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:4163499;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:173;s:16:\"length_formatted\";s:4:\"2:53\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("118","48","_wp_attached_file","2019/09/WildFlowers-Mix2.mp3");
INSERT INTO `wp_postmeta` VALUES("119","48","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7671640;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:192;s:16:\"length_formatted\";s:4:\"3:12\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("120","49","_wp_attached_file","2019/09/WO_Mix2.mp3");
INSERT INTO `wp_postmeta` VALUES("121","49","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:5381014;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:224;s:16:\"length_formatted\";s:4:\"3:44\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("122","50","_wp_attached_file","2019/09/WT-Mix2.mp3");
INSERT INTO `wp_postmeta` VALUES("123","50","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6266879;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:261;s:16:\"length_formatted\";s:4:\"4:21\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("124","14","_edit_lock","1568496638:1");
INSERT INTO `wp_postmeta` VALUES("125","51","_edit_last","1");
INSERT INTO `wp_postmeta` VALUES("126","51","_edit_lock","1568506305:1");
INSERT INTO `wp_postmeta` VALUES("127","24","_wp_attachment_metadata","a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("128","51","alb_tracklist","a:12:{i:0;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:48;s:9:\"track_mp3\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/WildFlowers-Mix2.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:1;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:33;s:9:\"track_mp3\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Handle-mix3.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:2;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:24;s:9:\"track_mp3\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Change-Mix.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:3;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:23;s:9:\"track_mp3\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/BlackBird_Final.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:4;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:28;s:9:\"track_mp3\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/EOI-Mix-Ed.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:5;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:41;s:9:\"track_mp3\";s:64:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/NW-Mix3.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:6;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:40;s:9:\"track_mp3\";s:74:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/LookingEast_Final.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:7;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:43;s:9:\"track_mp3\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Riders-Mix4.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:8;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:22;s:9:\"track_mp3\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Barricades-Final.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:9;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:36;s:9:\"track_mp3\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Hide_Final.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:10;a:8:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:45;s:9:\"track_mp3\";s:75:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/SomethingGood-Mix3.mp3\";s:11:\"stream_link\";s:0:\"\";s:12:\"stream_title\";s:0:\"\";s:13:\"stream_artist\";s:0:\"\";s:12:\"stream_album\";s:0:\"\";s:15:\"song_store_list\";a:0:{}}i:11;a:3:{s:12:\"FileOrStream\";s:3:\"mp3\";s:12:\"track_mp3_id\";i:50;s:9:\"track_mp3\";s:64:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/WT-Mix2.mp3\";}}");
INSERT INTO `wp_postmeta` VALUES("129","51","eael_transient_elements","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("130","51","_elementor_controls_usage","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("138","28","_wp_attachment_metadata","a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("147","55","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("148","55","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("149","55","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("150","55","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("151","55","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption_source\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\"},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("152","55","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("153","55","_elementor_controls_usage","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("155","51","alb_release_date","MC\'s Greatest Hits");
INSERT INTO `wp_postmeta` VALUES("156","59","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("157","59","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("158","59","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("159","59","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("160","59","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption_source\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_z_index\":3},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("161","59","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("165","60","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("166","60","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("167","60","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("168","60","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("169","60","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_z_index\":3},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("170","60","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("174","61","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("175","61","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("176","61","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("177","61","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("178","61","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption\":\"The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_z_index\":3},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("179","61","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("191","63","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("192","63","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("193","63","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("194","63","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("195","63","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption\":\"The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MC\'s musical innovations and commercial success inspired musicians from Newport Beach to Anaheim. Many artists have acknowledged the MC\'s influence on their lives and careers. On high school stages in the mid 1960\'s, their arrival marked the beginning of a new era. They helped to re-define Toga Parties as more than just a few hits performed for incredibly hot college co-eds. The MC\'s were true innovators. The [infamous] Balboa Island Party attracted an estimated 53 fans, then the largest audience in Balboa Island teenage party history. And emulation of their clothing and especially their hairstyles, became a mark of rebellion.<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_z_index\":3},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("196","63","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("198","64","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("199","64","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("200","64","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("201","64","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("202","64","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption\":\"The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MC\'s musical innovations and commercial success inspired musicians from Newport Beach to Anaheim. Many artists have acknowledged the MC\'s influence on their lives and careers. On high school stages in the mid 1960\'s, their arrival marked the beginning of a new era. They helped to re-define Toga Parties as more than just a few hits performed for incredibly hot college co-eds. The MC\'s were true innovators. The [infamous] Balboa Island Party attracted an estimated 53 fans, then the largest audience in Balboa Island teenage party history. And emulation of their clothing and especially their hairstyles, became a mark of rebellion.<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_z_index\":3},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("203","64","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("206","65","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("207","65","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("208","65","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("209","65","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("210","65","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption\":\"The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MC\'s musical innovations and commercial success inspired musicians from Newport Beach to Anaheim. Many artists have acknowledged the MC\'s influence on their lives and careers. On high school stages in the mid 1960\'s, their arrival marked the beginning of a new era. They helped to re-define Toga Parties as more than just a few hits performed for incredibly hot college co-eds. The MC\'s were true innovators. The [infamous] Balboa Island Party attracted an estimated 53 fans, then the largest audience in Balboa Island teenage party history. And emulation of their clothing and especially their hairstyles, became a mark of rebellion.<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_z_index\":3,\"_margin\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("211","65","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("215","66","_wp_attached_file","2019/09/Great-WIde-Open.mp3");
INSERT INTO `wp_postmeta` VALUES("216","66","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:8451133;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:211;s:16:\"length_formatted\";s:4:\"3:31\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("217","50","_edit_lock","1568518141:1");
INSERT INTO `wp_postmeta` VALUES("218","50","_edit_last","1");
INSERT INTO `wp_postmeta` VALUES("219","50","eael_transient_elements","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("220","67","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("221","67","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("222","67","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("223","67","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("224","67","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"298df55\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Goudy Bookletter 1911\",\"typography_font_weight\":\"900\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption\":\"The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MC\'s musical innovations and commercial success inspired musicians from Newport Beach to Anaheim. Many artists have acknowledged the MC\'s influence on their lives and careers. On high school stages in the mid 1960\'s, their arrival marked the beginning of a new era. They helped to re-define Toga Parties as more than just a few hits performed for incredibly hot college co-eds. The MC\'s were true innovators. The [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. And emulation of their clothing and especially their hairstyles, became a mark of rebellion.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_z_index\":3,\"_margin\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("225","67","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("235","69","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("236","69","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("237","69","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("238","69","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("239","69","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55d7548\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"caption\":\"The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.\",\"_background_background\":\"classic\",\"_background_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"_background_position\":\"bottom center\",\"_background_repeat\":\"repeat\",\"_background_size\":\"contain\",\"_element_width\":\"inherit\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \\\"do you want fries with that?\\\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6998f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_width\":{\"unit\":\"px\",\"size\":993,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c9fa1d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c425980\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7006330\",\"elType\":\"widget\",\"settings\":{\"playlist_list\":[\"51\"],\"playlist_show_album_market\":\"\",\"playlist_show_soundwave\":\"yes\",\"_animation\":\"fadeIn\",\"_background_background\":\"classic\",\"_background_position\":\"top right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_z_index\":3,\"_margin\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"music-player\"}],\"isInner\":false},{\"id\":\"c4ce8a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("240","69","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("251","71","_wp_attached_file","2019/09/Penguins.jpg");
INSERT INTO `wp_postmeta` VALUES("252","71","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2019/09/Penguins.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Penguins-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Penguins-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Penguins-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Penguins-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Corbis\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1203311251\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("253","72","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("254","72","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("255","72","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("256","72","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("257","72","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Penguins.jpg\",\"id\":71}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \\\"do you want fries with that?\\\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("258","72","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("260","73","_wp_attached_file","2019/09/bunks.jpg");
INSERT INTO `wp_postmeta` VALUES("261","73","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:802;s:4:\"file\";s:17:\"2019/09/bunks.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"bunks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"bunks-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"bunks-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"bunks-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("269","75","_wp_attached_file","2019/09/red-cliffs.jpg");
INSERT INTO `wp_postmeta` VALUES("270","75","_wp_attachment_metadata","a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:1799;s:4:\"file\";s:22:\"2019/09/red-cliffs.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"red-cliffs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"red-cliffs-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"red-cliffs-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"red-cliffs-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"red-cliffs-1568x882.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("271","76","_wp_attached_file","2019/09/Chrysanthemum.jpg");
INSERT INTO `wp_postmeta` VALUES("272","76","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2019/09/Chrysanthemum.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Chrysanthemum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Chrysanthemum-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Chrysanthemum-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Chrysanthemum-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Corbis\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1205503166\";s:9:\"copyright\";s:32:\"© Corbis.  All Rights Reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("273","77","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("274","77","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("275","77","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("276","77","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("277","77","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.16,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \\\"do you want fries with that?\\\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("278","77","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("281","78","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("282","78","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("283","78","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("284","78","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("285","78","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \\\"do you want fries with that?\\\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("286","78","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("298","80","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("299","80","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("300","80","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("301","80","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("302","80","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \\\"do you want fries with that?\\\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("303","80","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("306","81","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("307","81","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("308","81","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("309","81","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("310","81","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \\\"do you want fries with that?\\\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norweigen Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("311","81","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("323","83","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("324","83","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("325","83","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("326","83","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("327","83","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norweigen Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("328","83","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("338","42","_wp_attachment_metadata","a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("349","86","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("350","86","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("351","86","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("352","86","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("353","86","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("354","86","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("357","20","_wp_attachment_metadata","a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("358","87","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("359","87","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("360","87","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("361","87","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("362","87","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Kink-AlbumMix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"38\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Kink-AlbumMix.mp3\",\"title\":\"Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("363","87","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("365","32","_wp_attachment_metadata","a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("366","30","_wp_attachment_metadata","a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("367","35","_wp_attachment_metadata","a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("375","89","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("376","89","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("377","89","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("378","89","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("379","89","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Kink-AlbumMix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"38\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Kink-AlbumMix.mp3\",\"title\":\"Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("380","89","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("389","91","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("390","91","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("391","91","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("392","91","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("393","91","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Kink-AlbumMix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"38\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Kink-AlbumMix.mp3\",\"title\":\"Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Doncha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("394","91","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("397","92","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("398","92","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("399","92","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("400","92","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("401","92","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Kink-AlbumMix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"38\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Kink-AlbumMix.mp3\",\"title\":\"Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Doncha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("402","92","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("406","1","eael_transient_elements","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("408","94","_wp_attached_file","2019/09/NEW-Kink-AlbumMixFinal.mp3");
INSERT INTO `wp_postmeta` VALUES("409","94","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:16556407;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:414;s:16:\"length_formatted\";s:4:\"6:54\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("410","95","_wp_attached_file","2019/09/NEW-Kink-RadioMixFinal.mp3");
INSERT INTO `wp_postmeta` VALUES("411","95","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:12023640;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:301;s:16:\"length_formatted\";s:4:\"5:01\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("412","96","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("413","96","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("414","96","_elementor_version","2.7.1");
INSERT INTO `wp_postmeta` VALUES("415","96","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("416","96","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Doncha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("417","96","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("420","97","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("421","97","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("422","97","_elementor_version","2.7.2");
INSERT INTO `wp_postmeta` VALUES("423","97","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("424","97","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("425","97","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("428","98","_wp_attached_file","2019/09/Good-To-Be-King-8.0.mp3");
INSERT INTO `wp_postmeta` VALUES("429","98","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7279721;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:303;s:16:\"length_formatted\";s:4:\"5:03\";s:16:\"encoder_settings\";s:18:\"Logic Pro X 10.4.6\";s:7:\"comment\";s:90:\" 0000036B 000003D7 00002F36 000038F6 00013AB1 0000CD82 0000828D 0000835E 0002E8E5 000317BC\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("438","100","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("439","100","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("440","100","_elementor_version","2.7.2");
INSERT INTO `wp_postmeta` VALUES("441","100","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("442","100","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Penguins.jpg\",\"id\":71},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("443","100","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("445","101","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("446","101","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("447","101","_elementor_version","2.7.2");
INSERT INTO `wp_postmeta` VALUES("448","101","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("449","101","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("450","101","_elementor_page_settings","a:5:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("463","104","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("464","104","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("465","104","_elementor_version","2.7.2");
INSERT INTO `wp_postmeta` VALUES("466","104","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("467","104","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("468","104","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("479","106","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("480","106","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("481","106","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("482","106","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("483","106","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19a2228\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(0,0,0,0)\",\"_background_hover_background\":\"classic\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("484","106","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("487","107","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("488","107","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("489","107","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("490","107","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("491","107","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("492","107","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("496","108","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("497","108","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("498","108","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("499","108","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("500","108","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("501","108","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("521","111","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("522","111","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("523","111","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("524","111","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("525","111","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ca170e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>DOWNLOAD<\\/p><p>[audio mp3=\\\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\\\"][\\/audio]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("526","111","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("529","112","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("530","112","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("531","112","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("532","112","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("533","112","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("534","112","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("537","1","_edit_lock","1569872250:1");
INSERT INTO `wp_postmeta` VALUES("574","118","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("575","118","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("576","118","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("577","118","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("578","118","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("579","118","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("592","120","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("593","120","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("594","120","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("595","120","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("596","120","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("597","120","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("600","121","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("601","121","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("602","121","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("603","121","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("604","121","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a35b398\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"98\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Good-To-Be-King-8.0.mp3\",\"title\":\"NEW Good to be Kink RAW\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4610749\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"25\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Doncha-NO.mp3\",\"title\":\"Donut cha NO (Live)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("605","121","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("609","2","eael_transient_elements","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("618","124","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("619","124","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("620","124","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("621","124","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("622","124","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("623","124","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("632","126","_wp_attached_file","2019/12/SunsetBoyz.png");
INSERT INTO `wp_postmeta` VALUES("633","126","_wp_attachment_metadata","a:5:{s:5:\"width\";i:864;s:6:\"height\";i:504;s:4:\"file\";s:22:\"2019/12/SunsetBoyz.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"SunsetBoyz-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"SunsetBoyz-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"SunsetBoyz-768x448.png\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("634","127","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("635","127","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("636","127","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("637","127","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("638","127","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eb286d0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"7aab571\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"da5c424\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"12d9889\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b24cb02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1cc231e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("639","127","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("648","129","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("649","129","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("650","129","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("651","129","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("652","129","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("653","129","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("656","130","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("657","130","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("658","130","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("659","130","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("660","130","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("661","130","_elementor_page_settings","a:6:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("665","132","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("666","132","_elementor_template_type","kit");
INSERT INTO `wp_postmeta` VALUES("667","132","_elementor_version","3.0.11");
INSERT INTO `wp_postmeta` VALUES("669","133","_wp_attached_file","2020/06/New-Face-Final1.mp3");
INSERT INTO `wp_postmeta` VALUES("670","133","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6098023;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:152;s:16:\"length_formatted\";s:4:\"2:32\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("678","135","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("679","135","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("680","135","_elementor_version","2.7.3");
INSERT INTO `wp_postmeta` VALUES("681","135","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("682","135","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("683","135","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("686","136","_wp_attached_file","2020/06/SonJoe-Mix2.mp3");
INSERT INTO `wp_postmeta` VALUES("687","136","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7649697;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:191;s:16:\"length_formatted\";s:4:\"3:11\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("696","138","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("697","138","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("698","138","_elementor_version","2.9.12");
INSERT INTO `wp_postmeta` VALUES("699","138","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("700","138","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("701","138","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("714","141","_wp_attached_file","2020/06/SUN-RawMix3.mp3");
INSERT INTO `wp_postmeta` VALUES("715","141","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7498186;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:187;s:16:\"length_formatted\";s:4:\"3:07\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("716","142","_wp_attached_file","2020/06/DrivingOz-Mix5.mp3");
INSERT INTO `wp_postmeta` VALUES("717","142","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:14391378;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:360;s:16:\"length_formatted\";s:4:\"6:00\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("718","143","_wp_attached_file","2020/06/Boat-Final2.mp3");
INSERT INTO `wp_postmeta` VALUES("719","143","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7067688;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:177;s:16:\"length_formatted\";s:4:\"2:57\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("720","144","_wp_attached_file","2020/06/Questions-Final2.mp3");
INSERT INTO `wp_postmeta` VALUES("721","144","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6803329;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:170;s:16:\"length_formatted\";s:4:\"2:50\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("724","146","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("725","146","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("726","146","_elementor_version","2.9.12");
INSERT INTO `wp_postmeta` VALUES("727","146","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("728","146","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"31\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fly-Mix.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("729","146","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("732","147","_wp_attached_file","2020/07/Fly-Mix-Ed.mp3");
INSERT INTO `wp_postmeta` VALUES("733","147","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:256000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR256\";s:17:\"compression_ratio\";d:0.18140589569160998;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7519084;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:235;s:16:\"length_formatted\";s:4:\"3:55\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("742","149","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("743","149","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("744","149","_elementor_version","2.9.13");
INSERT INTO `wp_postmeta` VALUES("745","149","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("746","149","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("747","149","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("768","154","_wp_attached_file","2020/07/Apartment-Song.mp3");
INSERT INTO `wp_postmeta` VALUES("769","154","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:263878.82029339857;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.18698895995847403;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:4935828;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:150;s:16:\"length_formatted\";s:4:\"2:30\";s:7:\"comment\";s:27:\"Creator: Logic Pro X 10.4.6\";s:10:\"encoded_by\";s:10:\"iTunes 9.1\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("770","155","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("771","155","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("772","155","_elementor_version","2.9.13");
INSERT INTO `wp_postmeta` VALUES("773","155","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("774","155","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1c26daf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"154\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"title\":\"Apartment Song\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("775","155","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("778","132","_elementor_page_settings","a:11:{s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"16b7172e\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"1a33eb62\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"4fe26191\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"31c91f2f\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:16:\"Primary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:18:\"Secondary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:9:\"Body Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:11:\"Accent Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:10:\"MC Reunion\";s:16:\"site_description\";s:33:\"We&#039;re younger than that now!\";s:12:\"site_favicon\";a:2:{s:3:\"url\";s:65:\"https://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png\";s:2:\"id\";i:10;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";}");
INSERT INTO `wp_postmeta` VALUES("782","157","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("783","157","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("784","157","_elementor_version","2.9.13");
INSERT INTO `wp_postmeta` VALUES("785","157","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("786","157","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1c26daf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"154\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"title\":\"Apartment Song\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("787","157","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("788","157","_elementor_controls_usage","a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:4:\"size\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;s:22:\"image_custom_dimension\";i:1;s:14:\"caption_source\";i:1;s:7:\"caption\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:4:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:27:\"background_hover_transition\";i:1;s:15:\"hover_animation\";i:1;}s:21:\"section_style_caption\";a:6:{s:13:\"caption_align\";i:1;s:10:\"text_color\";i:1;s:29:\"caption_typography_typography\";i:1;s:30:\"caption_typography_font_family\";i:1;s:30:\"caption_typography_font_weight\";i:1;s:13:\"caption_space\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:10:\"column_gap\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:11:\"button_type\";i:1;s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;}}}}s:21:\"wp-widget-media_audio\";a:3:{s:5:\"count\";i:40;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:40;s:15:\"_padding_mobile\";i:40;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_image_mobile\";i:1;s:30:\"background_overlay_size_mobile\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}}}}");
INSERT INTO `wp_postmeta` VALUES("798","159","_wp_attached_file","2020/08/Got-Mix1.mp3");
INSERT INTO `wp_postmeta` VALUES("799","159","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6034284;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:251;s:16:\"length_formatted\";s:4:\"4:11\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("800","160","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("801","160","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("802","160","_elementor_version","2.9.13");
INSERT INTO `wp_postmeta` VALUES("803","160","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("804","160","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"159\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix1.mp3\",\"title\":\"Got to Get You Into My Life\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c188304\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1c26daf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"154\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"title\":\"Apartment Song\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("805","160","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("807","161","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("808","161","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("809","161","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("810","161","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("811","161","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c188304\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"159\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix1.mp3\",\"title\":\"Got to Get You Into My Life\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1c26daf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"154\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"title\":\"Apartment Song\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("812","161","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("815","162","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("816","162","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("817","162","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("818","162","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("819","162","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c188304\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"159\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix1.mp3\",\"title\":\"Got to Get You Into My Life\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1c26daf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"154\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"title\":\"Apartment Song\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("820","162","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("821","162","_elementor_controls_usage","a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:4:\"size\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;s:22:\"image_custom_dimension\";i:1;s:14:\"caption_source\";i:1;s:7:\"caption\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:4:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:27:\"background_hover_transition\";i:1;s:15:\"hover_animation\";i:1;}s:21:\"section_style_caption\";a:6:{s:13:\"caption_align\";i:1;s:10:\"text_color\";i:1;s:29:\"caption_typography_typography\";i:1;s:30:\"caption_typography_font_family\";i:1;s:30:\"caption_typography_font_weight\";i:1;s:13:\"caption_space\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:11:\"button_type\";i:1;s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;}}}}s:21:\"wp-widget-media_audio\";a:3:{s:5:\"count\";i:41;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:41;s:15:\"_padding_mobile\";i:41;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_image_mobile\";i:1;s:30:\"background_overlay_size_mobile\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}}}}");
INSERT INTO `wp_postmeta` VALUES("823","163","_wp_attached_file","2020/08/Got-Mix2.mp3");
INSERT INTO `wp_postmeta` VALUES("824","163","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6034284;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:251;s:16:\"length_formatted\";s:4:\"4:11\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("825","164","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("826","164","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("827","164","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("828","164","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("829","164","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c188304\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"163\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix2.mp3\",\"title\":\"Got to Get You Into My Life\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1c26daf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"154\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"title\":\"Apartment Song\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("830","164","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("834","165","_edit_lock","1598966902:1");
INSERT INTO `wp_postmeta` VALUES("835","165","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("836","165","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("837","165","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("838","165","_wp_page_template","default");
INSERT INTO `wp_postmeta` VALUES("839","165","_elementor_page_settings","a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("840","165","_elementor_data","[{\"id\":\"9c07628\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd67d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4154c8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f423d06\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f522187\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("841","165","eael_transient_elements","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("843","167","_edit_last","1");
INSERT INTO `wp_postmeta` VALUES("844","167","_edit_lock","1600999313:1");
INSERT INTO `wp_postmeta` VALUES("845","167","_audioigniter_tracks","a:43:{i:0;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:13:\"My Back Pages\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:66:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Pages-Mix.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:66:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Pages-Mix.mp3\";}i:1;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:27:\"Got to Get You Into My Life\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:65:\"http://www.mc-reunion.com/wp-content/uploads/2020/08/Got-Mix2.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:65:\"http://www.mc-reunion.com/wp-content/uploads/2020/08/Got-Mix2.mp3\";}i:2;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:12:\"Wild Flowers\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/WildFlowers-Mix2.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/WildFlowers-Mix2.mp3\";}i:3;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:18:\"Here Comes the Sun\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/SUN-RawMix3.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/SUN-RawMix3.mp3\";}i:4;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:5:\"Drive\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/DrivingOz-Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/DrivingOz-Final.mp3\";}i:5;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:15:\"If I had a boat\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/Boat-Final2.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/Boat-Final2.mp3\";}i:6;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:9:\"Questions\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/Questions-Final2.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/Questions-Final2.mp3\";}i:7;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:14:\"Hungry No More\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/HNM-Final-Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/HNM-Final-Final.mp3\";}i:8;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:16:\"Handle With Care\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Handle-mix3.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Handle-mix3.mp3\";}i:9;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:16:\"Change the World\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Change-Mix.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Change-Mix.mp3\";}i:10;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:10:\"Black Bird\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/BlackBird_Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/BlackBird_Final.mp3\";}i:11;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:17:\"You Can\'t Do That\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/UCant-Mix2.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/UCant-Mix2.mp3\";}i:12;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:14:\"Norwegian Wood\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:64:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/NW-Mix3.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:64:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/NW-Mix3.mp3\";}i:13;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:12:\"Looking East\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:74:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/LookingEast_Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:74:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/LookingEast_Final.mp3\";}i:14;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:20:\"The End of Innocence\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/EOI-Mix-Ed.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/EOI-Mix-Ed.mp3\";}i:15;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:19:\"Riders On the Storm\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Riders-Mix4.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Riders-Mix4.mp3\";}i:16;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:14:\"Apartment Song\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:71:\"http://www.mc-reunion.com/wp-content/uploads/2020/07/Apartment-Song.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:71:\"http://www.mc-reunion.com/wp-content/uploads/2020/07/Apartment-Song.mp3\";}i:17;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:20:\"Barricades of Heaven\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:78:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/Barricades-FinalFinal.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:78:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/Barricades-FinalFinal.mp3\";}i:18;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:19:\"Hide Your Love Away\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Hide_Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Hide_Final.mp3\";}i:19;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:21:\"Something Good Coming\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:75:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/SomethingGood-Mix3.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:75:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/SomethingGood-Mix3.mp3\";}i:20;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:21:\"Mother Nature’s Son\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/SonJoe-Mix2.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/SonJoe-Mix2.mp3\";}i:21;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:10:\"Watchtower\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:64:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/WT-Mix2.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:64:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/WT-Mix2.mp3\";}i:22;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:20:\"Things We Said Today\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:69:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Things_Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:69:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Things_Final.mp3\";}i:23;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:16:\"Running on Empty\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:69:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Running-Mix3.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:69:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Running-Mix3.mp3\";}i:24;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:14:\"T-Bone Shuffle\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:69:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/T-Bone_Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:69:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/T-Bone_Final.mp3\";}i:25;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:12:\"Take it Easy\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Easy_Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Easy_Final.mp3\";}i:26;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:31:\"NEW Good to be King (Album Mix)\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:70:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Kink-AlbumMix.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:70:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Kink-AlbumMix.mp3\";}i:27;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:30:\"NEW Good to be King (RadioMix)\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:79:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/NEW-Kink-RadioMixFinal.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:79:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/NEW-Kink-RadioMixFinal.mp3\";}i:28;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:17:\"Love Me Two Times\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/2Times-Mix.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/2Times-Mix.mp3\";}i:29;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:13:\"Fire and Rain\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:65:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/FR-Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:65:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/FR-Final.mp3\";}i:30;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:15:\"Great Wide Open\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Great-WIde-Open.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Great-WIde-Open.mp3\";}i:31;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:13:\"One Headlight\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/1-Headlight-Mix5.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:73:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/1-Headlight-Mix5.mp3\";}i:32;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:15:\"Learning to Fly\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2020/07/Fly-Mix-Ed.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:67:\"http://www.mc-reunion.com/wp-content/uploads/2020/07/Fly-Mix-Ed.mp3\";}i:33;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:4:\"Hurt\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Hurt-Mix-Ed.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Hurt-Mix-Ed.mp3\";}i:34;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:6:\"4 & 20\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/420-Acc-Mix.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/420-Acc-Mix.mp3\";}i:35;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:14:\"Free Fallin’\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:71:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/FreeFallin-Joe.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:71:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/FreeFallin-Joe.mp3\";}i:36;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:14:\"Fields of Gold\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:75:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Fields-Final-Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:75:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Fields-Final-Final.mp3\";}i:37;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:20:\"Listen to Your Heart\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Heart-Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:68:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Heart-Final.mp3\";}i:38;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:21:\"I\'ve Just Seen a Face\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/New-Face-Final1.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2020/06/New-Face-Final1.mp3\";}i:39;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:11:\"I Feel Fine\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:69:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/Fine-NEW-Mix.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:69:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/Fine-NEW-Mix.mp3\";}i:40;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:12:\"The Load Out\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:70:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/LoadOut_Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:70:\"http://www.mc-reunion.com/wp-content/uploads/2020/09/LoadOut_Final.mp3\";}i:41;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:12:\"Harvest Moon\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/HarvestMoon-Mix.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:72:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/HarvestMoon-Mix.mp3\";}i:42;a:6:{s:8:\"cover_id\";s:1:\"0\";s:5:\"title\";s:9:\"Dry Spell\";s:6:\"artist\";s:0:\"\";s:9:\"track_url\";s:71:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/DrySpell_Final.mp3\";s:8:\"buy_link\";s:0:\"\";s:12:\"download_url\";s:71:\"http://www.mc-reunion.com/wp-content/uploads/2019/09/DrySpell_Final.mp3\";}}");
INSERT INTO `wp_postmeta` VALUES("846","167","_audioigniter_show_numbers","");
INSERT INTO `wp_postmeta` VALUES("847","167","_audioigniter_show_numbers_reverse","");
INSERT INTO `wp_postmeta` VALUES("848","167","_audioigniter_show_covers","");
INSERT INTO `wp_postmeta` VALUES("849","167","_audioigniter_show_active_cover","1");
INSERT INTO `wp_postmeta` VALUES("850","167","_audioigniter_show_artist","");
INSERT INTO `wp_postmeta` VALUES("851","167","_audioigniter_show_buy_links","1");
INSERT INTO `wp_postmeta` VALUES("852","167","_audioigniter_buy_links_new_target","");
INSERT INTO `wp_postmeta` VALUES("853","167","_audioigniter_cycle_tracks","");
INSERT INTO `wp_postmeta` VALUES("854","167","_audioigniter_show_track_listing","1");
INSERT INTO `wp_postmeta` VALUES("855","167","_audioigniter_allow_track_listing_toggle","1");
INSERT INTO `wp_postmeta` VALUES("856","167","_audioigniter_allow_track_listing_loop","1");
INSERT INTO `wp_postmeta` VALUES("857","167","_audioigniter_player_type","full");
INSERT INTO `wp_postmeta` VALUES("858","167","_audioigniter_show_credit","");
INSERT INTO `wp_postmeta` VALUES("859","167","_audioigniter_limit_tracklisting_height","");
INSERT INTO `wp_postmeta` VALUES("860","167","_audioigniter_tracklisting_height","1700");
INSERT INTO `wp_postmeta` VALUES("861","167","_audioigniter_volume","100");
INSERT INTO `wp_postmeta` VALUES("862","167","_audioigniter_max_width","");
INSERT INTO `wp_postmeta` VALUES("863","170","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("864","170","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("865","170","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("866","170","_wp_page_template","default");
INSERT INTO `wp_postmeta` VALUES("867","170","_elementor_page_settings","a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("868","170","_elementor_data","[{\"id\":\"9c07628\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd67d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4154c8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f423d06\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f522187\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("870","165","_elementor_controls_usage","a:3:{s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}");
INSERT INTO `wp_postmeta` VALUES("872","171","_edit_lock","1601911944:1");
INSERT INTO `wp_postmeta` VALUES("873","171","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("874","171","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("875","171","_elementor_version","3.0.11");
INSERT INTO `wp_postmeta` VALUES("876","171","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("877","171","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a026eb8\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Many garage bands have acknowledged the MC\'s influence in their lives and careers.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Costa Mesa Penny Saver\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"e6e2404\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"762f6c2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"The MC\'s legendary performances marked the beginning of a new era; re-defining Toga Parties as more than just playing a few hits for incredibly hot college co-eds.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Delta Tau Chi\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7eb723a\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"2e3c6bc\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans; the largest audience in Balboa Island teenage party history.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Uncle Festas\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"b43d27e\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("878","171","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("879","171","eael_transient_elements","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("882","172","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("883","172","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("884","172","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("885","172","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("886","172","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c188304\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"42\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Pages-Mix.mp3\",\"title\":\"My Back Pages\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"34fa383\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"163\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/08\\/Got-Mix2.mp3\",\"title\":\"Got to Get You Into My Life\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0)\"},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6aeabc5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"48\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WildFlowers-Mix2.mp3\",\"title\":\"Wild Flowers\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8d7cccf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"141\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SUN-RawMix3.mp3\",\"title\":\"Here Comes the Sun\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"072a4f3\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"142\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/DrivingOz-Mix5.mp3\",\"title\":\"Drive\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"de9b1af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"143\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Boat-Final2.mp3\",\"title\":\"If I had a Boat\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3e50b76\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"144\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/Questions-Final2.mp3\",\"title\":\"Questions\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"12bc211\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"145\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/HNM-Final-Final.mp3\",\"title\":\"Hungry No More\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"cb90bf0\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"33\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Handle-mix3.mp3\",\"title\":\"Handle with Care\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b29e9f9\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"24\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Change-Mix.mp3\",\"title\":\"Change the World\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b801b31\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"23\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/BlackBird_Final.mp3\",\"title\":\"Black Bird\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5cd6467\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"28\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/EOI-Mix-Ed.mp3\",\"title\":\"End of Innocence\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"e9b070b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"41\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NW-Mix3.mp3\",\"title\":\"Norwegian Wood\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"547ca2b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"40\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LookingEast_Final.mp3\",\"title\":\"Looking East\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c2b15a8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"133\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/New-Face-Final1.mp3\",\"title\":\"I\'ve Just Seen a Face\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"ee206c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"43\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Riders-Mix4.mp3\",\"title\":\"Riders on the Storm\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1c26daf\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"154\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Apartment-Song.mp3\",\"title\":\"Apartment Song\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"8bfca01\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"22\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Barricades-Final.mp3\",\"title\":\"Barricades of Heaven\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"a57bcfe\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"36\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hide_Final.mp3\",\"title\":\"Hide Your Love Away\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b01372e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"45\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/SomethingGood-Mix3.mp3\",\"title\":\"Something Good Coming\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"fe92b20\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"136\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/06\\/SonJoe-Mix2.mp3\",\"title\":\"Mother Nature\'s Son\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"04b65e5\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"50\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/WT-Mix2.mp3\",\"title\":\"Watchtower\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"9de552e\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"47\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Things_Final.mp3\",\"title\":\"Things We Said Today\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"39d0387\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"44\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Running-Mix3.mp3\",\"title\":\"Running on Empty\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0b06dd7\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"46\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/T-Bone_Final.mp3\",\"title\":\"T-Bone Shuffle\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"f5bbd71\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"27\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Easy_Final.mp3\",\"title\":\"Take it Easy\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"dd0ee65\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"94\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-AlbumMixFinal.mp3\",\"title\":\"NEW Good to be King (Album Mix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"4d5a303\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"95\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/NEW-Kink-RadioMixFinal.mp3\",\"title\":\"NEW Good to be King (RadioMix)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"1a7a4cc\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"20\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/2Times-Mix.mp3\",\"title\":\"Love Me Two Times\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"6e0aa09\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"29\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FR-Final.mp3\",\"title\":\"Fire and Rain\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"711d5d1\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"66\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Great-WIde-Open.mp3\",\"title\":\"Great Wide Open\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"230a3af\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"19\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/1-Headlight-Mix5.mp3\",\"title\":\"One Headlight\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c616a98\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"147\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/07\\/Fly-Mix-Ed.mp3\",\"title\":\"Learning to Fly\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"3cdc180\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"37\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Hurt-Mix-Ed.mp3\",\"title\":\"Hurt\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"c443b50\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"21\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/420-Acc-Mix.mp3\",\"title\":\"4 & 20\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"93b6964\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"32\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/FreeFallin-Joe.mp3\",\"title\":\"Free Fallin\'\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"0951442\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"30\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Fields-Final-Final.mp3\",\"title\":\"Fields of Gold\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"02ae77f\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"35\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Heart-Final.mp3\",\"title\":\"Listen to Your Heart\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"107dccd\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"34\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/HarvestMoon-Mix.mp3\",\"title\":\"Harvest Moon\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"b72b728\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"39\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/LoadOut_Final.mp3\",\"title\":\"The Load Out\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"5a90980\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"preload\":\"none\",\"loop\":\"\",\"mp3\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"ogg\":\"\",\"flac\":\"\",\"m4a\":\"\",\"wav\":\"\",\"attachment_id\":\"26\",\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/DrySpell_Final.mp3\",\"title\":\"Dry Spell\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wp-widget-media_audio\"},{\"id\":\"7bf5593\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("887","172","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("889","173","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("890","173","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("891","173","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("892","173","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("893","173","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("894","173","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("897","7","_edit_last","1");
INSERT INTO `wp_postmeta` VALUES("898","171","_edit_last","1");
INSERT INTO `wp_postmeta` VALUES("911","176","_wp_attached_file","2020/09/facebook.png");
INSERT INTO `wp_postmeta` VALUES("912","176","_wp_attachment_metadata","a:5:{s:5:\"width\";i:366;s:6:\"height\";i:138;s:4:\"file\";s:20:\"2020/09/facebook.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"facebook-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"facebook-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("913","177","_wp_attached_file","2020/09/FB-1.jpg");
INSERT INTO `wp_postmeta` VALUES("914","177","_wp_attachment_metadata","a:5:{s:5:\"width\";i:600;s:6:\"height\";i:212;s:4:\"file\";s:16:\"2020/09/FB-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"FB-1-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"FB-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"audioigniter_cover\";a:4:{s:4:\"file\";s:16:\"FB-1-560x212.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("915","178","_wp_attached_file","2020/09/FB-2.jpg");
INSERT INTO `wp_postmeta` VALUES("916","178","_wp_attachment_metadata","a:5:{s:5:\"width\";i:600;s:6:\"height\";i:212;s:4:\"file\";s:16:\"2020/09/FB-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"FB-2-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"FB-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"audioigniter_cover\";a:4:{s:4:\"file\";s:16:\"FB-2-560x212.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("917","179","_wp_attached_file","2020/09/FB-1a.jpg");
INSERT INTO `wp_postmeta` VALUES("918","179","_wp_attachment_metadata","a:5:{s:5:\"width\";i:300;s:6:\"height\";i:106;s:4:\"file\";s:17:\"2020/09/FB-1a.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"FB-1a-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("919","180","_wp_attached_file","2020/09/FB-2a-e1598995281717.jpg");
INSERT INTO `wp_postmeta` VALUES("920","180","_wp_attachment_metadata","a:5:{s:5:\"width\";i:150;s:6:\"height\";i:53;s:4:\"file\";s:32:\"2020/09/FB-2a-e1598995281717.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"FB-2a-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("923","182","_wp_attached_file","2020/09/FB-1b.jpg");
INSERT INTO `wp_postmeta` VALUES("924","182","_wp_attachment_metadata","a:5:{s:5:\"width\";i:180;s:6:\"height\";i:53;s:4:\"file\";s:17:\"2020/09/FB-1b.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"FB-1b-150x53.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("925","180","_edit_lock","1598995197:1");
INSERT INTO `wp_postmeta` VALUES("926","180","_wp_attachment_backup_sizes","a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:106;s:4:\"file\";s:9:\"FB-2a.jpg\";}}");
INSERT INTO `wp_postmeta` VALUES("927","180","_edit_last","1");
INSERT INTO `wp_postmeta` VALUES("928","183","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("929","183","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("930","183","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("931","183","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("932","183","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a1f3eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2a.jpg\",\"id\":180},\"image_size\":\"medium\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"grow-rotate\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"image_border_color\":\"#7A7A7A\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"rotateIn\",\"_background_background\":\"classic\",\"_background_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("933","183","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("935","184","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("936","184","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("937","184","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("938","184","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("939","184","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a1f3eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2a.jpg\",\"id\":180},\"image_size\":\"medium\",\"align\":\"center\",\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/pg\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"grow-rotate\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"image_border_color\":\"#7A7A7A\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"rotateIn\",\"_background_background\":\"classic\",\"_background_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("940","184","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("943","185","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("944","185","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("945","185","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("946","185","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("947","185","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a1f3eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2a.jpg\",\"id\":180},\"image_size\":\"medium\",\"align\":\"center\",\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/pg\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"grow-rotate\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"image_border_color\":\"#7A7A7A\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"rotateIn\",\"_background_background\":\"classic\",\"_background_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("948","185","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("949","185","_elementor_controls_usage","a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:4:\"size\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:3;s:14:\"caption_source\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;s:22:\"image_custom_dimension\";i:1;s:7:\"caption\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:19:\"_section_background\";a:11:{s:22:\"_background_background\";i:1;s:17:\"_background_image\";i:1;s:20:\"_background_position\";i:1;s:18:\"_background_repeat\";i:1;s:16:\"_background_size\";i:1;s:28:\"_background_hover_background\";i:1;s:23:\"_background_hover_image\";i:1;s:26:\"_background_hover_position\";i:1;s:24:\"_background_hover_repeat\";i:1;s:22:\"_background_hover_size\";i:1;s:28:\"_background_hover_transition\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:9:{s:5:\"width\";i:2;s:7:\"opacity\";i:1;s:13:\"opacity_hover\";i:1;s:27:\"background_hover_transition\";i:2;s:15:\"hover_animation\";i:2;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:19:\"image_border_radius\";i:1;s:5:\"space\";i:1;}s:21:\"section_style_caption\";a:6:{s:13:\"caption_align\";i:1;s:10:\"text_color\";i:1;s:29:\"caption_typography_typography\";i:1;s:30:\"caption_typography_font_family\";i:1;s:30:\"caption_typography_font_weight\";i:1;s:13:\"caption_space\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:11:\"button_type\";i:1;s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_image_mobile\";i:1;s:30:\"background_overlay_size_mobile\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}}}}");
INSERT INTO `wp_postmeta` VALUES("959","187","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("960","187","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("961","187","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("962","187","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("963","187","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a1f3eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/bunks.jpg\",\"id\":73},\"align\":\"center\",\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/pg\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"grow-rotate\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"image_border_color\":\"#7A7A7A\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"rotateIn\",\"_background_background\":\"classic\",\"_background_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Penguins.jpg\",\"id\":71},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"caption\":\"Face...WHAT?\",\"space\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"object-fit\":\"contain\",\"caption_align\":\"left\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Roboto Condensed\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"caption_typography_font_weight\":\"400\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("964","187","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("967","188","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("968","188","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("969","188","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("970","188","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("971","188","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0a1f3eb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"image_size\":\"medium\",\"align\":\"center\",\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/pg\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"grow-rotate\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"image_border_color\":\"#7A7A7A\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"rotateIn\",\"_background_background\":\"classic\",\"_background_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"contain\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"caption\":\"Face...WHAT?\",\"space\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"object-fit\":\"contain\",\"caption_align\":\"left\",\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Roboto Condensed\",\"caption_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"caption_typography_font_weight\":\"400\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("972","188","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("976","189","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("977","189","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("978","189","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("979","189","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("980","189","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("981","189","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("993","191","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("994","191","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("995","191","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("996","191","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("997","191","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("998","191","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1000","192","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1001","192","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1002","192","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("1003","192","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1004","192","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1005","192","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1017","194","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1018","194","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1019","194","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("1020","194","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1021","194","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b6bac8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_z_index\":1,\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1022","194","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1033","199","_wp_attached_file","2020/09/Barricades-FinalFinal.mp3");
INSERT INTO `wp_postmeta` VALUES("1034","199","_wp_attachment_metadata","a:21:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:8957293;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:373;s:16:\"length_formatted\";s:4:\"6:13\";s:4:\"time\";s:8:\"09:49:41\";s:4:\"date\";s:10:\"2015-11-07\";s:7:\"comment\";s:0:\"\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1039","201","_wp_attached_file","2020/09/UCant-Mix2.mp3");
INSERT INTO `wp_postmeta` VALUES("1040","201","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:6614203;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:165;s:16:\"length_formatted\";s:4:\"2:45\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1049","203","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1050","203","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1051","203","_elementor_version","3.0.5");
INSERT INTO `wp_postmeta` VALUES("1052","203","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1053","203","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"478bf7b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The MC Story\",\"tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"_id\":\"f8028c8\"}],\"selected_icon\":{\"value\":\"fab fa-readme\",\"library\":\"fa-brands\"},\"selected_active_icon\":{\"value\":\"fas fa-theater-masks\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#F90000\",\"tab_active_color\":\"#FF0001\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_color\":\"#1E00FF\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7A7A7A\"},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1054","203","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1073","206","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1074","206","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1075","206","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1076","206","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1077","206","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"478bf7b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The MC Story\",\"tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"_id\":\"f8028c8\"}],\"selected_icon\":{\"value\":\"fab fa-readme\",\"library\":\"fa-brands\"},\"selected_active_icon\":{\"value\":\"fas fa-theater-masks\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#F90000\",\"tab_active_color\":\"#FF0001\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"466\",\"isLinked\":false},\"icon_color\":\"#005AFF\",\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7A7A7A\",\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"273\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"73\",\"isLinked\":false},\"icon_active_color\":\"#005AFF\",\"_z_index_mobile\":0},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1078","206","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1089","208","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1090","208","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1091","208","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1092","208","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1093","208","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"478bf7b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The MC Story\",\"tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"_id\":\"f8028c8\"}],\"selected_icon\":{\"value\":\"fab fa-readme\",\"library\":\"fa-brands\"},\"selected_active_icon\":{\"value\":\"fas fa-theater-masks\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#F90000\",\"tab_active_color\":\"#FF0001\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"468\",\"isLinked\":false},\"icon_color\":\"#005AFF\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7A7A7A\",\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"268\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"72\",\"isLinked\":false},\"icon_active_color\":\"#005AFF\",\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_z_index_mobile\":0},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1094","208","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1105","210","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1106","210","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1107","210","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1108","210","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1109","210","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"478bf7b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The MC Story\",\"tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"_id\":\"f8028c8\"}],\"selected_icon\":{\"value\":\"fab fa-readme\",\"library\":\"fa-brands\"},\"selected_active_icon\":{\"value\":\"fas fa-theater-masks\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#F90000\",\"tab_active_color\":\"#FF0001\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"468\",\"isLinked\":false},\"icon_color\":\"#005AFF\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7A7A7A\",\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"268\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"72\",\"isLinked\":false},\"icon_active_color\":\"#005AFF\",\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_z_index_mobile\":0},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90086c1\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"MP3 Downloads\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/downloads\\/collection.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#23471f\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#1aad00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1110","210","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1113","211","_wp_attached_file","2020/09/Drunk-Guy.jpg");
INSERT INTO `wp_postmeta` VALUES("1114","211","_wp_attachment_metadata","a:5:{s:5:\"width\";i:500;s:6:\"height\";i:375;s:4:\"file\";s:21:\"2020/09/Drunk-Guy.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Drunk-Guy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Drunk-Guy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("1115","212","_wp_attached_file","2020/09/mc-boyz.jpg");
INSERT INTO `wp_postmeta` VALUES("1116","212","_wp_attachment_metadata","a:5:{s:5:\"width\";i:736;s:6:\"height\";i:636;s:4:\"file\";s:19:\"2020/09/mc-boyz.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"mc-boyz-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"mc-boyz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"audioigniter_cover\";a:4:{s:4:\"file\";s:19:\"mc-boyz-560x560.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("1117","213","_wp_attached_file","2020/09/IMG_1787-scaled.jpg");
INSERT INTO `wp_postmeta` VALUES("1118","213","_wp_attachment_metadata","a:6:{s:5:\"width\";i:1923;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2020/09/IMG_1787-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1787-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1787-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1787-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_1787-768x1022.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_1787-1154x1536.jpg\";s:5:\"width\";i:1154;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_1787-1539x2048.jpg\";s:5:\"width\";i:1539;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_1787-1568x2087.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:2087;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"audioigniter_cover\";a:4:{s:4:\"file\";s:20:\"IMG_1787-560x560.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1571056690\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_1787.jpg\";}");
INSERT INTO `wp_postmeta` VALUES("1119","214","_wp_attached_file","2020/09/Car-Oz2.png");
INSERT INTO `wp_postmeta` VALUES("1120","214","_wp_attachment_metadata","a:5:{s:5:\"width\";i:792;s:6:\"height\";i:792;s:4:\"file\";s:19:\"2020/09/Car-Oz2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Car-Oz2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Car-Oz2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Car-Oz2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"audioigniter_cover\";a:4:{s:4:\"file\";s:19:\"Car-Oz2-560x560.png\";s:5:\"width\";i:560;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("1121","215","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1122","215","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1123","215","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1124","215","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1125","215","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"478bf7b\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"The MC Story\",\"tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\",\"_id\":\"f8028c8\"}],\"selected_icon\":{\"value\":\"fab fa-readme\",\"library\":\"fa-brands\"},\"selected_active_icon\":{\"value\":\"fas fa-theater-masks\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#F90000\",\"tab_active_color\":\"#FF0001\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"468\",\"isLinked\":false},\"icon_color\":\"#005AFF\",\"icon_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7A7A7A\",\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"268\",\"isLinked\":false},\"title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"72\",\"isLinked\":false},\"icon_active_color\":\"#005AFF\",\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"content_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_z_index_mobile\":0},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"74f5401\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#7A7A7A\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1126","215","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1139","217","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1140","217","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1141","217","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1142","217","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1143","217","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c53ac6\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_toggle_icon_postion\":\"\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-hand-point-right\",\"library\":\"fa-solid\"},\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"The MC Story\",\"_id\":\"2cecd97\",\"eael_adv_accordion_tab_default_active\":\"no\",\"eael_adv_accordion_tab_icon_show\":\"yes\",\"eael_adv_accordion_tab_title_icon_new\":{\"value\":\"\",\"library\":\"\"},\"eael_adv_accordion_text_type\":\"content\",\"eael_adv_accordion_tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Roboto\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_color\":\"#F1F1F100\",\"eael_adv_accordion_tab_bgtype_background\":\"classic\",\"eael_adv_accordion_tab_text_color\":\"#FF0000\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_adv_accordion_tab_color_hover\":\"#B36A6A00\",\"eael_adv_accordion_tab_text_color_hover\":\"#FF0000\",\"eael_adv_accordion_tab_color_active\":\"#44444400\",\"eael_adv_accordion_tab_text_color_active\":\"#FD0000\",\"adv_accordion_content_text_color\":\"#000000\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_family\":\"Roboto\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_adv_accordion_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_tabs_tab_toggle_color\":\"#444444\",\"eael_adv_tabs_tab_toggle_hover_color\":\"#02010169\",\"eael_adv_tabs_tab_toggle_active_color\":\"#3366FF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"467\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"273\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"66\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1144","217","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1155","219","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1156","219","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1157","219","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1158","219","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1159","219","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c53ac6\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_toggle_icon_postion\":\"\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-hand-point-right\",\"library\":\"fa-solid\"},\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"The MC Story\",\"_id\":\"2cecd97\",\"eael_adv_accordion_tab_default_active\":\"no\",\"eael_adv_accordion_tab_icon_show\":\"yes\",\"eael_adv_accordion_tab_title_icon_new\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"eael_adv_accordion_text_type\":\"content\",\"eael_adv_accordion_tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Roboto\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"483\",\"isLinked\":false},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"287\",\"isLinked\":false},\"eael_adv_accordion_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"83\",\"isLinked\":false},\"eael_adv_accordion_tab_color\":\"#F1F1F100\",\"eael_adv_accordion_tab_bgtype_background\":\"classic\",\"eael_adv_accordion_tab_text_color\":\"#FF0000\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_adv_accordion_tab_color_hover\":\"#B36A6A00\",\"eael_adv_accordion_tab_text_color_hover\":\"#FF0000\",\"eael_adv_accordion_tab_color_active\":\"#44444400\",\"eael_adv_accordion_tab_text_color_active\":\"#FD0000\",\"adv_accordion_content_text_color\":\"#000000\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_family\":\"Roboto\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_adv_accordion_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_tabs_tab_toggle_color\":\"#444444\",\"eael_adv_tabs_tab_toggle_hover_color\":\"#02010169\",\"eael_adv_tabs_tab_toggle_active_color\":\"#3366FF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1160","219","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1163","220","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1164","220","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1165","220","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1166","220","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1167","220","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c53ac6\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_toggle_icon_postion\":\"\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-hand-point-right\",\"library\":\"fa-solid\"},\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"The MC Story\",\"_id\":\"2cecd97\",\"eael_adv_accordion_tab_default_active\":\"no\",\"eael_adv_accordion_tab_icon_show\":\"yes\",\"eael_adv_accordion_tab_title_icon_new\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"eael_adv_accordion_text_type\":\"content\",\"eael_adv_accordion_tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Roboto\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"483\",\"isLinked\":false},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"287\",\"isLinked\":false},\"eael_adv_accordion_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"83\",\"isLinked\":false},\"eael_adv_accordion_tab_color\":\"#F1F1F100\",\"eael_adv_accordion_tab_bgtype_background\":\"classic\",\"eael_adv_accordion_tab_text_color\":\"#FF0000\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_adv_accordion_tab_color_hover\":\"#B36A6A00\",\"eael_adv_accordion_tab_text_color_hover\":\"#FF0000\",\"eael_adv_accordion_tab_color_active\":\"#44444400\",\"eael_adv_accordion_tab_text_color_active\":\"#FD0000\",\"adv_accordion_content_text_color\":\"#000000\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_family\":\"Roboto\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_adv_accordion_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_tabs_tab_toggle_color\":\"#444444\",\"eael_adv_tabs_tab_toggle_hover_color\":\"#02010169\",\"eael_adv_tabs_tab_toggle_active_color\":\"#3366FF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1168","220","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1172","221","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1173","221","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1174","221","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1175","221","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1176","221","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c53ac6\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_toggle_icon_postion\":\"\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-hand-point-right\",\"library\":\"fa-solid\"},\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"The MC Story\",\"_id\":\"2cecd97\",\"eael_adv_accordion_tab_default_active\":\"no\",\"eael_adv_accordion_tab_icon_show\":\"yes\",\"eael_adv_accordion_tab_title_icon_new\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"eael_adv_accordion_text_type\":\"content\",\"eael_adv_accordion_tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Roboto\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"483\",\"isLinked\":false},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"287\",\"isLinked\":false},\"eael_adv_accordion_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"83\",\"isLinked\":false},\"eael_adv_accordion_tab_color\":\"#F1F1F100\",\"eael_adv_accordion_tab_bgtype_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_color\":\"#02010100\",\"eael_adv_accordion_tab_text_color\":\"#FF0000\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_adv_accordion_tab_color_hover\":\"#B36A6A00\",\"eael_adv_accordion_tab_text_color_hover\":\"#FF0000\",\"eael_adv_accordion_tab_color_active\":\"#44444400\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_text_color_active\":\"#FD0000\",\"adv_accordion_content_text_color\":\"#000000\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_family\":\"Roboto\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_adv_accordion_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_tabs_tab_toggle_color\":\"#444444\",\"eael_adv_tabs_tab_toggle_hover_color\":\"#02010169\",\"eael_adv_tabs_tab_toggle_active_color\":\"#3366FF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1177","221","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1181","222","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1182","222","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1183","222","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1184","222","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1185","222","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c53ac6\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_toggle_icon_postion\":\"\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-hand-point-right\",\"library\":\"fa-solid\"},\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"The MC Story\",\"_id\":\"2cecd97\",\"eael_adv_accordion_tab_default_active\":\"no\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_title_icon_new\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"eael_adv_accordion_text_type\":\"content\",\"eael_adv_accordion_tab_content\":\"<p><strong>T<\\/strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \\\"many garage bands have acknowledged the MC\'s influence on their lives and careers.\\\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \\\"do you want fries with that?\\\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.<\\/p>\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Roboto\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_line_height\":{\"unit\":\"em\",\"size\":0.1,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_icon_gap_left_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_distance_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"483\",\"isLinked\":false},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"287\",\"isLinked\":false},\"eael_adv_accordion_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"83\",\"isLinked\":false},\"eael_adv_accordion_tab_color\":\"#F1F1F100\",\"eael_adv_accordion_tab_bgtype_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_color\":\"#02010100\",\"eael_adv_accordion_tab_text_color\":\"#FF0000\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_adv_accordion_tab_color_hover\":\"#B36A6A00\",\"eael_adv_accordion_tab_text_color_hover\":\"#FF0000\",\"eael_adv_accordion_tab_color_active\":\"#44444400\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_text_color_active\":\"#FD0000\",\"adv_accordion_content_text_color\":\"#000000\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_family\":\"Roboto\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_adv_accordion_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_adv_tabs_tab_toggle_color\":\"#444444\",\"eael_adv_tabs_tab_toggle_hover_color\":\"#02010169\",\"eael_adv_tabs_tab_toggle_active_color\":\"#3366FF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"zoomIn\",\"_animation_delay\":100},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1186","222","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1190","223","_wp_attached_file","2020/09/grandpa3.jpg");
INSERT INTO `wp_postmeta` VALUES("1191","223","_wp_attachment_metadata","a:5:{s:5:\"width\";i:368;s:6:\"height\";i:494;s:4:\"file\";s:20:\"2020/09/grandpa3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"grandpa3-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"grandpa3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `wp_postmeta` VALUES("1200","225","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1201","225","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1202","225","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1203","225","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1204","225","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a026eb8\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Many garage bands have acknowledged the MC\'s influence in their lives and careers.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Costa Mesa Penny Saver\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"e6e2404\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"762f6c2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"The MC\'s legendary performances marked the beginning of a new era; re-defining Toga Parties as more than just playing a few hits for incredibly hot college co-eds.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Delta Tau Chi\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7eb723a\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"2e3c6bc\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans; the largest audience in Balboa Island teenage party history.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Uncle Festas\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"b43d27e\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1205","225","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1208","226","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1209","226","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1210","226","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1211","226","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1212","226","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a026eb8\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Many garage bands have acknowledged the MC\'s influence in their lives and careers.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Costa Mesa Penny Saver\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"e6e2404\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"762f6c2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"The MC\'s legendary performances marked the beginning of a new era; re-defining Toga Parties as more than just playing a few hits for incredibly hot college co-eds.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Delta Tau Chi\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7eb723a\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"2e3c6bc\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans; the largest audience in Balboa Island teenage party history.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Uncle Festas\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"b43d27e\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1213","226","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1217","227","_wp_attached_file","2020/09/Fine-NEW-Mix.mp3");
INSERT INTO `wp_postmeta` VALUES("1218","227","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:5549452;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:139;s:16:\"length_formatted\";s:4:\"2:19\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1219","228","_wp_attached_file","2020/09/LoadOut_Final.mp3");
INSERT INTO `wp_postmeta` VALUES("1220","228","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:192000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR192\";s:17:\"compression_ratio\";d:0.1360544217687075;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:7724511;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:322;s:16:\"length_formatted\";s:4:\"5:22\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1221","229","_wp_attached_file","2020/09/DrivingOz-Final.mp3");
INSERT INTO `wp_postmeta` VALUES("1222","229","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:14391378;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:360;s:16:\"length_formatted\";s:4:\"6:00\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1223","230","_wp_attached_file","2020/09/HNM-Final-Final.mp3");
INSERT INTO `wp_postmeta` VALUES("1224","230","_wp_attachment_metadata","a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:320000;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:8:\"LAME3.97\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:15:\"--preset insane\";s:17:\"compression_ratio\";d:0.22675736961451248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:13984913;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:350;s:16:\"length_formatted\";s:4:\"5:50\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1228","232","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1229","232","_elementor_template_type","wp-page");
INSERT INTO `wp_postmeta` VALUES("1230","232","_elementor_version","3.0.9");
INSERT INTO `wp_postmeta` VALUES("1231","232","_wp_page_template","elementor_canvas");
INSERT INTO `wp_postmeta` VALUES("1232","232","_elementor_data","[{\"id\":\"965e498\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"slideshow\",\"background_slideshow_ken_burns\":\"yes\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.21,\"sizes\":[]},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/Chrysanthemum.jpg\",\"id\":76},\"background_overlay_size_mobile\":\"cover\",\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[{\"id\":\"a234e31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c9587aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC\",\"size\":\"xxl\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#a02387\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Spicy Rice\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":1,\"vertical\":3,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c330af5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/09\\/MC-Boyz.png\",\"id\":10},\"image_size\":\"medium\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"-0\",\"bottom\":\"-0\",\"left\":\"-0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a026eb8\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Many garage bands have acknowledged the MC\'s influence in their lives and careers.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Costa Mesa Penny Saver\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"e6e2404\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"762f6c2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"The MC\'s legendary performances marked the beginning of a new era; re-defining Toga Parties as more than just playing a few hits for incredibly hot college co-eds.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Delta Tau Chi\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7eb723a\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"2e3c6bc\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans; the largest audience in Balboa Island teenage party history.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Uncle Festas\",\"testimonial_job\":\"\",\"content_content_color\":\"#636161\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_text_transform\":\"none\",\"content_typography_font_style\":\"italic\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"name_text_color\":\"#000000\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto Slab\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"none\",\"name_typography_font_style\":\"italic\",\"name_typography_line_height\":{\"unit\":\"em\",\"size\":0.3,\"sizes\":[]},\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"b43d27e\",\"elType\":\"widget\",\"settings\":{\"star_style\":\"star_unicode\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"0bb23d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-1a.jpg\",\"id\":179},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"180\",\"height\":\"53\"},\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/TheMiddleClassBand\\/videos\\/?ref=page_internal\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_z_index\":0,\"_animation\":\"rotateIn\",\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2020\\/09\\/FB-2.jpg\",\"id\":178},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"contain\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"470489f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.mc-reunion.com\\/wp-content\\/uploads\\/2019\\/12\\/SunsetBoyz.png\",\"id\":126},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"100\"},\"align\":\"center\",\"caption_source\":\"custom\",\"caption\":\"Visit the MC\'s most recent reunion: \\\"CANEBEDS & HORNY TOADS\\\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/mc-reunion.com\\/canebeds\\/oz.html\",\"is_external\":\"on\",\"nofollow\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_animation\":\"pulse-grow\",\"caption_align\":\"center\",\"text_color\":\"#54595f\",\"caption_typography_typography\":\"custom\",\"caption_typography_font_family\":\"Sancreek\",\"caption_typography_font_weight\":\"bold\",\"caption_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"none\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#7a7a7a\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1f9d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"The MC Collection\",\"size\":\"large\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#776f00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1ab971\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ai_playlist id=\\\"167\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8dfc5a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3911b3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]");
INSERT INTO `wp_postmeta` VALUES("1233","232","_elementor_page_settings","a:7:{s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_bg_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";s:2:\"55\";s:5:\"sizes\";a:0:{}}s:25:\"eael_ext_reading_progress\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}");
INSERT INTO `wp_postmeta` VALUES("1235","171","_elementor_controls_usage","a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:4:\"size\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:8:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:3;s:22:\"image_custom_dimension\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;s:14:\"caption_source\";i:1;s:7:\"caption\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;s:8:\"_z_index\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:19:\"_section_background\";a:7:{s:28:\"_background_hover_background\";i:1;s:23:\"_background_hover_image\";i:1;s:26:\"_background_hover_position\";i:1;s:24:\"_background_hover_repeat\";i:1;s:22:\"_background_hover_size\";i:1;s:28:\"_background_hover_transition\";i:1;s:22:\"_background_background\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:6:{s:7:\"opacity\";i:1;s:13:\"opacity_hover\";i:1;s:27:\"background_hover_transition\";i:2;s:5:\"width\";i:1;s:5:\"space\";i:1;s:15:\"hover_animation\";i:1;}s:21:\"section_style_caption\";a:6:{s:13:\"caption_align\";i:1;s:10:\"text_color\";i:1;s:29:\"caption_typography_typography\";i:1;s:30:\"caption_typography_font_family\";i:1;s:30:\"caption_typography_font_weight\";i:1;s:13:\"caption_space\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:4:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;}}s:5:\"style\";a:3:{s:33:\"section_style_testimonial_content\";a:8:{s:21:\"content_content_color\";i:3;s:29:\"content_typography_typography\";i:3;s:30:\"content_typography_font_family\";i:3;s:28:\"content_typography_font_size\";i:3;s:30:\"content_typography_font_weight\";i:3;s:33:\"content_typography_text_transform\";i:3;s:29:\"content_typography_font_style\";i:3;s:30:\"content_typography_line_height\";i:3;}s:30:\"section_style_testimonial_name\";a:8:{s:15:\"name_text_color\";i:3;s:26:\"name_typography_typography\";i:3;s:27:\"name_typography_font_family\";i:3;s:25:\"name_typography_font_size\";i:3;s:27:\"name_typography_font_weight\";i:3;s:30:\"name_typography_text_transform\";i:3;s:26:\"name_typography_font_style\";i:3;s:27:\"name_typography_line_height\";i:3;}s:29:\"section_style_testimonial_job\";a:3:{s:25:\"job_typography_typography\";i:3;s:26:\"job_typography_font_family\";i:3;s:26:\"job_typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}s:11:\"star-rating\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_rating\";a:2:{s:10:\"star_style\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_stars_style\";a:2:{s:9:\"icon_size\";i:3;s:10:\"icon_space\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;s:31:\"background_overlay_image_mobile\";i:1;s:30:\"background_overlay_size_mobile\";i:1;s:27:\"background_overlay_bg_width\";i:1;}}}}}");
INSERT INTO `wp_postmeta` VALUES("1237","132","_edit_lock","1601911921:1");
INSERT INTO `wp_postmeta` VALUES("1245","132","eael_transient_elements","a:0:{}");
INSERT INTO `wp_postmeta` VALUES("1246","234","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1247","234","_elementor_template_type","kit");
INSERT INTO `wp_postmeta` VALUES("1248","234","_elementor_version","2.9.12");
INSERT INTO `wp_postmeta` VALUES("1249","234","_elementor_page_settings","a:5:{s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"16b7172e\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"1a33eb62\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"4fe26191\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"31c91f2f\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:16:\"Primary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:18:\"Secondary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:9:\"Body Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:11:\"Accent Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}}");
INSERT INTO `wp_postmeta` VALUES("1250","132","_wp_page_template","default");
INSERT INTO `wp_postmeta` VALUES("1251","132","_elementor_data","[]");
INSERT INTO `wp_postmeta` VALUES("1252","235","_elementor_edit_mode","builder");
INSERT INTO `wp_postmeta` VALUES("1253","235","_elementor_template_type","kit");
INSERT INTO `wp_postmeta` VALUES("1254","235","_elementor_version","2.9.12");
INSERT INTO `wp_postmeta` VALUES("1255","235","_elementor_page_settings","a:11:{s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"16b7172e\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"1a33eb62\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"4fe26191\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"31c91f2f\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:16:\"Primary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:18:\"Secondary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:9:\"Body Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:11:\"Accent Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:10:\"MC Reunion\";s:16:\"site_description\";s:33:\"We&#039;re younger than that now!\";s:12:\"site_favicon\";a:2:{s:3:\"url\";s:65:\"https://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png\";s:2:\"id\";i:10;}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";}");
INSERT INTO `wp_postmeta` VALUES("1256","235","_wp_page_template","default");
INSERT INTO `wp_postmeta` VALUES("1257","235","_elementor_data","[]");
INSERT INTO `wp_postmeta` VALUES("1261","132","_elementor_css","a:6:{s:4:\"time\";i:1616172492;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1262","171","_elementor_css","a:6:{s:4:\"time\";i:1616172493;s:5:\"fonts\";a:5:{i:0;s:10:\"Spicy Rice\";i:1;s:6:\"Roboto\";i:2;s:11:\"Roboto Slab\";i:10;s:8:\"Sancreek\";i:11;s:5:\"Arial\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}");
INSERT INTO `wp_postmeta` VALUES("1263","165","_elementor_css","a:7:{s:4:\"time\";i:1616670550;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}");



DROP TABLE IF EXISTS `wp_posts`;

CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=236 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_posts` VALUES("1","1","2019-09-11 22:09:50","2019-09-11 22:09:50","<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->","Hello world!","","draft","open","open","","hello-world","","","2019-09-30 19:38:24","2019-09-30 19:38:24","","0","http://www.mc-reunion.com/?p=1","0","post","","1");
INSERT INTO `wp_posts` VALUES("2","1","2019-09-11 22:09:50","2019-09-11 22:09:50","<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://www.mc-reunion.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->","Sample Page","","publish","closed","open","","sample-page","","","2019-09-11 22:09:50","2019-09-11 22:09:50","","0","http://www.mc-reunion.com/?page_id=2","0","page","","0");
INSERT INTO `wp_posts` VALUES("3","1","2019-09-11 22:09:50","2019-09-11 22:09:50","<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://www.mc-reunion.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->","Privacy Policy","","draft","closed","open","","privacy-policy","","","2019-09-11 22:09:50","2019-09-11 22:09:50","","0","http://www.mc-reunion.com/?page_id=3","0","page","","0");
INSERT INTO `wp_posts` VALUES("7","1","2019-09-12 01:26:54","2019-09-12 01:26:54","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","draft","closed","closed","","home","","","2020-09-01 14:27:53","2020-09-01 14:27:53","","0","http://www.mc-reunion.com/?page_id=7","0","page","","0");
INSERT INTO `wp_posts` VALUES("8","1","2019-09-11 22:30:56","2019-09-11 22:30:56","","Elementor #7","","inherit","closed","closed","","7-revision-v1","","","2019-09-11 22:30:56","2019-09-11 22:30:56","","7","http://www.mc-reunion.com/2019/09/11/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("9","1","2019-09-11 22:39:20","2019-09-11 22:39:20","<iframe title=\"John Coltrane - 1963 - My Favorite Things by SHCHXango\" width=\"640\" height=\"200\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=false&#038;url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F36701924&#038;show_artwork=false&#038;maxwidth=640&#038;maxheight=960&#038;dnt=1&#038;auto_play=false&#038;buying=false&#038;liking=false&#038;download=true&#038;sharing=true&#038;show_comments=false&#038;show_playcount=true&#038;show_user=false&#038;color\"></iframe>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-11 22:39:20","2019-09-11 22:39:20","","7","http://www.mc-reunion.com/2019/09/11/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("10","1","2019-09-12 01:26:52","2019-09-12 01:26:52","","MC-Boyz","","inherit","open","closed","","mc-boyz","","","2019-09-12 01:26:52","2019-09-12 01:26:52","","7","http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png","0","attachment","image/png","0");
INSERT INTO `wp_posts` VALUES("11","1","2019-09-12 01:27:48","2019-09-12 01:27:48","<img src=\"http://www.mc-reunion.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-12 01:27:48","2019-09-12 01:27:48","","7","http://www.mc-reunion.com/2019/09/12/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("12","1","2019-09-12 01:27:48","2019-09-12 01:27:48","<img width=\"640\" height=\"640\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 640px) 100vw, 640px\" />","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-12 01:27:48","2019-09-12 01:27:48","","7","http://www.mc-reunion.com/2019/09/12/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("14","1","2019-09-14 16:01:16","2019-09-14 16:01:16","\"I Need You\" from Liddle Class by Middle Class.","I Need You","","inherit","open","closed","","i-need-you","","","2019-09-14 16:01:16","2019-09-14 16:01:16","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/I-need-You.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("16","1","2019-09-14 16:29:50","2019-09-14 16:29:50","<img src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 640px) 100vw, 640px\" width=\"640\" height=\"640\">","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-14 16:29:50","2019-09-14 16:29:50","","7","http://www.mc-reunion.com/2019/09/14/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("18","1","2019-09-14 16:41:06","2019-09-14 16:41:06","","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-14 16:41:06","2019-09-14 16:41:06","","7","http://www.mc-reunion.com/2019/09/14/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("19","1","2019-09-14 21:08:45","2019-09-14 21:08:45","\"1 Headlight Mix5\".","1 Headlight Mix5","","inherit","open","closed","","1-headlight-mix5","","","2020-09-01 13:53:55","2020-09-01 13:53:55","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/1-Headlight-Mix5.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("20","1","2019-09-14 21:08:57","2019-09-14 21:08:57","\"2Times-Mix\".","2Times-Mix","","inherit","open","closed","","2times-mix","","","2020-09-01 13:51:52","2020-09-01 13:51:52","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/2Times-Mix.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("21","1","2019-09-14 21:09:06","2019-09-14 21:09:06","\"4+20 Acc Mix\".","4+20 Acc Mix","","inherit","open","closed","","420-acc-mix","","","2020-09-01 13:55:19","2020-09-01 13:55:19","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/420-Acc-Mix.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("23","1","2019-09-14 21:09:35","2019-09-14 21:09:35","\"BlackBird_Final\".","BlackBird_Final","","inherit","open","closed","","blackbird_final","","","2020-09-01 13:37:25","2020-09-01 13:37:25","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/BlackBird_Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("24","1","2019-09-14 21:09:46","2019-09-14 21:09:46","\"Change-Mix\".","Change-Mix","","inherit","open","closed","","change-mix","","","2020-09-01 13:36:59","2020-09-01 13:36:59","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Change-Mix.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("25","1","2019-09-14 21:09:59","2019-09-14 21:09:59","\"Doncha NO\".","Doncha NO","","inherit","open","closed","","doncha-no","","","2019-09-15 16:56:34","2019-09-15 16:56:34","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Doncha-NO.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("26","1","2019-09-14 21:10:10","2019-09-14 21:10:10","\"DrySpell_Final\".","DrySpell_Final","","inherit","open","closed","","dryspell_final","","","2020-09-25 00:07:19","2020-09-25 00:07:19","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/DrySpell_Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("27","1","2019-09-14 21:10:21","2019-09-14 21:10:21","\"Easy_Final\".","Easy_Final","","inherit","open","closed","","easy_final","","","2020-09-01 13:49:48","2020-09-01 13:49:48","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Easy_Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("28","1","2019-09-14 21:10:37","2019-09-14 21:10:37","\"EOI-Mix-Ed\".","EOI-Mix-Ed","","inherit","open","closed","","eoi-mix-ed","","","2020-09-20 22:51:01","2020-09-20 22:51:01","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/EOI-Mix-Ed.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("29","1","2019-09-14 21:10:48","2019-09-14 21:10:48","\"F&R Final\".","F&R Final","","inherit","open","closed","","fr-final","","","2020-09-03 19:00:59","2020-09-03 19:00:59","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/FR-Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("30","1","2019-09-14 21:11:01","2019-09-14 21:11:01","\"Fields-Final-Final\".","Fields-Final-Final","","inherit","open","closed","","fields-final-final","","","2020-09-01 13:56:18","2020-09-01 13:56:18","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Fields-Final-Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("32","1","2019-09-14 21:11:25","2019-09-14 21:11:25","\"FreeFallin-Joe\".","FreeFallin-Joe","","inherit","open","closed","","freefallin-joe","","","2020-09-01 13:55:49","2020-09-01 13:55:49","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/FreeFallin-Joe.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("33","1","2019-09-14 21:11:40","2019-09-14 21:11:40","\"Handle-mix3\".","Handle-mix3","","inherit","open","closed","","handle-mix3","","","2020-09-01 13:36:19","2020-09-01 13:36:19","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Handle-mix3.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("34","1","2019-09-14 21:11:52","2019-09-14 21:11:52","\"HarvestMoon-Mix\".","HarvestMoon-Mix","","inherit","open","closed","","harvestmoon-mix","","","2020-09-25 00:08:12","2020-09-25 00:08:12","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/HarvestMoon-Mix.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("35","1","2019-09-14 21:11:59","2019-09-14 21:11:59","\"Heart-Final\".","Heart-Final","","inherit","open","closed","","heart-final","","","2020-09-01 13:56:46","2020-09-01 13:56:46","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Heart-Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("36","1","2019-09-14 21:12:06","2019-09-14 21:12:06","\"Hide_Final\".","Hide_Final","","inherit","open","closed","","hide_final","","","2020-09-01 13:44:42","2020-09-01 13:44:42","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Hide_Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("37","1","2019-09-14 21:12:17","2019-09-14 21:12:17","\"Hurt Mix Ed\".","Hurt Mix Ed","","inherit","open","closed","","hurt-mix-ed","","","2020-09-01 13:54:56","2020-09-01 13:54:56","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Hurt-Mix-Ed.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("38","1","2019-09-14 21:12:47","2019-09-14 21:12:47","\"Kink-AlbumMix\".","Kink-AlbumMix","","inherit","open","closed","","kink-albummix","","","2020-09-01 13:50:56","2020-09-01 13:50:56","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Kink-AlbumMix.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("40","1","2019-09-14 21:13:15","2019-09-14 21:13:15","\"LookingEast_Final\".","LookingEast_Final","","inherit","open","closed","","lookingeast_final","","","2020-09-01 13:39:38","2020-09-01 13:39:38","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/LookingEast_Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("41","1","2019-09-14 21:13:23","2019-09-14 21:13:23","\"NW Mix3\".","NW Mix3","","inherit","open","closed","","nw-mix3","","","2020-09-01 13:39:08","2020-09-01 13:39:08","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/NW-Mix3.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("42","1","2019-09-14 21:13:35","2019-09-14 21:13:35","\"Pages-Mix\".","Pages-Mix","","inherit","open","closed","","pages-mix","","","2020-09-01 13:13:53","2020-09-01 13:13:53","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Pages-Mix.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("43","1","2019-09-14 21:13:49","2019-09-14 21:13:49","\"Riders Mix4\".","Riders Mix4","","inherit","open","closed","","riders-mix4","","","2020-09-01 13:42:48","2020-09-01 13:42:48","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Riders-Mix4.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("44","1","2019-09-14 21:14:00","2019-09-14 21:14:00","\"Running Mix3\".","Running Mix3","","inherit","open","closed","","running-mix3","","","2020-09-01 13:48:22","2020-09-01 13:48:22","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Running-Mix3.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("45","1","2019-09-14 21:14:18","2019-09-14 21:14:18","\"SomethingGood-Mix3\".","SomethingGood-Mix3","","inherit","open","closed","","somethinggood-mix3","","","2020-09-01 13:45:21","2020-09-01 13:45:21","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/SomethingGood-Mix3.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("46","1","2019-09-14 21:14:29","2019-09-14 21:14:29","\"T-Bone_Final\".","T-Bone_Final","","inherit","open","closed","","t-bone_final","","","2020-09-01 13:49:10","2020-09-01 13:49:10","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/T-Bone_Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("47","1","2019-09-14 21:14:37","2019-09-14 21:14:37","\"Things_Final\".","Things_Final","","inherit","open","closed","","things_final","","","2020-09-01 13:47:36","2020-09-01 13:47:36","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Things_Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("48","1","2019-09-14 21:14:53","2019-09-14 21:14:53","\"WildFlowers-Mix2\".","WildFlowers-Mix2","","inherit","open","closed","","wildflowers-mix2","","","2020-09-01 13:24:07","2020-09-01 13:24:07","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/WildFlowers-Mix2.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("49","1","2019-09-14 21:15:05","2019-09-14 21:15:05","\"WO_Mix2\".","WO_Mix2","","inherit","open","closed","","wo_mix2","","","2019-09-15 03:08:27","2019-09-15 03:08:27","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/WO_Mix2.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("50","1","2019-09-14 21:15:18","2019-09-14 21:15:18","\"Watchtower\".","Watchtower","","inherit","open","closed","","wt-mix2","","","2020-09-01 13:47:01","2020-09-01 13:47:01","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/WT-Mix2.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("51","1","2019-09-14 21:59:28","2019-09-14 21:59:28","The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.","","","publish","closed","closed","","mc-hits","","","2019-09-15 00:08:20","2019-09-15 00:08:20","","0","http://www.mc-reunion.com/?post_type=album&#038;p=51","0","album","","0");
INSERT INTO `wp_posts` VALUES("52","1","2019-09-14 21:58:46","2019-09-14 21:58:46","","MC Hits","","inherit","closed","closed","","51-revision-v1","","","2019-09-14 21:58:46","2019-09-14 21:58:46","","51","http://www.mc-reunion.com/2019/09/14/51-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("55","1","2019-09-14 23:17:48","2019-09-14 23:17:48","<figure>\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											<figcaption></figcaption>\n										</figure>\n		[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-14 23:17:48","2019-09-14 23:17:48","","7","http://www.mc-reunion.com/2019/09/14/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("56","1","2019-09-14 23:43:42","2019-09-14 23:43:42","","","","inherit","closed","closed","","51-revision-v1","","","2019-09-14 23:43:42","2019-09-14 23:43:42","","51","http://www.mc-reunion.com/2019/09/14/51-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("57","1","2019-09-15 00:06:32","2019-09-15 00:06:32","The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.","","","inherit","closed","closed","","51-autosave-v1","","","2019-09-15 00:06:32","2019-09-15 00:06:32","","51","http://www.mc-reunion.com/2019/09/14/51-autosave-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("58","1","2019-09-15 00:06:37","2019-09-15 00:06:37","The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.","","","inherit","closed","closed","","51-revision-v1","","","2019-09-15 00:06:37","2019-09-15 00:06:37","","51","http://www.mc-reunion.com/2019/09/15/51-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("59","1","2019-09-15 00:11:42","2019-09-15 00:11:42","<figure>\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											<figcaption></figcaption>\n										</figure>\n		[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 00:11:42","2019-09-15 00:11:42","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("60","1","2019-09-15 00:14:53","2019-09-15 00:14:53","<figure>\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											<figcaption>The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.</figcaption>\n										</figure>\n		[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 00:14:53","2019-09-15 00:14:53","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("61","1","2019-09-15 00:19:25","2019-09-15 00:19:25","<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p>The MC\'s musical innovations and commercial success inspired musicians worldwide. Many artists have acknowledged the MC\'s influence. On high school stages, their arrival marked the beginning of a new era. They helped to redefine Toga Parties as more than just a few hits performed for incredibly hot college co-eds, the MC\'s were primary innovators of the modern music video. The Balboa Island Party attracted an estimated 55 fans, then the largest audience in Balboa Island teenage party history Emulation of their clothing and especially their hairstyles, which became a mark of rebellion, had a county-wide impact on fashion.</p>[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 00:19:25","2019-09-15 00:19:25","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("63","1","2019-09-15 00:28:09","2019-09-15 00:28:09","<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p>The MC\'s musical innovations and commercial success inspired musicians from Newport Beach to Anaheim. Many artists have acknowledged the MC\'s influence on their lives and careers. On high school stages in the mid 1960\'s, their arrival marked the beginning of a new era. They helped to re-define Toga Parties as more than just a few hits performed for incredibly hot college co-eds. The MC\'s were true innovators. The [infamous] Balboa Island Party attracted an estimated 53 fans, then the largest audience in Balboa Island teenage party history. And emulation of their clothing and especially their hairstyles, became a mark of rebellion.</p>[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 00:28:09","2019-09-15 00:28:09","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("64","1","2019-09-15 00:30:09","2019-09-15 00:30:09","<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p>The MC\'s musical innovations and commercial success inspired musicians from Newport Beach to Anaheim. Many artists have acknowledged the MC\'s influence on their lives and careers. On high school stages in the mid 1960\'s, their arrival marked the beginning of a new era. They helped to re-define Toga Parties as more than just a few hits performed for incredibly hot college co-eds. The MC\'s were true innovators. The [infamous] Balboa Island Party attracted an estimated 53 fans, then the largest audience in Balboa Island teenage party history. And emulation of their clothing and especially their hairstyles, became a mark of rebellion.</p>[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 00:30:09","2019-09-15 00:30:09","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("65","1","2019-09-15 00:32:56","2019-09-15 00:32:56","<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p>The MC\'s musical innovations and commercial success inspired musicians from Newport Beach to Anaheim. Many artists have acknowledged the MC\'s influence on their lives and careers. On high school stages in the mid 1960\'s, their arrival marked the beginning of a new era. They helped to re-define Toga Parties as more than just a few hits performed for incredibly hot college co-eds. The MC\'s were true innovators. The [infamous] Balboa Island Party attracted an estimated 53 fans, then the largest audience in Balboa Island teenage party history. And emulation of their clothing and especially their hairstyles, became a mark of rebellion.</p>[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 00:32:56","2019-09-15 00:32:56","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("66","1","2019-09-15 03:28:27","2019-09-15 03:28:27","\"Great WIde Open\".","Great WIde Open","","inherit","open","closed","","great-wide-open","","","2020-09-01 13:53:19","2020-09-01 13:53:19","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Great-WIde-Open.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("67","1","2019-09-15 03:40:15","2019-09-15 03:40:15","<h2>The MC</h2>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p>The MC\'s musical innovations and commercial success inspired musicians from Newport Beach to Anaheim. Many artists have acknowledged the MC\'s influence on their lives and careers. On high school stages in the mid 1960\'s, their arrival marked the beginning of a new era. They helped to re-define Toga Parties as more than just a few hits performed for incredibly hot college co-eds. The MC\'s were true innovators. The [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. And emulation of their clothing and especially their hairstyles, became a mark of rebellion.</p>[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 03:40:15","2019-09-15 03:40:15","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("69","1","2019-09-15 04:04:24","2019-09-15 04:04:24","<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p>The MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \"do you want fries with that?\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a generation.</p>[sonaar_audioplayer store_title_text=\"\" hide_artwork=\"\" show_playlist=\"\" show_track_market=\"\" show_album_market=\"\" remove_player=\"\" sticky_player=\"\" wave_color=\"\" wave_progress_color=\"\" albums=\"51\" ]","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 04:04:24","2019-09-15 04:04:24","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("71","1","2019-09-15 04:55:16","2019-09-15 04:55:16","","Penguins","","inherit","open","closed","","penguins","","","2019-09-15 04:55:16","2019-09-15 04:55:16","","7","http://www.mc-reunion.com/wp-content/uploads/2019/09/Penguins.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("72","1","2019-09-15 04:55:32","2019-09-15 04:55:32","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \"do you want fries with that?\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 04:55:32","2019-09-15 04:55:32","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("73","1","2019-09-15 04:57:19","2019-09-15 04:57:19","","bunks","","inherit","open","closed","","bunks","","","2019-09-15 04:57:19","2019-09-15 04:57:19","","7","http://www.mc-reunion.com/wp-content/uploads/2019/09/bunks.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("75","1","2019-09-15 04:57:46","2019-09-15 04:57:46","","red cliffs","","inherit","open","closed","","red-cliffs","","","2019-09-15 04:57:46","2019-09-15 04:57:46","","7","http://www.mc-reunion.com/wp-content/uploads/2019/09/red-cliffs.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("76","1","2019-09-15 05:00:03","2019-09-15 05:00:03","","Chrysanthemum","","inherit","open","closed","","chrysanthemum","","","2019-09-15 05:00:03","2019-09-15 05:00:03","","7","http://www.mc-reunion.com/wp-content/uploads/2019/09/Chrysanthemum.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("77","1","2019-09-15 05:01:04","2019-09-15 05:01:04","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \"do you want fries with that?\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 05:01:04","2019-09-15 05:01:04","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("78","1","2019-09-15 05:02:03","2019-09-15 05:02:03","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \"do you want fries with that?\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 05:02:03","2019-09-15 05:02:03","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("80","1","2019-09-15 05:17:00","2019-09-15 05:17:00","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \"do you want fries with that?\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 05:17:00","2019-09-15 05:17:00","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("81","1","2019-09-15 05:25:47","2019-09-15 05:25:47","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s, marked the beginning of a new era. And they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. They coined the phrase, \"do you want fries with that?\" They were true innovators. Their performance at the [infamous] Balboa Island Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of their clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 05:25:47","2019-09-15 05:25:47","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("83","1","2019-09-15 15:53:00","2019-09-15 15:53:00","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 15:53:00","2019-09-15 15:53:00","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("86","1","2019-09-15 16:40:07","2019-09-15 16:40:07","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 16:40:07","2019-09-15 16:40:07","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("87","1","2019-09-15 16:44:28","2019-09-15 16:44:28","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 16:44:28","2019-09-15 16:44:28","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("89","1","2019-09-15 16:54:06","2019-09-15 16:54:06","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 16:54:06","2019-09-15 16:54:06","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("91","1","2019-09-15 16:59:15","2019-09-15 16:59:15","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 16:59:15","2019-09-15 16:59:15","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("92","1","2019-09-15 18:29:11","2019-09-15 18:29:11","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-15 18:29:11","2019-09-15 18:29:11","","7","http://www.mc-reunion.com/2019/09/15/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("94","1","2019-09-23 01:55:46","2019-09-23 01:55:46","\"NEW-Kink-AlbumMixFinal\".","NEW-Kink-AlbumMixFinal","","inherit","open","closed","","new-kink-albummixfinal","","","2019-09-23 01:57:47","2019-09-23 01:57:47","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/NEW-Kink-AlbumMixFinal.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("95","1","2019-09-23 01:56:16","2019-09-23 01:56:16","\"NEW-Kink-RadioMixFinal\".","NEW-Kink-RadioMixFinal","","inherit","open","closed","","new-kink-radiomixfinal","","","2020-09-01 13:51:26","2020-09-01 13:51:26","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/NEW-Kink-RadioMixFinal.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("96","1","2019-09-23 01:58:34","2019-09-23 01:58:34","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-23 01:58:34","2019-09-23 01:58:34","","7","http://www.mc-reunion.com/2019/09/23/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("97","1","2019-09-23 02:01:08","2019-09-23 02:01:08","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-23 02:01:08","2019-09-23 02:01:08","","7","http://www.mc-reunion.com/2019/09/23/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("98","1","2019-09-24 02:23:18","2019-09-24 02:23:18","\"Good To Be King 8.0\".","Good To Be King 8.0","","inherit","open","closed","","good-to-be-king-8-0","","","2019-09-30 18:24:27","2019-09-30 18:24:27","","0","http://www.mc-reunion.com/wp-content/uploads/2019/09/Good-To-Be-King-8.0.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("100","1","2019-09-24 02:27:09","2019-09-24 02:27:09","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-24 02:27:09","2019-09-24 02:27:09","","7","http://www.mc-reunion.com/2019/09/24/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("101","1","2019-09-24 02:38:41","2019-09-24 02:38:41","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-24 02:38:41","2019-09-24 02:38:41","","7","http://www.mc-reunion.com/2019/09/24/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("104","1","2019-09-30 17:05:50","2019-09-30 17:05:50","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-30 17:05:50","2019-09-30 17:05:50","","7","http://www.mc-reunion.com/2019/09/30/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("106","1","2019-09-30 17:13:32","2019-09-30 17:13:32","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-30 17:13:32","2019-09-30 17:13:32","","7","http://www.mc-reunion.com/2019/09/30/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("107","1","2019-09-30 17:18:41","2019-09-30 17:18:41","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-30 17:18:41","2019-09-30 17:18:41","","7","http://www.mc-reunion.com/2019/09/30/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("108","1","2019-09-30 17:20:50","2019-09-30 17:20:50","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-30 17:20:50","2019-09-30 17:20:50","","7","http://www.mc-reunion.com/2019/09/30/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("111","1","2019-09-30 19:28:35","2019-09-30 19:28:35","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>		\n		<p>DOWNLOAD</p><p>[audio mp3=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/Pages-Mix.mp3\"][/audio]</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-30 19:28:35","2019-09-30 19:28:35","","7","http://www.mc-reunion.com/2019/09/30/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("112","1","2019-09-30 19:29:53","2019-09-30 19:29:53","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-09-30 19:29:53","2019-09-30 19:29:53","","7","http://www.mc-reunion.com/2019/09/30/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("113","1","2019-09-30 19:38:24","2019-09-30 19:38:24","<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->","Hello world!","","inherit","closed","closed","","1-revision-v1","","","2019-09-30 19:38:24","2019-09-30 19:38:24","","1","http://www.mc-reunion.com/2019/09/30/1-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("118","1","2019-10-01 01:47:56","2019-10-01 01:47:56","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>","home","","inherit","closed","closed","","7-revision-v1","","","2019-10-01 01:47:56","2019-10-01 01:47:56","","7","http://www.mc-reunion.com/2019/10/01/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("120","1","2019-10-01 16:16:16","2019-10-01 16:16:16","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2019-10-01 16:16:16","2019-10-01 16:16:16","","7","http://www.mc-reunion.com/2019/10/01/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("121","1","2019-10-01 16:18:10","2019-10-01 16:18:10","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2019-10-01 16:18:10","2019-10-01 16:18:10","","7","http://www.mc-reunion.com/2019/10/01/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("124","1","2019-12-22 14:24:43","2019-12-22 14:24:43","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2019-12-22 14:24:43","2019-12-22 14:24:43","","7","http://www.mc-reunion.com/2019/12/22/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("126","1","2019-12-22 14:31:22","2019-12-22 14:31:22","","SunsetBoyz","","inherit","open","closed","","sunsetboyz","","","2019-12-22 14:31:22","2019-12-22 14:31:22","","7","http://www.mc-reunion.com/wp-content/uploads/2019/12/SunsetBoyz.png","0","attachment","image/png","0");
INSERT INTO `wp_posts` VALUES("127","1","2019-12-22 14:48:41","2019-12-22 14:48:41","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n							<figure>\n											<a href=\"http://mc-reunion/canebeds/oz.html\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>","home","","inherit","closed","closed","","7-revision-v1","","","2019-12-22 14:48:41","2019-12-22 14:48:41","","7","http://www.mc-reunion.com/2019/12/22/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("129","1","2019-12-22 15:12:48","2019-12-22 15:12:48","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion/canebeds/oz.html\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2019-12-22 15:12:48","2019-12-22 15:12:48","","7","http://www.mc-reunion.com/2019/12/22/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("130","1","2019-12-22 15:17:22","2019-12-22 15:17:22","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2019-12-22 15:17:22","2019-12-22 15:17:22","","7","http://www.mc-reunion.com/2019/12/22/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("132","1","2020-06-17 16:53:27","2020-06-17 16:53:27","","Default Kit","","publish","closed","closed","","default-kit","","","2020-10-05 15:32:05","2020-10-05 15:32:05","","0","http://www.mc-reunion.com/?elementor_library=default-kit","0","elementor_library","","0");
INSERT INTO `wp_posts` VALUES("133","1","2020-06-17 16:56:30","2020-06-17 16:56:30","\"New-Face-Final1\".","New-Face-Final1","","inherit","open","closed","","new-face-final1","","","2020-09-20 22:52:05","2020-09-20 22:52:05","","0","http://www.mc-reunion.com/wp-content/uploads/2020/06/New-Face-Final1.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("135","1","2020-06-17 16:58:23","2020-06-17 16:58:23","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-06-17 16:58:23","2020-06-17 16:58:23","","7","http://www.mc-reunion.com/2020/06/17/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("136","1","2020-06-18 03:19:22","2020-06-18 03:19:22","\"SonJoe-Mix2\".","SonJoe-Mix2","","inherit","open","closed","","sonjoe-mix2","","","2020-09-01 13:45:55","2020-09-01 13:45:55","","0","http://www.mc-reunion.com/wp-content/uploads/2020/06/SonJoe-Mix2.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("138","1","2020-06-18 03:20:22","2020-06-18 03:20:22","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-06-18 03:20:22","2020-06-18 03:20:22","","7","http://www.mc-reunion.com/2020/06/18/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("141","1","2020-06-29 13:30:37","2020-06-29 13:30:37","\"SUN-RawMix3\".","SUN-RawMix3","","inherit","open","closed","","sun-rawmix3","","","2020-09-01 13:24:47","2020-09-01 13:24:47","","0","http://www.mc-reunion.com/wp-content/uploads/2020/06/SUN-RawMix3.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("142","1","2020-06-29 13:37:13","2020-06-29 13:37:13","\"DrivingOz-Mix5\".","DrivingOz-Mix5","","inherit","open","closed","","drivingoz-mix5","","","2020-09-01 13:25:23","2020-09-01 13:25:23","","0","http://www.mc-reunion.com/wp-content/uploads/2020/06/DrivingOz-Mix5.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("143","1","2020-06-29 13:40:28","2020-06-29 13:40:28","\"Boat-Final2\".","Boat-Final2","","inherit","open","closed","","boat-final2","","","2020-09-01 13:34:26","2020-09-01 13:34:26","","0","http://www.mc-reunion.com/wp-content/uploads/2020/06/Boat-Final2.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("144","1","2020-06-29 13:43:11","2020-06-29 13:43:11","\"Questions-Final2\".","Questions-Final2","","inherit","open","closed","","questions-final2","","","2020-09-01 13:34:46","2020-09-01 13:34:46","","0","http://www.mc-reunion.com/wp-content/uploads/2020/06/Questions-Final2.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("146","1","2020-06-29 13:48:10","2020-06-29 13:48:10","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-06-29 13:48:10","2020-06-29 13:48:10","","7","http://www.mc-reunion.com/2020/06/29/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("147","1","2020-07-01 20:48:30","2020-07-01 20:48:30","\"Fly Mix Ed\".","Fly Mix Ed","","inherit","open","closed","","fly-mix-ed","","","2020-09-01 13:54:20","2020-09-01 13:54:20","","0","http://www.mc-reunion.com/wp-content/uploads/2020/07/Fly-Mix-Ed.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("149","1","2020-07-01 20:52:37","2020-07-01 20:52:37","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-07-01 20:52:37","2020-07-01 20:52:37","","7","http://www.mc-reunion.com/2020/07/01/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("154","1","2020-07-31 17:20:01","2020-07-31 17:20:01","\"Apartment Song\".","Apartment Song","","inherit","open","closed","","apartment-song","","","2020-09-01 13:43:14","2020-09-01 13:43:14","","0","http://www.mc-reunion.com/wp-content/uploads/2020/07/Apartment-Song.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("155","1","2020-07-31 17:20:58","2020-07-31 17:20:58","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-07-31 17:20:58","2020-07-31 17:20:58","","7","http://www.mc-reunion.com/2020/07/31/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("157","1","2020-08-30 19:36:42","2020-08-30 19:36:42","The MC\n\n<img src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">\n\n<strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.\n<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\">								</a><figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS &amp; HORNY TOADS\"</figcaption></figure>\nThe MC Collection\n\n<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\nMP3 Downloads\n</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-08-30 19:36:42","2020-08-30 19:36:42","","7","http://www.mc-reunion.com/2020/08/30/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("159","1","2020-08-31 15:29:43","2020-08-31 15:29:43","\"Got-Mix1\".","Got-Mix1","","inherit","open","closed","","got-mix1","","","2020-08-31 15:29:51","2020-08-31 15:29:51","","0","http://www.mc-reunion.com/wp-content/uploads/2020/08/Got-Mix1.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("160","1","2020-08-31 15:30:39","2020-08-31 15:30:39","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-08-31 15:30:39","2020-08-31 15:30:39","","7","http://www.mc-reunion.com/2020/08/31/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("161","1","2020-08-31 15:36:14","2020-08-31 15:36:14","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-08-31 15:36:14","2020-08-31 15:36:14","","7","http://www.mc-reunion.com/2020/08/31/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("162","1","2020-08-31 19:42:37","2020-08-31 19:42:37","The MC\n\n<img src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">\n\n<strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.\n<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\">								</a><figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS &amp; HORNY TOADS\"</figcaption></figure>\nThe MC Collection\n\n<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\nMP3 Downloads\n</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-08-31 19:42:37","2020-08-31 19:42:37","","7","http://www.mc-reunion.com/2020/08/31/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("163","1","2020-08-31 19:46:03","2020-08-31 19:46:03","\"Got-Mix2\".","Got-Mix2","","inherit","open","closed","","got-mix2","","","2020-09-01 13:15:09","2020-09-01 13:15:09","","0","http://www.mc-reunion.com/wp-content/uploads/2020/08/Got-Mix2.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("164","1","2020-08-31 19:46:20","2020-08-31 19:46:20","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","7-revision-v1","","","2020-08-31 19:46:20","2020-08-31 19:46:20","","7","http://www.mc-reunion.com/2020/08/31/7-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("165","1","2020-09-01 13:18:18","2020-09-01 13:18:18","[ai_playlist id=\"167\"]","Elementor #165","","publish","closed","closed","","elementor-165","","","2020-09-01 13:26:50","2020-09-01 13:26:50","","0","http://www.mc-reunion.com/?page_id=165","0","page","","0");
INSERT INTO `wp_posts` VALUES("166","1","2020-09-01 12:43:32","2020-09-01 12:43:32","","Elementor #165","","inherit","closed","closed","","165-revision-v1","","","2020-09-01 12:43:32","2020-09-01 12:43:32","","165","http://www.mc-reunion.com/2020/09/01/165-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("167","1","2020-09-01 13:19:10","2020-09-01 13:19:10","","The MC Collection","","publish","closed","closed","","the-mc-collection","","","2020-09-25 02:01:47","2020-09-25 02:01:47","","0","http://www.mc-reunion.com/?post_type=ai_playlist&#038;p=167","0","ai_playlist","","0");
INSERT INTO `wp_posts` VALUES("170","1","2020-09-01 13:18:18","2020-09-01 13:18:18","[ai_playlist id=\"167\"]","Elementor #165","","inherit","closed","closed","","165-revision-v1","","","2020-09-01 13:18:18","2020-09-01 13:18:18","","165","http://www.mc-reunion.com/2020/09/01/165-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("171","1","2020-09-01 14:19:27","2020-09-01 14:19:27","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n							\"Many garage bands have acknowledged the MC\'s influence in their lives and careers.\"\n														Costa Mesa Penny Saver\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n							\"The MC\'s legendary performances marked the beginning of a new era; re-defining Toga Parties as more than just playing a few hits for incredibly hot college co-eds.\"\n														Delta Tau Chi\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n							\"Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans; the largest audience in Balboa Island teenage party history.\"\n														Uncle Festas\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"https://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","publish","closed","closed","","home-2","","","2020-10-05 15:01:04","2020-10-05 15:01:04","","0","http://www.mc-reunion.com/?page_id=171","0","page","","0");
INSERT INTO `wp_posts` VALUES("172","1","2020-09-01 14:19:27","2020-09-01 14:19:27","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-01 14:19:27","2020-09-01 14:19:27","","171","http://www.mc-reunion.com/2020/09/01/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("173","1","2020-09-01 14:19:27","2020-09-01 14:19:27","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-01 14:19:27","2020-09-01 14:19:27","","171","http://www.mc-reunion.com/2020/09/01/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("176","1","2020-09-01 19:44:01","2020-09-01 19:44:01","","facebook","","inherit","open","closed","","facebook","","","2020-09-01 19:44:01","2020-09-01 19:44:01","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/facebook.png","0","attachment","image/png","0");
INSERT INTO `wp_posts` VALUES("177","1","2020-09-01 21:06:00","2020-09-01 21:06:00","","FB-1","","inherit","open","closed","","fb-1","","","2020-09-01 21:06:00","2020-09-01 21:06:00","","171","http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("178","1","2020-09-01 21:06:03","2020-09-01 21:06:03","","FB-2","","inherit","open","closed","","fb-2","","","2020-09-01 21:06:03","2020-09-01 21:06:03","","171","http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-2.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("179","1","2020-09-01 21:10:40","2020-09-01 21:10:40","","FB-1a","","inherit","open","closed","","fb-1a","","","2020-09-01 21:10:40","2020-09-01 21:10:40","","171","http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-1a.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("180","1","2020-09-01 21:10:54","2020-09-01 21:10:54","","FB-2a","","inherit","open","closed","","fb-2a","","","2020-09-01 21:21:30","2020-09-01 21:21:30","","171","http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-2a.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("182","1","2020-09-01 21:16:43","2020-09-01 21:16:43","","FB-1b","","inherit","open","closed","","fb-1b","","","2020-09-01 21:16:43","2020-09-01 21:16:43","","171","http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-1b.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("183","1","2020-09-01 22:28:27","2020-09-01 22:28:27","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n										<img width=\"150\" height=\"53\" src=\"http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-2a-e1598995281717.jpg\" alt=\"\" loading=\"lazy\" />											\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-01 22:28:27","2020-09-01 22:28:27","","171","http://www.mc-reunion.com/2020/09/01/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("184","1","2020-09-01 22:30:39","2020-09-01 22:30:39","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"https://www.facebook.com/pg/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"150\" height=\"53\" src=\"http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-2a-e1598995281717.jpg\" alt=\"\" loading=\"lazy\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-01 22:30:39","2020-09-01 22:30:39","","171","http://www.mc-reunion.com/2020/09/01/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("185","1","2020-09-01 22:34:34","2020-09-01 22:34:34","The MC\n\n<img src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">\n\n<strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.\n<figure>\n											<a href=\"https://www.facebook.com/pg/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-2a-e1598995281717.jpg\" alt=\"\" loading=\"lazy\" width=\"150\" height=\"53\">								</a><figcaption></figcaption></figure>\n<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\">								</a>\n\n<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS &amp; HORNY TOADS\"</figcaption></figure>\nThe MC Collection\n\n<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\nMP3 Downloads\n</a>\n[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-01 22:34:34","2020-09-01 22:34:34","","171","http://www.mc-reunion.com/2020/09/01/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("187","1","2020-09-02 02:21:02","2020-09-02 02:21:02","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"https://www.facebook.com/pg/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"640\" height=\"428\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/bunks-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/bunks-1024x684.jpg 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/bunks-300x201.jpg 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/bunks-768x513.jpg 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/bunks.jpg 1200w\" sizes=\"(max-width: 640px) 100vw, 640px\" />								</a>\n											<figcaption>Face...WHAT?</figcaption>\n										</figure>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-02 02:21:02","2020-09-02 02:21:02","","171","http://www.mc-reunion.com/2020/09/02/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("188","1","2020-09-02 02:24:58","2020-09-02 02:24:58","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"https://www.facebook.com/pg/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"300\" height=\"106\" src=\"http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-2-300x106.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-2-300x106.jpg 300w, http://www.mc-reunion.com/wp-content/uploads/2020/09/FB-2.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n											<figcaption>Face...WHAT?</figcaption>\n										</figure>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-02 02:24:58","2020-09-02 02:24:58","","171","http://www.mc-reunion.com/2020/09/02/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("189","1","2020-09-02 02:26:00","2020-09-02 02:26:00","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-02 02:26:00","2020-09-02 02:26:00","","171","http://www.mc-reunion.com/2020/09/02/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("191","1","2020-09-02 02:46:06","2020-09-02 02:46:06","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-02 02:46:06","2020-09-02 02:46:06","","171","http://www.mc-reunion.com/2020/09/02/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("192","1","2020-09-02 02:47:03","2020-09-02 02:47:03","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-02 02:47:03","2020-09-02 02:47:03","","171","http://www.mc-reunion.com/2020/09/02/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("194","1","2020-09-03 15:08:35","2020-09-03 15:08:35","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n		<p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>		\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-03 15:08:35","2020-09-03 15:08:35","","171","http://www.mc-reunion.com/2020/09/03/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("199","1","2020-09-03 19:09:09","2020-09-03 19:09:09","\"Barricades-FinalFinal\".","Barricades-FinalFinal","","inherit","open","closed","","barricades-finalfinal","","","2020-09-03 19:21:42","2020-09-03 19:21:42","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/Barricades-FinalFinal.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("201","1","2020-09-20 22:29:50","2020-09-20 22:29:50","\"UCant-Mix2\".","UCant-Mix2","","inherit","open","closed","","ucant-mix2","","","2020-09-20 22:49:14","2020-09-20 22:49:14","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/UCant-Mix2.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("203","1","2020-09-21 15:40:16","2020-09-21 15:40:16","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n												<a href=\"\">The MC Story</a>\n					<p><strong>T</strong>he MC&#8217;s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, &#8220;many garage bands have acknowledged the MC&#8217;s influence on their lives and careers.&#8221; The MC&#8217;s legendary performances on high school stages in the mid 60&#8217;s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, &#8220;do you want fries with that?&#8221; Yes, they were true innovators. Their performance at the [infamous] Balboa Island &#8216;Uncle Festas&#8217; Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 15:40:16","2020-09-21 15:40:16","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("206","1","2020-09-21 16:56:59","2020-09-21 16:56:59","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n												<a href=\"\">The MC Story</a>\n					<p><strong>T</strong>he MC&#8217;s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, &#8220;many garage bands have acknowledged the MC&#8217;s influence on their lives and careers.&#8221; The MC&#8217;s legendary performances on high school stages in the mid 60&#8217;s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, &#8220;do you want fries with that?&#8221; Yes, they were true innovators. Their performance at the [infamous] Balboa Island &#8216;Uncle Festas&#8217; Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 16:56:59","2020-09-21 16:56:59","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("208","1","2020-09-21 17:01:36","2020-09-21 17:01:36","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n												<a href=\"\">The MC Story</a>\n					<p><strong>T</strong>he MC&#8217;s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, &#8220;many garage bands have acknowledged the MC&#8217;s influence on their lives and careers.&#8221; The MC&#8217;s legendary performances on high school stages in the mid 60&#8217;s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, &#8220;do you want fries with that?&#8221; Yes, they were true innovators. Their performance at the [infamous] Balboa Island &#8216;Uncle Festas&#8217; Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 17:01:36","2020-09-21 17:01:36","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("210","1","2020-09-21 17:05:38","2020-09-21 17:05:38","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n												<a href=\"\">The MC Story</a>\n					<p><strong>T</strong>he MC&#8217;s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, &#8220;many garage bands have acknowledged the MC&#8217;s influence on their lives and careers.&#8221; The MC&#8217;s legendary performances on high school stages in the mid 60&#8217;s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, &#8220;do you want fries with that?&#8221; Yes, they were true innovators. Their performance at the [infamous] Balboa Island &#8216;Uncle Festas&#8217; Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n			<a href=\"http://mc-reunion.com/downloads/collection.html\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						MP3 Downloads\n					</a>\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 17:05:38","2020-09-21 17:05:38","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("211","1","2020-09-21 17:30:22","2020-09-21 17:30:22","","Drunk-Guy","","inherit","open","closed","","drunk-guy","","","2020-09-21 17:30:22","2020-09-21 17:30:22","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/Drunk-Guy.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("212","1","2020-09-21 17:35:11","2020-09-21 17:35:11","","mc-boyz","","inherit","open","closed","","mc-boyz-2","","","2020-09-21 17:35:11","2020-09-21 17:35:11","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/mc-boyz.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("213","1","2020-09-21 17:36:34","2020-09-21 17:36:34","","IMG_1787","","inherit","open","closed","","img_1787","","","2020-09-21 17:36:34","2020-09-21 17:36:34","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/IMG_1787.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("214","1","2020-09-21 17:38:14","2020-09-21 17:38:14","","Car Oz2","","inherit","open","closed","","car-oz2","","","2020-09-21 17:38:14","2020-09-21 17:38:14","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/Car-Oz2.png","0","attachment","image/png","0");
INSERT INTO `wp_posts` VALUES("215","1","2020-09-21 17:48:37","2020-09-21 17:48:37","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n												<a href=\"\">The MC Story</a>\n					<p><strong>T</strong>he MC&#8217;s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, &#8220;many garage bands have acknowledged the MC&#8217;s influence on their lives and careers.&#8221; The MC&#8217;s legendary performances on high school stages in the mid 60&#8217;s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, &#8220;do you want fries with that?&#8221; Yes, they were true innovators. Their performance at the [infamous] Balboa Island &#8216;Uncle Festas&#8217; Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 17:48:37","2020-09-21 17:48:37","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("217","1","2020-09-21 18:42:53","2020-09-21 18:42:53","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n                The MC Story<p><p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p></p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 18:42:53","2020-09-21 18:42:53","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("219","1","2020-09-21 18:59:09","2020-09-21 18:59:09","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n                The MC Story<p><p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p></p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 18:59:09","2020-09-21 18:59:09","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("220","1","2020-09-21 19:01:38","2020-09-21 19:01:38","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n                The MC Story<p><p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p></p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 19:01:38","2020-09-21 19:01:38","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("221","1","2020-09-21 19:03:15","2020-09-21 19:03:15","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n                The MC Story<p><p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p></p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 19:03:15","2020-09-21 19:03:15","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("222","1","2020-09-21 19:09:13","2020-09-21 19:09:13","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n                The MC Story<p><p><strong>T</strong>he MC\'s musical innovations and semi-commercial success inspired musicians from Newport Beach to Santa Ana. According to the Costa Mesa Penny Saver, \"many garage bands have acknowledged the MC\'s influence on their lives and careers.\" The MC\'s legendary performances on high school stages in the mid 60\'s marked the beginning of a new era, and they re-defined Toga Parties as more than just playing a few hits for incredibly hot college co-eds. The MC coined the phrase, \"do you want fries with that?\" Yes, they were true innovators. Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans, the largest audience in Balboa Island teenage party history. Emulation of MC clothing and especially their hairstyles, became a mark of rebellion for a new generation.</p></p>\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 19:09:13","2020-09-21 19:09:13","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("223","1","2020-09-21 19:17:10","2020-09-21 19:17:10","","grandpa3","","inherit","open","closed","","grandpa3","","","2020-09-21 19:17:10","2020-09-21 19:17:10","","171","http://www.mc-reunion.com/wp-content/uploads/2020/09/grandpa3.jpg","0","attachment","image/jpeg","0");
INSERT INTO `wp_posts` VALUES("225","1","2020-09-21 21:50:56","2020-09-21 21:50:56","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n							\"Many garage bands have acknowledged the MC\'s influence in their lives and careers.\"\n														Costa Mesa Penny Saver\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n							\"The MC\'s legendary performances marked the beginning of a new era; re-defining Toga Parties as more than just playing a few hits for incredibly hot college co-eds.\"\n														Delta Tau Chi\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n							\"Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans; the largest audience in Balboa Island teenage party history.\"\n														Uncle Festas\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 21:50:56","2020-09-21 21:50:56","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("226","1","2020-09-21 21:52:54","2020-09-21 21:52:54","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n							\"Many garage bands have acknowledged the MC\'s influence in their lives and careers.\"\n														Costa Mesa Penny Saver\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n							\"The MC\'s legendary performances marked the beginning of a new era; re-defining Toga Parties as more than just playing a few hits for incredibly hot college co-eds.\"\n														Delta Tau Chi\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n							\"Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans; the largest audience in Balboa Island teenage party history.\"\n														Uncle Festas\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"http://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-09-21 21:52:54","2020-09-21 21:52:54","","171","http://www.mc-reunion.com/2020/09/21/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("227","1","2020-09-25 00:10:05","2020-09-25 00:10:05","\"Fine-NEW-Mix\".","Fine-NEW-Mix","","inherit","open","closed","","fine-new-mix","","","2020-09-25 00:10:12","2020-09-25 00:10:12","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/Fine-NEW-Mix.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("228","1","2020-09-25 01:47:20","2020-09-25 01:47:20","\"LoadOut_Final\".","LoadOut_Final","","inherit","open","closed","","loadout_final","","","2020-09-25 01:47:27","2020-09-25 01:47:27","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/LoadOut_Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("229","1","2020-09-25 01:56:33","2020-09-25 01:56:33","\"DrivingOz-Final\".","DrivingOz-Final","","inherit","open","closed","","drivingoz-final","","","2020-09-25 01:56:58","2020-09-25 01:56:58","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/DrivingOz-Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("230","1","2020-09-25 02:01:05","2020-09-25 02:01:05","\"HNM-Final-Final\".","HNM-Final-Final","","inherit","open","closed","","hnm-final-final","","","2020-09-25 02:01:12","2020-09-25 02:01:12","","0","http://www.mc-reunion.com/wp-content/uploads/2020/09/HNM-Final-Final.mp3","0","attachment","audio/mpeg","0");
INSERT INTO `wp_posts` VALUES("232","1","2020-10-05 15:01:04","2020-10-05 15:01:04","<p>The MC</p>		\n										<img width=\"300\" height=\"300\" src=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-300x300.png 300w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-150x150.png 150w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-768x768.png 768w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz-1024x1024.png 1024w, http://www.mc-reunion.com/wp-content/uploads/2019/09/MC-Boyz.png 1400w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n							\"Many garage bands have acknowledged the MC\'s influence in their lives and careers.\"\n														Costa Mesa Penny Saver\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n							\"The MC\'s legendary performances marked the beginning of a new era; re-defining Toga Parties as more than just playing a few hits for incredibly hot college co-eds.\"\n														Delta Tau Chi\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n							\"Their performance at the [infamous] Balboa Island \'Uncle Festas\' Party attracted an estimated 53 fans; the largest audience in Balboa Island teenage party history.\"\n														Uncle Festas\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 5/5		\n											<a href=\"https://www.facebook.com/TheMiddleClassBand/videos/?ref=page_internal\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/FB-1a-ouucvpjgp94ovb3c8kvhvvc9yymwqic37527xdws2a.jpg\" title=\"FB-1a\" alt=\"FB-1a\" />								</a>\n							<figure>\n											<a href=\"https://mc-reunion.com/canebeds/oz.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://www.mc-reunion.com/wp-content/uploads/elementor/thumbs/SunsetBoyz-oijqtra7gi7j3w3tuxg35wz2hoyml25afhifh5a960.png\" title=\"SunsetBoyz\" alt=\"SunsetBoyz\" />								</a>\n											<figcaption>Visit the MC\'s most recent reunion: \"CANEBEDS & HORNY TOADS\"</figcaption>\n										</figure>\n			<p>The MC Collection</p>		\n		[ai_playlist id=\"167\"]","home","","inherit","closed","closed","","171-revision-v1","","","2020-10-05 15:01:04","2020-10-05 15:01:04","","171","http://www.mc-reunion.com/2020/10/05/171-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("234","1","2020-10-05 15:32:05","2020-10-05 15:32:05","","Default Kit","","inherit","closed","closed","","132-revision-v1","","","2020-10-05 15:32:05","2020-10-05 15:32:05","","132","https://www.mc-reunion.com/2020/10/05/132-revision-v1/","0","revision","","0");
INSERT INTO `wp_posts` VALUES("235","1","2020-10-05 15:32:05","2020-10-05 15:32:05","","Default Kit","","inherit","closed","closed","","132-revision-v1","","","2020-10-05 15:32:05","2020-10-05 15:32:05","","132","https://www.mc-reunion.com/2020/10/05/132-revision-v1/","0","revision","","0");



DROP TABLE IF EXISTS `wp_statistics_exclusions`;

CREATE TABLE `wp_statistics_exclusions` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `reason` varchar(255) DEFAULT NULL,
  `count` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `date` (`date`),
  KEY `reason` (`reason`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;




DROP TABLE IF EXISTS `wp_statistics_historical`;

CREATE TABLE `wp_statistics_historical` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `category` varchar(25) NOT NULL,
  `page_id` bigint(20) NOT NULL,
  `uri` varchar(255) NOT NULL,
  `value` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `page_id` (`page_id`),
  UNIQUE KEY `uri` (`uri`),
  KEY `category` (`category`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;




DROP TABLE IF EXISTS `wp_statistics_pages`;

CREATE TABLE `wp_statistics_pages` (
  `page_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `uri` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `count` int(11) NOT NULL,
  `id` int(11) NOT NULL,
  PRIMARY KEY (`page_id`),
  UNIQUE KEY `date_2` (`date`,`uri`),
  KEY `url` (`uri`),
  KEY `date` (`date`),
  KEY `id` (`id`),
  KEY `uri` (`uri`,`count`,`id`)
) ENGINE=InnoDB AUTO_INCREMENT=658 DEFAULT CHARSET=utf8;

INSERT INTO `wp_statistics_pages` VALUES("1","/","home","2019-09-16","2","7");
INSERT INTO `wp_statistics_pages` VALUES("2","/","home","2019-09-17","51","7");
INSERT INTO `wp_statistics_pages` VALUES("3","/","home","2019-09-18","19","7");
INSERT INTO `wp_statistics_pages` VALUES("4","/2019/09/11/hello-world/","post","2019-09-18","1","1");
INSERT INTO `wp_statistics_pages` VALUES("5","/","home","2019-09-19","16","7");
INSERT INTO `wp_statistics_pages` VALUES("6","/","home","2019-09-20","30","7");
INSERT INTO `wp_statistics_pages` VALUES("7","/2019/09/11/hello-world/","post","2019-09-20","2","1");
INSERT INTO `wp_statistics_pages` VALUES("8","/","home","2019-09-21","20","7");
INSERT INTO `wp_statistics_pages` VALUES("9","/","home","2019-09-22","21","7");
INSERT INTO `wp_statistics_pages` VALUES("10","/2019/09/11/hello-world/","post","2019-09-22","1","1");
INSERT INTO `wp_statistics_pages` VALUES("11","/","home","2019-09-23","19","7");
INSERT INTO `wp_statistics_pages` VALUES("12","/","home","2019-09-24","43","7");
INSERT INTO `wp_statistics_pages` VALUES("13","/2019/09/11/hello-world/","post","2019-09-24","1","1");
INSERT INTO `wp_statistics_pages` VALUES("14","/","home","2019-09-25","25","7");
INSERT INTO `wp_statistics_pages` VALUES("15","/","home","2019-09-26","42","7");
INSERT INTO `wp_statistics_pages` VALUES("16","/2019/09/11/hello-world/","post","2019-09-26","1","1");
INSERT INTO `wp_statistics_pages` VALUES("17","/","home","2019-09-27","26","7");
INSERT INTO `wp_statistics_pages` VALUES("18","/","home","2019-09-28","26","7");
INSERT INTO `wp_statistics_pages` VALUES("19","/2019/09/11/hello-world/","post","2019-09-28","1","1");
INSERT INTO `wp_statistics_pages` VALUES("20","/","home","2019-09-29","33","7");
INSERT INTO `wp_statistics_pages` VALUES("21","/","home","2019-09-30","51","7");
INSERT INTO `wp_statistics_pages` VALUES("22","/2019/09/11/hello-world/","post","2019-09-30","1","1");
INSERT INTO `wp_statistics_pages` VALUES("23","/","home","2019-10-01","36","7");
INSERT INTO `wp_statistics_pages` VALUES("24","/","home","2019-10-02","22","7");
INSERT INTO `wp_statistics_pages` VALUES("25","/","home","2019-10-03","46","7");
INSERT INTO `wp_statistics_pages` VALUES("26","/","home","2019-10-04","24","7");
INSERT INTO `wp_statistics_pages` VALUES("27","/","home","2019-10-05","34","7");
INSERT INTO `wp_statistics_pages` VALUES("28","/","home","2019-10-06","20","7");
INSERT INTO `wp_statistics_pages` VALUES("29","/","home","2019-10-07","40","7");
INSERT INTO `wp_statistics_pages` VALUES("30","/","home","2019-10-08","20","7");
INSERT INTO `wp_statistics_pages` VALUES("31","/","home","2019-10-09","13","7");
INSERT INTO `wp_statistics_pages` VALUES("32","/","home","2019-10-10","11","7");
INSERT INTO `wp_statistics_pages` VALUES("33","/","home","2019-10-11","13","7");
INSERT INTO `wp_statistics_pages` VALUES("34","/","home","2019-10-12","5","7");
INSERT INTO `wp_statistics_pages` VALUES("35","/","home","2019-10-13","9","7");
INSERT INTO `wp_statistics_pages` VALUES("36","/","home","2019-10-14","5","7");
INSERT INTO `wp_statistics_pages` VALUES("37","/sample-page/","page","2019-10-14","2","2");
INSERT INTO `wp_statistics_pages` VALUES("38","/","home","2019-10-15","9","7");
INSERT INTO `wp_statistics_pages` VALUES("39","/","home","2019-10-16","4","7");
INSERT INTO `wp_statistics_pages` VALUES("40","/","home","2019-10-17","5","7");
INSERT INTO `wp_statistics_pages` VALUES("41","/","home","2019-10-18","9","7");
INSERT INTO `wp_statistics_pages` VALUES("42","/","home","2019-10-19","9","7");
INSERT INTO `wp_statistics_pages` VALUES("43","/","home","2019-10-20","15","7");
INSERT INTO `wp_statistics_pages` VALUES("44","/","home","2019-10-21","3","7");
INSERT INTO `wp_statistics_pages` VALUES("45","/","home","2019-10-22","3","7");
INSERT INTO `wp_statistics_pages` VALUES("46","/","home","2019-10-23","7","7");
INSERT INTO `wp_statistics_pages` VALUES("47","/","home","2019-10-24","3","7");
INSERT INTO `wp_statistics_pages` VALUES("48","/","home","2019-10-25","8","7");
INSERT INTO `wp_statistics_pages` VALUES("49","/","home","2019-10-26","5","7");
INSERT INTO `wp_statistics_pages` VALUES("50","/","home","2019-10-27","10","7");
INSERT INTO `wp_statistics_pages` VALUES("51","/","home","2019-10-28","1","7");
INSERT INTO `wp_statistics_pages` VALUES("52","/","home","2019-10-29","7","7");
INSERT INTO `wp_statistics_pages` VALUES("53","/","home","2019-10-30","3","7");
INSERT INTO `wp_statistics_pages` VALUES("54","/","home","2019-10-31","11","7");
INSERT INTO `wp_statistics_pages` VALUES("55","/","home","2019-11-01","15","7");
INSERT INTO `wp_statistics_pages` VALUES("56","/","home","2019-11-02","2","7");
INSERT INTO `wp_statistics_pages` VALUES("57","/","home","2019-11-03","2","7");
INSERT INTO `wp_statistics_pages` VALUES("58","/","home","2019-11-04","17","7");
INSERT INTO `wp_statistics_pages` VALUES("59","/sample-page/","page","2019-11-04","2","2");
INSERT INTO `wp_statistics_pages` VALUES("60","/","home","2019-11-05","2","7");
INSERT INTO `wp_statistics_pages` VALUES("61","/","home","2019-11-06","2","7");
INSERT INTO `wp_statistics_pages` VALUES("62","/","home","2019-11-07","13","7");
INSERT INTO `wp_statistics_pages` VALUES("63","/","home","2019-11-08","13","7");
INSERT INTO `wp_statistics_pages` VALUES("64","/","home","2019-11-09","15","7");
INSERT INTO `wp_statistics_pages` VALUES("65","/","home","2019-11-10","4","7");
INSERT INTO `wp_statistics_pages` VALUES("66","/","home","2019-11-11","4","7");
INSERT INTO `wp_statistics_pages` VALUES("67","/","home","2019-11-12","11","7");
INSERT INTO `wp_statistics_pages` VALUES("68","/","home","2019-11-13","2","7");
INSERT INTO `wp_statistics_pages` VALUES("69","/","home","2019-11-14","3","7");
INSERT INTO `wp_statistics_pages` VALUES("70","/","home","2019-11-15","8","7");
INSERT INTO `wp_statistics_pages` VALUES("71","/","home","2019-11-16","7","7");
INSERT INTO `wp_statistics_pages` VALUES("72","/","home","2019-11-17","3","7");
INSERT INTO `wp_statistics_pages` VALUES("73","/","home","2019-11-18","2","7");
INSERT INTO `wp_statistics_pages` VALUES("74","/","home","2019-11-19","6","7");
INSERT INTO `wp_statistics_pages` VALUES("75","/","home","2019-11-20","7","7");
INSERT INTO `wp_statistics_pages` VALUES("76","/","home","2019-11-21","6","7");
INSERT INTO `wp_statistics_pages` VALUES("77","/","home","2019-11-22","8","7");
INSERT INTO `wp_statistics_pages` VALUES("78","/","home","2019-11-23","5","7");
INSERT INTO `wp_statistics_pages` VALUES("79","/","home","2019-11-24","7","7");
INSERT INTO `wp_statistics_pages` VALUES("80","/","home","2019-11-25","11","7");
INSERT INTO `wp_statistics_pages` VALUES("81","/","home","2019-11-26","5","7");
INSERT INTO `wp_statistics_pages` VALUES("82","/","home","2019-11-27","12","7");
INSERT INTO `wp_statistics_pages` VALUES("83","/","home","2019-11-28","12","7");
INSERT INTO `wp_statistics_pages` VALUES("84","/","home","2019-11-29","3","7");
INSERT INTO `wp_statistics_pages` VALUES("85","/","home","2019-11-30","6","7");
INSERT INTO `wp_statistics_pages` VALUES("86","/","home","2019-12-01","3","7");
INSERT INTO `wp_statistics_pages` VALUES("87","/","home","2019-12-02","8","7");
INSERT INTO `wp_statistics_pages` VALUES("88","/sample-page/","page","2019-12-02","2","2");
INSERT INTO `wp_statistics_pages` VALUES("89","/","home","2019-12-03","3","7");
INSERT INTO `wp_statistics_pages` VALUES("90","/","home","2019-12-04","5","7");
INSERT INTO `wp_statistics_pages` VALUES("91","/","home","2019-12-05","1","7");
INSERT INTO `wp_statistics_pages` VALUES("92","/","home","2019-12-06","13","7");
INSERT INTO `wp_statistics_pages` VALUES("93","/","home","2019-12-07","12","7");
INSERT INTO `wp_statistics_pages` VALUES("94","/","home","2019-12-08","7","7");
INSERT INTO `wp_statistics_pages` VALUES("95","/","home","2019-12-09","13","7");
INSERT INTO `wp_statistics_pages` VALUES("96","/","home","2019-12-10","12","7");
INSERT INTO `wp_statistics_pages` VALUES("97","/","home","2019-12-11","3","7");
INSERT INTO `wp_statistics_pages` VALUES("98","/","home","2019-12-12","6","7");
INSERT INTO `wp_statistics_pages` VALUES("99","/","home","2019-12-13","18","7");
INSERT INTO `wp_statistics_pages` VALUES("100","/","home","2019-12-14","8","7");
INSERT INTO `wp_statistics_pages` VALUES("101","/","home","2019-12-15","5","7");
INSERT INTO `wp_statistics_pages` VALUES("102","/","home","2019-12-16","8","7");
INSERT INTO `wp_statistics_pages` VALUES("103","/","home","2019-12-17","7","7");
INSERT INTO `wp_statistics_pages` VALUES("104","/","home","2019-12-18","8","7");
INSERT INTO `wp_statistics_pages` VALUES("105","/","home","2019-12-19","11","7");
INSERT INTO `wp_statistics_pages` VALUES("106","/","home","2019-12-20","8","7");
INSERT INTO `wp_statistics_pages` VALUES("107","/","home","2019-12-21","11","7");
INSERT INTO `wp_statistics_pages` VALUES("108","/","home","2019-12-22","6","7");
INSERT INTO `wp_statistics_pages` VALUES("109","/","home","2019-12-23","16","7");
INSERT INTO `wp_statistics_pages` VALUES("110","/","home","2019-12-24","11","7");
INSERT INTO `wp_statistics_pages` VALUES("111","/","home","2019-12-25","6","7");
INSERT INTO `wp_statistics_pages` VALUES("112","/","home","2019-12-26","8","7");
INSERT INTO `wp_statistics_pages` VALUES("113","/","home","2019-12-27","7","7");
INSERT INTO `wp_statistics_pages` VALUES("114","/","home","2019-12-28","11","7");
INSERT INTO `wp_statistics_pages` VALUES("115","/","home","2019-12-29","2","7");
INSERT INTO `wp_statistics_pages` VALUES("116","/","home","2019-12-30","3","7");
INSERT INTO `wp_statistics_pages` VALUES("117","/","home","2019-12-31","20","7");
INSERT INTO `wp_statistics_pages` VALUES("118","/","home","2020-01-01","4","7");
INSERT INTO `wp_statistics_pages` VALUES("119","/sample-page/","page","2020-01-01","2","2");
INSERT INTO `wp_statistics_pages` VALUES("120","/","home","2020-01-02","8","7");
INSERT INTO `wp_statistics_pages` VALUES("121","/","home","2020-01-03","5","7");
INSERT INTO `wp_statistics_pages` VALUES("122","/","home","2020-01-04","8","7");
INSERT INTO `wp_statistics_pages` VALUES("123","/","home","2020-01-05","2","7");
INSERT INTO `wp_statistics_pages` VALUES("124","/","home","2020-01-06","3","7");
INSERT INTO `wp_statistics_pages` VALUES("125","/sample-page/","page","2020-01-06","2","2");
INSERT INTO `wp_statistics_pages` VALUES("126","/","home","2020-01-07","2","7");
INSERT INTO `wp_statistics_pages` VALUES("127","/","home","2020-01-08","10","7");
INSERT INTO `wp_statistics_pages` VALUES("128","/","home","2020-01-09","5","7");
INSERT INTO `wp_statistics_pages` VALUES("129","/","home","2020-01-10","5","7");
INSERT INTO `wp_statistics_pages` VALUES("130","/","home","2020-01-11","15","7");
INSERT INTO `wp_statistics_pages` VALUES("131","/","home","2020-01-12","8","7");
INSERT INTO `wp_statistics_pages` VALUES("132","/","home","2020-01-13","4","7");
INSERT INTO `wp_statistics_pages` VALUES("133","/","home","2020-01-14","4","7");
INSERT INTO `wp_statistics_pages` VALUES("134","/","home","2020-01-15","12","7");
INSERT INTO `wp_statistics_pages` VALUES("135","/","home","2020-01-16","7","7");
INSERT INTO `wp_statistics_pages` VALUES("136","/","home","2020-01-17","5","7");
INSERT INTO `wp_statistics_pages` VALUES("137","/","home","2020-01-18","11","7");
INSERT INTO `wp_statistics_pages` VALUES("138","/","home","2020-01-19","1","7");
INSERT INTO `wp_statistics_pages` VALUES("139","/","home","2020-01-20","13","7");
INSERT INTO `wp_statistics_pages` VALUES("140","/","home","2020-01-21","3","7");
INSERT INTO `wp_statistics_pages` VALUES("141","/","home","2020-01-22","39","7");
INSERT INTO `wp_statistics_pages` VALUES("142","/","home","2020-01-23","20","7");
INSERT INTO `wp_statistics_pages` VALUES("143","/","home","2020-01-24","10","7");
INSERT INTO `wp_statistics_pages` VALUES("144","/index.php","home","2020-01-25","8","7");
INSERT INTO `wp_statistics_pages` VALUES("145","/","home","2020-01-26","24","7");
INSERT INTO `wp_statistics_pages` VALUES("146","/","home","2020-01-27","7","7");
INSERT INTO `wp_statistics_pages` VALUES("147","/","home","2020-01-28","19","7");
INSERT INTO `wp_statistics_pages` VALUES("148","/","home","2020-01-29","2","7");
INSERT INTO `wp_statistics_pages` VALUES("149","/","home","2020-01-30","9","7");
INSERT INTO `wp_statistics_pages` VALUES("150","/","home","2020-01-31","3","7");
INSERT INTO `wp_statistics_pages` VALUES("151","/","home","2020-02-01","12","7");
INSERT INTO `wp_statistics_pages` VALUES("152","/","home","2020-02-02","6","7");
INSERT INTO `wp_statistics_pages` VALUES("153","/","home","2020-02-03","18","7");
INSERT INTO `wp_statistics_pages` VALUES("154","/","home","2020-02-04","9","7");
INSERT INTO `wp_statistics_pages` VALUES("155","/","home","2020-02-05","8","7");
INSERT INTO `wp_statistics_pages` VALUES("156","/sample-page/","page","2020-02-05","2","2");
INSERT INTO `wp_statistics_pages` VALUES("157","/","home","2020-02-06","2","7");
INSERT INTO `wp_statistics_pages` VALUES("158","/","home","2020-02-07","5","7");
INSERT INTO `wp_statistics_pages` VALUES("159","/","home","2020-02-08","3","7");
INSERT INTO `wp_statistics_pages` VALUES("160","/","home","2020-02-09","10","7");
INSERT INTO `wp_statistics_pages` VALUES("161","/","home","2020-02-10","3","7");
INSERT INTO `wp_statistics_pages` VALUES("162","/","home","2020-02-11","7","7");
INSERT INTO `wp_statistics_pages` VALUES("163","/","home","2020-02-12","4","7");
INSERT INTO `wp_statistics_pages` VALUES("164","/","home","2020-02-13","16","7");
INSERT INTO `wp_statistics_pages` VALUES("165","/","home","2020-02-14","6","7");
INSERT INTO `wp_statistics_pages` VALUES("166","/","home","2020-02-15","8","7");
INSERT INTO `wp_statistics_pages` VALUES("167","/","home","2020-02-16","4","7");
INSERT INTO `wp_statistics_pages` VALUES("168","/","home","2020-02-17","8","7");
INSERT INTO `wp_statistics_pages` VALUES("169","/","home","2020-02-18","17","7");
INSERT INTO `wp_statistics_pages` VALUES("170","/","home","2020-02-19","5","7");
INSERT INTO `wp_statistics_pages` VALUES("171","/","home","2020-02-20","2","7");
INSERT INTO `wp_statistics_pages` VALUES("172","/","home","2020-02-21","9","7");
INSERT INTO `wp_statistics_pages` VALUES("173","/","home","2020-02-22","4","7");
INSERT INTO `wp_statistics_pages` VALUES("174","/","home","2020-02-23","7","7");
INSERT INTO `wp_statistics_pages` VALUES("175","/","home","2020-02-24","4","7");
INSERT INTO `wp_statistics_pages` VALUES("176","/","home","2020-02-25","14","7");
INSERT INTO `wp_statistics_pages` VALUES("177","/","home","2020-02-26","5","7");
INSERT INTO `wp_statistics_pages` VALUES("178","/","home","2020-02-27","3","7");
INSERT INTO `wp_statistics_pages` VALUES("179","/","home","2020-02-28","10","7");
INSERT INTO `wp_statistics_pages` VALUES("180","/","home","2020-02-29","11","7");
INSERT INTO `wp_statistics_pages` VALUES("181","/","home","2020-03-01","5","7");
INSERT INTO `wp_statistics_pages` VALUES("182","/","home","2020-03-02","5","7");
INSERT INTO `wp_statistics_pages` VALUES("183","//","home","2020-03-03","5","7");
INSERT INTO `wp_statistics_pages` VALUES("184","/","home","2020-03-04","11","7");
INSERT INTO `wp_statistics_pages` VALUES("185","/","home","2020-03-05","6","7");
INSERT INTO `wp_statistics_pages` VALUES("186","/","home","2020-03-06","3","7");
INSERT INTO `wp_statistics_pages` VALUES("187","/sample-page/","page","2020-03-06","2","2");
INSERT INTO `wp_statistics_pages` VALUES("188","/","home","2020-03-07","2","7");
INSERT INTO `wp_statistics_pages` VALUES("189","/?xxxxxxxxxxxx_loads=1&xxxxxxxxxxxx_filename=info.txt&xxxxxxxxxxxx_filecontent=INF0","home","2020-03-08","9","7");
INSERT INTO `wp_statistics_pages` VALUES("190","/","home","2020-03-09","1","7");
INSERT INTO `wp_statistics_pages` VALUES("191","/","home","2020-03-10","12","7");
INSERT INTO `wp_statistics_pages` VALUES("192","/","home","2020-03-11","7","7");
INSERT INTO `wp_statistics_pages` VALUES("193","/","home","2020-03-12","10","7");
INSERT INTO `wp_statistics_pages` VALUES("194","/","home","2020-03-13","9","7");
INSERT INTO `wp_statistics_pages` VALUES("195","/","home","2020-03-14","12","7");
INSERT INTO `wp_statistics_pages` VALUES("196","/","home","2020-03-15","6","7");
INSERT INTO `wp_statistics_pages` VALUES("197","/","home","2020-03-16","6","7");
INSERT INTO `wp_statistics_pages` VALUES("198","/","home","2020-03-17","1","7");
INSERT INTO `wp_statistics_pages` VALUES("199","/","home","2020-03-18","8","7");
INSERT INTO `wp_statistics_pages` VALUES("200","/","home","2020-03-19","4","7");
INSERT INTO `wp_statistics_pages` VALUES("201","/","home","2020-03-20","7","7");
INSERT INTO `wp_statistics_pages` VALUES("202","/","home","2020-03-21","12","7");
INSERT INTO `wp_statistics_pages` VALUES("203","/","home","2020-03-22","11","7");
INSERT INTO `wp_statistics_pages` VALUES("204","/","home","2020-03-23","7","7");
INSERT INTO `wp_statistics_pages` VALUES("205","/","home","2020-03-24","10","7");
INSERT INTO `wp_statistics_pages` VALUES("206","/","home","2020-03-25","17","7");
INSERT INTO `wp_statistics_pages` VALUES("207","/","home","2020-03-26","8","7");
INSERT INTO `wp_statistics_pages` VALUES("208","/","home","2020-03-27","9","7");
INSERT INTO `wp_statistics_pages` VALUES("209","/","home","2020-03-28","12","7");
INSERT INTO `wp_statistics_pages` VALUES("210","/","home","2020-03-29","4","7");
INSERT INTO `wp_statistics_pages` VALUES("211","/","home","2020-03-30","6","7");
INSERT INTO `wp_statistics_pages` VALUES("212","/","home","2020-03-31","4","7");
INSERT INTO `wp_statistics_pages` VALUES("213","/","home","2020-04-01","3","7");
INSERT INTO `wp_statistics_pages` VALUES("214","/","home","2020-04-02","9","7");
INSERT INTO `wp_statistics_pages` VALUES("215","/","home","2020-04-03","11","7");
INSERT INTO `wp_statistics_pages` VALUES("216","/","home","2020-04-04","5","7");
INSERT INTO `wp_statistics_pages` VALUES("217","/","home","2020-04-05","13","7");
INSERT INTO `wp_statistics_pages` VALUES("218","/sample-page/","page","2020-04-05","2","2");
INSERT INTO `wp_statistics_pages` VALUES("219","/","home","2020-04-06","4","7");
INSERT INTO `wp_statistics_pages` VALUES("220","/","home","2020-04-07","4","7");
INSERT INTO `wp_statistics_pages` VALUES("221","/","home","2020-04-08","5","7");
INSERT INTO `wp_statistics_pages` VALUES("222","/","home","2020-04-09","5","7");
INSERT INTO `wp_statistics_pages` VALUES("223","/","home","2020-04-10","19","7");
INSERT INTO `wp_statistics_pages` VALUES("224","/","home","2020-04-11","8","7");
INSERT INTO `wp_statistics_pages` VALUES("225","/","home","2020-04-12","8","7");
INSERT INTO `wp_statistics_pages` VALUES("226","/","home","2020-04-13","4","7");
INSERT INTO `wp_statistics_pages` VALUES("227","/","home","2020-04-14","5","7");
INSERT INTO `wp_statistics_pages` VALUES("228","/","home","2020-04-15","1","7");
INSERT INTO `wp_statistics_pages` VALUES("229","/?mdocs-img-preview=wp-config.php","home","2020-04-16","28","7");
INSERT INTO `wp_statistics_pages` VALUES("230","/","home","2020-04-17","28","7");
INSERT INTO `wp_statistics_pages` VALUES("231","/","home","2020-04-18","4","7");
INSERT INTO `wp_statistics_pages` VALUES("232","/","home","2020-04-19","8","7");
INSERT INTO `wp_statistics_pages` VALUES("233","/","home","2020-04-20","1","7");
INSERT INTO `wp_statistics_pages` VALUES("234","/","home","2020-04-21","18","7");
INSERT INTO `wp_statistics_pages` VALUES("235","/","home","2020-04-22","3","7");
INSERT INTO `wp_statistics_pages` VALUES("236","/","home","2020-04-23","2","7");
INSERT INTO `wp_statistics_pages` VALUES("237","/","home","2020-04-24","9","7");
INSERT INTO `wp_statistics_pages` VALUES("238","/","home","2020-04-25","10","7");
INSERT INTO `wp_statistics_pages` VALUES("239","/","home","2020-04-26","11","7");
INSERT INTO `wp_statistics_pages` VALUES("240","/","home","2020-04-27","5","7");
INSERT INTO `wp_statistics_pages` VALUES("241","/","home","2020-04-28","1","7");
INSERT INTO `wp_statistics_pages` VALUES("242","/","home","2020-04-29","10","7");
INSERT INTO `wp_statistics_pages` VALUES("243","/","home","2020-04-30","6","7");
INSERT INTO `wp_statistics_pages` VALUES("244","/","home","2020-05-01","8","7");
INSERT INTO `wp_statistics_pages` VALUES("245","/","home","2020-05-03","3","7");
INSERT INTO `wp_statistics_pages` VALUES("246","/","home","2020-05-04","5","7");
INSERT INTO `wp_statistics_pages` VALUES("247","/","home","2020-05-05","4","7");
INSERT INTO `wp_statistics_pages` VALUES("248","/sample-page/","page","2020-05-05","2","2");
INSERT INTO `wp_statistics_pages` VALUES("249","/","home","2020-05-06","1","7");
INSERT INTO `wp_statistics_pages` VALUES("250","/","home","2020-05-07","2","7");
INSERT INTO `wp_statistics_pages` VALUES("251","/","home","2020-05-08","4","7");
INSERT INTO `wp_statistics_pages` VALUES("252","/","home","2020-05-09","5","7");
INSERT INTO `wp_statistics_pages` VALUES("253","/?xxxxxxxxxxxx_loads=1&xxxxxxxxxxxx_filename=info.txt&xxxxxxxxxxxx_filecontent=INF0","home","2020-05-10","4","7");
INSERT INTO `wp_statistics_pages` VALUES("254","/","home","2020-05-11","5","7");
INSERT INTO `wp_statistics_pages` VALUES("255","/","home","2020-05-12","18","7");
INSERT INTO `wp_statistics_pages` VALUES("256","/","home","2020-05-13","30","7");
INSERT INTO `wp_statistics_pages` VALUES("257","/","home","2020-05-14","12","7");
INSERT INTO `wp_statistics_pages` VALUES("258","/","home","2020-05-15","11","7");
INSERT INTO `wp_statistics_pages` VALUES("259","/","home","2020-05-16","7","7");
INSERT INTO `wp_statistics_pages` VALUES("260","/","home","2020-05-17","8","7");
INSERT INTO `wp_statistics_pages` VALUES("261","/","home","2020-05-18","4","7");
INSERT INTO `wp_statistics_pages` VALUES("262","/","home","2020-05-19","9","7");
INSERT INTO `wp_statistics_pages` VALUES("263","/","home","2020-05-20","3","7");
INSERT INTO `wp_statistics_pages` VALUES("264","/","home","2020-05-21","3","7");
INSERT INTO `wp_statistics_pages` VALUES("265","/","home","2020-05-22","3","7");
INSERT INTO `wp_statistics_pages` VALUES("266","/","home","2020-05-23","4","7");
INSERT INTO `wp_statistics_pages` VALUES("267","/","home","2020-05-24","5","7");
INSERT INTO `wp_statistics_pages` VALUES("268","/?xxxxxxxxxxxx_loads=1&xxxxxxxxxxxx_filename=info.txt&xxxxxxxxxxxx_filecontent=INF0","home","2020-05-25","5","7");
INSERT INTO `wp_statistics_pages` VALUES("269","/","home","2020-05-26","10","7");
INSERT INTO `wp_statistics_pages` VALUES("270","/","home","2020-05-27","8","7");
INSERT INTO `wp_statistics_pages` VALUES("271","/","home","2020-05-28","4","7");
INSERT INTO `wp_statistics_pages` VALUES("272","/","home","2020-05-29","9","7");
INSERT INTO `wp_statistics_pages` VALUES("273","/","home","2020-05-30","7","7");
INSERT INTO `wp_statistics_pages` VALUES("274","/","home","2020-05-31","1","7");
INSERT INTO `wp_statistics_pages` VALUES("275","/","home","2020-06-01","2","7");
INSERT INTO `wp_statistics_pages` VALUES("276","/","home","2020-06-02","2","7");
INSERT INTO `wp_statistics_pages` VALUES("277","/","home","2020-06-03","9","7");
INSERT INTO `wp_statistics_pages` VALUES("278","/","home","2020-06-04","7","7");
INSERT INTO `wp_statistics_pages` VALUES("279","/sample-page/","page","2020-06-04","2","2");
INSERT INTO `wp_statistics_pages` VALUES("280","/","home","2020-06-05","7","7");
INSERT INTO `wp_statistics_pages` VALUES("281","/","home","2020-06-06","7","7");
INSERT INTO `wp_statistics_pages` VALUES("282","/","home","2020-06-07","8","7");
INSERT INTO `wp_statistics_pages` VALUES("283","/","home","2020-06-08","14","7");
INSERT INTO `wp_statistics_pages` VALUES("284","/","home","2020-06-09","12","7");
INSERT INTO `wp_statistics_pages` VALUES("285","/","home","2020-06-10","2","7");
INSERT INTO `wp_statistics_pages` VALUES("286","/","home","2020-06-11","4","7");
INSERT INTO `wp_statistics_pages` VALUES("287","/","home","2020-06-12","9","7");
INSERT INTO `wp_statistics_pages` VALUES("288","/","home","2020-06-13","9","7");
INSERT INTO `wp_statistics_pages` VALUES("289","/","home","2020-06-14","8","7");
INSERT INTO `wp_statistics_pages` VALUES("290","/","home","2020-06-15","13","7");
INSERT INTO `wp_statistics_pages` VALUES("291","/","home","2020-06-16","4","7");
INSERT INTO `wp_statistics_pages` VALUES("292","/","home","2020-06-17","19","7");
INSERT INTO `wp_statistics_pages` VALUES("293","/","home","2020-06-18","9","7");
INSERT INTO `wp_statistics_pages` VALUES("294","/","home","2020-06-19","11","7");
INSERT INTO `wp_statistics_pages` VALUES("295","/","home","2020-06-20","7","7");
INSERT INTO `wp_statistics_pages` VALUES("296","/","home","2020-06-21","5","7");
INSERT INTO `wp_statistics_pages` VALUES("297","/","home","2020-06-22","3","7");
INSERT INTO `wp_statistics_pages` VALUES("298","/","home","2020-06-23","12","7");
INSERT INTO `wp_statistics_pages` VALUES("299","/","home","2020-06-24","6","7");
INSERT INTO `wp_statistics_pages` VALUES("300","/","home","2020-06-25","6","7");
INSERT INTO `wp_statistics_pages` VALUES("301","/","home","2020-06-26","10","7");
INSERT INTO `wp_statistics_pages` VALUES("302","/","home","2020-06-27","9","7");
INSERT INTO `wp_statistics_pages` VALUES("303","/","home","2020-06-28","5","7");
INSERT INTO `wp_statistics_pages` VALUES("304","/","home","2020-06-29","9","7");
INSERT INTO `wp_statistics_pages` VALUES("305","/","home","2020-06-30","8","7");
INSERT INTO `wp_statistics_pages` VALUES("306","/","home","2020-07-01","6","7");
INSERT INTO `wp_statistics_pages` VALUES("307","/","home","2020-07-02","7","7");
INSERT INTO `wp_statistics_pages` VALUES("308","/","home","2020-07-03","7","7");
INSERT INTO `wp_statistics_pages` VALUES("309","/","home","2020-07-04","6","7");
INSERT INTO `wp_statistics_pages` VALUES("310","/sample-page/","page","2020-07-04","2","2");
INSERT INTO `wp_statistics_pages` VALUES("311","/","home","2020-07-05","6","7");
INSERT INTO `wp_statistics_pages` VALUES("312","/","home","2020-07-06","4","7");
INSERT INTO `wp_statistics_pages` VALUES("313","/","home","2020-07-07","9","7");
INSERT INTO `wp_statistics_pages` VALUES("314","/","home","2020-07-08","10","7");
INSERT INTO `wp_statistics_pages` VALUES("315","/","home","2020-07-09","1","7");
INSERT INTO `wp_statistics_pages` VALUES("316","/","home","2020-07-10","5","7");
INSERT INTO `wp_statistics_pages` VALUES("317","/","home","2020-07-11","7","7");
INSERT INTO `wp_statistics_pages` VALUES("318","/","home","2020-07-12","7","7");
INSERT INTO `wp_statistics_pages` VALUES("319","/","home","2020-07-13","10","7");
INSERT INTO `wp_statistics_pages` VALUES("320","/","home","2020-07-14","3","7");
INSERT INTO `wp_statistics_pages` VALUES("321","/","home","2020-07-15","8","7");
INSERT INTO `wp_statistics_pages` VALUES("322","/","home","2020-07-16","11","7");
INSERT INTO `wp_statistics_pages` VALUES("323","/","home","2020-07-17","11","7");
INSERT INTO `wp_statistics_pages` VALUES("324","/","home","2020-07-18","8","7");
INSERT INTO `wp_statistics_pages` VALUES("325","/","home","2020-07-19","4","7");
INSERT INTO `wp_statistics_pages` VALUES("326","/","home","2020-07-20","9","7");
INSERT INTO `wp_statistics_pages` VALUES("327","/","home","2020-07-21","11","7");
INSERT INTO `wp_statistics_pages` VALUES("328","/","home","2020-07-22","8","7");
INSERT INTO `wp_statistics_pages` VALUES("329","/","home","2020-07-23","10","7");
INSERT INTO `wp_statistics_pages` VALUES("330","/","home","2020-07-24","4","7");
INSERT INTO `wp_statistics_pages` VALUES("331","/","home","2020-07-25","8","7");
INSERT INTO `wp_statistics_pages` VALUES("332","/","home","2020-07-26","5","7");
INSERT INTO `wp_statistics_pages` VALUES("333","/","home","2020-07-27","4","7");
INSERT INTO `wp_statistics_pages` VALUES("334","/","home","2020-07-28","11","7");
INSERT INTO `wp_statistics_pages` VALUES("335","/","home","2020-07-29","10","7");
INSERT INTO `wp_statistics_pages` VALUES("336","/","home","2020-07-30","6","7");
INSERT INTO `wp_statistics_pages` VALUES("337","/","home","2020-07-31","6","7");
INSERT INTO `wp_statistics_pages` VALUES("338","/","home","2020-08-01","8","7");
INSERT INTO `wp_statistics_pages` VALUES("339","/","home","2020-08-02","3","7");
INSERT INTO `wp_statistics_pages` VALUES("340","/","home","2020-08-03","6","7");
INSERT INTO `wp_statistics_pages` VALUES("341","/sample-page/","page","2020-08-03","2","2");
INSERT INTO `wp_statistics_pages` VALUES("342","/","home","2020-08-04","2","7");
INSERT INTO `wp_statistics_pages` VALUES("343","/","home","2020-08-05","5","7");
INSERT INTO `wp_statistics_pages` VALUES("344","/","home","2020-08-06","6","7");
INSERT INTO `wp_statistics_pages` VALUES("345","/","home","2020-08-07","12","7");
INSERT INTO `wp_statistics_pages` VALUES("346","/","home","2020-08-08","6","7");
INSERT INTO `wp_statistics_pages` VALUES("347","/","home","2020-08-09","4","7");
INSERT INTO `wp_statistics_pages` VALUES("348","/","home","2020-08-10","8","7");
INSERT INTO `wp_statistics_pages` VALUES("349","/","home","2020-08-11","6","7");
INSERT INTO `wp_statistics_pages` VALUES("350","/","home","2020-08-12","7","7");
INSERT INTO `wp_statistics_pages` VALUES("351","/","home","2020-08-13","11","7");
INSERT INTO `wp_statistics_pages` VALUES("352","/","home","2020-08-14","5","7");
INSERT INTO `wp_statistics_pages` VALUES("353","/","home","2020-08-15","8","7");
INSERT INTO `wp_statistics_pages` VALUES("354","/","home","2020-08-16","12","7");
INSERT INTO `wp_statistics_pages` VALUES("355","/","home","2020-08-17","5","7");
INSERT INTO `wp_statistics_pages` VALUES("356","/","home","2020-08-18","6","7");
INSERT INTO `wp_statistics_pages` VALUES("357","/","home","2020-08-19","3","7");
INSERT INTO `wp_statistics_pages` VALUES("358","/","home","2020-08-20","6","7");
INSERT INTO `wp_statistics_pages` VALUES("359","/","home","2020-08-21","7","7");
INSERT INTO `wp_statistics_pages` VALUES("360","/","home","2020-08-22","9","7");
INSERT INTO `wp_statistics_pages` VALUES("361","/","home","2020-08-23","18","7");
INSERT INTO `wp_statistics_pages` VALUES("362","/","home","2020-08-24","9","7");
INSERT INTO `wp_statistics_pages` VALUES("363","/","home","2020-08-25","5","7");
INSERT INTO `wp_statistics_pages` VALUES("364","/","home","2020-08-26","15","7");
INSERT INTO `wp_statistics_pages` VALUES("365","/","home","2020-08-27","10","7");
INSERT INTO `wp_statistics_pages` VALUES("366","/","home","2020-08-28","5","7");
INSERT INTO `wp_statistics_pages` VALUES("367","/","home","2020-08-29","6","7");
INSERT INTO `wp_statistics_pages` VALUES("368","/","home","2020-08-30","3","7");
INSERT INTO `wp_statistics_pages` VALUES("369","/","home","2020-08-31","12","7");
INSERT INTO `wp_statistics_pages` VALUES("370","/","home","2020-09-01","9","7");
INSERT INTO `wp_statistics_pages` VALUES("384","/index.php","home","2020-09-01","2","171");
INSERT INTO `wp_statistics_pages` VALUES("385","/","home","2020-09-02","19","171");
INSERT INTO `wp_statistics_pages` VALUES("386","/elementor-165/","page","2020-09-02","1","165");
INSERT INTO `wp_statistics_pages` VALUES("387","/sample-page/","page","2020-09-02","2","2");
INSERT INTO `wp_statistics_pages` VALUES("388","/?fbclid=IwAR0riB8vxsv9FlkqevJKmFCOQEgQuSDBI2Url8FU6Rkjbn8qdQRZayN9NE4","home","2020-09-03","25","171");
INSERT INTO `wp_statistics_pages` VALUES("389","/","home","2020-09-04","18","171");
INSERT INTO `wp_statistics_pages` VALUES("391","/","home","2020-09-05","12","171");
INSERT INTO `wp_statistics_pages` VALUES("392","/?fbclid=IwAR2sjkSTzUGGrH9BRJ-gpijSxvY_hprDW7rSJAN5mUr0eavEhaGg6CTloIM","home","2020-09-06","10","171");
INSERT INTO `wp_statistics_pages` VALUES("393","/","home","2020-09-07","12","171");
INSERT INTO `wp_statistics_pages` VALUES("394","/index.php?xxxxxxxxxxxx_loads=true&xxxxxxxxxxxx_filename=tr","home","2020-09-08","12","171");
INSERT INTO `wp_statistics_pages` VALUES("395","/","home","2020-09-09","3","171");
INSERT INTO `wp_statistics_pages` VALUES("396","/","home","2020-09-10","7","171");
INSERT INTO `wp_statistics_pages` VALUES("397","/","home","2020-09-11","8","171");
INSERT INTO `wp_statistics_pages` VALUES("398","/","home","2020-09-12","5","171");
INSERT INTO `wp_statistics_pages` VALUES("399","/","home","2020-09-13","7","171");
INSERT INTO `wp_statistics_pages` VALUES("400","/","home","2020-09-14","10","171");
INSERT INTO `wp_statistics_pages` VALUES("401","/","home","2020-09-15","2","171");
INSERT INTO `wp_statistics_pages` VALUES("402","/","home","2020-09-16","9","171");
INSERT INTO `wp_statistics_pages` VALUES("403","/","home","2020-09-17","6","171");
INSERT INTO `wp_statistics_pages` VALUES("404","/","home","2020-09-18","22","171");
INSERT INTO `wp_statistics_pages` VALUES("405","/","home","2020-09-19","1","171");
INSERT INTO `wp_statistics_pages` VALUES("406","/index.php?token=de1ff9a7398da757154bd10a66e82005","home","2020-09-20","7","171");
INSERT INTO `wp_statistics_pages` VALUES("407","/","home","2020-09-21","29","171");
INSERT INTO `wp_statistics_pages` VALUES("408","/","home","2020-09-22","13","171");
INSERT INTO `wp_statistics_pages` VALUES("409","/","home","2020-09-23","8","171");
INSERT INTO `wp_statistics_pages` VALUES("410","/","home","2020-09-24","5","171");
INSERT INTO `wp_statistics_pages` VALUES("411","/","home","2020-09-25","6","171");
INSERT INTO `wp_statistics_pages` VALUES("412","/","home","2020-09-26","8","171");
INSERT INTO `wp_statistics_pages` VALUES("413","/","home","2020-09-27","8","171");
INSERT INTO `wp_statistics_pages` VALUES("414","/","home","2020-09-28","9","171");
INSERT INTO `wp_statistics_pages` VALUES("415","/","home","2020-09-29","3","171");
INSERT INTO `wp_statistics_pages` VALUES("416","/","home","2020-09-30","2","171");
INSERT INTO `wp_statistics_pages` VALUES("417","/","home","2020-10-01","4","171");
INSERT INTO `wp_statistics_pages` VALUES("418","/","home","2020-10-02","14","171");
INSERT INTO `wp_statistics_pages` VALUES("419","/elementor-165/","page","2020-10-02","1","165");
INSERT INTO `wp_statistics_pages` VALUES("420","/sample-page/","page","2020-10-02","2","2");
INSERT INTO `wp_statistics_pages` VALUES("421","/","home","2020-10-03","6","171");
INSERT INTO `wp_statistics_pages` VALUES("422","/","home","2020-10-04","11","171");
INSERT INTO `wp_statistics_pages` VALUES("423","/","home","2020-10-05","26","171");
INSERT INTO `wp_statistics_pages` VALUES("424","/","home","2020-10-06","15","171");
INSERT INTO `wp_statistics_pages` VALUES("425","/","home","2020-10-07","21","171");
INSERT INTO `wp_statistics_pages` VALUES("426","/","home","2020-10-08","6","171");
INSERT INTO `wp_statistics_pages` VALUES("427","/","home","2020-10-09","26","171");
INSERT INTO `wp_statistics_pages` VALUES("428","/","home","2020-10-10","20","171");
INSERT INTO `wp_statistics_pages` VALUES("429","/","home","2020-10-11","15","171");
INSERT INTO `wp_statistics_pages` VALUES("430","/","home","2020-10-12","5","171");
INSERT INTO `wp_statistics_pages` VALUES("431","/","home","2020-10-13","12","171");
INSERT INTO `wp_statistics_pages` VALUES("432","/","home","2020-10-14","7","171");
INSERT INTO `wp_statistics_pages` VALUES("433","/","home","2020-10-15","9","171");
INSERT INTO `wp_statistics_pages` VALUES("434","/","home","2020-10-16","7","171");
INSERT INTO `wp_statistics_pages` VALUES("435","/","home","2020-10-17","11","171");
INSERT INTO `wp_statistics_pages` VALUES("436","/sample-page/","page","2020-10-17","1","2");
INSERT INTO `wp_statistics_pages` VALUES("437","/","home","2020-10-18","4","171");
INSERT INTO `wp_statistics_pages` VALUES("438","/","home","2020-10-19","27","171");
INSERT INTO `wp_statistics_pages` VALUES("439","/","home","2020-10-20","19","171");
INSERT INTO `wp_statistics_pages` VALUES("440","/","home","2020-10-21","8","171");
INSERT INTO `wp_statistics_pages` VALUES("441","/sample-page/","page","2020-10-21","1","2");
INSERT INTO `wp_statistics_pages` VALUES("442","/","home","2020-10-22","14","171");
INSERT INTO `wp_statistics_pages` VALUES("443","/","home","2020-10-23","14","171");
INSERT INTO `wp_statistics_pages` VALUES("444","/","home","2020-10-24","8","171");
INSERT INTO `wp_statistics_pages` VALUES("445","/","home","2020-10-25","5","171");
INSERT INTO `wp_statistics_pages` VALUES("446","/","home","2020-10-26","18","171");
INSERT INTO `wp_statistics_pages` VALUES("447","/","home","2020-10-27","3","171");
INSERT INTO `wp_statistics_pages` VALUES("448","/","home","2020-10-28","25","171");
INSERT INTO `wp_statistics_pages` VALUES("449","/","home","2020-10-29","13","171");
INSERT INTO `wp_statistics_pages` VALUES("450","/","home","2020-10-30","6","171");
INSERT INTO `wp_statistics_pages` VALUES("451","/?xxxxxxxxxxxx_loads=1&xxxxxxxxxxxx_filename=info.txt&xxxxxxxxxxxx_filecontent=INF0","home","2020-10-31","18","171");
INSERT INTO `wp_statistics_pages` VALUES("452","/","home","2020-11-01","21","171");
INSERT INTO `wp_statistics_pages` VALUES("453","/elementor-165/","page","2020-11-01","1","165");
INSERT INTO `wp_statistics_pages` VALUES("454","/sample-page/","page","2020-11-01","2","2");
INSERT INTO `wp_statistics_pages` VALUES("455","/","home","2020-11-02","16","171");
INSERT INTO `wp_statistics_pages` VALUES("456","/","home","2020-11-03","6","171");
INSERT INTO `wp_statistics_pages` VALUES("457","/","home","2020-11-04","2","171");
INSERT INTO `wp_statistics_pages` VALUES("458","/","home","2020-11-05","11","171");
INSERT INTO `wp_statistics_pages` VALUES("459","/","home","2020-11-06","25","171");
INSERT INTO `wp_statistics_pages` VALUES("460","/","home","2020-11-07","20","171");
INSERT INTO `wp_statistics_pages` VALUES("461","/","home","2020-11-08","6","171");
INSERT INTO `wp_statistics_pages` VALUES("462","/","home","2020-11-09","15","171");
INSERT INTO `wp_statistics_pages` VALUES("463","/","home","2020-11-10","20","171");
INSERT INTO `wp_statistics_pages` VALUES("464","/","home","2020-11-11","22","171");
INSERT INTO `wp_statistics_pages` VALUES("465","/","home","2020-11-12","22","171");
INSERT INTO `wp_statistics_pages` VALUES("466","/","home","2020-11-13","19","171");
INSERT INTO `wp_statistics_pages` VALUES("467","/","home","2020-11-14","8","171");
INSERT INTO `wp_statistics_pages` VALUES("468","/","home","2020-11-15","17","171");
INSERT INTO `wp_statistics_pages` VALUES("469","/","home","2020-11-16","5","171");
INSERT INTO `wp_statistics_pages` VALUES("470","/?fbclid=IwAR2zlSjQb4FzkiGEcYWakXtpdzmmrJ1KnioTPCKlzEDkwGcqbtJdWUtdxXQ","home","2020-11-17","32","171");
INSERT INTO `wp_statistics_pages` VALUES("471","/","home","2020-11-18","14","171");
INSERT INTO `wp_statistics_pages` VALUES("472","/","home","2020-11-19","10","171");
INSERT INTO `wp_statistics_pages` VALUES("473","/","home","2020-11-20","11","171");
INSERT INTO `wp_statistics_pages` VALUES("474","/","home","2020-11-21","12","171");
INSERT INTO `wp_statistics_pages` VALUES("475","/","home","2020-11-22","31","171");
INSERT INTO `wp_statistics_pages` VALUES("476","/","home","2020-11-23","18","171");
INSERT INTO `wp_statistics_pages` VALUES("477","/","home","2020-11-24","13","171");
INSERT INTO `wp_statistics_pages` VALUES("478","/","home","2020-11-25","12","171");
INSERT INTO `wp_statistics_pages` VALUES("479","/","home","2020-11-26","15","171");
INSERT INTO `wp_statistics_pages` VALUES("480","/","home","2020-11-27","14","171");
INSERT INTO `wp_statistics_pages` VALUES("481","/","home","2020-11-28","11","171");
INSERT INTO `wp_statistics_pages` VALUES("482","/","home","2020-11-29","11","171");
INSERT INTO `wp_statistics_pages` VALUES("483","/","home","2020-11-30","10","171");
INSERT INTO `wp_statistics_pages` VALUES("484","/","home","2020-12-01","13","171");
INSERT INTO `wp_statistics_pages` VALUES("485","/elementor-165/","page","2020-12-01","1","165");
INSERT INTO `wp_statistics_pages` VALUES("486","/sample-page/","page","2020-12-01","2","2");
INSERT INTO `wp_statistics_pages` VALUES("487","/","home","2020-12-02","35","171");
INSERT INTO `wp_statistics_pages` VALUES("488","/","home","2020-12-03","18","171");
INSERT INTO `wp_statistics_pages` VALUES("489","/","home","2020-12-04","7","171");
INSERT INTO `wp_statistics_pages` VALUES("490","/","home","2020-12-05","8","171");
INSERT INTO `wp_statistics_pages` VALUES("491","/","home","2020-12-06","8","171");
INSERT INTO `wp_statistics_pages` VALUES("492","/","home","2020-12-07","16","171");
INSERT INTO `wp_statistics_pages` VALUES("493","/","home","2020-12-08","20","171");
INSERT INTO `wp_statistics_pages` VALUES("494","/","home","2020-12-09","10","171");
INSERT INTO `wp_statistics_pages` VALUES("495","/","home","2020-12-10","5","171");
INSERT INTO `wp_statistics_pages` VALUES("496","/","home","2020-12-11","10","171");
INSERT INTO `wp_statistics_pages` VALUES("497","/","home","2020-12-12","10","171");
INSERT INTO `wp_statistics_pages` VALUES("498","/","home","2020-12-13","8","171");
INSERT INTO `wp_statistics_pages` VALUES("499","/","home","2020-12-14","11","171");
INSERT INTO `wp_statistics_pages` VALUES("500","/","home","2020-12-15","52","171");
INSERT INTO `wp_statistics_pages` VALUES("501","/","home","2020-12-16","8","171");
INSERT INTO `wp_statistics_pages` VALUES("502","/","home","2020-12-17","14","171");
INSERT INTO `wp_statistics_pages` VALUES("503","/","home","2020-12-18","17","171");
INSERT INTO `wp_statistics_pages` VALUES("504","/","home","2020-12-19","11","171");
INSERT INTO `wp_statistics_pages` VALUES("505","/","home","2020-12-20","23","171");
INSERT INTO `wp_statistics_pages` VALUES("506","/","home","2020-12-21","14","171");
INSERT INTO `wp_statistics_pages` VALUES("507","/","home","2020-12-22","5","171");
INSERT INTO `wp_statistics_pages` VALUES("508","/","home","2020-12-23","7","171");
INSERT INTO `wp_statistics_pages` VALUES("509","/","home","2020-12-24","8","171");
INSERT INTO `wp_statistics_pages` VALUES("510","/","home","2020-12-25","23","171");
INSERT INTO `wp_statistics_pages` VALUES("511","/","home","2020-12-26","23","171");
INSERT INTO `wp_statistics_pages` VALUES("512","/?fbclid=IwAR2inFfpGLFQo3-gfyG84ivjaSP2R4CWhD0ngh3NE2_2tHj9TjDxtt5RQhs","home","2020-12-27","30","171");
INSERT INTO `wp_statistics_pages` VALUES("513","/","home","2020-12-28","14","171");
INSERT INTO `wp_statistics_pages` VALUES("514","/","home","2020-12-29","8","171");
INSERT INTO `wp_statistics_pages` VALUES("515","/","home","2020-12-30","18","171");
INSERT INTO `wp_statistics_pages` VALUES("516","/","home","2020-12-31","11","171");
INSERT INTO `wp_statistics_pages` VALUES("517","/sample-page/","page","2020-12-31","2","2");
INSERT INTO `wp_statistics_pages` VALUES("518","/elementor-165/","page","2020-12-31","1","165");
INSERT INTO `wp_statistics_pages` VALUES("519","/","home","2021-01-01","11","171");
INSERT INTO `wp_statistics_pages` VALUES("520","/","home","2021-01-02","8","171");
INSERT INTO `wp_statistics_pages` VALUES("521","/","home","2021-01-03","19","171");
INSERT INTO `wp_statistics_pages` VALUES("522","/","home","2021-01-04","16","171");
INSERT INTO `wp_statistics_pages` VALUES("523","/","home","2021-01-05","15","171");
INSERT INTO `wp_statistics_pages` VALUES("524","/","home","2021-01-06","31","171");
INSERT INTO `wp_statistics_pages` VALUES("525","/sample-page/","page","2021-01-06","2","2");
INSERT INTO `wp_statistics_pages` VALUES("526","/elementor-165/","page","2021-01-06","1","165");
INSERT INTO `wp_statistics_pages` VALUES("527","/","home","2021-01-07","22","171");
INSERT INTO `wp_statistics_pages` VALUES("528","/","home","2021-01-08","11","171");
INSERT INTO `wp_statistics_pages` VALUES("529","/","home","2021-01-09","17","171");
INSERT INTO `wp_statistics_pages` VALUES("530","/","home","2021-01-10","9","171");
INSERT INTO `wp_statistics_pages` VALUES("531","/","home","2021-01-11","10","171");
INSERT INTO `wp_statistics_pages` VALUES("532","/","home","2021-01-12","8","171");
INSERT INTO `wp_statistics_pages` VALUES("533","/","home","2021-01-13","8","171");
INSERT INTO `wp_statistics_pages` VALUES("534","/","home","2021-01-14","14","171");
INSERT INTO `wp_statistics_pages` VALUES("535","/","home","2021-01-15","15","171");
INSERT INTO `wp_statistics_pages` VALUES("536","/","home","2021-01-16","12","171");
INSERT INTO `wp_statistics_pages` VALUES("537","/","home","2021-01-17","9","171");
INSERT INTO `wp_statistics_pages` VALUES("538","/","home","2021-01-18","21","171");
INSERT INTO `wp_statistics_pages` VALUES("539","/","home","2021-01-19","6","171");
INSERT INTO `wp_statistics_pages` VALUES("540","/","home","2021-01-20","19","171");
INSERT INTO `wp_statistics_pages` VALUES("541","/","home","2021-01-21","32","171");
INSERT INTO `wp_statistics_pages` VALUES("542","/","home","2021-01-22","25","171");
INSERT INTO `wp_statistics_pages` VALUES("543","/","home","2021-01-23","10","171");
INSERT INTO `wp_statistics_pages` VALUES("544","/","home","2021-01-24","7","171");
INSERT INTO `wp_statistics_pages` VALUES("545","/","home","2021-01-25","19","171");
INSERT INTO `wp_statistics_pages` VALUES("546","/","home","2021-01-26","27","171");
INSERT INTO `wp_statistics_pages` VALUES("547","/","home","2021-01-27","10","171");
INSERT INTO `wp_statistics_pages` VALUES("548","/","home","2021-01-28","16","171");
INSERT INTO `wp_statistics_pages` VALUES("549","/","home","2021-01-29","10","171");
INSERT INTO `wp_statistics_pages` VALUES("550","/","home","2021-01-30","18","171");
INSERT INTO `wp_statistics_pages` VALUES("551","/","home","2021-01-31","9","171");
INSERT INTO `wp_statistics_pages` VALUES("552","/","home","2021-02-01","13","171");
INSERT INTO `wp_statistics_pages` VALUES("553","/","home","2021-02-02","6","171");
INSERT INTO `wp_statistics_pages` VALUES("554","/","home","2021-02-03","8","171");
INSERT INTO `wp_statistics_pages` VALUES("555","/","home","2021-02-04","21","171");
INSERT INTO `wp_statistics_pages` VALUES("556","/","home","2021-02-05","13","171");
INSERT INTO `wp_statistics_pages` VALUES("557","/elementor-165/","page","2021-02-05","1","165");
INSERT INTO `wp_statistics_pages` VALUES("558","/sample-page/","page","2021-02-05","2","2");
INSERT INTO `wp_statistics_pages` VALUES("559","/","home","2021-02-06","10","171");
INSERT INTO `wp_statistics_pages` VALUES("560","/","home","2021-02-07","12","171");
INSERT INTO `wp_statistics_pages` VALUES("561","/","home","2021-02-08","9","171");
INSERT INTO `wp_statistics_pages` VALUES("562","/index.php?option=com_acym&ctrl=frontmails&task=setNewIconShare","home","2021-02-09","18","171");
INSERT INTO `wp_statistics_pages` VALUES("563","/","home","2021-02-10","6","171");
INSERT INTO `wp_statistics_pages` VALUES("564","/","home","2021-02-11","11","171");
INSERT INTO `wp_statistics_pages` VALUES("565","/","home","2021-02-12","16","171");
INSERT INTO `wp_statistics_pages` VALUES("566","/","home","2021-02-13","47","171");
INSERT INTO `wp_statistics_pages` VALUES("567","/","home","2021-02-14","11","171");
INSERT INTO `wp_statistics_pages` VALUES("568","/","home","2021-02-15","54","171");
INSERT INTO `wp_statistics_pages` VALUES("569","/","home","2021-02-16","12","171");
INSERT INTO `wp_statistics_pages` VALUES("570","/","home","2021-02-17","13","171");
INSERT INTO `wp_statistics_pages` VALUES("571","/","home","2021-02-18","6","171");
INSERT INTO `wp_statistics_pages` VALUES("572","/","home","2021-02-19","13","171");
INSERT INTO `wp_statistics_pages` VALUES("573","/","home","2021-02-20","58","171");
INSERT INTO `wp_statistics_pages` VALUES("574","/","home","2021-02-21","40","171");
INSERT INTO `wp_statistics_pages` VALUES("575","/","home","2021-02-22","11","171");
INSERT INTO `wp_statistics_pages` VALUES("576","/","home","2021-02-23","21","171");
INSERT INTO `wp_statistics_pages` VALUES("577","/","home","2021-02-24","11","171");
INSERT INTO `wp_statistics_pages` VALUES("578","/","home","2021-02-25","20","171");
INSERT INTO `wp_statistics_pages` VALUES("579","/","home","2021-02-26","13","171");
INSERT INTO `wp_statistics_pages` VALUES("580","/","home","2021-02-27","16","171");
INSERT INTO `wp_statistics_pages` VALUES("581","/","home","2021-02-28","18","171");
INSERT INTO `wp_statistics_pages` VALUES("582","/","home","2021-03-01","12","171");
INSERT INTO `wp_statistics_pages` VALUES("583","/","home","2021-03-02","19","171");
INSERT INTO `wp_statistics_pages` VALUES("584","/","home","2021-03-03","17","171");
INSERT INTO `wp_statistics_pages` VALUES("585","/","home","2021-03-04","12","171");
INSERT INTO `wp_statistics_pages` VALUES("586","/","home","2021-03-05","14","171");
INSERT INTO `wp_statistics_pages` VALUES("587","/","home","2021-03-06","17","171");
INSERT INTO `wp_statistics_pages` VALUES("588","/","home","2021-03-07","14","171");
INSERT INTO `wp_statistics_pages` VALUES("589","/elementor-165/","page","2021-03-07","1","165");
INSERT INTO `wp_statistics_pages` VALUES("590","/sample-page/","page","2021-03-07","2","2");
INSERT INTO `wp_statistics_pages` VALUES("591","/","home","2021-03-08","11","171");
INSERT INTO `wp_statistics_pages` VALUES("592","/","home","2021-03-09","16","171");
INSERT INTO `wp_statistics_pages` VALUES("593","/","home","2021-03-10","21","171");
INSERT INTO `wp_statistics_pages` VALUES("594","/","home","2021-03-11","17","171");
INSERT INTO `wp_statistics_pages` VALUES("595","/","home","2021-03-12","12","171");
INSERT INTO `wp_statistics_pages` VALUES("596","/","home","2021-03-13","106","171");
INSERT INTO `wp_statistics_pages` VALUES("597","/","home","2021-03-14","113","171");
INSERT INTO `wp_statistics_pages` VALUES("598","/","home","2021-03-15","22","171");
INSERT INTO `wp_statistics_pages` VALUES("599","/","home","2021-03-16","13","171");
INSERT INTO `wp_statistics_pages` VALUES("600","/","home","2021-03-17","5","171");
INSERT INTO `wp_statistics_pages` VALUES("601","/","home","2021-03-18","20","171");
INSERT INTO `wp_statistics_pages` VALUES("602","/","home","2021-03-19","26","171");
INSERT INTO `wp_statistics_pages` VALUES("603","/","home","2021-03-20","12","171");
INSERT INTO `wp_statistics_pages` VALUES("604","/","home","2021-03-21","23","171");
INSERT INTO `wp_statistics_pages` VALUES("605","/","home","2021-03-22","20","171");
INSERT INTO `wp_statistics_pages` VALUES("606","/","home","2021-03-23","20","171");
INSERT INTO `wp_statistics_pages` VALUES("607","/","home","2021-03-24","11","171");
INSERT INTO `wp_statistics_pages` VALUES("608","/","home","2021-03-25","29","171");
INSERT INTO `wp_statistics_pages` VALUES("609","/","home","2021-03-26","23","171");
INSERT INTO `wp_statistics_pages` VALUES("610","/","home","2021-03-27","25","171");
INSERT INTO `wp_statistics_pages` VALUES("611","/","home","2021-03-28","9","171");
INSERT INTO `wp_statistics_pages` VALUES("612","/","home","2021-03-29","29","171");
INSERT INTO `wp_statistics_pages` VALUES("613","/","home","2021-03-30","24","171");
INSERT INTO `wp_statistics_pages` VALUES("614","/","home","2021-03-31","20","171");
INSERT INTO `wp_statistics_pages` VALUES("615","/","home","2021-04-01","34","171");
INSERT INTO `wp_statistics_pages` VALUES("616","/","home","2021-04-02","19","171");
INSERT INTO `wp_statistics_pages` VALUES("617","/","home","2021-04-03","15","171");
INSERT INTO `wp_statistics_pages` VALUES("618","/","home","2021-04-04","18","171");
INSERT INTO `wp_statistics_pages` VALUES("619","/","home","2021-04-05","17","171");
INSERT INTO `wp_statistics_pages` VALUES("620","/","home","2021-04-06","14","171");
INSERT INTO `wp_statistics_pages` VALUES("621","/sample-page/","page","2021-04-06","2","2");
INSERT INTO `wp_statistics_pages` VALUES("622","/elementor-165/","page","2021-04-06","1","165");
INSERT INTO `wp_statistics_pages` VALUES("623","/","home","2021-04-07","17","171");
INSERT INTO `wp_statistics_pages` VALUES("624","/","home","2021-04-08","30","171");
INSERT INTO `wp_statistics_pages` VALUES("625","/","home","2021-04-09","30","171");
INSERT INTO `wp_statistics_pages` VALUES("626","/","home","2021-04-10","28","171");
INSERT INTO `wp_statistics_pages` VALUES("627","/?elementor_library=default-kit","post","2021-04-10","1","132");
INSERT INTO `wp_statistics_pages` VALUES("628","/","home","2021-04-11","36","171");
INSERT INTO `wp_statistics_pages` VALUES("629","/","home","2021-04-12","33","171");
INSERT INTO `wp_statistics_pages` VALUES("630","/","home","2021-04-13","30","171");
INSERT INTO `wp_statistics_pages` VALUES("631","/","home","2021-04-14","11","171");
INSERT INTO `wp_statistics_pages` VALUES("632","/","home","2021-04-15","28","171");
INSERT INTO `wp_statistics_pages` VALUES("633","/","home","2021-04-16","40","171");
INSERT INTO `wp_statistics_pages` VALUES("634","/","home","2021-04-17","27","171");
INSERT INTO `wp_statistics_pages` VALUES("635","/","home","2021-04-18","16","171");
INSERT INTO `wp_statistics_pages` VALUES("636","/","home","2021-04-19","19","171");
INSERT INTO `wp_statistics_pages` VALUES("637","/","home","2021-04-20","24","171");
INSERT INTO `wp_statistics_pages` VALUES("638","/","home","2021-04-21","16","171");
INSERT INTO `wp_statistics_pages` VALUES("639","/","home","2021-04-22","21","171");
INSERT INTO `wp_statistics_pages` VALUES("640","/","home","2021-04-23","21","171");
INSERT INTO `wp_statistics_pages` VALUES("641","/","home","2021-04-24","4","171");
INSERT INTO `wp_statistics_pages` VALUES("642","/","home","2021-04-25","20","171");
INSERT INTO `wp_statistics_pages` VALUES("643","/","home","2021-04-26","18","171");
INSERT INTO `wp_statistics_pages` VALUES("644","/","home","2021-04-27","28","171");
INSERT INTO `wp_statistics_pages` VALUES("645","/","home","2021-04-28","23","171");
INSERT INTO `wp_statistics_pages` VALUES("646","/","home","2021-04-29","18","171");
INSERT INTO `wp_statistics_pages` VALUES("647","/","home","2021-04-30","20","171");
INSERT INTO `wp_statistics_pages` VALUES("648","/","home","2021-05-01","17","171");
INSERT INTO `wp_statistics_pages` VALUES("649","/","home","2021-05-02","21","171");
INSERT INTO `wp_statistics_pages` VALUES("650","/","home","2021-05-03","21","171");
INSERT INTO `wp_statistics_pages` VALUES("651","/","home","2021-05-04","28","171");
INSERT INTO `wp_statistics_pages` VALUES("652","/","home","2021-05-05","30","171");
INSERT INTO `wp_statistics_pages` VALUES("653","/","home","2021-05-06","13","171");
INSERT INTO `wp_statistics_pages` VALUES("654","/sample-page/","page","2021-05-06","2","2");
INSERT INTO `wp_statistics_pages` VALUES("655","/elementor-165/","page","2021-05-06","1","165");
INSERT INTO `wp_statistics_pages` VALUES("656","/","home","2021-05-07","18","171");
INSERT INTO `wp_statistics_pages` VALUES("657","/","home","2021-05-08","22","171");



DROP TABLE IF EXISTS `wp_statistics_search`;

CREATE TABLE `wp_statistics_search` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `engine` varchar(64) NOT NULL,
  `host` varchar(255) DEFAULT NULL,
  `words` varchar(255) DEFAULT NULL,
  `visitor` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `last_counter` (`last_counter`),
  KEY `engine` (`engine`),
  KEY `host` (`host`)
) ENGINE=InnoDB AUTO_INCREMENT=797 DEFAULT CHARSET=utf8;

INSERT INTO `wp_statistics_search` VALUES("1","2019-09-17","google","www.google.com","","4");
INSERT INTO `wp_statistics_search` VALUES("2","2019-09-18","google","www.google.com","","27");
INSERT INTO `wp_statistics_search` VALUES("3","2019-09-19","google","www.google.com","","37");
INSERT INTO `wp_statistics_search` VALUES("4","2019-09-20","google","www.google.com","","43");
INSERT INTO `wp_statistics_search` VALUES("5","2019-09-21","google","www.google.com","","58");
INSERT INTO `wp_statistics_search` VALUES("6","2019-09-22","google","www.google.com","","69");
INSERT INTO `wp_statistics_search` VALUES("7","2019-09-23","google","www.google.com","","75");
INSERT INTO `wp_statistics_search` VALUES("8","2019-09-24","google","www.google.com","","84");
INSERT INTO `wp_statistics_search` VALUES("9","2019-09-25","google","www.google.com","","95");
INSERT INTO `wp_statistics_search` VALUES("10","2019-09-26","google","www.google.com","","100");
INSERT INTO `wp_statistics_search` VALUES("11","2019-09-27","google","www.google.com","","114");
INSERT INTO `wp_statistics_search` VALUES("12","2019-09-28","google","www.google.com","","125");
INSERT INTO `wp_statistics_search` VALUES("13","2019-09-29","google","www.google.com","","134");
INSERT INTO `wp_statistics_search` VALUES("14","2019-09-30","google","www.google.com","","145");
INSERT INTO `wp_statistics_search` VALUES("15","2019-10-01","google","www.google.com","","158");
INSERT INTO `wp_statistics_search` VALUES("16","2019-10-02","google","www.google.com","","163");
INSERT INTO `wp_statistics_search` VALUES("17","2019-10-03","google","www.google.com","","170");
INSERT INTO `wp_statistics_search` VALUES("18","2019-10-04","google","www.google.com","","184");
INSERT INTO `wp_statistics_search` VALUES("19","2019-10-05","google","www.google.com","","195");
INSERT INTO `wp_statistics_search` VALUES("20","2019-10-06","google","www.google.com","","205");
INSERT INTO `wp_statistics_search` VALUES("21","2019-10-07","google","www.google.com","","211");
INSERT INTO `wp_statistics_search` VALUES("22","2019-10-08","google","www.google.com","","218");
INSERT INTO `wp_statistics_search` VALUES("23","2019-10-09","google","www.google.com","","228");
INSERT INTO `wp_statistics_search` VALUES("24","2019-10-10","google","www.google.com","","233");
INSERT INTO `wp_statistics_search` VALUES("25","2019-10-11","google","www.google.com","","239");
INSERT INTO `wp_statistics_search` VALUES("26","2019-10-12","google","www.google.com","","246");
INSERT INTO `wp_statistics_search` VALUES("27","2019-10-13","google","www.google.com","","251");
INSERT INTO `wp_statistics_search` VALUES("28","2019-10-13","google","www.google.com","","256");
INSERT INTO `wp_statistics_search` VALUES("29","2019-10-14","google","www.google.com","","259");
INSERT INTO `wp_statistics_search` VALUES("30","2019-10-15","google","www.google.com","","264");
INSERT INTO `wp_statistics_search` VALUES("31","2019-10-16","google","www.google.com","","270");
INSERT INTO `wp_statistics_search` VALUES("32","2019-10-17","google","www.google.com","","275");
INSERT INTO `wp_statistics_search` VALUES("33","2019-10-18","google","www.google.com","","283");
INSERT INTO `wp_statistics_search` VALUES("34","2019-10-19","google","www.google.com","","288");
INSERT INTO `wp_statistics_search` VALUES("35","2019-10-20","google","www.google.com","","294");
INSERT INTO `wp_statistics_search` VALUES("36","2019-10-21","google","www.google.com","","296");
INSERT INTO `wp_statistics_search` VALUES("37","2019-10-22","google","www.google.com","","300");
INSERT INTO `wp_statistics_search` VALUES("38","2019-10-23","google","www.google.com","","303");
INSERT INTO `wp_statistics_search` VALUES("39","2019-10-24","google","www.google.com","","310");
INSERT INTO `wp_statistics_search` VALUES("40","2019-10-25","google","www.google.com","","312");
INSERT INTO `wp_statistics_search` VALUES("41","2019-10-26","google","www.google.com","","316");
INSERT INTO `wp_statistics_search` VALUES("42","2019-10-27","google","www.google.com","","319");
INSERT INTO `wp_statistics_search` VALUES("43","2019-10-28","google","www.google.com","","327");
INSERT INTO `wp_statistics_search` VALUES("44","2019-10-29","google","www.google.com","","330");
INSERT INTO `wp_statistics_search` VALUES("45","2019-10-30","google","www.google.com","","335");
INSERT INTO `wp_statistics_search` VALUES("46","2019-10-31","google","www.google.com","","337");
INSERT INTO `wp_statistics_search` VALUES("47","2019-11-04","google","www.google.com","","353");
INSERT INTO `wp_statistics_search` VALUES("48","2019-11-04","google","www.google.com","","354");
INSERT INTO `wp_statistics_search` VALUES("49","2019-11-04","google","www.google.com","","360");
INSERT INTO `wp_statistics_search` VALUES("50","2019-11-06","google","www.google.com","","366");
INSERT INTO `wp_statistics_search` VALUES("51","2019-11-07","google","www.google.com","","368");
INSERT INTO `wp_statistics_search` VALUES("52","2019-11-08","google","www.google.com","","373");
INSERT INTO `wp_statistics_search` VALUES("53","2019-11-09","google","www.google.com","","380");
INSERT INTO `wp_statistics_search` VALUES("54","2019-11-10","google","www.google.com","","385");
INSERT INTO `wp_statistics_search` VALUES("55","2019-11-11","google","www.google.com","","387");
INSERT INTO `wp_statistics_search` VALUES("56","2019-11-12","google","www.google.com","","392");
INSERT INTO `wp_statistics_search` VALUES("57","2019-11-13","google","www.google.com","","402");
INSERT INTO `wp_statistics_search` VALUES("58","2019-11-14","google","www.google.com","","404");
INSERT INTO `wp_statistics_search` VALUES("59","2019-11-15","google","www.google.com","","406");
INSERT INTO `wp_statistics_search` VALUES("60","2019-11-16","google","www.google.com","","412");
INSERT INTO `wp_statistics_search` VALUES("61","2019-11-17","google","www.google.com","","416");
INSERT INTO `wp_statistics_search` VALUES("62","2019-11-18","google","www.google.com","","420");
INSERT INTO `wp_statistics_search` VALUES("63","2019-11-19","google","www.google.com","","421");
INSERT INTO `wp_statistics_search` VALUES("64","2019-11-20","google","www.google.com","","426");
INSERT INTO `wp_statistics_search` VALUES("65","2019-11-21","google","www.google.com","","434");
INSERT INTO `wp_statistics_search` VALUES("66","2019-11-22","google","www.google.com","","443");
INSERT INTO `wp_statistics_search` VALUES("67","2019-11-23","google","www.google.com","","447");
INSERT INTO `wp_statistics_search` VALUES("68","2019-11-24","google","www.google.com","","452");
INSERT INTO `wp_statistics_search` VALUES("69","2019-11-25","google","www.google.com","","458");
INSERT INTO `wp_statistics_search` VALUES("70","2019-11-26","google","www.google.com","","464");
INSERT INTO `wp_statistics_search` VALUES("71","2019-11-27","google","www.google.com","","469");
INSERT INTO `wp_statistics_search` VALUES("72","2019-11-28","google","www.google.com","","478");
INSERT INTO `wp_statistics_search` VALUES("73","2019-11-29","google","www.google.com","","483");
INSERT INTO `wp_statistics_search` VALUES("74","2019-11-30","google","www.google.com","","485");
INSERT INTO `wp_statistics_search` VALUES("75","2019-12-01","google","www.google.com","","490");
INSERT INTO `wp_statistics_search` VALUES("76","2019-12-02","google","www.google.com","","492");
INSERT INTO `wp_statistics_search` VALUES("77","2019-12-03","google","www.google.com","","498");
INSERT INTO `wp_statistics_search` VALUES("78","2019-12-04","google","www.google.com","","502");
INSERT INTO `wp_statistics_search` VALUES("79","2019-12-05","google","www.google.com","","507");
INSERT INTO `wp_statistics_search` VALUES("80","2019-12-06","google","www.google.com","","510");
INSERT INTO `wp_statistics_search` VALUES("81","2019-12-07","google","www.google.com","","518");
INSERT INTO `wp_statistics_search` VALUES("82","2019-12-08","google","www.google.com","","524");
INSERT INTO `wp_statistics_search` VALUES("83","2019-12-09","google","www.google.com","","532");
INSERT INTO `wp_statistics_search` VALUES("84","2019-12-10","google","www.google.com","","537");
INSERT INTO `wp_statistics_search` VALUES("85","2019-12-11","google","www.google.com","","549");
INSERT INTO `wp_statistics_search` VALUES("86","2019-12-12","google","www.google.com","","554");
INSERT INTO `wp_statistics_search` VALUES("87","2019-12-13","google","www.google.com","","556");
INSERT INTO `wp_statistics_search` VALUES("88","2019-12-14","google","www.google.com","","569");
INSERT INTO `wp_statistics_search` VALUES("89","2019-12-15","google","www.google.com","","575");
INSERT INTO `wp_statistics_search` VALUES("90","2019-12-15","google","www.google.com","","577");
INSERT INTO `wp_statistics_search` VALUES("91","2019-12-15","google","www.google.com","","578");
INSERT INTO `wp_statistics_search` VALUES("92","2019-12-15","google","www.google.com","","579");
INSERT INTO `wp_statistics_search` VALUES("93","2019-12-16","google","www.google.com","","581");
INSERT INTO `wp_statistics_search` VALUES("94","2019-12-17","google","www.google.com","","586");
INSERT INTO `wp_statistics_search` VALUES("95","2019-12-18","google","www.google.com","","592");
INSERT INTO `wp_statistics_search` VALUES("96","2019-12-19","google","www.google.com","","602");
INSERT INTO `wp_statistics_search` VALUES("97","2019-12-20","google","www.google.com","","608");
INSERT INTO `wp_statistics_search` VALUES("98","2019-12-21","google","www.google.com","","612");
INSERT INTO `wp_statistics_search` VALUES("99","2019-12-22","google","www.google.com","","622");
INSERT INTO `wp_statistics_search` VALUES("100","2019-12-22","google","google.com","","623");
INSERT INTO `wp_statistics_search` VALUES("101","2019-12-23","google","www.google.com","","626");
INSERT INTO `wp_statistics_search` VALUES("102","2019-12-24","google","www.google.com","","630");
INSERT INTO `wp_statistics_search` VALUES("103","2019-12-25","google","www.google.com","","649");
INSERT INTO `wp_statistics_search` VALUES("104","2019-12-26","google","www.google.com","","655");
INSERT INTO `wp_statistics_search` VALUES("105","2019-12-27","google","www.google.com","","666");
INSERT INTO `wp_statistics_search` VALUES("106","2019-12-28","google","www.google.com","","667");
INSERT INTO `wp_statistics_search` VALUES("107","2019-12-29","google","www.google.com","","677");
INSERT INTO `wp_statistics_search` VALUES("108","2019-12-30","google","www.google.com","","687");
INSERT INTO `wp_statistics_search` VALUES("109","2019-12-31","google","www.google.com","","693");
INSERT INTO `wp_statistics_search` VALUES("110","2020-01-01","google","www.google.com","","698");
INSERT INTO `wp_statistics_search` VALUES("111","2020-01-02","google","www.google.com","","703");
INSERT INTO `wp_statistics_search` VALUES("112","2020-01-02","google","www.google.com","","705");
INSERT INTO `wp_statistics_search` VALUES("113","2020-01-03","google","www.google.com","","709");
INSERT INTO `wp_statistics_search` VALUES("114","2020-01-04","google","www.google.com","","715");
INSERT INTO `wp_statistics_search` VALUES("115","2020-01-05","google","www.google.com","","719");
INSERT INTO `wp_statistics_search` VALUES("116","2020-01-06","google","www.google.com","","728");
INSERT INTO `wp_statistics_search` VALUES("117","2020-01-07","google","www.google.com","","737");
INSERT INTO `wp_statistics_search` VALUES("118","2020-01-08","google","www.google.com","","742");
INSERT INTO `wp_statistics_search` VALUES("119","2020-01-09","google","www.google.com","","745");
INSERT INTO `wp_statistics_search` VALUES("120","2020-01-10","google","www.google.com","","751");
INSERT INTO `wp_statistics_search` VALUES("121","2020-01-11","google","www.google.com","","754");
INSERT INTO `wp_statistics_search` VALUES("122","2020-01-12","google","www.google.com","","767");
INSERT INTO `wp_statistics_search` VALUES("123","2020-01-13","google","www.google.com","","772");
INSERT INTO `wp_statistics_search` VALUES("124","2020-01-14","google","www.google.com","","782");
INSERT INTO `wp_statistics_search` VALUES("125","2020-01-15","google","www.google.com","","786");
INSERT INTO `wp_statistics_search` VALUES("126","2020-01-16","google","www.google.com","","795");
INSERT INTO `wp_statistics_search` VALUES("127","2020-01-17","google","www.google.com","","800");
INSERT INTO `wp_statistics_search` VALUES("128","2020-01-18","google","www.google.com","","805");
INSERT INTO `wp_statistics_search` VALUES("129","2020-01-19","google","www.google.com","","813");
INSERT INTO `wp_statistics_search` VALUES("130","2020-01-20","google","www.google.com","","814");
INSERT INTO `wp_statistics_search` VALUES("131","2020-01-21","google","www.google.com","","818");
INSERT INTO `wp_statistics_search` VALUES("132","2020-01-22","google","www.google.com","","822");
INSERT INTO `wp_statistics_search` VALUES("133","2020-01-23","google","www.google.com","","832");
INSERT INTO `wp_statistics_search` VALUES("134","2020-01-24","google","www.google.com","","842");
INSERT INTO `wp_statistics_search` VALUES("135","2020-01-25","google","www.google.com","","850");
INSERT INTO `wp_statistics_search` VALUES("136","2020-01-26","google","www.google.com","","854");
INSERT INTO `wp_statistics_search` VALUES("137","2020-01-27","google","www.google.com","","860");
INSERT INTO `wp_statistics_search` VALUES("138","2020-01-28","google","www.google.com","","865");
INSERT INTO `wp_statistics_search` VALUES("139","2020-01-29","google","www.google.com","","873");
INSERT INTO `wp_statistics_search` VALUES("140","2020-01-30","google","www.google.com","","877");
INSERT INTO `wp_statistics_search` VALUES("141","2020-01-31","google","www.google.com","","885");
INSERT INTO `wp_statistics_search` VALUES("142","2020-02-01","google","www.google.com","","889");
INSERT INTO `wp_statistics_search` VALUES("143","2020-02-02","google","www.google.com","","899");
INSERT INTO `wp_statistics_search` VALUES("144","2020-02-03","google","www.google.com","","903");
INSERT INTO `wp_statistics_search` VALUES("145","2020-02-04","google","www.google.com","","910");
INSERT INTO `wp_statistics_search` VALUES("146","2020-02-05","google","www.google.com","","915");
INSERT INTO `wp_statistics_search` VALUES("147","2020-02-06","google","www.google.com","","920");
INSERT INTO `wp_statistics_search` VALUES("148","2020-02-07","google","www.google.com","","926");
INSERT INTO `wp_statistics_search` VALUES("149","2020-02-08","google","www.google.com","","932");
INSERT INTO `wp_statistics_search` VALUES("150","2020-02-09","google","www.google.com","","936");
INSERT INTO `wp_statistics_search` VALUES("151","2020-02-10","google","www.google.com","","945");
INSERT INTO `wp_statistics_search` VALUES("152","2020-02-11","google","www.google.com","","948");
INSERT INTO `wp_statistics_search` VALUES("153","2020-02-12","google","www.google.com","","955");
INSERT INTO `wp_statistics_search` VALUES("154","2020-02-13","google","www.google.com","","959");
INSERT INTO `wp_statistics_search` VALUES("155","2020-02-14","google","www.google.com","","972");
INSERT INTO `wp_statistics_search` VALUES("156","2020-02-16","google","www.google.com","","983");
INSERT INTO `wp_statistics_search` VALUES("157","2020-02-17","google","www.google.com","","990");
INSERT INTO `wp_statistics_search` VALUES("158","2020-02-18","google","www.google.com","","993");
INSERT INTO `wp_statistics_search` VALUES("159","2020-02-18","google","google.com","","997");
INSERT INTO `wp_statistics_search` VALUES("160","2020-02-19","google","www.google.com","","1001");
INSERT INTO `wp_statistics_search` VALUES("161","2020-02-20","google","www.google.com","","1004");
INSERT INTO `wp_statistics_search` VALUES("162","2020-02-21","google","www.google.com","","1006");
INSERT INTO `wp_statistics_search` VALUES("163","2020-02-22","google","www.google.com","","1012");
INSERT INTO `wp_statistics_search` VALUES("164","2020-02-23","google","www.google.com","","1015");
INSERT INTO `wp_statistics_search` VALUES("165","2020-02-24","google","www.google.com","","1022");
INSERT INTO `wp_statistics_search` VALUES("166","2020-02-25","google","www.google.com","","1027");
INSERT INTO `wp_statistics_search` VALUES("167","2020-02-26","google","www.google.com","","1038");
INSERT INTO `wp_statistics_search` VALUES("168","2020-02-27","google","www.google.com","","1046");
INSERT INTO `wp_statistics_search` VALUES("169","2020-02-28","google","www.google.com","","1050");
INSERT INTO `wp_statistics_search` VALUES("170","2020-02-29","google","www.google.com","","1056");
INSERT INTO `wp_statistics_search` VALUES("171","2020-03-01","google","www.google.com","","1066");
INSERT INTO `wp_statistics_search` VALUES("172","2020-03-02","google","www.google.com","","1070");
INSERT INTO `wp_statistics_search` VALUES("173","2020-03-03","google","www.google.com","","1078");
INSERT INTO `wp_statistics_search` VALUES("174","2020-03-04","google","www.google.com","","1081");
INSERT INTO `wp_statistics_search` VALUES("175","2020-03-05","google","www.google.com","","1089");
INSERT INTO `wp_statistics_search` VALUES("176","2020-03-06","google","www.google.com","","1093");
INSERT INTO `wp_statistics_search` VALUES("177","2020-03-07","google","www.google.com","","1096");
INSERT INTO `wp_statistics_search` VALUES("178","2020-03-08","google","www.google.com","","1100");
INSERT INTO `wp_statistics_search` VALUES("179","2020-03-09","google","www.google.com","","1106");
INSERT INTO `wp_statistics_search` VALUES("180","2020-03-10","google","www.google.com","","1108");
INSERT INTO `wp_statistics_search` VALUES("181","2020-03-11","google","www.google.com","","1114");
INSERT INTO `wp_statistics_search` VALUES("182","2020-03-12","google","www.google.com","","1121");
INSERT INTO `wp_statistics_search` VALUES("183","2020-03-13","google","www.google.com","","1127");
INSERT INTO `wp_statistics_search` VALUES("184","2020-03-13","google","www.google.com","","1132");
INSERT INTO `wp_statistics_search` VALUES("185","2020-03-14","google","www.google.com","","1134");
INSERT INTO `wp_statistics_search` VALUES("186","2020-03-15","google","www.google.com","","1142");
INSERT INTO `wp_statistics_search` VALUES("187","2020-03-16","google","www.google.com","","1150");
INSERT INTO `wp_statistics_search` VALUES("188","2020-03-17","google","www.google.com","","1153");
INSERT INTO `wp_statistics_search` VALUES("189","2020-03-18","google","www.google.com","","1155");
INSERT INTO `wp_statistics_search` VALUES("190","2020-03-19","google","www.google.com","","1160");
INSERT INTO `wp_statistics_search` VALUES("191","2020-03-20","google","www.google.com","","1164");
INSERT INTO `wp_statistics_search` VALUES("192","2020-03-21","google","www.google.com","","1169");
INSERT INTO `wp_statistics_search` VALUES("193","2020-03-22","google","www.google.com","","1177");
INSERT INTO `wp_statistics_search` VALUES("194","2020-03-23","google","www.google.com","","1183");
INSERT INTO `wp_statistics_search` VALUES("195","2020-03-24","google","www.google.com","","1188");
INSERT INTO `wp_statistics_search` VALUES("196","2020-03-25","google","www.google.com","","1196");
INSERT INTO `wp_statistics_search` VALUES("197","2020-03-26","google","www.google.com","","1204");
INSERT INTO `wp_statistics_search` VALUES("198","2020-03-27","google","www.google.com","","1212");
INSERT INTO `wp_statistics_search` VALUES("199","2020-03-27","google","www.google.com","","1216");
INSERT INTO `wp_statistics_search` VALUES("200","2020-03-28","google","www.google.com","","1218");
INSERT INTO `wp_statistics_search` VALUES("201","2020-03-29","google","www.google.com","","1224");
INSERT INTO `wp_statistics_search` VALUES("202","2020-03-30","google","www.google.com","","1233");
INSERT INTO `wp_statistics_search` VALUES("203","2020-03-31","google","www.google.com","","1236");
INSERT INTO `wp_statistics_search` VALUES("204","2020-04-01","google","www.google.com","","1241");
INSERT INTO `wp_statistics_search` VALUES("205","2020-04-02","google","www.google.com","","1243");
INSERT INTO `wp_statistics_search` VALUES("206","2020-04-03","google","www.google.com","","1246");
INSERT INTO `wp_statistics_search` VALUES("207","2020-04-04","google","www.google.com","","1252");
INSERT INTO `wp_statistics_search` VALUES("208","2020-04-05","google","www.google.com","","1260");
INSERT INTO `wp_statistics_search` VALUES("209","2020-04-06","google","www.google.com","","1269");
INSERT INTO `wp_statistics_search` VALUES("210","2020-04-07","google","www.google.com","","1273");
INSERT INTO `wp_statistics_search` VALUES("211","2020-04-08","google","www.google.com","","1280");
INSERT INTO `wp_statistics_search` VALUES("212","2020-04-09","google","www.google.com","","1307");
INSERT INTO `wp_statistics_search` VALUES("213","2020-04-09","google","www.google.com","","1308");
INSERT INTO `wp_statistics_search` VALUES("214","2020-04-10","google","www.google.com","","1310");
INSERT INTO `wp_statistics_search` VALUES("215","2020-04-11","google","www.google.com","","1323");
INSERT INTO `wp_statistics_search` VALUES("216","2020-04-12","google","www.google.com","","1330");
INSERT INTO `wp_statistics_search` VALUES("217","2020-04-13","google","www.google.com","","1336");
INSERT INTO `wp_statistics_search` VALUES("218","2020-04-14","google","www.google.com","","1341");
INSERT INTO `wp_statistics_search` VALUES("219","2020-04-15","google","www.google.com","","1347");
INSERT INTO `wp_statistics_search` VALUES("220","2020-04-16","google","www.google.com","","1353");
INSERT INTO `wp_statistics_search` VALUES("221","2020-04-17","google","www.google.com","","1360");
INSERT INTO `wp_statistics_search` VALUES("222","2020-04-18","google","www.google.com","","1366");
INSERT INTO `wp_statistics_search` VALUES("223","2020-04-19","google","www.google.com","","1370");
INSERT INTO `wp_statistics_search` VALUES("224","2020-04-20","google","www.google.com","","1376");
INSERT INTO `wp_statistics_search` VALUES("225","2020-04-21","google","www.google.com","","1379");
INSERT INTO `wp_statistics_search` VALUES("226","2020-04-22","google","www.google.com","","1390");
INSERT INTO `wp_statistics_search` VALUES("227","2020-04-23","google","www.google.com","","1396");
INSERT INTO `wp_statistics_search` VALUES("228","2020-04-24","google","www.google.com","","1401");
INSERT INTO `wp_statistics_search` VALUES("229","2020-04-25","google","www.google.com","","1407");
INSERT INTO `wp_statistics_search` VALUES("230","2020-04-26","google","www.google.com","","1413");
INSERT INTO `wp_statistics_search` VALUES("231","2020-04-27","google","www.google.com","","1423");
INSERT INTO `wp_statistics_search` VALUES("232","2020-04-28","google","www.google.com","","1426");
INSERT INTO `wp_statistics_search` VALUES("233","2020-04-29","google","www.google.com","","1427");
INSERT INTO `wp_statistics_search` VALUES("234","2020-04-30","google","www.google.com","","1436");
INSERT INTO `wp_statistics_search` VALUES("235","2020-05-01","google","www.google.com","","1442");
INSERT INTO `wp_statistics_search` VALUES("236","2020-05-04","google","www.google.com","","1454");
INSERT INTO `wp_statistics_search` VALUES("237","2020-05-05","google","www.google.com","","1461");
INSERT INTO `wp_statistics_search` VALUES("238","2020-05-06","google","www.google.com","","1465");
INSERT INTO `wp_statistics_search` VALUES("239","2020-05-07","google","www.google.com","","1468");
INSERT INTO `wp_statistics_search` VALUES("240","2020-05-07","google","www.google.com","","1470");
INSERT INTO `wp_statistics_search` VALUES("241","2020-05-08","google","www.google.com","","1472");
INSERT INTO `wp_statistics_search` VALUES("242","2020-05-09","google","www.google.com","","1477");
INSERT INTO `wp_statistics_search` VALUES("243","2020-05-11","google","www.google.com","","1483");
INSERT INTO `wp_statistics_search` VALUES("244","2020-05-12","google","www.google.com","","1488");
INSERT INTO `wp_statistics_search` VALUES("245","2020-05-13","google","www.google.com","","1493");
INSERT INTO `wp_statistics_search` VALUES("246","2020-05-14","google","www.google.com","","1498");
INSERT INTO `wp_statistics_search` VALUES("247","2020-05-15","google","www.google.com","","1506");
INSERT INTO `wp_statistics_search` VALUES("248","2020-05-16","google","www.google.com","","1513");
INSERT INTO `wp_statistics_search` VALUES("249","2020-05-17","google","www.google.com","","1517");
INSERT INTO `wp_statistics_search` VALUES("250","2020-05-18","google","www.google.com","","1524");
INSERT INTO `wp_statistics_search` VALUES("251","2020-05-19","google","www.google.com","","1530");
INSERT INTO `wp_statistics_search` VALUES("252","2020-05-20","google","www.google.com","","1537");
INSERT INTO `wp_statistics_search` VALUES("253","2020-05-21","google","www.google.com","","1539");
INSERT INTO `wp_statistics_search` VALUES("254","2020-05-22","google","www.google.com","","1544");
INSERT INTO `wp_statistics_search` VALUES("255","2020-05-23","google","www.google.com","","1549");
INSERT INTO `wp_statistics_search` VALUES("256","2020-05-24","google","www.google.com","","1551");
INSERT INTO `wp_statistics_search` VALUES("257","2020-05-25","google","www.google.com","","1555");
INSERT INTO `wp_statistics_search` VALUES("258","2020-05-26","google","www.google.com","","1557");
INSERT INTO `wp_statistics_search` VALUES("259","2020-05-27","google","www.google.com","","1573");
INSERT INTO `wp_statistics_search` VALUES("260","2020-05-28","google","www.google.com","","1580");
INSERT INTO `wp_statistics_search` VALUES("261","2020-05-29","google","www.google.com","","1583");
INSERT INTO `wp_statistics_search` VALUES("262","2020-05-30","google","www.google.com","","1590");
INSERT INTO `wp_statistics_search` VALUES("263","2020-05-31","google","www.google.com","","1597");
INSERT INTO `wp_statistics_search` VALUES("264","2020-06-01","google","www.google.com","","1600");
INSERT INTO `wp_statistics_search` VALUES("265","2020-06-02","google","www.google.com","","1602");
INSERT INTO `wp_statistics_search` VALUES("266","2020-06-03","google","www.google.com","","1604");
INSERT INTO `wp_statistics_search` VALUES("267","2020-06-04","google","www.google.com","","1613");
INSERT INTO `wp_statistics_search` VALUES("268","2020-06-05","google","www.google.com","","1618");
INSERT INTO `wp_statistics_search` VALUES("269","2020-06-06","google","www.google.com","","1631");
INSERT INTO `wp_statistics_search` VALUES("270","2020-06-06","google","www.google.com","","1632");
INSERT INTO `wp_statistics_search` VALUES("271","2020-06-07","google","www.google.com","","1635");
INSERT INTO `wp_statistics_search` VALUES("272","2020-06-08","google","www.google.com","","1640");
INSERT INTO `wp_statistics_search` VALUES("273","2020-06-09","google","www.google.com","","1650");
INSERT INTO `wp_statistics_search` VALUES("274","2020-06-10","google","www.google.com","","1655");
INSERT INTO `wp_statistics_search` VALUES("275","2020-06-11","google","www.google.com","","1661");
INSERT INTO `wp_statistics_search` VALUES("276","2020-06-12","google","www.google.com","","1669");
INSERT INTO `wp_statistics_search` VALUES("277","2020-06-13","google","www.google.com","","1675");
INSERT INTO `wp_statistics_search` VALUES("278","2020-06-14","google","www.google.com","","1679");
INSERT INTO `wp_statistics_search` VALUES("279","2020-06-15","google","www.google.com","","1688");
INSERT INTO `wp_statistics_search` VALUES("280","2020-06-16","google","www.google.com","","1695");
INSERT INTO `wp_statistics_search` VALUES("281","2020-06-17","google","www.google.com","","1698");
INSERT INTO `wp_statistics_search` VALUES("282","2020-06-18","google","www.google.com","","1710");
INSERT INTO `wp_statistics_search` VALUES("283","2020-06-19","google","www.google.com","","1715");
INSERT INTO `wp_statistics_search` VALUES("284","2020-06-20","google","www.google.com","","1733");
INSERT INTO `wp_statistics_search` VALUES("285","2020-06-21","google","www.google.com","","1742");
INSERT INTO `wp_statistics_search` VALUES("286","2020-06-22","google","www.google.com","","1747");
INSERT INTO `wp_statistics_search` VALUES("287","2020-06-23","google","www.google.com","","1751");
INSERT INTO `wp_statistics_search` VALUES("288","2020-06-24","google","www.google.com","","1762");
INSERT INTO `wp_statistics_search` VALUES("289","2020-06-25","google","www.google.com","","1767");
INSERT INTO `wp_statistics_search` VALUES("290","2020-06-26","google","www.google.com","","1775");
INSERT INTO `wp_statistics_search` VALUES("291","2020-06-27","google","www.google.com","","1782");
INSERT INTO `wp_statistics_search` VALUES("292","2020-06-28","google","www.google.com","","1788");
INSERT INTO `wp_statistics_search` VALUES("293","2020-06-29","google","www.google.com","","1803");
INSERT INTO `wp_statistics_search` VALUES("294","2020-06-30","google","www.google.com","","1811");
INSERT INTO `wp_statistics_search` VALUES("295","2020-07-01","google","www.google.com","","1817");
INSERT INTO `wp_statistics_search` VALUES("296","2020-07-02","google","www.google.com","","1824");
INSERT INTO `wp_statistics_search` VALUES("297","2020-07-03","google","www.google.com","","1828");
INSERT INTO `wp_statistics_search` VALUES("298","2020-07-04","google","www.google.com","","1835");
INSERT INTO `wp_statistics_search` VALUES("299","2020-07-05","google","www.google.com","","1841");
INSERT INTO `wp_statistics_search` VALUES("300","2020-07-06","google","www.google.com","","1846");
INSERT INTO `wp_statistics_search` VALUES("301","2020-07-07","google","www.google.com","","1852");
INSERT INTO `wp_statistics_search` VALUES("302","2020-07-08","google","www.google.com","","1865");
INSERT INTO `wp_statistics_search` VALUES("303","2020-07-09","google","www.google.com","","1870");
INSERT INTO `wp_statistics_search` VALUES("304","2020-07-10","google","www.google.com","","1872");
INSERT INTO `wp_statistics_search` VALUES("305","2020-07-11","google","www.google.com","","1877");
INSERT INTO `wp_statistics_search` VALUES("306","2020-07-12","google","www.google.com","","1883");
INSERT INTO `wp_statistics_search` VALUES("307","2020-07-13","google","www.google.com","","1892");
INSERT INTO `wp_statistics_search` VALUES("308","2020-07-14","google","www.google.com","","1903");
INSERT INTO `wp_statistics_search` VALUES("309","2020-07-15","google","www.google.com","","1906");
INSERT INTO `wp_statistics_search` VALUES("310","2020-07-15","google","www.google.com","","1909");
INSERT INTO `wp_statistics_search` VALUES("311","2020-07-16","google","www.google.com","","1915");
INSERT INTO `wp_statistics_search` VALUES("312","2020-07-17","google","www.google.com","","1923");
INSERT INTO `wp_statistics_search` VALUES("313","2020-07-18","google","www.google.com","","1931");
INSERT INTO `wp_statistics_search` VALUES("314","2020-07-18","google","www.google.com","","1936");
INSERT INTO `wp_statistics_search` VALUES("315","2020-07-19","google","www.google.com","","1938");
INSERT INTO `wp_statistics_search` VALUES("316","2020-07-19","google","www.google.com","","1942");
INSERT INTO `wp_statistics_search` VALUES("317","2020-07-20","google","www.google.com","","1945");
INSERT INTO `wp_statistics_search` VALUES("318","2020-07-20","google","www.google.com","","1947");
INSERT INTO `wp_statistics_search` VALUES("319","2020-07-21","google","www.google.com","","1953");
INSERT INTO `wp_statistics_search` VALUES("320","2020-07-21","google","www.google.com","","1962");
INSERT INTO `wp_statistics_search` VALUES("321","2020-07-22","google","www.google.com","","1967");
INSERT INTO `wp_statistics_search` VALUES("322","2020-07-22","google","www.google.com","","1974");
INSERT INTO `wp_statistics_search` VALUES("323","2020-07-23","google","www.google.com","","1976");
INSERT INTO `wp_statistics_search` VALUES("324","2020-07-24","google","www.google.com","","1985");
INSERT INTO `wp_statistics_search` VALUES("325","2020-07-24","google","www.google.com","","1987");
INSERT INTO `wp_statistics_search` VALUES("326","2020-07-25","google","www.google.com","","1992");
INSERT INTO `wp_statistics_search` VALUES("327","2020-07-26","google","www.google.com","","1999");
INSERT INTO `wp_statistics_search` VALUES("328","2020-07-26","google","www.google.com","","2005");
INSERT INTO `wp_statistics_search` VALUES("329","2020-07-27","google","www.google.com","","2006");
INSERT INTO `wp_statistics_search` VALUES("330","2020-07-28","google","www.google.com","","2010");
INSERT INTO `wp_statistics_search` VALUES("331","2020-07-29","google","www.google.com","","2019");
INSERT INTO `wp_statistics_search` VALUES("332","2020-07-30","google","www.google.com","","2028");
INSERT INTO `wp_statistics_search` VALUES("333","2020-07-31","google","www.google.com","","2032");
INSERT INTO `wp_statistics_search` VALUES("334","2020-08-01","google","www.google.com","","2038");
INSERT INTO `wp_statistics_search` VALUES("335","2020-08-02","google","www.google.com","","2043");
INSERT INTO `wp_statistics_search` VALUES("336","2020-08-03","google","www.google.com","","2045");
INSERT INTO `wp_statistics_search` VALUES("337","2020-08-03","google","www.google.com","","2049");
INSERT INTO `wp_statistics_search` VALUES("338","2020-08-04","google","www.google.com","","2052");
INSERT INTO `wp_statistics_search` VALUES("339","2020-08-04","google","www.google.com","","2053");
INSERT INTO `wp_statistics_search` VALUES("340","2020-08-05","google","www.google.com","","2063");
INSERT INTO `wp_statistics_search` VALUES("341","2020-08-05","google","www.google.com","","2064");
INSERT INTO `wp_statistics_search` VALUES("342","2020-08-05","google","www.google.com","","2072");
INSERT INTO `wp_statistics_search` VALUES("343","2020-08-06","google","www.google.com","","2076");
INSERT INTO `wp_statistics_search` VALUES("344","2020-08-06","google","www.google.com","","2079");
INSERT INTO `wp_statistics_search` VALUES("345","2020-08-07","google","www.google.com","","2089");
INSERT INTO `wp_statistics_search` VALUES("346","2020-08-07","google","www.google.com","","2093");
INSERT INTO `wp_statistics_search` VALUES("347","2020-08-08","google","www.google.com","","2100");
INSERT INTO `wp_statistics_search` VALUES("348","2020-08-08","google","www.google.com","","2103");
INSERT INTO `wp_statistics_search` VALUES("349","2020-08-09","google","www.google.com","","2106");
INSERT INTO `wp_statistics_search` VALUES("350","2020-08-09","google","www.google.com","","2110");
INSERT INTO `wp_statistics_search` VALUES("351","2020-08-10","google","www.google.com","","2112");
INSERT INTO `wp_statistics_search` VALUES("352","2020-08-11","google","www.google.com","","2130");
INSERT INTO `wp_statistics_search` VALUES("353","2020-08-12","google","www.google.com","","2142");
INSERT INTO `wp_statistics_search` VALUES("354","2020-08-13","google","www.google.com","","2158");
INSERT INTO `wp_statistics_search` VALUES("355","2020-08-14","google","www.google.com","","2173");
INSERT INTO `wp_statistics_search` VALUES("356","2020-08-15","google","www.google.com","","2193");
INSERT INTO `wp_statistics_search` VALUES("357","2020-08-16","google","www.google.com","","2211");
INSERT INTO `wp_statistics_search` VALUES("358","2020-08-17","google","www.google.com","","2224");
INSERT INTO `wp_statistics_search` VALUES("359","2020-08-18","google","www.google.com","","2230");
INSERT INTO `wp_statistics_search` VALUES("360","2020-08-19","google","www.google.com","","2234");
INSERT INTO `wp_statistics_search` VALUES("361","2020-08-20","google","www.google.com","","2237");
INSERT INTO `wp_statistics_search` VALUES("362","2020-08-21","google","www.google.com","","2241");
INSERT INTO `wp_statistics_search` VALUES("363","2020-08-21","google","www.google.com","","2247");
INSERT INTO `wp_statistics_search` VALUES("364","2020-08-22","google","www.google.com","","2248");
INSERT INTO `wp_statistics_search` VALUES("365","2020-08-22","google","www.google.com","","2252");
INSERT INTO `wp_statistics_search` VALUES("366","2020-08-23","google","www.google.com","","2258");
INSERT INTO `wp_statistics_search` VALUES("367","2020-08-24","google","www.google.com","","2263");
INSERT INTO `wp_statistics_search` VALUES("368","2020-08-25","google","www.google.com","","2272");
INSERT INTO `wp_statistics_search` VALUES("369","2020-08-26","google","www.google.com","","2276");
INSERT INTO `wp_statistics_search` VALUES("370","2020-08-27","google","www.google.com","","2285");
INSERT INTO `wp_statistics_search` VALUES("371","2020-08-28","google","www.google.com","","2296");
INSERT INTO `wp_statistics_search` VALUES("372","2020-08-29","google","www.google.com","","2306");
INSERT INTO `wp_statistics_search` VALUES("373","2020-08-30","google","www.google.com","","2311");
INSERT INTO `wp_statistics_search` VALUES("374","2020-08-31","google","www.google.com","","2316");
INSERT INTO `wp_statistics_search` VALUES("375","2020-09-01","google","www.google.com","","2335");
INSERT INTO `wp_statistics_search` VALUES("376","2020-09-01","google","www.google.com","","2337");
INSERT INTO `wp_statistics_search` VALUES("377","2020-09-01","google","www.google.com","","2338");
INSERT INTO `wp_statistics_search` VALUES("378","2020-09-02","google","www.google.com","","2345");
INSERT INTO `wp_statistics_search` VALUES("379","2020-09-02","google","www.google.com","","2351");
INSERT INTO `wp_statistics_search` VALUES("380","2020-09-03","google","www.google.com","","2356");
INSERT INTO `wp_statistics_search` VALUES("381","2020-09-04","google","www.google.com","","2384");
INSERT INTO `wp_statistics_search` VALUES("382","2020-09-04","google","www.google.com","","2389");
INSERT INTO `wp_statistics_search` VALUES("383","2020-09-05","google","www.google.com","","2397");
INSERT INTO `wp_statistics_search` VALUES("384","2020-09-05","google","www.google.com","","2405");
INSERT INTO `wp_statistics_search` VALUES("385","2020-09-06","google","www.google.com","","2411");
INSERT INTO `wp_statistics_search` VALUES("386","2020-09-07","google","www.google.com","","2427");
INSERT INTO `wp_statistics_search` VALUES("387","2020-09-08","google","www.google.com","","2440");
INSERT INTO `wp_statistics_search` VALUES("388","2020-09-08","google","www.google.com","","2442");
INSERT INTO `wp_statistics_search` VALUES("389","2020-09-09","google","www.google.com","","2448");
INSERT INTO `wp_statistics_search` VALUES("390","2020-09-09","google","www.google.com","","2455");
INSERT INTO `wp_statistics_search` VALUES("391","2020-09-10","google","www.google.com","","2456");
INSERT INTO `wp_statistics_search` VALUES("392","2020-09-11","google","www.google.com","","2466");
INSERT INTO `wp_statistics_search` VALUES("393","2020-09-11","google","www.google.com","","2467");
INSERT INTO `wp_statistics_search` VALUES("394","2020-09-12","google","www.google.com","","2474");
INSERT INTO `wp_statistics_search` VALUES("395","2020-09-12","google","www.google.com","","2477");
INSERT INTO `wp_statistics_search` VALUES("396","2020-09-13","google","www.google.com","","2478");
INSERT INTO `wp_statistics_search` VALUES("397","2020-09-14","google","www.google.com","","2487");
INSERT INTO `wp_statistics_search` VALUES("398","2020-09-14","google","www.google.com","","2492");
INSERT INTO `wp_statistics_search` VALUES("399","2020-09-15","google","www.google.com","","2499");
INSERT INTO `wp_statistics_search` VALUES("400","2020-09-15","google","www.google.com","","2501");
INSERT INTO `wp_statistics_search` VALUES("401","2020-09-16","google","www.google.com","","2503");
INSERT INTO `wp_statistics_search` VALUES("402","2020-09-16","google","www.google.com","","2506");
INSERT INTO `wp_statistics_search` VALUES("403","2020-09-17","google","www.google.com","","2514");
INSERT INTO `wp_statistics_search` VALUES("404","2020-09-18","google","www.google.com","","2521");
INSERT INTO `wp_statistics_search` VALUES("405","2020-09-18","google","www.google.com","","2530");
INSERT INTO `wp_statistics_search` VALUES("406","2020-09-19","google","www.google.com","","2531");
INSERT INTO `wp_statistics_search` VALUES("407","2020-09-20","google","www.google.com","","2539");
INSERT INTO `wp_statistics_search` VALUES("408","2020-09-21","google","www.google.com","","2546");
INSERT INTO `wp_statistics_search` VALUES("409","2020-09-22","google","www.google.com","","2553");
INSERT INTO `wp_statistics_search` VALUES("410","2020-09-23","google","www.google.com","","2564");
INSERT INTO `wp_statistics_search` VALUES("411","2020-09-24","google","www.google.com","","2570");
INSERT INTO `wp_statistics_search` VALUES("412","2020-09-24","google","www.google.com","","2571");
INSERT INTO `wp_statistics_search` VALUES("413","2020-09-25","google","www.google.com","","2577");
INSERT INTO `wp_statistics_search` VALUES("414","2020-09-26","google","www.google.com","","2581");
INSERT INTO `wp_statistics_search` VALUES("415","2020-09-27","google","www.google.com","","2585");
INSERT INTO `wp_statistics_search` VALUES("416","2020-09-28","google","www.google.com","","2592");
INSERT INTO `wp_statistics_search` VALUES("417","2020-09-28","google","www.google.com","","2596");
INSERT INTO `wp_statistics_search` VALUES("418","2020-09-29","google","www.google.com","","2600");
INSERT INTO `wp_statistics_search` VALUES("419","2020-09-29","google","www.google.com","","2602");
INSERT INTO `wp_statistics_search` VALUES("420","2020-09-30","google","www.google.com","","2603");
INSERT INTO `wp_statistics_search` VALUES("421","2020-10-01","google","www.google.com","","2606");
INSERT INTO `wp_statistics_search` VALUES("422","2020-10-01","google","www.google.com","","2611");
INSERT INTO `wp_statistics_search` VALUES("423","2020-10-02","google","www.google.com","","2612");
INSERT INTO `wp_statistics_search` VALUES("424","2020-10-03","google","www.google.com","","2622");
INSERT INTO `wp_statistics_search` VALUES("425","2020-10-03","google","www.google.com","","2628");
INSERT INTO `wp_statistics_search` VALUES("426","2020-10-04","google","www.google.com","","2631");
INSERT INTO `wp_statistics_search` VALUES("427","2020-10-05","google","www.google.com","","2649");
INSERT INTO `wp_statistics_search` VALUES("428","2020-10-06","google","www.google.com","","2662");
INSERT INTO `wp_statistics_search` VALUES("429","2020-10-07","google","www.google.com","","2677");
INSERT INTO `wp_statistics_search` VALUES("430","2020-10-08","google","www.google.com","","2684");
INSERT INTO `wp_statistics_search` VALUES("431","2020-10-09","google","www.google.com","","2688");
INSERT INTO `wp_statistics_search` VALUES("432","2020-10-10","google","www.google.com","","2711");
INSERT INTO `wp_statistics_search` VALUES("433","2020-10-10","google","www.google.com","","2716");
INSERT INTO `wp_statistics_search` VALUES("434","2020-10-11","google","www.google.com","","2717");
INSERT INTO `wp_statistics_search` VALUES("435","2020-10-11","google","www.google.com","","2723");
INSERT INTO `wp_statistics_search` VALUES("436","2020-10-12","google","www.google.com","","2728");
INSERT INTO `wp_statistics_search` VALUES("437","2020-10-13","google","www.google.com","","2736");
INSERT INTO `wp_statistics_search` VALUES("438","2020-10-14","google","www.google.com","","2743");
INSERT INTO `wp_statistics_search` VALUES("439","2020-10-15","google","www.google.com","","2754");
INSERT INTO `wp_statistics_search` VALUES("440","2020-10-16","google","www.google.com","","2763");
INSERT INTO `wp_statistics_search` VALUES("441","2020-10-16","google","www.google.com","","2765");
INSERT INTO `wp_statistics_search` VALUES("442","2020-10-17","google","www.google.com","","2769");
INSERT INTO `wp_statistics_search` VALUES("443","2020-10-18","google","www.google.com","","2778");
INSERT INTO `wp_statistics_search` VALUES("444","2020-10-19","google","www.google.com","","2787");
INSERT INTO `wp_statistics_search` VALUES("445","2020-10-20","google","www.google.com","","2799");
INSERT INTO `wp_statistics_search` VALUES("446","2020-10-20","google","www.google.com","","2806");
INSERT INTO `wp_statistics_search` VALUES("447","2020-10-21","google","www.google.com","","2815");
INSERT INTO `wp_statistics_search` VALUES("448","2020-10-21","google","www.google.com","","2820");
INSERT INTO `wp_statistics_search` VALUES("449","2020-10-22","google","www.google.com","","2823");
INSERT INTO `wp_statistics_search` VALUES("450","2020-10-22","google","www.google.com","","2827");
INSERT INTO `wp_statistics_search` VALUES("451","2020-10-23","google","www.google.com","","2833");
INSERT INTO `wp_statistics_search` VALUES("452","2020-10-23","google","www.google.com","","2834");
INSERT INTO `wp_statistics_search` VALUES("453","2020-10-23","google","www.google.com","","2836");
INSERT INTO `wp_statistics_search` VALUES("454","2020-10-24","google","www.google.com","","2844");
INSERT INTO `wp_statistics_search` VALUES("455","2020-10-25","google","www.google.com","","2847");
INSERT INTO `wp_statistics_search` VALUES("456","2020-10-26","google","www.google.com","","2852");
INSERT INTO `wp_statistics_search` VALUES("457","2020-10-26","google","www.google.com","","2856");
INSERT INTO `wp_statistics_search` VALUES("458","2020-10-26","google","www.google.com","","2862");
INSERT INTO `wp_statistics_search` VALUES("459","2020-10-27","google","www.google.com","","2866");
INSERT INTO `wp_statistics_search` VALUES("460","2020-10-28","google","www.google.com","","2872");
INSERT INTO `wp_statistics_search` VALUES("461","2020-10-28","google","www.google.com","","2880");
INSERT INTO `wp_statistics_search` VALUES("462","2020-10-29","google","www.google.com","","2886");
INSERT INTO `wp_statistics_search` VALUES("463","2020-10-30","google","www.google.com","","2891");
INSERT INTO `wp_statistics_search` VALUES("464","2020-10-30","google","www.google.com","","2892");
INSERT INTO `wp_statistics_search` VALUES("465","2020-10-31","google","www.google.com","","2898");
INSERT INTO `wp_statistics_search` VALUES("466","2020-11-01","google","www.google.com","","2911");
INSERT INTO `wp_statistics_search` VALUES("467","2020-11-01","google","www.google.com","","2913");
INSERT INTO `wp_statistics_search` VALUES("468","2020-11-02","google","www.google.com","","2922");
INSERT INTO `wp_statistics_search` VALUES("469","2020-11-02","google","www.google.com","","2924");
INSERT INTO `wp_statistics_search` VALUES("470","2020-11-03","google","www.google.com","","2927");
INSERT INTO `wp_statistics_search` VALUES("471","2020-11-03","google","www.google.com","","2932");
INSERT INTO `wp_statistics_search` VALUES("472","2020-11-04","google","www.google.com","","2935");
INSERT INTO `wp_statistics_search` VALUES("473","2020-11-05","google","www.google.com","","2936");
INSERT INTO `wp_statistics_search` VALUES("474","2020-11-05","google","www.google.com","","2938");
INSERT INTO `wp_statistics_search` VALUES("475","2020-11-05","duckduckgo","duckduckgo.com","","2939");
INSERT INTO `wp_statistics_search` VALUES("476","2020-11-05","google","www.google.com","","2941");
INSERT INTO `wp_statistics_search` VALUES("477","2020-11-06","google","www.google.com","","2943");
INSERT INTO `wp_statistics_search` VALUES("478","2020-11-06","google","www.google.com","","2946");
INSERT INTO `wp_statistics_search` VALUES("479","2020-11-07","google","www.google.com","","2955");
INSERT INTO `wp_statistics_search` VALUES("480","2020-11-07","google","www.google.com","","2960");
INSERT INTO `wp_statistics_search` VALUES("481","2020-11-08","google","www.google.com","","2968");
INSERT INTO `wp_statistics_search` VALUES("482","2020-11-08","google","www.google.com","","2971");
INSERT INTO `wp_statistics_search` VALUES("483","2020-11-09","google","www.google.com","","2973");
INSERT INTO `wp_statistics_search` VALUES("484","2020-11-09","google","www.google.com","","2981");
INSERT INTO `wp_statistics_search` VALUES("485","2020-11-10","google","www.google.com","","2986");
INSERT INTO `wp_statistics_search` VALUES("486","2020-11-10","google","www.google.com","","2991");
INSERT INTO `wp_statistics_search` VALUES("487","2020-11-11","google","www.google.com","","2995");
INSERT INTO `wp_statistics_search` VALUES("488","2020-11-11","google","www.google.com","","3001");
INSERT INTO `wp_statistics_search` VALUES("489","2020-11-12","google","www.google.com","","3002");
INSERT INTO `wp_statistics_search` VALUES("490","2020-11-13","google","www.google.com","","3016");
INSERT INTO `wp_statistics_search` VALUES("491","2020-11-13","google","www.google.com","","3018");
INSERT INTO `wp_statistics_search` VALUES("492","2020-11-14","google","www.google.com","","3024");
INSERT INTO `wp_statistics_search` VALUES("493","2020-11-14","google","www.google.com","","3026");
INSERT INTO `wp_statistics_search` VALUES("494","2020-11-15","google","www.google.com","","3029");
INSERT INTO `wp_statistics_search` VALUES("495","2020-11-15","google","www.google.com","","3038");
INSERT INTO `wp_statistics_search` VALUES("496","2020-11-16","google","www.google.com","","3039");
INSERT INTO `wp_statistics_search` VALUES("497","2020-11-17","google","www.google.com","","3045");
INSERT INTO `wp_statistics_search` VALUES("498","2020-11-18","google","www.google.com","","3055");
INSERT INTO `wp_statistics_search` VALUES("499","2020-11-18","google","www.google.com","","3059");
INSERT INTO `wp_statistics_search` VALUES("500","2020-11-19","google","www.google.com","","3062");
INSERT INTO `wp_statistics_search` VALUES("501","2020-11-19","google","www.google.com","","3065");
INSERT INTO `wp_statistics_search` VALUES("502","2020-11-20","google","www.google.com","","3070");
INSERT INTO `wp_statistics_search` VALUES("503","2020-11-21","google","www.google.com","","3075");
INSERT INTO `wp_statistics_search` VALUES("504","2020-11-21","google","www.google.com","","3080");
INSERT INTO `wp_statistics_search` VALUES("505","2020-11-22","google","www.google.com","","3086");
INSERT INTO `wp_statistics_search` VALUES("506","2020-11-22","google","www.google.com","","3093");
INSERT INTO `wp_statistics_search` VALUES("507","2020-11-23","google","www.google.com","","3096");
INSERT INTO `wp_statistics_search` VALUES("508","2020-11-23","google","www.google.com","","3101");
INSERT INTO `wp_statistics_search` VALUES("509","2020-11-24","google","www.google.com","","3108");
INSERT INTO `wp_statistics_search` VALUES("510","2020-11-25","google","www.google.com","","3117");
INSERT INTO `wp_statistics_search` VALUES("511","2020-11-25","google","www.google.com","","3119");
INSERT INTO `wp_statistics_search` VALUES("512","2020-11-26","google","www.google.com","","3135");
INSERT INTO `wp_statistics_search` VALUES("513","2020-11-27","google","www.google.com","","3142");
INSERT INTO `wp_statistics_search` VALUES("514","2020-11-27","google","www.google.com","","3149");
INSERT INTO `wp_statistics_search` VALUES("515","2020-11-28","google","www.google.com","","3152");
INSERT INTO `wp_statistics_search` VALUES("516","2020-11-29","google","www.google.com","","3157");
INSERT INTO `wp_statistics_search` VALUES("517","2020-11-29","google","www.google.com","","3158");
INSERT INTO `wp_statistics_search` VALUES("518","2020-11-30","google","www.google.com","","3165");
INSERT INTO `wp_statistics_search` VALUES("519","2020-11-30","google","www.google.com","","3168");
INSERT INTO `wp_statistics_search` VALUES("520","2020-12-01","google","www.google.com","","3172");
INSERT INTO `wp_statistics_search` VALUES("521","2020-12-02","google","www.google.com","","3180");
INSERT INTO `wp_statistics_search` VALUES("522","2020-12-03","google","www.google.com","","3189");
INSERT INTO `wp_statistics_search` VALUES("523","2020-12-03","google","www.google.com","","3192");
INSERT INTO `wp_statistics_search` VALUES("524","2020-12-04","google","www.google.com","","3193");
INSERT INTO `wp_statistics_search` VALUES("525","2020-12-05","google","www.google.com","","3196");
INSERT INTO `wp_statistics_search` VALUES("526","2020-12-05","google","www.google.com","","3198");
INSERT INTO `wp_statistics_search` VALUES("527","2020-12-06","google","www.google.com","","3200");
INSERT INTO `wp_statistics_search` VALUES("528","2020-12-06","google","www.google.com","","3201");
INSERT INTO `wp_statistics_search` VALUES("529","2020-12-07","google","www.google.com","","3207");
INSERT INTO `wp_statistics_search` VALUES("530","2020-12-08","google","www.google.com","","3219");
INSERT INTO `wp_statistics_search` VALUES("531","2020-12-09","google","www.google.com","","3227");
INSERT INTO `wp_statistics_search` VALUES("532","2020-12-09","google","www.google.com","","3232");
INSERT INTO `wp_statistics_search` VALUES("533","2020-12-10","google","www.google.com","","3241");
INSERT INTO `wp_statistics_search` VALUES("534","2020-12-10","google","www.google.com","","3245");
INSERT INTO `wp_statistics_search` VALUES("535","2020-12-10","google","google.com","","3247");
INSERT INTO `wp_statistics_search` VALUES("536","2020-12-11","google","google.com","","3249");
INSERT INTO `wp_statistics_search` VALUES("537","2020-12-11","google","www.google.com","","3250");
INSERT INTO `wp_statistics_search` VALUES("538","2020-12-11","google","google.com","","3251");
INSERT INTO `wp_statistics_search` VALUES("539","2020-12-11","google","google.com","","3254");
INSERT INTO `wp_statistics_search` VALUES("540","2020-12-11","google","google.com","","3257");
INSERT INTO `wp_statistics_search` VALUES("541","2020-12-11","google","google.com","","3258");
INSERT INTO `wp_statistics_search` VALUES("542","2020-12-11","google","www.google.com","","3261");
INSERT INTO `wp_statistics_search` VALUES("543","2020-12-11","google","google.com","","3262");
INSERT INTO `wp_statistics_search` VALUES("544","2020-12-12","google","www.google.com","","3268");
INSERT INTO `wp_statistics_search` VALUES("545","2020-12-12","google","google.com","","3269");
INSERT INTO `wp_statistics_search` VALUES("546","2020-12-12","google","google.com","","3272");
INSERT INTO `wp_statistics_search` VALUES("547","2020-12-12","google","google.com","","3273");
INSERT INTO `wp_statistics_search` VALUES("548","2020-12-12","google","google.com","","3274");
INSERT INTO `wp_statistics_search` VALUES("549","2020-12-13","google","www.google.com","","3278");
INSERT INTO `wp_statistics_search` VALUES("550","2020-12-13","google","www.google.com","","3280");
INSERT INTO `wp_statistics_search` VALUES("551","2020-12-14","google","www.google.com","","3283");
INSERT INTO `wp_statistics_search` VALUES("552","2020-12-15","google","www.google.com","","3288");
INSERT INTO `wp_statistics_search` VALUES("553","2020-12-15","google","www.google.com","","3295");
INSERT INTO `wp_statistics_search` VALUES("554","2020-12-16","google","www.google.com","","3301");
INSERT INTO `wp_statistics_search` VALUES("555","2020-12-17","google","www.google.com","","3305");
INSERT INTO `wp_statistics_search` VALUES("556","2020-12-18","google","www.google.com","","3313");
INSERT INTO `wp_statistics_search` VALUES("557","2020-12-18","google","www.google.com","","3320");
INSERT INTO `wp_statistics_search` VALUES("558","2020-12-19","google","www.google.com","","3324");
INSERT INTO `wp_statistics_search` VALUES("559","2020-12-19","google","www.google.com","","3327");
INSERT INTO `wp_statistics_search` VALUES("560","2020-12-19","google","google.com","","3329");
INSERT INTO `wp_statistics_search` VALUES("561","2020-12-19","google","google.com","","3331");
INSERT INTO `wp_statistics_search` VALUES("562","2020-12-19","google","google.com","","3333");
INSERT INTO `wp_statistics_search` VALUES("563","2020-12-20","google","www.google.com","","3337");
INSERT INTO `wp_statistics_search` VALUES("564","2020-12-21","google","www.google.com","","3350");
INSERT INTO `wp_statistics_search` VALUES("565","2020-12-21","google","www.google.com","","3356");
INSERT INTO `wp_statistics_search` VALUES("566","2020-12-22","google","www.google.com","","3359");
INSERT INTO `wp_statistics_search` VALUES("567","2020-12-23","google","www.google.com","","3367");
INSERT INTO `wp_statistics_search` VALUES("568","2020-12-23","google","www.google.com","","3369");
INSERT INTO `wp_statistics_search` VALUES("569","2020-12-24","google","www.google.com","","3375");
INSERT INTO `wp_statistics_search` VALUES("570","2020-12-24","google","www.google.com","","3377");
INSERT INTO `wp_statistics_search` VALUES("571","2020-12-25","google","www.google.com","","3380");
INSERT INTO `wp_statistics_search` VALUES("572","2020-12-25","google","google.com","","3383");
INSERT INTO `wp_statistics_search` VALUES("573","2020-12-25","google","google.com","","3384");
INSERT INTO `wp_statistics_search` VALUES("574","2020-12-25","google","google.com","","3386");
INSERT INTO `wp_statistics_search` VALUES("575","2020-12-26","google","google.com","","3388");
INSERT INTO `wp_statistics_search` VALUES("576","2020-12-26","google","www.google.com","","3390");
INSERT INTO `wp_statistics_search` VALUES("577","2020-12-26","google","www.google.com","","3397");
INSERT INTO `wp_statistics_search` VALUES("578","2020-12-27","google","www.google.com","","3403");
INSERT INTO `wp_statistics_search` VALUES("579","2020-12-28","google","www.google.com","","3412");
INSERT INTO `wp_statistics_search` VALUES("580","2020-12-28","google","www.google.com","","3416");
INSERT INTO `wp_statistics_search` VALUES("581","2020-12-29","google","www.google.com","","3423");
INSERT INTO `wp_statistics_search` VALUES("582","2020-12-29","google","www.google.com","","3426");
INSERT INTO `wp_statistics_search` VALUES("583","2020-12-29","google","www.google.com","","3427");
INSERT INTO `wp_statistics_search` VALUES("584","2020-12-30","google","www.google.com","","3429");
INSERT INTO `wp_statistics_search` VALUES("585","2020-12-30","google","www.google.com","","3437");
INSERT INTO `wp_statistics_search` VALUES("586","2020-12-31","google","www.google.com","","3440");
INSERT INTO `wp_statistics_search` VALUES("587","2021-01-01","google","www.google.com","","3448");
INSERT INTO `wp_statistics_search` VALUES("588","2021-01-01","google","www.google.com","","3452");
INSERT INTO `wp_statistics_search` VALUES("589","2021-01-02","google","www.google.com","","3453");
INSERT INTO `wp_statistics_search` VALUES("590","2021-01-02","google","google.com","","3457");
INSERT INTO `wp_statistics_search` VALUES("591","2021-01-02","google","www.google.com","","3460");
INSERT INTO `wp_statistics_search` VALUES("592","2021-01-03","google","www.google.com","","3462");
INSERT INTO `wp_statistics_search` VALUES("593","2021-01-04","google","www.google.com","","3475");
INSERT INTO `wp_statistics_search` VALUES("594","2021-01-04","google","www.google.com","","3480");
INSERT INTO `wp_statistics_search` VALUES("595","2021-01-05","google","www.google.com","","3484");
INSERT INTO `wp_statistics_search` VALUES("596","2021-01-05","google","www.google.com","","3491");
INSERT INTO `wp_statistics_search` VALUES("597","2021-01-06","google","www.google.com","","3494");
INSERT INTO `wp_statistics_search` VALUES("598","2021-01-06","google","www.google.com","","3504");
INSERT INTO `wp_statistics_search` VALUES("599","2021-01-07","google","www.google.com","","3506");
INSERT INTO `wp_statistics_search` VALUES("600","2021-01-08","google","www.google.com","","3511");
INSERT INTO `wp_statistics_search` VALUES("601","2021-01-09","google","www.google.com","","3519");
INSERT INTO `wp_statistics_search` VALUES("602","2021-01-09","google","www.google.com","","3530");
INSERT INTO `wp_statistics_search` VALUES("603","2021-01-10","google","www.google.com","","3532");
INSERT INTO `wp_statistics_search` VALUES("604","2021-01-11","google","www.google.com","","3541");
INSERT INTO `wp_statistics_search` VALUES("605","2021-01-12","google","www.google.com","","3553");
INSERT INTO `wp_statistics_search` VALUES("606","2021-01-12","google","www.google.com","","3559");
INSERT INTO `wp_statistics_search` VALUES("607","2021-01-13","google","www.google.com","","3561");
INSERT INTO `wp_statistics_search` VALUES("608","2021-01-14","google","www.google.com","","3568");
INSERT INTO `wp_statistics_search` VALUES("609","2021-01-15","google","www.google.com","","3576");
INSERT INTO `wp_statistics_search` VALUES("610","2021-01-16","google","www.google.com","","3585");
INSERT INTO `wp_statistics_search` VALUES("611","2021-01-16","google","www.google.com","","3586");
INSERT INTO `wp_statistics_search` VALUES("612","2021-01-17","google","www.google.com","","3593");
INSERT INTO `wp_statistics_search` VALUES("613","2021-01-17","google","www.google.com","","3597");
INSERT INTO `wp_statistics_search` VALUES("614","2021-01-18","google","www.google.com","","3601");
INSERT INTO `wp_statistics_search` VALUES("615","2021-01-18","google","www.google.com","","3605");
INSERT INTO `wp_statistics_search` VALUES("616","2021-01-19","google","www.google.com","","3613");
INSERT INTO `wp_statistics_search` VALUES("617","2021-01-19","google","www.google.com","","3620");
INSERT INTO `wp_statistics_search` VALUES("618","2021-01-20","google","www.google.com","","3624");
INSERT INTO `wp_statistics_search` VALUES("619","2021-01-20","google","www.google.com","","3634");
INSERT INTO `wp_statistics_search` VALUES("620","2021-01-21","google","www.google.com","","3635");
INSERT INTO `wp_statistics_search` VALUES("621","2021-01-21","google","www.google.com","","3642");
INSERT INTO `wp_statistics_search` VALUES("622","2021-01-21","google","www.google.com","","3649");
INSERT INTO `wp_statistics_search` VALUES("623","2021-01-22","google","www.google.com","","3653");
INSERT INTO `wp_statistics_search` VALUES("624","2021-01-23","google","www.google.com","","3665");
INSERT INTO `wp_statistics_search` VALUES("625","2021-01-24","google","www.google.com","","3671");
INSERT INTO `wp_statistics_search` VALUES("626","2021-01-25","google","www.google.com","","3676");
INSERT INTO `wp_statistics_search` VALUES("627","2021-01-26","google","www.google.com","","3687");
INSERT INTO `wp_statistics_search` VALUES("628","2021-01-27","google","www.google.com","","3698");
INSERT INTO `wp_statistics_search` VALUES("629","2021-01-28","google","www.google.com","","3710");
INSERT INTO `wp_statistics_search` VALUES("630","2021-01-29","google","www.google.com","","3728");
INSERT INTO `wp_statistics_search` VALUES("631","2021-01-30","google","www.google.com","","3763");
INSERT INTO `wp_statistics_search` VALUES("632","2021-01-31","google","www.google.com","","3797");
INSERT INTO `wp_statistics_search` VALUES("633","2021-02-01","google","www.google.com","","3822");
INSERT INTO `wp_statistics_search` VALUES("634","2021-02-02","google","www.google.com","","3838");
INSERT INTO `wp_statistics_search` VALUES("635","2021-02-03","google","www.google.com","","3854");
INSERT INTO `wp_statistics_search` VALUES("636","2021-02-04","google","www.google.com","","3873");
INSERT INTO `wp_statistics_search` VALUES("637","2021-02-04","google","google.com","","3878");
INSERT INTO `wp_statistics_search` VALUES("638","2021-02-05","google","www.google.com","","3879");
INSERT INTO `wp_statistics_search` VALUES("639","2021-02-05","google","www.google.com","","3882");
INSERT INTO `wp_statistics_search` VALUES("640","2021-02-06","google","www.google.com","","3901");
INSERT INTO `wp_statistics_search` VALUES("641","2021-02-06","google","www.google.com","","3928");
INSERT INTO `wp_statistics_search` VALUES("642","2021-02-07","google","www.google.com","","3933");
INSERT INTO `wp_statistics_search` VALUES("643","2021-02-08","google","www.google.com","","3953");
INSERT INTO `wp_statistics_search` VALUES("644","2021-02-09","google","www.google.com","","3957");
INSERT INTO `wp_statistics_search` VALUES("645","2021-02-09","google","www.google.com","","3959");
INSERT INTO `wp_statistics_search` VALUES("646","2021-02-10","google","www.google.com","","3994");
INSERT INTO `wp_statistics_search` VALUES("647","2021-02-11","google","www.google.com","","3997");
INSERT INTO `wp_statistics_search` VALUES("648","2021-02-12","google","www.google.com","","4001");
INSERT INTO `wp_statistics_search` VALUES("649","2021-02-13","google","www.google.com","","4012");
INSERT INTO `wp_statistics_search` VALUES("650","2021-02-14","google","www.google.com","","4032");
INSERT INTO `wp_statistics_search` VALUES("651","2021-02-14","google","www.google.com","","4033");
INSERT INTO `wp_statistics_search` VALUES("652","2021-02-15","google","www.google.com","","4049");
INSERT INTO `wp_statistics_search` VALUES("653","2021-02-15","google","www.google.com","","4084");
INSERT INTO `wp_statistics_search` VALUES("654","2021-02-16","google","www.google.com","","4093");
INSERT INTO `wp_statistics_search` VALUES("655","2021-02-16","google","www.google.com","","4102");
INSERT INTO `wp_statistics_search` VALUES("656","2021-02-16","google","www.google.com","","4103");
INSERT INTO `wp_statistics_search` VALUES("657","2021-02-17","google","www.google.com","","4106");
INSERT INTO `wp_statistics_search` VALUES("658","2021-02-17","google","www.google.com","","4109");
INSERT INTO `wp_statistics_search` VALUES("659","2021-02-18","google","www.google.com","","4117");
INSERT INTO `wp_statistics_search` VALUES("660","2021-02-18","google","www.google.com","","4126");
INSERT INTO `wp_statistics_search` VALUES("661","2021-02-19","google","www.google.com","","4130");
INSERT INTO `wp_statistics_search` VALUES("662","2021-02-19","google","www.google.com","","4134");
INSERT INTO `wp_statistics_search` VALUES("663","2021-02-20","google","www.google.com","","4142");
INSERT INTO `wp_statistics_search` VALUES("664","2021-02-20","google","www.google.com","","4171");
INSERT INTO `wp_statistics_search` VALUES("665","2021-02-21","google","www.google.com","","4178");
INSERT INTO `wp_statistics_search` VALUES("666","2021-02-21","google","www.google.com","","4191");
INSERT INTO `wp_statistics_search` VALUES("667","2021-02-22","google","www.google.com","","4197");
INSERT INTO `wp_statistics_search` VALUES("668","2021-02-22","google","www.google.com","","4202");
INSERT INTO `wp_statistics_search` VALUES("669","2021-02-23","google","www.google.com","","4209");
INSERT INTO `wp_statistics_search` VALUES("670","2021-02-23","google","www.google.com","","4217");
INSERT INTO `wp_statistics_search` VALUES("671","2021-02-24","google","www.google.com","","4220");
INSERT INTO `wp_statistics_search` VALUES("672","2021-02-24","google","www.google.com","","4224");
INSERT INTO `wp_statistics_search` VALUES("673","2021-02-25","google","www.google.com","","4233");
INSERT INTO `wp_statistics_search` VALUES("674","2021-02-25","google","www.google.com","","4240");
INSERT INTO `wp_statistics_search` VALUES("675","2021-02-26","google","www.google.com","","4247");
INSERT INTO `wp_statistics_search` VALUES("676","2021-02-26","google","www.google.com","","4254");
INSERT INTO `wp_statistics_search` VALUES("677","2021-02-27","google","www.google.com","","4262");
INSERT INTO `wp_statistics_search` VALUES("678","2021-02-28","google","www.google.com","","4273");
INSERT INTO `wp_statistics_search` VALUES("679","2021-02-28","google","www.google.com","","4279");
INSERT INTO `wp_statistics_search` VALUES("680","2021-03-01","google","www.google.com","","4286");
INSERT INTO `wp_statistics_search` VALUES("681","2021-03-01","google","www.google.com","","4289");
INSERT INTO `wp_statistics_search` VALUES("682","2021-03-02","google","www.google.com","","4296");
INSERT INTO `wp_statistics_search` VALUES("683","2021-03-02","google","www.google.com","","4301");
INSERT INTO `wp_statistics_search` VALUES("684","2021-03-03","google","www.google.com","","4308");
INSERT INTO `wp_statistics_search` VALUES("685","2021-03-04","google","www.google.com","","4320");
INSERT INTO `wp_statistics_search` VALUES("686","2021-03-05","google","www.google.com","","4329");
INSERT INTO `wp_statistics_search` VALUES("687","2021-03-05","google","www.google.com","","4334");
INSERT INTO `wp_statistics_search` VALUES("688","2021-03-06","google","www.google.com","","4343");
INSERT INTO `wp_statistics_search` VALUES("689","2021-03-06","google","www.google.com","","4349");
INSERT INTO `wp_statistics_search` VALUES("690","2021-03-07","google","www.google.com","","4356");
INSERT INTO `wp_statistics_search` VALUES("691","2021-03-08","google","www.google.com","","4365");
INSERT INTO `wp_statistics_search` VALUES("692","2021-03-08","google","www.google.com","","4371");
INSERT INTO `wp_statistics_search` VALUES("693","2021-03-09","google","www.google.com","","4373");
INSERT INTO `wp_statistics_search` VALUES("694","2021-03-10","google","www.google.com","","4385");
INSERT INTO `wp_statistics_search` VALUES("695","2021-03-10","google","www.google.com","","4397");
INSERT INTO `wp_statistics_search` VALUES("696","2021-03-11","google","www.google.com","","4403");
INSERT INTO `wp_statistics_search` VALUES("697","2021-03-11","google","www.google.com","","4410");
INSERT INTO `wp_statistics_search` VALUES("698","2021-03-12","google","www.google.com","","4414");
INSERT INTO `wp_statistics_search` VALUES("699","2021-03-12","google","www.google.com","","4421");
INSERT INTO `wp_statistics_search` VALUES("700","2021-03-13","google","www.google.com","","4426");
INSERT INTO `wp_statistics_search` VALUES("701","2021-03-13","google","www.google.com","","4440");
INSERT INTO `wp_statistics_search` VALUES("702","2021-03-15","google","www.google.com","","4474");
INSERT INTO `wp_statistics_search` VALUES("703","2021-03-16","google","www.google.com","","4481");
INSERT INTO `wp_statistics_search` VALUES("704","2021-03-17","google","www.google.com","","4501");
INSERT INTO `wp_statistics_search` VALUES("705","2021-03-18","google","www.google.com","","4505");
INSERT INTO `wp_statistics_search` VALUES("706","2021-03-19","google","www.google.com","","4518");
INSERT INTO `wp_statistics_search` VALUES("707","2021-03-19","google","google.com","","4524");
INSERT INTO `wp_statistics_search` VALUES("708","2021-03-20","google","www.google.com","","4533");
INSERT INTO `wp_statistics_search` VALUES("709","2021-03-21","google","www.google.com","","4540");
INSERT INTO `wp_statistics_search` VALUES("710","2021-03-22","google","www.google.com","","4563");
INSERT INTO `wp_statistics_search` VALUES("711","2021-03-23","google","www.google.com","","4571");
INSERT INTO `wp_statistics_search` VALUES("712","2021-03-23","google","www.google.com","","4579");
INSERT INTO `wp_statistics_search` VALUES("713","2021-03-24","google","www.google.com","","4583");
INSERT INTO `wp_statistics_search` VALUES("714","2021-03-25","google","www.google.com","","4594");
INSERT INTO `wp_statistics_search` VALUES("715","2021-03-26","google","www.google.com","","4612");
INSERT INTO `wp_statistics_search` VALUES("716","2021-03-26","google","www.google.com","","4619");
INSERT INTO `wp_statistics_search` VALUES("717","2021-03-27","google","www.google.com","","4632");
INSERT INTO `wp_statistics_search` VALUES("718","2021-03-28","google","www.google.com","","4641");
INSERT INTO `wp_statistics_search` VALUES("719","2021-03-29","google","www.google.com","","4647");
INSERT INTO `wp_statistics_search` VALUES("720","2021-03-30","google","www.google.com","","4668");
INSERT INTO `wp_statistics_search` VALUES("721","2021-03-31","google","www.google.com","","4683");
INSERT INTO `wp_statistics_search` VALUES("722","2021-04-01","google","www.google.com","","4695");
INSERT INTO `wp_statistics_search` VALUES("723","2021-04-02","google","www.google.com","","4717");
INSERT INTO `wp_statistics_search` VALUES("724","2021-04-02","google","www.google.com","","4723");
INSERT INTO `wp_statistics_search` VALUES("725","2021-04-03","google","www.google.com","","4733");
INSERT INTO `wp_statistics_search` VALUES("726","2021-04-03","google","www.google.com.hk","","4737");
INSERT INTO `wp_statistics_search` VALUES("727","2021-04-04","google","www.google.com","","4746");
INSERT INTO `wp_statistics_search` VALUES("728","2021-04-04","google","www.google.com","","4751");
INSERT INTO `wp_statistics_search` VALUES("729","2021-04-05","google","www.google.com","","4758");
INSERT INTO `wp_statistics_search` VALUES("730","2021-04-05","google","www.google.com.hk","","4766");
INSERT INTO `wp_statistics_search` VALUES("731","2021-04-06","google","www.google.com","","4772");
INSERT INTO `wp_statistics_search` VALUES("732","2021-04-07","google","www.google.com","","4784");
INSERT INTO `wp_statistics_search` VALUES("733","2021-04-08","google","www.google.com","","4799");
INSERT INTO `wp_statistics_search` VALUES("734","2021-04-09","google","www.google.com","","4824");
INSERT INTO `wp_statistics_search` VALUES("735","2021-04-09","google","www.google.com.hk","","4844");
INSERT INTO `wp_statistics_search` VALUES("736","2021-04-10","google","www.google.com.hk","","4847");
INSERT INTO `wp_statistics_search` VALUES("737","2021-04-10","google","www.google.com","","4848");
INSERT INTO `wp_statistics_search` VALUES("738","2021-04-10","google","www.google.com.hk","","4856");
INSERT INTO `wp_statistics_search` VALUES("739","2021-04-10","google","www.google.com","","4857");
INSERT INTO `wp_statistics_search` VALUES("740","2021-04-11","google","www.google.com","","4861");
INSERT INTO `wp_statistics_search` VALUES("741","2021-04-11","google","www.google.com.hk","","4877");
INSERT INTO `wp_statistics_search` VALUES("742","2021-04-12","google","www.google.com","","4881");
INSERT INTO `wp_statistics_search` VALUES("743","2021-04-12","google","www.google.com.hk","","4882");
INSERT INTO `wp_statistics_search` VALUES("744","2021-04-12","google","www.google.com.hk","","4900");
INSERT INTO `wp_statistics_search` VALUES("745","2021-04-13","google","www.google.com","","4903");
INSERT INTO `wp_statistics_search` VALUES("746","2021-04-13","google","www.google.com.hk","","4921");
INSERT INTO `wp_statistics_search` VALUES("747","2021-04-13","google","www.google.com.hk","","4923");
INSERT INTO `wp_statistics_search` VALUES("748","2021-04-14","google","www.google.com","","4925");
INSERT INTO `wp_statistics_search` VALUES("749","2021-04-15","google","www.google.com","","4933");
INSERT INTO `wp_statistics_search` VALUES("750","2021-04-15","google","www.google.com","","4941");
INSERT INTO `wp_statistics_search` VALUES("751","2021-04-16","google","www.google.com","","4951");
INSERT INTO `wp_statistics_search` VALUES("752","2021-04-16","google","www.google.com.hk","","4968");
INSERT INTO `wp_statistics_search` VALUES("753","2021-04-16","google","www.google.com.hk","","4972");
INSERT INTO `wp_statistics_search` VALUES("754","2021-04-17","google","www.google.com","","4974");
INSERT INTO `wp_statistics_search` VALUES("755","2021-04-17","google","www.google.com","","4983");
INSERT INTO `wp_statistics_search` VALUES("756","2021-04-17","google","www.google.com","","4988");
INSERT INTO `wp_statistics_search` VALUES("757","2021-04-18","google","www.google.com","","4991");
INSERT INTO `wp_statistics_search` VALUES("758","2021-04-18","google","www.google.com.hk","","4992");
INSERT INTO `wp_statistics_search` VALUES("759","2021-04-19","google","www.google.com","","5004");
INSERT INTO `wp_statistics_search` VALUES("760","2021-04-20","google","www.google.com","","5016");
INSERT INTO `wp_statistics_search` VALUES("761","2021-04-21","google","www.google.com","","5032");
INSERT INTO `wp_statistics_search` VALUES("762","2021-04-21","google","www.google.com.hk","","5038");
INSERT INTO `wp_statistics_search` VALUES("763","2021-04-22","google","www.google.com","","5045");
INSERT INTO `wp_statistics_search` VALUES("764","2021-04-22","google","www.google.com.hk","","5056");
INSERT INTO `wp_statistics_search` VALUES("765","2021-04-23","google","www.google.com","","5071");
INSERT INTO `wp_statistics_search` VALUES("766","2021-04-24","google","www.google.com","","5087");
INSERT INTO `wp_statistics_search` VALUES("767","2021-04-25","google","www.google.com","","5090");
INSERT INTO `wp_statistics_search` VALUES("768","2021-04-25","google","www.google.com","","5098");
INSERT INTO `wp_statistics_search` VALUES("769","2021-04-25","google","www.google.com","","5100");
INSERT INTO `wp_statistics_search` VALUES("770","2021-04-26","google","www.google.com","","5105");
INSERT INTO `wp_statistics_search` VALUES("771","2021-04-26","google","www.google.com","","5110");
INSERT INTO `wp_statistics_search` VALUES("772","2021-04-27","google","www.google.com","","5132");
INSERT INTO `wp_statistics_search` VALUES("773","2021-04-27","google","www.google.com","","5150");
INSERT INTO `wp_statistics_search` VALUES("774","2021-04-28","google","www.google.com","","5156");
INSERT INTO `wp_statistics_search` VALUES("775","2021-04-28","google","www.google.com.hk","","5161");
INSERT INTO `wp_statistics_search` VALUES("776","2021-04-28","google","www.google.com","","5169");
INSERT INTO `wp_statistics_search` VALUES("777","2021-04-29","google","www.google.com","","5174");
INSERT INTO `wp_statistics_search` VALUES("778","2021-04-29","google","www.google.com","","5181");
INSERT INTO `wp_statistics_search` VALUES("779","2021-04-30","google","www.google.com","","5185");
INSERT INTO `wp_statistics_search` VALUES("780","2021-04-30","google","www.google.com","","5191");
INSERT INTO `wp_statistics_search` VALUES("781","2021-04-30","google","www.google.com","","5193");
INSERT INTO `wp_statistics_search` VALUES("782","2021-04-30","google","www.google.com.hk","","5198");
INSERT INTO `wp_statistics_search` VALUES("783","2021-05-01","google","www.google.com.hk","","5200");
INSERT INTO `wp_statistics_search` VALUES("784","2021-05-01","google","www.google.com","","5212");
INSERT INTO `wp_statistics_search` VALUES("785","2021-05-02","google","www.google.com.hk","","5215");
INSERT INTO `wp_statistics_search` VALUES("786","2021-05-02","google","www.google.com","","5217");
INSERT INTO `wp_statistics_search` VALUES("787","2021-05-02","google","www.google.com","","5224");
INSERT INTO `wp_statistics_search` VALUES("788","2021-05-03","google","www.google.com","","5236");
INSERT INTO `wp_statistics_search` VALUES("789","2021-05-03","google","www.google.com","","5244");
INSERT INTO `wp_statistics_search` VALUES("790","2021-05-03","google","www.google.com.hk","","5262");
INSERT INTO `wp_statistics_search` VALUES("791","2021-05-04","google","www.google.com","","5268");
INSERT INTO `wp_statistics_search` VALUES("792","2021-05-05","google","www.google.com","","5285");
INSERT INTO `wp_statistics_search` VALUES("793","2021-05-05","google","www.google.com.hk","","5303");
INSERT INTO `wp_statistics_search` VALUES("794","2021-05-06","google","www.google.com","","5309");
INSERT INTO `wp_statistics_search` VALUES("795","2021-05-07","google","www.google.com","","5319");
INSERT INTO `wp_statistics_search` VALUES("796","2021-05-08","google","www.google.com","","5331");



DROP TABLE IF EXISTS `wp_statistics_useronline`;

CREATE TABLE `wp_statistics_useronline` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(60) NOT NULL,
  `created` int(11) DEFAULT NULL,
  `timestamp` int(10) NOT NULL,
  `date` datetime NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(255) NOT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `location` varchar(10) DEFAULT NULL,
  `user_id` bigint(48) NOT NULL,
  `page_id` bigint(48) NOT NULL,
  `type` varchar(100) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=880 DEFAULT CHARSET=utf8;

INSERT INTO `wp_statistics_useronline` VALUES("879","193.111.60.5","1620498222","1620498227","2021-05-08 18:23:48","https://www.mc-reunion.com/","Firefox","Windows","10.0","000","0","0","home");



DROP TABLE IF EXISTS `wp_statistics_visit`;

CREATE TABLE `wp_statistics_visit` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `last_visit` datetime NOT NULL,
  `last_counter` date NOT NULL,
  `visit` int(10) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `unique_date` (`last_counter`)
) ENGINE=InnoDB AUTO_INCREMENT=7304 DEFAULT CHARSET=utf8;

INSERT INTO `wp_statistics_visit` VALUES("1","2019-09-16 23:21:39","2019-09-16","3");
INSERT INTO `wp_statistics_visit` VALUES("2","2019-09-17 20:44:27","2019-09-17","57");
INSERT INTO `wp_statistics_visit` VALUES("4","2019-09-18 21:55:17","2019-09-18","24");
INSERT INTO `wp_statistics_visit` VALUES("7","0000-00-00 00:00:00","2019-09-20","33");
INSERT INTO `wp_statistics_visit` VALUES("8","2019-09-19 20:37:12","2019-09-19","17");
INSERT INTO `wp_statistics_visit` VALUES("9","0000-00-00 00:00:00","2019-09-21","29");
INSERT INTO `wp_statistics_visit` VALUES("43","0000-00-00 00:00:00","2019-09-22","26");
INSERT INTO `wp_statistics_visit` VALUES("73","0000-00-00 00:00:00","2019-09-23","30");
INSERT INTO `wp_statistics_visit` VALUES("100","0000-00-00 00:00:00","2019-09-24","52");
INSERT INTO `wp_statistics_visit` VALUES("131","2019-09-25 22:41:35","2019-09-25","27");
INSERT INTO `wp_statistics_visit` VALUES("185","0000-00-00 00:00:00","2019-09-27","31");
INSERT INTO `wp_statistics_visit` VALUES("186","2019-09-26 23:26:51","2019-09-26","49");
INSERT INTO `wp_statistics_visit` VALUES("219","2019-09-28 23:16:59","2019-09-28","32");
INSERT INTO `wp_statistics_visit` VALUES("220","0000-00-00 00:00:00","2019-09-30","53");
INSERT INTO `wp_statistics_visit` VALUES("221","2019-09-29 23:06:20","2019-09-29","34");
INSERT INTO `wp_statistics_visit` VALUES("222","2019-10-01 21:08:56","2019-10-01","39");
INSERT INTO `wp_statistics_visit` VALUES("277","2019-10-02 02:09:23","2019-10-02","24");
INSERT INTO `wp_statistics_visit` VALUES("278","2019-10-03 23:06:44","2019-10-03","223");
INSERT INTO `wp_statistics_visit` VALUES("303","0000-00-00 00:00:00","2019-10-05","43");
INSERT INTO `wp_statistics_visit` VALUES("304","2019-10-04 23:31:59","2019-10-04","28");
INSERT INTO `wp_statistics_visit` VALUES("349","0000-00-00 00:00:00","2019-10-07","42");
INSERT INTO `wp_statistics_visit` VALUES("350","2019-10-06 19:16:02","2019-10-06","23");
INSERT INTO `wp_statistics_visit` VALUES("352","2019-10-08 23:14:35","2019-10-08","22");
INSERT INTO `wp_statistics_visit` VALUES("395","0000-00-00 00:00:00","2019-10-10","16");
INSERT INTO `wp_statistics_visit` VALUES("396","2019-10-09 19:49:40","2019-10-09","16");
INSERT INTO `wp_statistics_visit` VALUES("397","0000-00-00 00:00:00","2019-10-11","19");
INSERT INTO `wp_statistics_visit` VALUES("414","0000-00-00 00:00:00","2019-10-12","9");
INSERT INTO `wp_statistics_visit` VALUES("434","2019-10-13 22:43:40","2019-10-13","13");
INSERT INTO `wp_statistics_visit` VALUES("445","0000-00-00 00:00:00","2019-10-15","14");
INSERT INTO `wp_statistics_visit` VALUES("446","2019-10-14 12:56:47","2019-10-14","16");
INSERT INTO `wp_statistics_visit` VALUES("462","0000-00-00 00:00:00","2019-10-17","25");
INSERT INTO `wp_statistics_visit` VALUES("463","2019-10-16 22:23:45","2019-10-16","7");
INSERT INTO `wp_statistics_visit` VALUES("464","2019-10-18 00:12:26","2019-10-18","13");
INSERT INTO `wp_statistics_visit` VALUES("490","2019-10-19 01:34:50","2019-10-19","16");
INSERT INTO `wp_statistics_visit` VALUES("503","2019-10-20 07:46:33","2019-10-20","17");
INSERT INTO `wp_statistics_visit` VALUES("519","2019-10-21 02:04:12","2019-10-21","5");
INSERT INTO `wp_statistics_visit` VALUES("520","0000-00-00 00:00:00","2019-10-22","9");
INSERT INTO `wp_statistics_visit` VALUES("525","0000-00-00 00:00:00","2019-10-23","25");
INSERT INTO `wp_statistics_visit` VALUES("535","0000-00-00 00:00:00","2019-10-24","4");
INSERT INTO `wp_statistics_visit` VALUES("561","2019-10-25 21:56:36","2019-10-25","11");
INSERT INTO `wp_statistics_visit` VALUES("567","0000-00-00 00:00:00","2019-10-27","21");
INSERT INTO `wp_statistics_visit` VALUES("568","2019-10-26 23:34:03","2019-10-26","8");
INSERT INTO `wp_statistics_visit` VALUES("591","0000-00-00 00:00:00","2019-10-29","12");
INSERT INTO `wp_statistics_visit` VALUES("592","2019-10-28 15:42:02","2019-10-28","8");
INSERT INTO `wp_statistics_visit` VALUES("593","0000-00-00 00:00:00","2019-10-30","4");
INSERT INTO `wp_statistics_visit` VALUES("606","0000-00-00 00:00:00","2019-10-31","66");
INSERT INTO `wp_statistics_visit` VALUES("611","0000-00-00 00:00:00","2019-11-01","16");
INSERT INTO `wp_statistics_visit` VALUES("678","0000-00-00 00:00:00","2019-11-02","4");
INSERT INTO `wp_statistics_visit` VALUES("695","2019-11-03 02:15:07","2019-11-03","4");
INSERT INTO `wp_statistics_visit` VALUES("700","2019-11-04 22:33:15","2019-11-04","23");
INSERT INTO `wp_statistics_visit` VALUES("701","0000-00-00 00:00:00","2019-11-06","8");
INSERT INTO `wp_statistics_visit` VALUES("702","2019-11-05 19:04:05","2019-11-05","9");
INSERT INTO `wp_statistics_visit` VALUES("704","2019-11-07 20:12:49","2019-11-07","15");
INSERT INTO `wp_statistics_visit` VALUES("713","2019-11-08 15:50:32","2019-11-08","17");
INSERT INTO `wp_statistics_visit` VALUES("714","2019-11-09 20:41:25","2019-11-09","18");
INSERT INTO `wp_statistics_visit` VALUES("717","2019-11-10 21:15:57","2019-11-10","7");
INSERT INTO `wp_statistics_visit` VALUES("728","2019-11-11 03:09:21","2019-11-11","10");
INSERT INTO `wp_statistics_visit` VALUES("729","2019-11-12 14:29:34","2019-11-12","17");
INSERT INTO `wp_statistics_visit` VALUES("740","2019-11-13 13:02:51","2019-11-13","8");
INSERT INTO `wp_statistics_visit` VALUES("741","2019-11-14 07:55:18","2019-11-14","4");
INSERT INTO `wp_statistics_visit` VALUES("742","2019-11-15 03:11:51","2019-11-15","14");
INSERT INTO `wp_statistics_visit` VALUES("743","0000-00-00 00:00:00","2019-11-16","12");
INSERT INTO `wp_statistics_visit` VALUES("757","0000-00-00 00:00:00","2019-11-17","6");
INSERT INTO `wp_statistics_visit` VALUES("770","0000-00-00 00:00:00","2019-11-18","4");
INSERT INTO `wp_statistics_visit` VALUES("777","2019-11-19 14:50:33","2019-11-19","12");
INSERT INTO `wp_statistics_visit` VALUES("783","0000-00-00 00:00:00","2019-11-21","32");
INSERT INTO `wp_statistics_visit` VALUES("784","2019-11-20 19:37:41","2019-11-20","107");
INSERT INTO `wp_statistics_visit` VALUES("818","0000-00-00 00:00:00","2019-11-23","9");
INSERT INTO `wp_statistics_visit` VALUES("819","2019-11-22 21:33:18","2019-11-22","12");
INSERT INTO `wp_statistics_visit` VALUES("820","2019-11-24 23:40:03","2019-11-24","11");
INSERT INTO `wp_statistics_visit` VALUES("831","2019-11-25 21:11:16","2019-11-25","22");
INSERT INTO `wp_statistics_visit` VALUES("832","0000-00-00 00:00:00","2019-11-27","17");
INSERT INTO `wp_statistics_visit` VALUES("833","2019-11-26 23:27:22","2019-11-26","10");
INSERT INTO `wp_statistics_visit` VALUES("852","0000-00-00 00:00:00","2019-11-29","5");
INSERT INTO `wp_statistics_visit` VALUES("853","2019-11-28 23:04:13","2019-11-28","13");
INSERT INTO `wp_statistics_visit` VALUES("854","2019-11-30 22:14:31","2019-11-30","7");
INSERT INTO `wp_statistics_visit` VALUES("861","0000-00-00 00:00:00","2019-12-02","16");
INSERT INTO `wp_statistics_visit` VALUES("862","2019-12-01 16:55:57","2019-12-01","7");
INSERT INTO `wp_statistics_visit` VALUES("864","0000-00-00 00:00:00","2019-12-03","10");
INSERT INTO `wp_statistics_visit` VALUES("880","2019-12-04 22:51:04","2019-12-04","10");
INSERT INTO `wp_statistics_visit` VALUES("892","0000-00-00 00:00:00","2019-12-06","20");
INSERT INTO `wp_statistics_visit` VALUES("893","2019-12-05 09:25:17","2019-12-05","4");
INSERT INTO `wp_statistics_visit` VALUES("915","0000-00-00 00:00:00","2019-12-08","16");
INSERT INTO `wp_statistics_visit` VALUES("916","2019-12-07 19:42:37","2019-12-07","52");
INSERT INTO `wp_statistics_visit` VALUES("919","2019-12-09 03:01:39","2019-12-09","18");
INSERT INTO `wp_statistics_visit` VALUES("934","2019-12-10 03:06:43","2019-12-10","33");
INSERT INTO `wp_statistics_visit` VALUES("946","2019-12-11 21:04:31","2019-12-11","8");
INSERT INTO `wp_statistics_visit` VALUES("980","0000-00-00 00:00:00","2019-12-13","30");
INSERT INTO `wp_statistics_visit` VALUES("981","2019-12-12 13:24:22","2019-12-12","10");
INSERT INTO `wp_statistics_visit` VALUES("982","2019-12-14 03:12:30","2019-12-14","14");
INSERT INTO `wp_statistics_visit` VALUES("1013","2019-12-15 19:05:00","2019-12-15","12");
INSERT INTO `wp_statistics_visit` VALUES("1028","0000-00-00 00:00:00","2019-12-17","10");
INSERT INTO `wp_statistics_visit` VALUES("1029","2019-12-16 18:33:55","2019-12-16","15");
INSERT INTO `wp_statistics_visit` VALUES("1031","0000-00-00 00:00:00","2019-12-18","16");
INSERT INTO `wp_statistics_visit` VALUES("1041","2019-12-19 23:12:04","2019-12-19","16");
INSERT INTO `wp_statistics_visit` VALUES("1059","0000-00-00 00:00:00","2019-12-21","13");
INSERT INTO `wp_statistics_visit` VALUES("1060","2019-12-20 13:37:52","2019-12-20","14");
INSERT INTO `wp_statistics_visit` VALUES("1061","2019-12-22 15:17:55","2019-12-22","10");
INSERT INTO `wp_statistics_visit` VALUES("1076","0000-00-00 00:00:00","2019-12-24","41");
INSERT INTO `wp_statistics_visit` VALUES("1077","2019-12-23 22:03:19","2019-12-23","22");
INSERT INTO `wp_statistics_visit` VALUES("1078","0000-00-00 00:00:00","2019-12-25","17");
INSERT INTO `wp_statistics_visit` VALUES("1120","2019-12-26 20:50:16","2019-12-26","18");
INSERT INTO `wp_statistics_visit` VALUES("1139","2019-12-27 03:09:54","2019-12-27","9");
INSERT INTO `wp_statistics_visit` VALUES("1140","0000-00-00 00:00:00","2019-12-29","29");
INSERT INTO `wp_statistics_visit` VALUES("1141","2019-12-28 23:26:00","2019-12-28","17");
INSERT INTO `wp_statistics_visit` VALUES("1171","2019-12-30 13:46:23","2019-12-30","13");
INSERT INTO `wp_statistics_visit` VALUES("1173","2019-12-31 00:54:08","2019-12-31","28");
INSERT INTO `wp_statistics_visit` VALUES("1174","2020-01-01 03:11:40","2020-01-01","10");
INSERT INTO `wp_statistics_visit` VALUES("1202","2020-01-02 01:20:05","2020-01-02","11");
INSERT INTO `wp_statistics_visit` VALUES("1212","2020-01-03 22:33:39","2020-01-03","12");
INSERT INTO `wp_statistics_visit` VALUES("1223","0000-00-00 00:00:00","2020-01-05","24");
INSERT INTO `wp_statistics_visit` VALUES("1224","2020-01-04 21:21:34","2020-01-04","12");
INSERT INTO `wp_statistics_visit` VALUES("1225","0000-00-00 00:00:00","2020-01-06","26");
INSERT INTO `wp_statistics_visit` VALUES("1250","0000-00-00 00:00:00","2020-01-07","58");
INSERT INTO `wp_statistics_visit` VALUES("1277","2020-01-08 16:17:10","2020-01-08","13");
INSERT INTO `wp_statistics_visit` VALUES("1337","2020-01-09 20:17:08","2020-01-09","9");
INSERT INTO `wp_statistics_visit` VALUES("1338","2020-01-10 21:01:47","2020-01-10","13");
INSERT INTO `wp_statistics_visit` VALUES("1339","2020-01-11 03:18:51","2020-01-11","21");
INSERT INTO `wp_statistics_visit` VALUES("1340","2020-01-12 00:11:18","2020-01-12","11");
INSERT INTO `wp_statistics_visit` VALUES("1361","0000-00-00 00:00:00","2020-01-13","19");
INSERT INTO `wp_statistics_visit` VALUES("1372","0000-00-00 00:00:00","2020-01-14","6");
INSERT INTO `wp_statistics_visit` VALUES("1392","2020-01-15 00:12:35","2020-01-15","28");
INSERT INTO `wp_statistics_visit` VALUES("1399","2020-01-16 13:11:18","2020-01-16","10");
INSERT INTO `wp_statistics_visit` VALUES("1427","2020-01-17 03:04:15","2020-01-17","9");
INSERT INTO `wp_statistics_visit` VALUES("1428","0000-00-00 00:00:00","2020-01-18","14");
INSERT INTO `wp_statistics_visit` VALUES("1437","0000-00-00 00:00:00","2020-01-19","4");
INSERT INTO `wp_statistics_visit` VALUES("1452","2020-01-20 18:04:31","2020-01-20","14");
INSERT INTO `wp_statistics_visit` VALUES("1458","0000-00-00 00:00:00","2020-01-22","55");
INSERT INTO `wp_statistics_visit` VALUES("1459","2020-01-21 20:18:06","2020-01-21","6");
INSERT INTO `wp_statistics_visit` VALUES("1460","2020-01-23 22:55:01","2020-01-23","82");
INSERT INTO `wp_statistics_visit` VALUES("1517","0000-00-00 00:00:00","2020-01-25","13");
INSERT INTO `wp_statistics_visit` VALUES("1518","2020-01-24 22:04:37","2020-01-24","17");
INSERT INTO `wp_statistics_visit` VALUES("1533","2020-01-26 03:02:58","2020-01-26","59");
INSERT INTO `wp_statistics_visit` VALUES("1534","0000-00-00 00:00:00","2020-01-27","11");
INSERT INTO `wp_statistics_visit` VALUES("1593","2020-01-28 22:43:00","2020-01-28","30");
INSERT INTO `wp_statistics_visit` VALUES("1606","0000-00-00 00:00:00","2020-01-30","37");
INSERT INTO `wp_statistics_visit` VALUES("1607","2020-01-29 15:32:59","2020-01-29","8");
INSERT INTO `wp_statistics_visit` VALUES("1646","2020-01-31 17:14:59","2020-01-31","8");
INSERT INTO `wp_statistics_visit` VALUES("1647","0000-00-00 00:00:00","2020-02-02","9");
INSERT INTO `wp_statistics_visit` VALUES("1648","2020-02-01 22:36:46","2020-02-01","32");
INSERT INTO `wp_statistics_visit` VALUES("1649","2020-02-03 20:52:08","2020-02-03","26");
INSERT INTO `wp_statistics_visit` VALUES("1660","0000-00-00 00:00:00","2020-02-05","13");
INSERT INTO `wp_statistics_visit` VALUES("1661","2020-02-04 22:28:50","2020-02-04","10");
INSERT INTO `wp_statistics_visit` VALUES("1662","2020-02-06 21:55:18","2020-02-06","13");
INSERT INTO `wp_statistics_visit` VALUES("1677","0000-00-00 00:00:00","2020-02-08","11");
INSERT INTO `wp_statistics_visit` VALUES("1678","2020-02-07 13:56:56","2020-02-07","8");
INSERT INTO `wp_statistics_visit` VALUES("1679","2020-02-09 20:52:09","2020-02-09","19");
INSERT INTO `wp_statistics_visit` VALUES("1692","2020-02-10 00:33:19","2020-02-10","8");
INSERT INTO `wp_statistics_visit` VALUES("1693","0000-00-00 00:00:00","2020-02-11","11");
INSERT INTO `wp_statistics_visit` VALUES("1701","2020-02-12 01:05:27","2020-02-12","12");
INSERT INTO `wp_statistics_visit` VALUES("1713","2020-02-13 22:26:56","2020-02-13","29");
INSERT INTO `wp_statistics_visit` VALUES("1726","2020-02-14 20:40:22","2020-02-14","12");
INSERT INTO `wp_statistics_visit` VALUES("1727","2020-02-15 00:30:05","2020-02-15","13");
INSERT INTO `wp_statistics_visit` VALUES("1728","2020-02-16 19:14:10","2020-02-16","11");
INSERT INTO `wp_statistics_visit` VALUES("1741","2020-02-17 00:26:03","2020-02-17","17");
INSERT INTO `wp_statistics_visit` VALUES("1742","2020-02-18 20:07:07","2020-02-18","18");
INSERT INTO `wp_statistics_visit` VALUES("1760","0000-00-00 00:00:00","2020-02-20","4");
INSERT INTO `wp_statistics_visit` VALUES("1761","2020-02-19 14:38:32","2020-02-19","6");
INSERT INTO `wp_statistics_visit` VALUES("1762","2020-02-21 10:43:15","2020-02-21","11");
INSERT INTO `wp_statistics_visit` VALUES("1768","2020-02-22 01:56:50","2020-02-22","9");
INSERT INTO `wp_statistics_visit` VALUES("1769","0000-00-00 00:00:00","2020-02-23","21");
INSERT INTO `wp_statistics_visit` VALUES("1778","0000-00-00 00:00:00","2020-02-24","9");
INSERT INTO `wp_statistics_visit` VALUES("1800","0000-00-00 00:00:00","2020-02-25","29");
INSERT INTO `wp_statistics_visit` VALUES("1810","2020-02-26 22:55:34","2020-02-26","18");
INSERT INTO `wp_statistics_visit` VALUES("1841","2020-02-27 09:51:55","2020-02-27","4");
INSERT INTO `wp_statistics_visit` VALUES("1846","2020-02-28 22:31:47","2020-02-28","16");
INSERT INTO `wp_statistics_visit` VALUES("1847","0000-00-00 00:00:00","2020-03-01","12");
INSERT INTO `wp_statistics_visit` VALUES("1848","2020-02-29 23:58:37","2020-02-29","22");
INSERT INTO `wp_statistics_visit` VALUES("1862","2020-03-02 21:03:23","2020-03-02","15");
INSERT INTO `wp_statistics_visit` VALUES("1863","0000-00-00 00:00:00","2020-03-04","18");
INSERT INTO `wp_statistics_visit` VALUES("1864","2020-03-03 18:58:29","2020-03-03","8");
INSERT INTO `wp_statistics_visit` VALUES("1884","2020-03-05 15:12:16","2020-03-05","13");
INSERT INTO `wp_statistics_visit` VALUES("1885","2020-03-06 23:12:50","2020-03-06","12");
INSERT INTO `wp_statistics_visit` VALUES("1886","0000-00-00 00:00:00","2020-03-08","14");
INSERT INTO `wp_statistics_visit` VALUES("1887","2020-03-07 13:37:27","2020-03-07","4");
INSERT INTO `wp_statistics_visit` VALUES("1888","0000-00-00 00:00:00","2020-03-09","7");
INSERT INTO `wp_statistics_visit` VALUES("1903","2020-03-10 17:10:00","2020-03-10","17");
INSERT INTO `wp_statistics_visit` VALUES("1912","0000-00-00 00:00:00","2020-03-12","16");
INSERT INTO `wp_statistics_visit` VALUES("1913","2020-03-11 22:43:42","2020-03-11","11");
INSERT INTO `wp_statistics_visit` VALUES("1914","0000-00-00 00:00:00","2020-03-13","25");
INSERT INTO `wp_statistics_visit` VALUES("1931","2020-03-14 22:27:26","2020-03-14","22");
INSERT INTO `wp_statistics_visit` VALUES("1958","0000-00-00 00:00:00","2020-03-16","7");
INSERT INTO `wp_statistics_visit` VALUES("1959","2020-03-15 22:28:53","2020-03-15","16");
INSERT INTO `wp_statistics_visit` VALUES("1960","2020-03-17 18:31:55","2020-03-17","4");
INSERT INTO `wp_statistics_visit` VALUES("1969","2020-03-18 14:25:39","2020-03-18","9");
INSERT INTO `wp_statistics_visit` VALUES("1970","0000-00-00 00:00:00","2020-03-20","10");
INSERT INTO `wp_statistics_visit` VALUES("1971","2020-03-19 16:49:10","2020-03-19","59");
INSERT INTO `wp_statistics_visit` VALUES("1983","2020-03-21 20:25:13","2020-03-21","22");
INSERT INTO `wp_statistics_visit` VALUES("1984","2020-03-22 19:45:38","2020-03-22","25");
INSERT INTO `wp_statistics_visit` VALUES("1985","2020-03-23 22:27:12","2020-03-23","11");
INSERT INTO `wp_statistics_visit` VALUES("1986","2020-03-24 23:14:14","2020-03-24","15");
INSERT INTO `wp_statistics_visit` VALUES("1987","2020-03-25 20:13:17","2020-03-25","24");
INSERT INTO `wp_statistics_visit` VALUES("1988","0000-00-00 00:00:00","2020-03-27","11");
INSERT INTO `wp_statistics_visit` VALUES("1989","2020-03-26 22:40:58","2020-03-26","12");
INSERT INTO `wp_statistics_visit` VALUES("1990","2020-03-28 23:37:43","2020-03-28","14");
INSERT INTO `wp_statistics_visit` VALUES("2003","2020-03-29 07:16:55","2020-03-29","14");
INSERT INTO `wp_statistics_visit` VALUES("2010","2020-03-30 11:55:56","2020-03-30","13");
INSERT INTO `wp_statistics_visit` VALUES("2011","2020-03-31 14:24:09","2020-03-31","12");
INSERT INTO `wp_statistics_visit` VALUES("2012","0000-00-00 00:00:00","2020-04-02","10");
INSERT INTO `wp_statistics_visit` VALUES("2013","2020-04-01 09:25:38","2020-04-01","5");
INSERT INTO `wp_statistics_visit` VALUES("2025","0000-00-00 00:00:00","2020-04-04","13");
INSERT INTO `wp_statistics_visit` VALUES("2026","2020-04-03 18:05:46","2020-04-03","12");
INSERT INTO `wp_statistics_visit` VALUES("2027","2020-04-05 20:18:49","2020-04-05","20");
INSERT INTO `wp_statistics_visit` VALUES("2042","0000-00-00 00:00:00","2020-04-07","20");
INSERT INTO `wp_statistics_visit` VALUES("2043","2020-04-06 22:21:02","2020-04-06","8");
INSERT INTO `wp_statistics_visit` VALUES("2065","2020-04-08 02:05:08","2020-04-08","50");
INSERT INTO `wp_statistics_visit` VALUES("2066","2020-04-09 17:18:12","2020-04-09","9");
INSERT INTO `wp_statistics_visit` VALUES("2117","0000-00-00 00:00:00","2020-04-11","12");
INSERT INTO `wp_statistics_visit` VALUES("2118","2020-04-10 23:37:49","2020-04-10","23");
INSERT INTO `wp_statistics_visit` VALUES("2132","0000-00-00 00:00:00","2020-04-13","7");
INSERT INTO `wp_statistics_visit` VALUES("2133","2020-04-12 19:49:25","2020-04-12","12");
INSERT INTO `wp_statistics_visit` VALUES("2134","2020-04-14 13:07:10","2020-04-14","11");
INSERT INTO `wp_statistics_visit` VALUES("2143","0000-00-00 00:00:00","2020-04-16","147");
INSERT INTO `wp_statistics_visit` VALUES("2144","2020-04-15 18:56:22","2020-04-15","5");
INSERT INTO `wp_statistics_visit` VALUES("2293","2020-04-17 02:13:11","2020-04-17","67");
INSERT INTO `wp_statistics_visit` VALUES("2294","2020-04-18 18:03:13","2020-04-18","7");
INSERT INTO `wp_statistics_visit` VALUES("2362","0000-00-00 00:00:00","2020-04-20","4");
INSERT INTO `wp_statistics_visit` VALUES("2363","2020-04-19 19:04:57","2020-04-19","11");
INSERT INTO `wp_statistics_visit` VALUES("2369","2020-04-21 18:13:57","2020-04-21","57");
INSERT INTO `wp_statistics_visit` VALUES("2370","2020-04-22 19:00:16","2020-04-22","12");
INSERT INTO `wp_statistics_visit` VALUES("2371","2020-04-23 19:54:38","2020-04-23","7");
INSERT INTO `wp_statistics_visit` VALUES("2372","2020-04-24 21:49:10","2020-04-24","13");
INSERT INTO `wp_statistics_visit` VALUES("2374","2020-04-25 01:43:26","2020-04-25","17");
INSERT INTO `wp_statistics_visit` VALUES("2375","2020-04-26 15:55:52","2020-04-26","26");
INSERT INTO `wp_statistics_visit` VALUES("2393","2020-04-27 11:20:11","2020-04-27","10");
INSERT INTO `wp_statistics_visit` VALUES("2394","0000-00-00 00:00:00","2020-04-29","13");
INSERT INTO `wp_statistics_visit` VALUES("2395","2020-04-28 02:07:00","2020-04-28","2");
INSERT INTO `wp_statistics_visit` VALUES("2397","2020-04-30 21:06:46","2020-04-30","35");
INSERT INTO `wp_statistics_visit` VALUES("2411","2020-05-01 22:09:58","2020-05-01","471");
INSERT INTO `wp_statistics_visit` VALUES("2440","0000-00-00 00:00:00","2020-05-03","8");
INSERT INTO `wp_statistics_visit` VALUES("2441","2020-05-02 13:32:14","2020-05-02","1");
INSERT INTO `wp_statistics_visit` VALUES("2442","2020-05-04 02:09:52","2020-05-04","12");
INSERT INTO `wp_statistics_visit` VALUES("2451","2020-05-05 00:03:17","2020-05-05","13");
INSERT INTO `wp_statistics_visit` VALUES("2463","2020-05-06 19:03:05","2020-05-06","4");
INSERT INTO `wp_statistics_visit` VALUES("2477","0000-00-00 00:00:00","2020-05-08","13");
INSERT INTO `wp_statistics_visit` VALUES("2478","2020-05-07 12:21:30","2020-05-07","6");
INSERT INTO `wp_statistics_visit` VALUES("2481","0000-00-00 00:00:00","2020-05-09","11");
INSERT INTO `wp_statistics_visit` VALUES("2493","0000-00-00 00:00:00","2020-05-10","4");
INSERT INTO `wp_statistics_visit` VALUES("2505","2020-05-11 17:37:40","2020-05-11","12");
INSERT INTO `wp_statistics_visit` VALUES("2511","2020-05-12 13:51:10","2020-05-12","31");
INSERT INTO `wp_statistics_visit` VALUES("2512","2020-05-13 22:57:24","2020-05-13","50");
INSERT INTO `wp_statistics_visit` VALUES("2513","0000-00-00 00:00:00","2020-05-15","32");
INSERT INTO `wp_statistics_visit` VALUES("2514","2020-05-14 17:37:21","2020-05-14","24");
INSERT INTO `wp_statistics_visit` VALUES("2515","0000-00-00 00:00:00","2020-05-16","12");
INSERT INTO `wp_statistics_visit` VALUES("2548","2020-05-17 18:49:12","2020-05-17","14");
INSERT INTO `wp_statistics_visit` VALUES("2562","2020-05-18 02:03:11","2020-05-18","9");
INSERT INTO `wp_statistics_visit` VALUES("2563","2020-05-19 02:06:10","2020-05-19","44");
INSERT INTO `wp_statistics_visit` VALUES("2572","0000-00-00 00:00:00","2020-05-20","6");
INSERT INTO `wp_statistics_visit` VALUES("2616","0000-00-00 00:00:00","2020-05-21","22");
INSERT INTO `wp_statistics_visit` VALUES("2623","0000-00-00 00:00:00","2020-05-22","8");
INSERT INTO `wp_statistics_visit` VALUES("2646","2020-05-23 01:34:17","2020-05-23","10");
INSERT INTO `wp_statistics_visit` VALUES("2655","0000-00-00 00:00:00","2020-05-24","6");
INSERT INTO `wp_statistics_visit` VALUES("2664","0000-00-00 00:00:00","2020-05-25","7");
INSERT INTO `wp_statistics_visit` VALUES("2671","0000-00-00 00:00:00","2020-05-26","25");
INSERT INTO `wp_statistics_visit` VALUES("2679","2020-05-27 00:55:37","2020-05-27","25");
INSERT INTO `wp_statistics_visit` VALUES("2705","2020-05-28 00:35:04","2020-05-28","6");
INSERT INTO `wp_statistics_visit` VALUES("2729","2020-05-29 23:19:19","2020-05-29","12");
INSERT INTO `wp_statistics_visit` VALUES("2736","2020-05-30 21:31:39","2020-05-30","18");
INSERT INTO `wp_statistics_visit` VALUES("2739","0000-00-00 00:00:00","2020-06-01","3");
INSERT INTO `wp_statistics_visit` VALUES("2740","2020-05-31 14:29:13","2020-05-31","7");
INSERT INTO `wp_statistics_visit` VALUES("2741","0000-00-00 00:00:00","2020-06-02","3");
INSERT INTO `wp_statistics_visit` VALUES("2745","0000-00-00 00:00:00","2020-06-03","84");
INSERT INTO `wp_statistics_visit` VALUES("2749","2020-06-04 09:55:22","2020-06-04","12");
INSERT INTO `wp_statistics_visit` VALUES("2835","0000-00-00 00:00:00","2020-06-06","8");
INSERT INTO `wp_statistics_visit` VALUES("2836","2020-06-05 22:15:43","2020-06-05","21");
INSERT INTO `wp_statistics_visit` VALUES("2837","0000-00-00 00:00:00","2020-06-07","10");
INSERT INTO `wp_statistics_visit` VALUES("2846","2020-06-08 22:06:50","2020-06-08","21");
INSERT INTO `wp_statistics_visit` VALUES("2858","0000-00-00 00:00:00","2020-06-10","10");
INSERT INTO `wp_statistics_visit` VALUES("2859","2020-06-09 23:22:48","2020-06-09","19");
INSERT INTO `wp_statistics_visit` VALUES("2866","2020-06-11 21:05:17","2020-06-11","22");
INSERT INTO `wp_statistics_visit` VALUES("2872","2020-06-12 02:11:12","2020-06-12","10");
INSERT INTO `wp_statistics_visit` VALUES("2873","0000-00-00 00:00:00","2020-06-13","10");
INSERT INTO `wp_statistics_visit` VALUES("2883","2020-06-14 21:52:49","2020-06-14","12");
INSERT INTO `wp_statistics_visit` VALUES("2895","0000-00-00 00:00:00","2020-06-16","6");
INSERT INTO `wp_statistics_visit` VALUES("2896","2020-06-15 20:22:17","2020-06-15","16");
INSERT INTO `wp_statistics_visit` VALUES("2897","2020-06-17 17:22:37","2020-06-17","42");
INSERT INTO `wp_statistics_visit` VALUES("2905","2020-06-18 01:41:12","2020-06-18","16");
INSERT INTO `wp_statistics_visit` VALUES("2906","2020-06-19 02:07:09","2020-06-19","25");
INSERT INTO `wp_statistics_visit` VALUES("2922","2020-06-20 22:54:49","2020-06-20","17");
INSERT INTO `wp_statistics_visit` VALUES("2948","2020-06-21 19:55:29","2020-06-21","116");
INSERT INTO `wp_statistics_visit` VALUES("2949","0000-00-00 00:00:00","2020-06-23","18");
INSERT INTO `wp_statistics_visit` VALUES("2950","2020-06-22 21:53:53","2020-06-22","29");
INSERT INTO `wp_statistics_visit` VALUES("2953","2020-06-24 11:22:47","2020-06-24","8");
INSERT INTO `wp_statistics_visit` VALUES("2971","0000-00-00 00:00:00","2020-06-26","14");
INSERT INTO `wp_statistics_visit` VALUES("2972","2020-06-25 21:31:40","2020-06-25","17");
INSERT INTO `wp_statistics_visit` VALUES("2974","0000-00-00 00:00:00","2020-06-27","10");
INSERT INTO `wp_statistics_visit` VALUES("2988","0000-00-00 00:00:00","2020-06-28","35");
INSERT INTO `wp_statistics_visit` VALUES("2999","2020-06-29 15:34:48","2020-06-29","15");
INSERT INTO `wp_statistics_visit` VALUES("3036","2020-06-30 23:25:32","2020-06-30","12");
INSERT INTO `wp_statistics_visit` VALUES("3038","2020-07-01 23:11:19","2020-07-01","10");
INSERT INTO `wp_statistics_visit` VALUES("3041","2020-07-02 16:29:22","2020-07-02","19");
INSERT INTO `wp_statistics_visit` VALUES("3042","2020-07-03 18:53:48","2020-07-03","12");
INSERT INTO `wp_statistics_visit` VALUES("3043","2020-07-04 18:17:48","2020-07-04","13");
INSERT INTO `wp_statistics_visit` VALUES("3044","2020-07-05 23:09:06","2020-07-05","11");
INSERT INTO `wp_statistics_visit` VALUES("3045","2020-07-06 18:06:51","2020-07-06","12");
INSERT INTO `wp_statistics_visit` VALUES("3046","2020-07-07 21:55:13","2020-07-07","13");
INSERT INTO `wp_statistics_visit` VALUES("3047","2020-07-08 20:31:20","2020-07-08","12");
INSERT INTO `wp_statistics_visit` VALUES("3048","0000-00-00 00:00:00","2020-07-10","11");
INSERT INTO `wp_statistics_visit` VALUES("3049","2020-07-09 12:48:49","2020-07-09","4");
INSERT INTO `wp_statistics_visit` VALUES("3050","2020-07-11 22:38:26","2020-07-11","10");
INSERT INTO `wp_statistics_visit` VALUES("3063","2020-07-12 20:09:06","2020-07-12","17");
INSERT INTO `wp_statistics_visit` VALUES("3064","2020-07-13 21:10:53","2020-07-13","22");
INSERT INTO `wp_statistics_visit` VALUES("3065","2020-07-14 17:08:49","2020-07-14","6");
INSERT INTO `wp_statistics_visit` VALUES("3068","0000-00-00 00:00:00","2020-07-16","20");
INSERT INTO `wp_statistics_visit` VALUES("3069","2020-07-15 20:58:15","2020-07-15","13");
INSERT INTO `wp_statistics_visit` VALUES("3091","0000-00-00 00:00:00","2020-07-18","18");
INSERT INTO `wp_statistics_visit` VALUES("3092","2020-07-17 17:55:57","2020-07-17","20");
INSERT INTO `wp_statistics_visit` VALUES("3093","2020-07-19 22:34:41","2020-07-19","17");
INSERT INTO `wp_statistics_visit` VALUES("3113","0000-00-00 00:00:00","2020-07-21","29");
INSERT INTO `wp_statistics_visit` VALUES("3114","2020-07-20 20:08:19","2020-07-20","21");
INSERT INTO `wp_statistics_visit` VALUES("3145","0000-00-00 00:00:00","2020-07-23","16");
INSERT INTO `wp_statistics_visit` VALUES("3146","2020-07-22 20:52:50","2020-07-22","19");
INSERT INTO `wp_statistics_visit` VALUES("3148","2020-07-24 14:42:29","2020-07-24","7");
INSERT INTO `wp_statistics_visit` VALUES("3165","2020-07-25 19:36:14","2020-07-25","15");
INSERT INTO `wp_statistics_visit` VALUES("3166","2020-07-26 19:07:02","2020-07-26","26");
INSERT INTO `wp_statistics_visit` VALUES("3167","2020-07-27 23:03:13","2020-07-27","6");
INSERT INTO `wp_statistics_visit` VALUES("3168","2020-07-28 21:29:26","2020-07-28","17");
INSERT INTO `wp_statistics_visit` VALUES("3169","2020-07-29 22:48:59","2020-07-29","12");
INSERT INTO `wp_statistics_visit` VALUES("3170","2020-07-30 15:41:36","2020-07-30","7");
INSERT INTO `wp_statistics_visit` VALUES("3171","2020-07-31 17:28:23","2020-07-31","8");
INSERT INTO `wp_statistics_visit` VALUES("3172","2020-08-01 16:37:46","2020-08-01","10");
INSERT INTO `wp_statistics_visit` VALUES("3173","2020-08-02 18:22:36","2020-08-02","4");
INSERT INTO `wp_statistics_visit` VALUES("3174","2020-08-03 23:30:21","2020-08-03","20");
INSERT INTO `wp_statistics_visit` VALUES("3175","2020-08-04 20:51:52","2020-08-04","21");
INSERT INTO `wp_statistics_visit` VALUES("3176","0000-00-00 00:00:00","2020-08-06","21");
INSERT INTO `wp_statistics_visit` VALUES("3177","2020-08-05 21:38:00","2020-08-05","26");
INSERT INTO `wp_statistics_visit` VALUES("3178","2020-08-07 20:25:47","2020-08-07","20");
INSERT INTO `wp_statistics_visit` VALUES("3201","0000-00-00 00:00:00","2020-08-09","16");
INSERT INTO `wp_statistics_visit` VALUES("3202","2020-08-08 23:35:17","2020-08-08","19");
INSERT INTO `wp_statistics_visit` VALUES("3220","2020-08-10 21:07:12","2020-08-10","40");
INSERT INTO `wp_statistics_visit` VALUES("3221","2020-08-11 22:45:20","2020-08-11","24");
INSERT INTO `wp_statistics_visit` VALUES("3226","2020-08-12 21:11:43","2020-08-12","25");
INSERT INTO `wp_statistics_visit` VALUES("3227","2020-08-13 00:21:49","2020-08-13","45");
INSERT INTO `wp_statistics_visit` VALUES("3228","2020-08-14 22:45:55","2020-08-14","29");
INSERT INTO `wp_statistics_visit` VALUES("3273","2020-08-15 22:10:19","2020-08-15","34");
INSERT INTO `wp_statistics_visit` VALUES("3277","0000-00-00 00:00:00","2020-08-17","11");
INSERT INTO `wp_statistics_visit` VALUES("3278","2020-08-16 22:16:41","2020-08-16","26");
INSERT INTO `wp_statistics_visit` VALUES("3279","0000-00-00 00:00:00","2020-08-18","9");
INSERT INTO `wp_statistics_visit` VALUES("3291","0000-00-00 00:00:00","2020-08-19","5");
INSERT INTO `wp_statistics_visit` VALUES("3301","0000-00-00 00:00:00","2020-08-20","9");
INSERT INTO `wp_statistics_visit` VALUES("3307","0000-00-00 00:00:00","2020-08-21","12");
INSERT INTO `wp_statistics_visit` VALUES("3317","0000-00-00 00:00:00","2020-08-22","15");
INSERT INTO `wp_statistics_visit` VALUES("3330","2020-08-23 00:30:27","2020-08-23","39");
INSERT INTO `wp_statistics_visit` VALUES("3346","0000-00-00 00:00:00","2020-08-24","94");
INSERT INTO `wp_statistics_visit` VALUES("3385","2020-08-25 11:56:24","2020-08-25","12");
INSERT INTO `wp_statistics_visit` VALUES("3481","2020-08-26 21:36:03","2020-08-26","21");
INSERT INTO `wp_statistics_visit` VALUES("3482","2020-08-27 21:45:45","2020-08-27","23");
INSERT INTO `wp_statistics_visit` VALUES("3483","2020-08-28 19:54:40","2020-08-28","19");
INSERT INTO `wp_statistics_visit` VALUES("3484","2020-08-29 22:44:39","2020-08-29","15");
INSERT INTO `wp_statistics_visit` VALUES("3485","2020-08-30 23:16:49","2020-08-30","11");
INSERT INTO `wp_statistics_visit` VALUES("3486","0000-00-00 00:00:00","2020-09-01","61");
INSERT INTO `wp_statistics_visit` VALUES("3487","2020-08-31 23:21:26","2020-08-31","16");
INSERT INTO `wp_statistics_visit` VALUES("3548","2020-09-02 22:36:57","2020-09-02","51");
INSERT INTO `wp_statistics_visit` VALUES("3551","0000-00-00 00:00:00","2020-09-04","47");
INSERT INTO `wp_statistics_visit` VALUES("3552","2020-09-03 23:28:48","2020-09-03","75");
INSERT INTO `wp_statistics_visit` VALUES("3599","2020-09-05 22:05:52","2020-09-05","28");
INSERT INTO `wp_statistics_visit` VALUES("3602","0000-00-00 00:00:00","2020-09-07","30");
INSERT INTO `wp_statistics_visit` VALUES("3603","2020-09-06 23:36:47","2020-09-06","51");
INSERT INTO `wp_statistics_visit` VALUES("3635","0000-00-00 00:00:00","2020-09-09","19");
INSERT INTO `wp_statistics_visit` VALUES("3636","2020-09-08 22:32:33","2020-09-08","18");
INSERT INTO `wp_statistics_visit` VALUES("3657","0000-00-00 00:00:00","2020-09-11","19");
INSERT INTO `wp_statistics_visit` VALUES("3658","2020-09-10 22:10:43","2020-09-10","38");
INSERT INTO `wp_statistics_visit` VALUES("3659","2020-09-12 09:47:51","2020-09-12","11");
INSERT INTO `wp_statistics_visit` VALUES("3680","2020-09-13 19:48:55","2020-09-13","16");
INSERT INTO `wp_statistics_visit` VALUES("3681","2020-09-14 18:07:26","2020-09-14","20");
INSERT INTO `wp_statistics_visit` VALUES("3684","2020-09-15 15:26:42","2020-09-15","11");
INSERT INTO `wp_statistics_visit` VALUES("3685","0000-00-00 00:00:00","2020-09-17","11");
INSERT INTO `wp_statistics_visit` VALUES("3686","2020-09-16 21:29:50","2020-09-16","15");
INSERT INTO `wp_statistics_visit` VALUES("3699","2020-09-18 21:23:33","2020-09-18","26");
INSERT INTO `wp_statistics_visit` VALUES("3700","2020-09-19 16:41:46","2020-09-19","12");
INSERT INTO `wp_statistics_visit` VALUES("3701","2020-09-20 19:31:46","2020-09-20","48");
INSERT INTO `wp_statistics_visit` VALUES("3702","2020-09-21 21:53:08","2020-09-21","58");
INSERT INTO `wp_statistics_visit` VALUES("3703","2020-09-22 22:25:07","2020-09-22","39");
INSERT INTO `wp_statistics_visit` VALUES("3706","2020-09-23 18:55:16","2020-09-23","14");
INSERT INTO `wp_statistics_visit` VALUES("3707","2020-09-24 22:02:00","2020-09-24","12");
INSERT INTO `wp_statistics_visit` VALUES("3708","0000-00-00 00:00:00","2020-09-26","9");
INSERT INTO `wp_statistics_visit` VALUES("3709","2020-09-25 22:44:04","2020-09-25","12");
INSERT INTO `wp_statistics_visit` VALUES("3720","0000-00-00 00:00:00","2020-09-28","15");
INSERT INTO `wp_statistics_visit` VALUES("3721","2020-09-27 17:04:04","2020-09-27","39");
INSERT INTO `wp_statistics_visit` VALUES("3738","2020-09-29 11:05:12","2020-09-29","7");
INSERT INTO `wp_statistics_visit` VALUES("3739","2020-09-30 20:36:45","2020-09-30","8");
INSERT INTO `wp_statistics_visit` VALUES("3740","0000-00-00 00:00:00","2020-10-02","26");
INSERT INTO `wp_statistics_visit` VALUES("3741","2020-10-01 19:19:12","2020-10-01","10");
INSERT INTO `wp_statistics_visit` VALUES("3743","2020-10-03 14:59:31","2020-10-03","13");
INSERT INTO `wp_statistics_visit` VALUES("3770","0000-00-00 00:00:00","2020-10-05","45");
INSERT INTO `wp_statistics_visit` VALUES("3771","2020-10-04 23:17:25","2020-10-04","41");
INSERT INTO `wp_statistics_visit` VALUES("3818","0000-00-00 00:00:00","2020-10-07","46");
INSERT INTO `wp_statistics_visit` VALUES("3819","2020-10-06 22:52:30","2020-10-06","27");
INSERT INTO `wp_statistics_visit` VALUES("3867","0000-00-00 00:00:00","2020-10-09","57");
INSERT INTO `wp_statistics_visit` VALUES("3868","2020-10-08 20:01:36","2020-10-08","15");
INSERT INTO `wp_statistics_visit` VALUES("3927","0000-00-00 00:00:00","2020-10-11","26");
INSERT INTO `wp_statistics_visit` VALUES("3928","2020-10-10 22:27:27","2020-10-10","39");
INSERT INTO `wp_statistics_visit` VALUES("3956","0000-00-00 00:00:00","2020-10-13","20");
INSERT INTO `wp_statistics_visit` VALUES("3957","2020-10-12 12:28:17","2020-10-12","16");
INSERT INTO `wp_statistics_visit` VALUES("3958","2020-10-14 17:30:22","2020-10-14","16");
INSERT INTO `wp_statistics_visit` VALUES("3959","0000-00-00 00:00:00","2020-10-16","14");
INSERT INTO `wp_statistics_visit` VALUES("3960","2020-10-15 21:56:38","2020-10-15","36");
INSERT INTO `wp_statistics_visit` VALUES("3976","2020-10-17 02:37:47","2020-10-17","22");
INSERT INTO `wp_statistics_visit` VALUES("3977","2020-10-18 02:11:10","2020-10-18","61");
INSERT INTO `wp_statistics_visit` VALUES("3998","2020-10-19 22:08:15","2020-10-19","50");
INSERT INTO `wp_statistics_visit` VALUES("4059","2020-10-20 02:04:33","2020-10-20","41");
INSERT INTO `wp_statistics_visit` VALUES("4060","2020-10-21 17:29:05","2020-10-21","18");
INSERT INTO `wp_statistics_visit` VALUES("4102","0000-00-00 00:00:00","2020-10-23","46");
INSERT INTO `wp_statistics_visit` VALUES("4103","2020-10-22 21:20:10","2020-10-22","23");
INSERT INTO `wp_statistics_visit` VALUES("4104","2020-10-24 23:01:18","2020-10-24","36");
INSERT INTO `wp_statistics_visit` VALUES("4152","2020-10-25 20:58:18","2020-10-25","16");
INSERT INTO `wp_statistics_visit` VALUES("4154","2020-10-26 00:34:27","2020-10-26","27");
INSERT INTO `wp_statistics_visit` VALUES("4155","0000-00-00 00:00:00","2020-10-27","8");
INSERT INTO `wp_statistics_visit` VALUES("4182","0000-00-00 00:00:00","2020-10-28","39");
INSERT INTO `wp_statistics_visit` VALUES("4191","2020-10-29 02:05:04","2020-10-29","15");
INSERT INTO `wp_statistics_visit` VALUES("4231","0000-00-00 00:00:00","2020-10-30","11");
INSERT INTO `wp_statistics_visit` VALUES("4245","2020-10-31 00:36:43","2020-10-31","31");
INSERT INTO `wp_statistics_visit` VALUES("4257","2020-11-01 02:08:32","2020-11-01","61");
INSERT INTO `wp_statistics_visit` VALUES("4287","2020-11-02 00:08:22","2020-11-02","35");
INSERT INTO `wp_statistics_visit` VALUES("4347","0000-00-00 00:00:00","2020-11-03","17");
INSERT INTO `wp_statistics_visit` VALUES("4382","2020-11-04 03:02:03","2020-11-04","2");
INSERT INTO `wp_statistics_visit` VALUES("4400","2020-11-05 23:00:06","2020-11-05","15");
INSERT INTO `wp_statistics_visit` VALUES("4403","0000-00-00 00:00:00","2020-11-07","24");
INSERT INTO `wp_statistics_visit` VALUES("4404","2020-11-06 22:42:16","2020-11-06","38");
INSERT INTO `wp_statistics_visit` VALUES("4430","2020-11-08 00:19:59","2020-11-08","21");
INSERT INTO `wp_statistics_visit` VALUES("4431","0000-00-00 00:00:00","2020-11-09","34");
INSERT INTO `wp_statistics_visit` VALUES("4452","2020-11-10 15:44:20","2020-11-10","31");
INSERT INTO `wp_statistics_visit` VALUES("4488","0000-00-00 00:00:00","2020-11-12","25");
INSERT INTO `wp_statistics_visit` VALUES("4489","2020-11-11 23:52:59","2020-11-11","25");
INSERT INTO `wp_statistics_visit` VALUES("4512","2020-11-13 19:52:43","2020-11-13","25");
INSERT INTO `wp_statistics_visit` VALUES("4517","2020-11-14 23:16:11","2020-11-14","13");
INSERT INTO `wp_statistics_visit` VALUES("4518","2020-11-15 17:50:46","2020-11-15","34");
INSERT INTO `wp_statistics_visit` VALUES("4519","0000-00-00 00:00:00","2020-11-17","38");
INSERT INTO `wp_statistics_visit` VALUES("4520","2020-11-16 16:59:09","2020-11-16","13");
INSERT INTO `wp_statistics_visit` VALUES("4560","0000-00-00 00:00:00","2020-11-19","18");
INSERT INTO `wp_statistics_visit` VALUES("4561","2020-11-18 22:11:33","2020-11-18","29");
INSERT INTO `wp_statistics_visit` VALUES("4581","2020-11-20 21:55:53","2020-11-20","14");
INSERT INTO `wp_statistics_visit` VALUES("4582","0000-00-00 00:00:00","2020-11-22","36");
INSERT INTO `wp_statistics_visit` VALUES("4583","2020-11-21 23:02:16","2020-11-21","21");
INSERT INTO `wp_statistics_visit` VALUES("4584","0000-00-00 00:00:00","2020-11-23","55");
INSERT INTO `wp_statistics_visit` VALUES("4621","2020-11-24 19:53:20","2020-11-24","25");
INSERT INTO `wp_statistics_visit` VALUES("4678","2020-11-25 21:12:48","2020-11-25","28");
INSERT INTO `wp_statistics_visit` VALUES("4679","2020-11-26 00:00:13","2020-11-26","48");
INSERT INTO `wp_statistics_visit` VALUES("4680","0000-00-00 00:00:00","2020-11-27","21");
INSERT INTO `wp_statistics_visit` VALUES("4728","2020-11-28 20:01:31","2020-11-28","15");
INSERT INTO `wp_statistics_visit` VALUES("4751","2020-11-29 03:05:52","2020-11-29","17");
INSERT INTO `wp_statistics_visit` VALUES("4752","0000-00-00 00:00:00","2020-11-30","14");
INSERT INTO `wp_statistics_visit` VALUES("4768","2020-12-01 23:20:21","2020-12-01","29");
INSERT INTO `wp_statistics_visit` VALUES("4784","2020-12-02 22:32:45","2020-12-02","44");
INSERT INTO `wp_statistics_visit` VALUES("4785","2020-12-03 23:28:24","2020-12-03","24");
INSERT INTO `wp_statistics_visit` VALUES("4786","2020-12-04 04:15:53","2020-12-04","7");
INSERT INTO `wp_statistics_visit` VALUES("4787","2020-12-05 17:57:12","2020-12-05","13");
INSERT INTO `wp_statistics_visit` VALUES("4788","2020-12-06 17:10:30","2020-12-06","13");
INSERT INTO `wp_statistics_visit` VALUES("4789","0000-00-00 00:00:00","2020-12-08","24");
INSERT INTO `wp_statistics_visit` VALUES("4790","2020-12-07 22:23:06","2020-12-07","23");
INSERT INTO `wp_statistics_visit` VALUES("4816","0000-00-00 00:00:00","2020-12-10","26");
INSERT INTO `wp_statistics_visit` VALUES("4817","2020-12-09 23:25:46","2020-12-09","22");
INSERT INTO `wp_statistics_visit` VALUES("4845","2020-12-11 21:18:17","2020-12-11","33");
INSERT INTO `wp_statistics_visit` VALUES("4846","2020-12-12 22:35:39","2020-12-12","23");
INSERT INTO `wp_statistics_visit` VALUES("4847","0000-00-00 00:00:00","2020-12-14","12");
INSERT INTO `wp_statistics_visit` VALUES("4848","2020-12-13 19:04:20","2020-12-13","17");
INSERT INTO `wp_statistics_visit` VALUES("4862","2020-12-15 23:01:55","2020-12-15","74");
INSERT INTO `wp_statistics_visit` VALUES("4863","2020-12-16 08:38:27","2020-12-16","9");
INSERT INTO `wp_statistics_visit` VALUES("4864","0000-00-00 00:00:00","2020-12-18","28");
INSERT INTO `wp_statistics_visit` VALUES("4865","2020-12-17 23:00:30","2020-12-17","24");
INSERT INTO `wp_statistics_visit` VALUES("4866","2020-12-19 23:05:30","2020-12-19","30");
INSERT INTO `wp_statistics_visit` VALUES("4896","0000-00-00 00:00:00","2020-12-21","16");
INSERT INTO `wp_statistics_visit` VALUES("4897","2020-12-20 22:09:01","2020-12-20","29");
INSERT INTO `wp_statistics_visit` VALUES("4915","2020-12-22 02:11:47","2020-12-22","15");
INSERT INTO `wp_statistics_visit` VALUES("4917","2020-12-23 20:00:29","2020-12-23","17");
INSERT INTO `wp_statistics_visit` VALUES("4932","2020-12-24 17:06:43","2020-12-24","12");
INSERT INTO `wp_statistics_visit` VALUES("4939","0000-00-00 00:00:00","2020-12-26","51");
INSERT INTO `wp_statistics_visit` VALUES("4940","2020-12-25 21:28:43","2020-12-25","40");
INSERT INTO `wp_statistics_visit` VALUES("4941","2020-12-27 22:02:21","2020-12-27","48");
INSERT INTO `wp_statistics_visit` VALUES("4994","2020-12-28 22:15:48","2020-12-28","24");
INSERT INTO `wp_statistics_visit` VALUES("4995","2020-12-29 00:02:09","2020-12-29","15");
INSERT INTO `wp_statistics_visit` VALUES("4996","0000-00-00 00:00:00","2020-12-30","30");
INSERT INTO `wp_statistics_visit` VALUES("5011","0000-00-00 00:00:00","2020-12-31","23");
INSERT INTO `wp_statistics_visit` VALUES("5042","2021-01-01 00:33:17","2021-01-01","12");
INSERT INTO `wp_statistics_visit` VALUES("5066","2021-01-02 16:47:29","2021-01-02","20");
INSERT INTO `wp_statistics_visit` VALUES("5078","2021-01-03 22:31:05","2021-01-03","25");
INSERT INTO `wp_statistics_visit` VALUES("5079","0000-00-00 00:00:00","2021-01-05","18");
INSERT INTO `wp_statistics_visit` VALUES("5080","2021-01-04 22:15:50","2021-01-04","25");
INSERT INTO `wp_statistics_visit` VALUES("5100","2021-01-06 22:53:03","2021-01-06","55");
INSERT INTO `wp_statistics_visit` VALUES("5101","2021-01-07 11:14:57","2021-01-07","37");
INSERT INTO `wp_statistics_visit` VALUES("5102","2021-01-08 20:15:45","2021-01-08","12");
INSERT INTO `wp_statistics_visit` VALUES("5103","0000-00-00 00:00:00","2021-01-10","18");
INSERT INTO `wp_statistics_visit` VALUES("5104","2021-01-09 23:02:13","2021-01-09","26");
INSERT INTO `wp_statistics_visit` VALUES("5124","0000-00-00 00:00:00","2021-01-12","41");
INSERT INTO `wp_statistics_visit` VALUES("5125","2021-01-11 22:43:19","2021-01-11","19");
INSERT INTO `wp_statistics_visit` VALUES("5167","2021-01-13 23:06:26","2021-01-13","15");
INSERT INTO `wp_statistics_visit` VALUES("5169","2021-01-14 21:10:13","2021-01-14","22");
INSERT INTO `wp_statistics_visit` VALUES("5170","2021-01-15 22:37:00","2021-01-15","18");
INSERT INTO `wp_statistics_visit` VALUES("5171","2021-01-16 19:53:43","2021-01-16","18");
INSERT INTO `wp_statistics_visit` VALUES("5172","0000-00-00 00:00:00","2021-01-18","32");
INSERT INTO `wp_statistics_visit` VALUES("5173","2021-01-17 22:28:38","2021-01-17","15");
INSERT INTO `wp_statistics_visit` VALUES("5207","2021-01-19 21:26:12","2021-01-19","22");
INSERT INTO `wp_statistics_visit` VALUES("5208","2021-01-20 19:54:51","2021-01-20","57");
INSERT INTO `wp_statistics_visit` VALUES("5209","2021-01-21 22:08:28","2021-01-21","57");
INSERT INTO `wp_statistics_visit` VALUES("5212","2021-01-22 15:11:22","2021-01-22","56");
INSERT INTO `wp_statistics_visit` VALUES("5213","2021-01-23 23:09:19","2021-01-23","14");
INSERT INTO `wp_statistics_visit` VALUES("5214","2021-01-24 12:49:36","2021-01-24","9");
INSERT INTO `wp_statistics_visit` VALUES("5215","2021-01-25 22:00:42","2021-01-25","40");
INSERT INTO `wp_statistics_visit` VALUES("5216","2021-01-26 22:14:05","2021-01-26","49");
INSERT INTO `wp_statistics_visit` VALUES("5217","0000-00-00 00:00:00","2021-01-28","48");
INSERT INTO `wp_statistics_visit` VALUES("5218","2021-01-27 22:34:03","2021-01-27","19");
INSERT INTO `wp_statistics_visit` VALUES("5268","2021-01-29 23:36:26","2021-01-29","72");
INSERT INTO `wp_statistics_visit` VALUES("5269","2021-01-30 23:12:30","2021-01-30","117");
INSERT INTO `wp_statistics_visit` VALUES("5273","2021-01-31 23:21:23","2021-01-31","59");
INSERT INTO `wp_statistics_visit` VALUES("5276","2021-02-01 21:41:16","2021-02-01","46");
INSERT INTO `wp_statistics_visit` VALUES("5281","2021-02-02 23:28:33","2021-02-02","33");
INSERT INTO `wp_statistics_visit` VALUES("5282","2021-02-03 18:26:18","2021-02-03","52");
INSERT INTO `wp_statistics_visit` VALUES("5283","0000-00-00 00:00:00","2021-02-05","44");
INSERT INTO `wp_statistics_visit` VALUES("5284","2021-02-04 17:17:43","2021-02-04","32");
INSERT INTO `wp_statistics_visit` VALUES("5285","2021-02-06 00:10:31","2021-02-06","81");
INSERT INTO `wp_statistics_visit` VALUES("5330","2021-02-07 22:48:04","2021-02-07","42");
INSERT INTO `wp_statistics_visit` VALUES("5412","2021-02-08 11:15:34","2021-02-08","20");
INSERT INTO `wp_statistics_visit` VALUES("5414","2021-02-09 00:10:30","2021-02-09","72");
INSERT INTO `wp_statistics_visit` VALUES("5415","0000-00-00 00:00:00","2021-02-10","8");
INSERT INTO `wp_statistics_visit` VALUES("5486","0000-00-00 00:00:00","2021-02-11","12");
INSERT INTO `wp_statistics_visit` VALUES("5495","2021-02-12 03:01:28","2021-02-12","19");
INSERT INTO `wp_statistics_visit` VALUES("5508","2021-02-13 20:37:10","2021-02-13","84");
INSERT INTO `wp_statistics_visit` VALUES("5528","0000-00-00 00:00:00","2021-02-15","97");
INSERT INTO `wp_statistics_visit` VALUES("5529","2021-02-14 22:00:08","2021-02-14","19");
INSERT INTO `wp_statistics_visit` VALUES("5628","2021-02-16 18:57:35","2021-02-16","77");
INSERT INTO `wp_statistics_visit` VALUES("5629","2021-02-17 21:19:27","2021-02-17","15");
INSERT INTO `wp_statistics_visit` VALUES("5630","2021-02-18 23:37:50","2021-02-18","55");
INSERT INTO `wp_statistics_visit` VALUES("5631","2021-02-19 20:43:12","2021-02-19","32");
INSERT INTO `wp_statistics_visit` VALUES("5633","2021-02-20 21:20:38","2021-02-20","63");
INSERT INTO `wp_statistics_visit` VALUES("5636","0000-00-00 00:00:00","2021-02-22","19");
INSERT INTO `wp_statistics_visit` VALUES("5637","2021-02-21 19:24:53","2021-02-21","45");
INSERT INTO `wp_statistics_visit` VALUES("5658","2021-02-23 01:09:08","2021-02-23","28");
INSERT INTO `wp_statistics_visit` VALUES("5659","2021-02-24 17:18:02","2021-02-24","30");
INSERT INTO `wp_statistics_visit` VALUES("5688","2021-02-25 22:36:18","2021-02-25","32");
INSERT INTO `wp_statistics_visit` VALUES("5689","0000-00-00 00:00:00","2021-02-27","24");
INSERT INTO `wp_statistics_visit` VALUES("5690","2021-02-26 23:50:13","2021-02-26","21");
INSERT INTO `wp_statistics_visit` VALUES("5716","2021-02-28 21:24:34","2021-02-28","28");
INSERT INTO `wp_statistics_visit` VALUES("5717","2021-03-01 22:59:12","2021-03-01","20");
INSERT INTO `wp_statistics_visit` VALUES("5718","2021-03-02 23:00:35","2021-03-02","35");
INSERT INTO `wp_statistics_visit` VALUES("5719","2021-03-03 23:25:09","2021-03-03","27");
INSERT INTO `wp_statistics_visit` VALUES("5720","2021-03-04 17:35:33","2021-03-04","14");
INSERT INTO `wp_statistics_visit` VALUES("5722","2021-03-05 00:32:15","2021-03-05","39");
INSERT INTO `wp_statistics_visit` VALUES("5723","0000-00-00 00:00:00","2021-03-06","33");
INSERT INTO `wp_statistics_visit` VALUES("5761","2021-03-07 17:48:44","2021-03-07","25");
INSERT INTO `wp_statistics_visit` VALUES("5796","2021-03-08 20:40:13","2021-03-08","18");
INSERT INTO `wp_statistics_visit` VALUES("5797","0000-00-00 00:00:00","2021-03-10","65");
INSERT INTO `wp_statistics_visit` VALUES("5798","2021-03-09 21:26:34","2021-03-09","31");
INSERT INTO `wp_statistics_visit` VALUES("5799","2021-03-11 21:47:53","2021-03-11","24");
INSERT INTO `wp_statistics_visit` VALUES("5866","0000-00-00 00:00:00","2021-03-13","115");
INSERT INTO `wp_statistics_visit` VALUES("5867","2021-03-12 22:01:02","2021-03-12","25");
INSERT INTO `wp_statistics_visit` VALUES("5984","2021-03-14 00:05:21","2021-03-14","124");
INSERT INTO `wp_statistics_visit` VALUES("5985","0000-00-00 00:00:00","2021-03-15","38");
INSERT INTO `wp_statistics_visit` VALUES("6109","0000-00-00 00:00:00","2021-03-16","24");
INSERT INTO `wp_statistics_visit` VALUES("6148","2021-03-17 08:49:47","2021-03-17","8");
INSERT INTO `wp_statistics_visit` VALUES("6174","2021-03-18 07:56:18","2021-03-18","28");
INSERT INTO `wp_statistics_visit` VALUES("6175","0000-00-00 00:00:00","2021-03-20","20");
INSERT INTO `wp_statistics_visit` VALUES("6176","2021-03-19 18:07:38","2021-03-19","35");
INSERT INTO `wp_statistics_visit` VALUES("6177","2021-03-21 21:35:32","2021-03-21","48");
INSERT INTO `wp_statistics_visit` VALUES("6178","2021-03-22 21:30:42","2021-03-22","41");
INSERT INTO `wp_statistics_visit` VALUES("6179","2021-03-23 20:06:14","2021-03-23","55");
INSERT INTO `wp_statistics_visit` VALUES("6180","0000-00-00 00:00:00","2021-03-25","41");
INSERT INTO `wp_statistics_visit` VALUES("6181","2021-03-24 23:00:37","2021-03-24","24");
INSERT INTO `wp_statistics_visit` VALUES("6224","0000-00-00 00:00:00","2021-03-27","38");
INSERT INTO `wp_statistics_visit` VALUES("6225","2021-03-26 23:39:03","2021-03-26","32");
INSERT INTO `wp_statistics_visit` VALUES("6265","2021-03-28 02:03:43","2021-03-28","13");
INSERT INTO `wp_statistics_visit` VALUES("6266","0000-00-00 00:00:00","2021-03-29","71");
INSERT INTO `wp_statistics_visit` VALUES("6279","2021-03-30 21:50:39","2021-03-30","32");
INSERT INTO `wp_statistics_visit` VALUES("6352","2021-03-31 01:12:47","2021-03-31","23");
INSERT INTO `wp_statistics_visit` VALUES("6353","2021-04-01 02:02:23","2021-04-01","41");
INSERT INTO `wp_statistics_visit` VALUES("6376","2021-04-02 18:50:00","2021-04-02","44");
INSERT INTO `wp_statistics_visit` VALUES("6418","0000-00-00 00:00:00","2021-04-04","30");
INSERT INTO `wp_statistics_visit` VALUES("6419","2021-04-03 23:42:49","2021-04-03","25");
INSERT INTO `wp_statistics_visit` VALUES("6451","0000-00-00 00:00:00","2021-04-06","23");
INSERT INTO `wp_statistics_visit` VALUES("6452","2021-04-05 16:40:35","2021-04-05","25");
INSERT INTO `wp_statistics_visit` VALUES("6477","2021-04-07 02:09:32","2021-04-07","43");
INSERT INTO `wp_statistics_visit` VALUES("6478","0000-00-00 00:00:00","2021-04-08","49");
INSERT INTO `wp_statistics_visit` VALUES("6521","0000-00-00 00:00:00","2021-04-09","250");
INSERT INTO `wp_statistics_visit` VALUES("6571","2021-04-10 19:32:58","2021-04-10","195");
INSERT INTO `wp_statistics_visit` VALUES("6823","2021-04-11 02:10:21","2021-04-11","43");
INSERT INTO `wp_statistics_visit` VALUES("6824","2021-04-12 19:33:27","2021-04-12","37");
INSERT INTO `wp_statistics_visit` VALUES("6868","0000-00-00 00:00:00","2021-04-14","13");
INSERT INTO `wp_statistics_visit` VALUES("6869","2021-04-13 23:49:50","2021-04-13","40");
INSERT INTO `wp_statistics_visit` VALUES("6884","0000-00-00 00:00:00","2021-04-16","48");
INSERT INTO `wp_statistics_visit` VALUES("6885","2021-04-15 20:27:09","2021-04-15","66");
INSERT INTO `wp_statistics_visit` VALUES("6887","2021-04-17 17:22:19","2021-04-17","35");
INSERT INTO `wp_statistics_visit` VALUES("6936","2021-04-18 02:01:46","2021-04-18","20");
INSERT INTO `wp_statistics_visit` VALUES("6937","2021-04-19 00:15:20","2021-04-19","25");
INSERT INTO `wp_statistics_visit` VALUES("6956","0000-00-00 00:00:00","2021-04-20","36");
INSERT INTO `wp_statistics_visit` VALUES("6981","2021-04-21 00:31:48","2021-04-21","23");
INSERT INTO `wp_statistics_visit` VALUES("7018","2021-04-22 23:20:46","2021-04-22","30");
INSERT INTO `wp_statistics_visit` VALUES("7042","0000-00-00 00:00:00","2021-04-24","6");
INSERT INTO `wp_statistics_visit` VALUES("7043","2021-04-23 21:56:25","2021-04-23","54");
INSERT INTO `wp_statistics_visit` VALUES("7044","0000-00-00 00:00:00","2021-04-25","30");
INSERT INTO `wp_statistics_visit` VALUES("7051","2021-04-26 23:36:39","2021-04-26","61");
INSERT INTO `wp_statistics_visit` VALUES("7083","2021-04-27 19:14:27","2021-04-27","57");
INSERT INTO `wp_statistics_visit` VALUES("7084","2021-04-28 00:10:48","2021-04-28","40");
INSERT INTO `wp_statistics_visit` VALUES("7085","0000-00-00 00:00:00","2021-04-29","29");
INSERT INTO `wp_statistics_visit` VALUES("7124","2021-04-30 02:06:11","2021-04-30","25");
INSERT INTO `wp_statistics_visit` VALUES("7154","2021-05-01 20:07:34","2021-05-01","32");
INSERT INTO `wp_statistics_visit` VALUES("7180","2021-05-02 00:09:17","2021-05-02","53");
INSERT INTO `wp_statistics_visit` VALUES("7181","2021-05-03 23:17:52","2021-05-03","69");
INSERT INTO `wp_statistics_visit` VALUES("7235","0000-00-00 00:00:00","2021-05-05","41");
INSERT INTO `wp_statistics_visit` VALUES("7236","2021-05-04 21:49:52","2021-05-04","39");
INSERT INTO `wp_statistics_visit` VALUES("7237","2021-05-06 21:11:05","2021-05-06","23");
INSERT INTO `wp_statistics_visit` VALUES("7280","2021-05-07 00:14:39","2021-05-07","22");
INSERT INTO `wp_statistics_visit` VALUES("7281","2021-05-08 18:23:48","2021-05-08","25");



DROP TABLE IF EXISTS `wp_statistics_visitor`;

CREATE TABLE `wp_statistics_visitor` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(255) NOT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `UAString` varchar(255) DEFAULT NULL,
  `ip` varchar(60) NOT NULL,
  `location` varchar(10) DEFAULT NULL,
  `hits` int(11) DEFAULT NULL,
  `honeypot` int(11) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `date_ip_agent` (`last_counter`,`ip`,`agent`(75),`platform`(75),`version`(75)),
  KEY `agent` (`agent`),
  KEY `platform` (`platform`),
  KEY `version` (`version`),
  KEY `location` (`location`)
) ENGINE=InnoDB AUTO_INCREMENT=5345 DEFAULT CHARSET=utf8;

INSERT INTO `wp_statistics_visitor` VALUES("1","2019-09-16","http://www.mc-reunion.com/wp-admin/plugin-install.php?s=visit&tab=search&type=term","Chrome","Windows","6.1",NULL,"172.58.59.201","000",NULL,NULL);
INSERT INTO `wp_statistics_visitor` VALUES("2","2019-09-16","http://www.mc-reunion.com/","Chrome","Windows","6.2","","66.96.183.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3","2019-09-17","http://fourth-stage.com/","Chrome","Windows","6.1","","172.58.59.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4","2019-09-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.177","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5","2019-09-17","http://www.mc-reunion.com","Chrome","Windows","6.0","","85.115.52.140","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("6","2019-09-17","http://www.mc-reunion.com","Firefox","Windows","10.0","","27.123.255.214","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("7","2019-09-17","http://www.mc-reunion.com","Firefox","Windows","6.1","","76.209.220.138","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("8","2019-09-17","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.59.183","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("9","2019-09-17","http://www.mc-reunion.com","Firefox","Windows","10.0","","36.99.136.143","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("10","2019-09-17","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.160.111","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("11","2019-09-17","http://mc-reunion.com/","Safari","iOS","12.4","","196.52.84.12","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("12","2019-09-17","https://www.mc-reunion.com/","Safari","iOS","12.3.1","","157.230.173.0","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("13","2019-09-17","https://www.mc-reunion.com/","Chrome","Windows","6.1","","84.93.39.86","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("14","2019-09-17","http://mc-reunion.com/","Safari","iOS","12.4.1","","195.181.172.169","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("15","2019-09-17","https://www.mc-reunion.com/","Safari","iOS","12.4.1","","195.181.172.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("16","2019-09-17","http://mc-reunion.com","Firefox","Ubuntu","Unknown","","198.46.193.213","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("17","2019-09-17","http://robhopping.com/","Samsung Internet","Android","8.0.0","","172.58.63.101","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("18","2019-09-17","http://www.mc-reunion.com","Chrome","Linux","Unknown","","3.14.144.148","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("19","2019-09-17","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","188.166.189.163","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("20","2019-09-17","http://www.mc-reunion.com","Firefox","Windows","10.0","","89.187.178.170","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("21","2019-09-17","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("22","2019-09-17","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.116.101","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("23","2019-09-17","http://www.mc-reunion.com","Chrome","Windows","10.0","","140.227.64.64","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("24","2019-09-17","http://mc-reunion.com/","Chrome","Windows","6.2","","66.96.183.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("25","2019-09-17","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("26","2019-09-18","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("27","2019-09-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.179","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("28","2019-09-18","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.235.211","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("29","2019-09-18","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("30","2019-09-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","59.61.184.28","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("31","2019-09-18","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.63.101","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("32","2019-09-18","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.63.80","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("33","2019-09-18","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.89.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("34","2019-09-18","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.206.136","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("35","2019-09-18","http://www.mc-reunion.com","Safari","iOS","12.4.1","","174.210.9.89","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("36","2019-09-19","http://www.mc-reunion.com","Firefox","Windows","6.1","","45.61.169.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("37","2019-09-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.178","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("38","2019-09-19","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.229.37.16","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("39","2019-09-19","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","208.80.194.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("40","2019-09-19","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("41","2019-09-19","http://mc-reunion.com","Chrome","Windows","6.1","","185.205.145.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("42","2019-09-19","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.135.17","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("43","2019-09-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.180","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("44","2019-09-20","http://www.mc-reunion.com","Safari","OS X","10.9.3","","165.227.123.134","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("45","2019-09-20","http://www.mc-reunion.com","Chrome","OS X","10.11.6","","54.39.100.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("46","2019-09-20","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.198.90","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("47","2019-09-20","http://mc-reunion.com","Chrome","Windows","6.1","","54.38.235.1","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("48","2019-09-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.230.6.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("49","2019-09-20","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.15.183.122","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("50","2019-09-20","http://mc-reunion.com/","Safari","iOS","12.3.1","","169.197.112.102","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("51","2019-09-20","https://mc-reunion.com/","Chrome","iOS","12.4","","87.113.54.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("52","2019-09-20","https://mc-reunion.com/","Chrome","iOS","12.4","","165.227.163.166","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("53","2019-09-20","http://mc-reunion.com/","Chrome","Windows","10.0","","185.206.225.135","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("54","2019-09-20","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("55","2019-09-20","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.242.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("56","2019-09-20","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","128.90.167.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("57","2019-09-21","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","195.154.156.182","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("58","2019-09-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("59","2019-09-21","http://mc-reunion.com/","Unknown","Android","9","","154.127.57.151","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("60","2019-09-21","http://mc-reunion.com/","Unknown","Windows","6.1","","87.113.227.124","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("61","2019-09-21","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.155.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("62","2019-09-21","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.221.23","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("63","2019-09-21","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.159.30.29","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("64","2019-09-21","http://www.mc-reunion.com","Firefox","Windows","6.0","","195.16.58.54","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("65","2019-09-21","http://www.mc-reunion.com","Firefox","Windows","6.0","","91.122.246.50","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("66","2019-09-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.59.193","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("67","2019-09-21","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.229.58.206","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("68","2019-09-22","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("69","2019-09-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.180","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("70","2019-09-22","http://www.mc-reunion.com","Unknown","Linux","Unknown","","34.73.128.10","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("71","2019-09-22","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","163.172.71.49","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("72","2019-09-22","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.159.30.34","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("73","2019-09-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.137","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("74","2019-09-23","http://www.mc-reunion.com","Unknown","Linux","Unknown","","34.74.104.30","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("75","2019-09-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("76","2019-09-23","http://www.mc-reunion.com","Chrome","Linux","Unknown","","3.14.246.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("77","2019-09-23","http://www.mc-reunion.com","Safari","OS X","10.14.6","","23.240.31.19","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("78","2019-09-23","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("79","2019-09-23","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("80","2019-09-23","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.231.165","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("81","2019-09-23","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.62.179","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("82","2019-09-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","162.144.41.232","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("83","2019-09-24","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.57.253","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("84","2019-09-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.177","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("85","2019-09-24","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.5.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("86","2019-09-24","https://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.137","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("87","2019-09-24","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","18","0");
INSERT INTO `wp_statistics_visitor` VALUES("88","2019-09-24","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("89","2019-09-24","http://www.mc-reunion.com","Chrome","Windows","6.1","","52.168.170.168","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("90","2019-09-24","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.4.14.198","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("91","2019-09-24","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","3.24.117.66","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("92","2019-09-24","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","162.144.134.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("93","2019-09-25","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","13","0");
INSERT INTO `wp_statistics_visitor` VALUES("94","2019-09-25","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.151.51","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("95","2019-09-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.181","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("96","2019-09-25","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.101.82","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("97","2019-09-25","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.159.30.31","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("98","2019-09-25","http://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.236","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("99","2019-09-25","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("100","2019-09-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.177","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("101","2019-09-26","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.154.76","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("102","2019-09-26","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("103","2019-09-26","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","62.210.172.215","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("104","2019-09-26","https://www.mc-reunion.com","Firefox","OS X","10.12","","148.72.150.92","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("105","2019-09-26","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","208.80.194.41","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("106","2019-09-26","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.145.48","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("107","2019-09-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","176.126.165.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("108","2019-09-26","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","34.213.150.255","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("109","2019-09-26","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("110","2019-09-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.236","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("111","2019-09-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.84.56","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("112","2019-09-26","http://www.mc-reunion.com","Android Browser","Android","4.4.2","","103.59.156.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("113","2019-09-27","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.84.65","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("114","2019-09-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.178","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("115","2019-09-27","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.229.42.218","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("116","2019-09-27","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("117","2019-09-27","http://www.mc-reunion.com","Opera Mini","Series60","Unknown","","62.109.4.125","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("118","2019-09-27","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","18.236.75.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("119","2019-09-27","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.130.152","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("120","2019-09-27","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","13.54.136.1","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("121","2019-09-27","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("122","2019-09-28","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.59.199.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("123","2019-09-28","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("124","2019-09-28","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("125","2019-09-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.179","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("126","2019-09-28","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.129.70","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("127","2019-09-28","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.165.80","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("128","2019-09-28","http://mc-reunion.com/","Unknown","Android","9","","155.254.115.75","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("129","2019-09-28","https://mc-reunion.com/","Safari","iOS","12.3.1","","205.185.113.251","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("130","2019-09-28","http://mc-reunion.com/","Chrome","Windows","10.0","","196.52.84.49","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("131","2019-09-28","http://mc-reunion.com/","Firefox Mobile","Android","9","","185.220.100.254","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("132","2019-09-28","http://mc-reunion.com/","Safari","iOS","12.3.1","","92.23.56.40","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("133","2019-09-28","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("134","2019-09-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("135","2019-09-29","http://www.mc-reunion.com","Unknown","Linux","Unknown","","34.73.211.60","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("136","2019-09-29","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.250.228","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("137","2019-09-29","https://www.mc-reunion.com/","Internet Explorer","Windows","5.1","","79.73.70.19","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("138","2019-09-29","http://www.mc-reunion.com/","Unknown","Android","9","","196.251.250.114","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("140","2019-09-29","http://www.mc-reunion.com/","Chrome","Android","4.2.1","","195.181.170.85","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("141","2019-09-29","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.159.0.165","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("142","2019-09-29","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("143","2019-09-29","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.32.26","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("144","2019-09-29","http://www.mc-reunion.com","Chrome","Linux","Unknown","","207.102.138.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("145","2019-09-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.181","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("146","2019-09-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.236","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("147","2019-09-30","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.198.200","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("148","2019-09-30","http://www.mc-reunion.com","Firefox","Windows","6.1","","54.191.93.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("149","2019-09-30","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","15","0");
INSERT INTO `wp_statistics_visitor` VALUES("150","2019-09-30","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.159.0.165","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("151","2019-09-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.59.223","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("152","2019-09-30","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.63.106","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("153","2019-09-30","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.224.169","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("154","2019-09-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.59.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("155","2019-10-01","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","22","0");
INSERT INTO `wp_statistics_visitor` VALUES("156","2019-10-01","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.63.106","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("157","2019-10-01","http://www.mc-reunion.com/downloads/collection.html","Chrome","Windows","6.1","","172.58.59.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("158","2019-10-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.178","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("159","2019-10-01","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.247.77","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("160","2019-10-01","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.59.19","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("161","2019-10-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.59.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("162","2019-10-01","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.5.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("163","2019-10-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.181","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("164","2019-10-02","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("165","2019-10-02","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.115.160","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("166","2019-10-02","http://www.mc-reunion.com","Firefox","Windows","6.1","","88.118.174.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("167","2019-10-02","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.5.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("168","2019-10-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","119.81.246.250","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("169","2019-10-03","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","20","0");
INSERT INTO `wp_statistics_visitor` VALUES("170","2019-10-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("171","2019-10-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.59.85","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("172","2019-10-03","http://www.mc-reunion.com","Chrome","Linux","Unknown","","18.191.251.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("173","2019-10-03","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.159.0.165","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("174","2019-10-03","http://www.mc-reunion.com","Firefox","Windows","6.1","","68.71.148.83","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("175","2019-10-03","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.135.194","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("176","2019-10-03","http://www.mc-reunion.com","Safari","iOS","12.4.1","","174.52.32.178","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("177","2019-10-03","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","208.80.194.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("178","2019-10-03","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","54.68.217.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("179","2019-10-03","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","62.210.172.211","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("180","2019-10-03","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("181","2019-10-03","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","45.12.220.253","000","172","0");
INSERT INTO `wp_statistics_visitor` VALUES("182","2019-10-03","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.5.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("183","2019-10-04","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.62.152","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("184","2019-10-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.178","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("185","2019-10-04","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("186","2019-10-04","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.151.51","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("187","2019-10-04","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("190","2019-10-04","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.58.62.241","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("191","2019-10-04","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("192","2019-10-04","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","163.172.251.150","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("193","2019-10-05","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.69.187","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("194","2019-10-05","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.70.207","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("195","2019-10-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("196","2019-10-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","3.115.7.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("197","2019-10-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("198","2019-10-05","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.92.145","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("199","2019-10-05","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","15","0");
INSERT INTO `wp_statistics_visitor` VALUES("200","2019-10-05","http://www.mc-reunion.com","Firefox","Windows","6.1","","159.89.23.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("201","2019-10-05","http://www.mc-reunion.com","Chrome","Windows","6.0","","178.62.74.6","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("202","2019-10-06","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("203","2019-10-06","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.69.187","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("204","2019-10-06","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.92.145","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("205","2019-10-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.181","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("206","2019-10-06","http://www.mc-reunion.com","Internet Explorer","Windows","5.2","","38.111.144.151","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("207","2019-10-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("208","2019-10-06","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.34.214","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("209","2019-10-06","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","208.109.53.185","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("210","2019-10-07","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","24","0");
INSERT INTO `wp_statistics_visitor` VALUES("211","2019-10-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.181","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("212","2019-10-07","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.29.186","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("213","2019-10-07","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.193.198","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("214","2019-10-07","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("215","2019-10-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("216","2019-10-07","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","85.143.223.112","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("217","2019-10-07","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.235.211","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("218","2019-10-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.181","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("219","2019-10-08","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.185.40.17","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("220","2019-10-08","http://www.mc-reunion.com","Unknown","OS X","10.14.6","","23.240.31.19","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("221","2019-10-08","http://www.mc-reunion.com","Chrome","Windows","10.0","","89.22.101.69","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("222","2019-10-08","http://www.mc-reunion.com","Chrome","Linux","Unknown","","18.189.180.106","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("223","2019-10-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","114.125.215.237","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("224","2019-10-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","114.125.199.19","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("225","2019-10-08","https://www.mc-reunion.com","Chrome","Windows","6.1","","129.78.110.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("226","2019-10-08","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.229.58.206","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("227","2019-10-08","http://www.mc-reunion.com","Chrome","Android","4.4.2","","211.56.145.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("228","2019-10-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("229","2019-10-09","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.236.141","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("230","2019-10-09","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("231","2019-10-09","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.229.52.190","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("232","2019-10-09","http://www.mc-reunion.com","Chrome","Linux","Unknown","","79.144.249.239","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("233","2019-10-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.179","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("234","2019-10-10","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.130.152","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("235","2019-10-10","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("237","2019-10-10","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","208.80.194.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("238","2019-10-11","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.60.135","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("239","2019-10-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.181","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("240","2019-10-11","http://www.mc-reunion.com","Firefox","Windows","6.1","","34.217.96.124","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("241","2019-10-11","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.127.76","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("242","2019-10-11","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("243","2019-10-11","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("244","2019-10-11","http://mc-reunion.com/","Opera","Windows","6.1","","151.106.12.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("245","2019-10-11","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","153.122.24.211","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("246","2019-10-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.177","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("247","2019-10-12","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("248","2019-10-12","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","108.171.216.162","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("249","2019-10-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("250","2019-10-13","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("251","2019-10-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("252","2019-10-13","http://mc-reunion.com/","Opera","Windows","6.1","","108.62.3.45","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("253","2019-10-13","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("254","2019-10-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("255","2019-10-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","79.191.167.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("256","2019-10-13","https://www.google.com/","Chrome","Windows","6.1","","172.58.87.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("257","2019-10-13","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.84.113","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("258","2019-10-14","http://www.mc-reunion.com","Chrome","Chrome OS","Unknown","","73.153.145.164","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("259","2019-10-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.164.186","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("260","2019-10-14","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.250.185.138","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("261","2019-10-14","http://www.mc-reunion.com","Firefox","Windows","10.0","","77.234.46.253","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("262","2019-10-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("263","2019-10-14","http://robhopping.com/","Samsung Internet","Android","8.0.0","","172.58.84.113","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("264","2019-10-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.185","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("265","2019-10-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("266","2019-10-15","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.154.147","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("267","2019-10-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","45.61.166.94","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("268","2019-10-15","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.114.96.37","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("269","2019-10-15","http://mc-reunion.com","Chrome","OS X","10.12.1","","104.192.74.228","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("270","2019-10-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.185","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("271","2019-10-16","http://www.mc-reunion.com","Chrome","Windows","10.0","","213.183.56.170","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("272","2019-10-16","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.84.239","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("273","2019-10-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("274","2019-10-17","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("275","2019-10-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("276","2019-10-17","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","45.55.236.133","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("277","2019-10-17","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","165.227.149.189","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("278","2019-10-17","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","134.209.53.244","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("279","2019-10-17","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("280","2019-10-17","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","159.89.190.254","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("281","2019-10-17","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","208.80.194.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("282","2019-10-18","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("283","2019-10-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.178","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("284","2019-10-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("285","2019-10-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","64.185.235.234","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("286","2019-10-18","http://mc-reunion.com","Chrome","Windows","6.1","","54.38.235.1","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("287","2019-10-19","http://www.mc-reunion.com","Chrome","Windows","6.1","","109.102.111.63","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("288","2019-10-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.184","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("289","2019-10-19","http://www.mc-reunion.com","Chrome","Windows","6.2","","5.188.62.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("290","2019-10-19","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("291","2019-10-19","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.223.128","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("292","2019-10-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","91.227.6.17","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("293","2019-10-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.245.5.53","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("294","2019-10-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.181","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("295","2019-10-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.236","000","14","0");
INSERT INTO `wp_statistics_visitor` VALUES("296","2019-10-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.185","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("297","2019-10-21","http://www.mc-reunion.com","Firefox","OS X","10.14","","62.210.89.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("298","2019-10-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("299","2019-10-22","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","142.93.137.184","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("300","2019-10-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("301","2019-10-22","http://www.mc-reunion.com","Unknown","OS X","10.12.6","","34.216.168.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("302","2019-10-22","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("303","2019-10-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.36.180","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("304","2019-10-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","65.99.237.226","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("305","2019-10-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","46.101.43.129","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("306","2019-10-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","194.182.80.128","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("307","2019-10-23","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.101.59","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("308","2019-10-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.138","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("309","2019-10-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.143","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("310","2019-10-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("311","2019-10-24","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","208.80.194.41","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("312","2019-10-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("313","2019-10-25","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("314","2019-10-25","http://www.mc-reunion.com","Firefox","Windows","5.1","","37.1.218.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("315","2019-10-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","34.221.207.244","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("316","2019-10-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("317","2019-10-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.16.35","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("318","2019-10-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("319","2019-10-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("320","2019-10-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("321","2019-10-27","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.247.77","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("322","2019-10-27","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","138.68.47.91","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("323","2019-10-27","http://www.mc-reunion.com","Firefox","Windows","6.1","","207.154.240.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("324","2019-10-27","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","40.121.90.30","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("325","2019-10-27","http://www.mc-reunion.com","Firefox","Windows","6.1","","86.237.171.23","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("326","2019-10-27","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("327","2019-10-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("328","2019-10-28","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","178.128.146.87","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("329","2019-10-28","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("330","2019-10-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("331","2019-10-29","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("332","2019-10-29","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("333","2019-10-29","http://www.mc-reunion.com","Firefox","Windows","6.1","","112.201.79.122","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("334","2019-10-29","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("335","2019-10-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("336","2019-10-30","http://www.mc-reunion.com","Chrome","Linux","Unknown","","51.15.124.33","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("337","2019-10-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("338","2019-10-31","http://www.mc-reunion.com","Firefox","Windows","5.1","","185.139.68.214","000","55","0");
INSERT INTO `wp_statistics_visitor` VALUES("339","2019-10-31","http://www.mc-reunion.com","Firefox","Linux","Unknown","","191.102.190.212","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("340","2019-10-31","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.92.145","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("341","2019-10-31","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("342","2019-10-31","http://www.mc-reunion.com","Chrome","Linux","Unknown","","191.102.167.91","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("343","2019-10-31","http://www.mc-reunion.com","Chrome","Linux","Unknown","","143.137.164.173","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("344","2019-11-01","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","208.80.194.41","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("345","2019-11-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("346","2019-11-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","77.222.99.214","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("347","2019-11-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","92.63.111.27","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("348","2019-11-02","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("349","2019-11-02","http://www.mc-reunion.com","Firefox","Windows","6.1","","104.168.92.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("350","2019-11-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("351","2019-11-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.255.109.171","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("352","2019-11-03","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.255.109.162","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("353","2019-11-04","https://www.google.com","Chrome","Linux","Unknown","","159.203.94.45","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("354","2019-11-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("355","2019-11-04","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("356","2019-11-04","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.236.141","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("357","2019-11-04","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.137.68","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("358","2019-11-04","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.255.109.165","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("359","2019-11-04","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.255.109.170","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("360","2019-11-04","https://www.google.com","Chrome","Linux","Unknown","","167.71.245.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("361","2019-11-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.89.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("362","2019-11-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("363","2019-11-05","http://www.mc-reunion.com","Firefox","Windows","6.1","","176.100.188.133","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("364","2019-11-05","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","149.28.186.134","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("365","2019-11-06","http://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.124","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("366","2019-11-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("367","2019-11-06","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","5.189.131.33","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("368","2019-11-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("369","2019-11-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","92.63.111.27","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("370","2019-11-07","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("371","2019-11-07","http://www.mc-reunion.com","Firefox","Windows","6.1","","190.83.236.84","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("372","2019-11-08","https://www.mc-reunion.com","Chrome","Windows","6.1","","129.78.110.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("373","2019-11-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("374","2019-11-08","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","208.80.194.41","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("375","2019-11-08","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("376","2019-11-08","http://www.mc-reunion.com","Internet Explorer","Windows","5.2","","38.100.53.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("377","2019-11-08","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.231.82","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("378","2019-11-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","148.63.207.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("379","2019-11-09","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("380","2019-11-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("381","2019-11-09","http://www.mc-reunion.com","Chrome","Windows","10.0","","63.33.48.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("382","2019-11-09","http://www.mc-reunion.com","Firefox","Windows","6.1","","109.149.56.156","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("383","2019-11-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","213.159.213.137","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("384","2019-11-10","http://www.mc-reunion.com","Internet Explorer","Windows","6.2","","222.129.50.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("385","2019-11-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("386","2019-11-10","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("387","2019-11-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("388","2019-11-11","http://www.mc-reunion.com","Chrome","Linux","Unknown","","192.162.102.230","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("389","2019-11-11","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("390","2019-11-11","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.75.104.169","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("391","2019-11-11","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","102.69.242.12","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("392","2019-11-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("393","2019-11-12","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("394","2019-11-12","http://www.mc-reunion.com","Chrome","Chrome OS","Unknown","","108.171.210.130","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("395","2019-11-12","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("396","2019-11-12","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","195.154.61.206","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("397","2019-11-12","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.15.191.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("398","2019-11-12","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.230.45.52","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("399","2019-11-12","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.212.201","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("400","2019-11-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","52.194.238.232","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("401","2019-11-13","http://www.mc-reunion.com","Firefox","Windows","5.1","","176.28.118.42","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("402","2019-11-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("403","2019-11-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.114.200.250","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("404","2019-11-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("405","2019-11-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","198.46.208.156","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("406","2019-11-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("407","2019-11-15","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.75.104.169","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("408","2019-11-15","https://www.mc-reunion.com","Firefox","Windows","Unknown","","85.195.230.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("409","2019-11-15","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("410","2019-11-15","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","68.183.201.194","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("411","2019-11-15","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("412","2019-11-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("413","2019-11-16","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.123.129","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("414","2019-11-16","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.71.111.16","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("415","2019-11-16","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","213.159.213.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("416","2019-11-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("417","2019-11-17","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("418","2019-11-17","http://www.mc-reunion.com","Firefox","OS X","10.9","","138.68.73.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("419","2019-11-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("420","2019-11-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("421","2019-11-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("422","2019-11-19","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.75.211.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("423","2019-11-19","http://www.mc-reunion.com/","Chrome","Windows","6.1","","104.245.144.43","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("424","2019-11-19","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("425","2019-11-19","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("426","2019-11-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("427","2019-11-20","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("428","2019-11-20","http://www.mc-reunion.com","Chrome","Windows","6.1","","107.170.140.25","000","36","0");
INSERT INTO `wp_statistics_visitor` VALUES("429","2019-11-20","mc-reunion.com","Chrome","Windows","6.0","","37.187.198.246","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("430","2019-11-20","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.28.109","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("431","2019-11-20","http://www.mc-reunion.com","Firefox","Windows","6.1","","91.215.187.191","000","34","0");
INSERT INTO `wp_statistics_visitor` VALUES("432","2019-11-20","http://www.mc-reunion.com","Firefox","Windows","6.1","","162.223.15.146","000","17","0");
INSERT INTO `wp_statistics_visitor` VALUES("433","2019-11-20","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","176.223.139.197","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("434","2019-11-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("435","2019-11-21","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","35.185.139.73","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("436","2019-11-21","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("437","2019-11-21","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.88.100.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("438","2019-11-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.166.172","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("439","2019-11-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("440","2019-11-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","173.252.127.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("441","2019-11-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","173.252.127.14","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("442","2019-11-21","http://www.mc-reunion.com","Firefox","Windows","6.1","","104.236.133.77","000","17","0");
INSERT INTO `wp_statistics_visitor` VALUES("443","2019-11-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("444","2019-11-22","http://www.mc-reunion.com","Chrome","Windows","6.1","","104.254.92.53","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("445","2019-11-22","http://www.mc-reunion.com","Firefox","Windows","6.1","","93.65.241.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("446","2019-11-22","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("447","2019-11-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("448","2019-11-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","139.99.148.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("449","2019-11-23","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("450","2019-11-23","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.184.101.73","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("451","2019-11-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.214.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("452","2019-11-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("453","2019-11-24","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.214.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("454","2019-11-24","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("455","2019-11-24","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","108.171.210.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("456","2019-11-24","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.0.4","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("457","2019-11-25","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("458","2019-11-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("459","2019-11-25","http://www.mc-reunion.com","Chrome","Windows","6.0","","178.62.74.6","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("460","2019-11-25","http://www.mc-reunion.com","Firefox","Linux","Unknown","","51.15.183.122","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("461","2019-11-25","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("462","2019-11-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","52.43.238.232","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("463","2019-11-25","http://www.mc-reunion.com","Chrome","OS X","10.14.0","","34.227.149.47","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("464","2019-11-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("465","2019-11-26","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.146.55","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("466","2019-11-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("467","2019-11-26","http://www.mc-reunion.com","Firefox","Linux","Unknown","","51.159.30.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("468","2019-11-26","http://www.mc-reunion.com","Firefox","Linux","Unknown","","212.129.32.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("469","2019-11-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("470","2019-11-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","175.143.142.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("471","2019-11-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.89.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("472","2019-11-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("473","2019-11-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.146.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("474","2019-11-27","http://www.mc-reunion.com","Firefox","Windows","6.1","","117.212.222.123","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("475","2019-11-27","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","213.159.213.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("476","2019-11-27","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.185.236.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("477","2019-11-27","http://www.mc-reunion.com","Unknown","Windows","5.1","","148.251.151.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("478","2019-11-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("479","2019-11-28","http://www.mc-reunion.com","Chrome","Linux","Unknown","","51.158.126.165","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("480","2019-11-28","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.92.145","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("481","2019-11-28","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.210.108","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("482","2019-11-28","http://www.mc-reunion.com","Firefox","Windows","6.1","","77.222.96.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("483","2019-11-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("484","2019-11-29","http://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.75.90","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("485","2019-11-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("486","2019-11-30","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("487","2019-11-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","196.245.219.75","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("488","2019-11-30","http://www.mc-reunion.com","Firefox","Linux","Unknown","","62.210.172.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("489","2019-12-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","188.120.119.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("490","2019-12-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("491","2019-12-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("492","2019-12-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("493","2019-12-02","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("494","2019-12-02","http://www.mc-reunion.com","Firefox","Windows","10.0","","167.114.226.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("495","2019-12-02","https://brandnewblogs.com/site-browser","Firefox","Windows","10.0","","89.147.68.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("496","2019-12-02","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","78.130.180.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("497","2019-12-02","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.129.13","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("498","2019-12-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("499","2019-12-03","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("500","2019-12-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","173.236.72.146","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("501","2019-12-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("502","2019-12-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("503","2019-12-04","https://brandnewblogs.com/site-browser","Firefox","Windows","10.0","","89.147.68.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("504","2019-12-04","http://www.mc-reunion.com","Internet Explorer","Windows","5.2","","38.100.53.89","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("505","2019-12-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.255.128","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("506","2019-12-04","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("507","2019-12-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("508","2019-12-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.255.128","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("509","2019-12-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("510","2019-12-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("511","2019-12-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","178.208.176.208","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("512","2019-12-06","https://brandnewblogs.com/site-browser","Firefox","Windows","10.0","","89.147.68.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("513","2019-12-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("514","2019-12-06","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("515","2019-12-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.255.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("516","2019-12-06","http://www.mc-reunion.com","Chrome","Windows","6.3","","34.219.47.110","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("517","2019-12-06","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.43.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("518","2019-12-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("519","2019-12-07","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("520","2019-12-07","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.230.125.45","000","46","0");
INSERT INTO `wp_statistics_visitor` VALUES("521","2019-12-07","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.255.128","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("522","2019-12-08","mc-reunion.com","Chrome","Windows","6.0","","5.135.138.188","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("523","2019-12-08","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("524","2019-12-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("525","2019-12-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","84.17.47.167","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("526","2019-12-08","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("527","2019-12-08","http://www.mc-reunion.com","Firefox","Linux","Unknown","","163.172.70.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("528","2019-12-09","https://www.mc-reunion.com","Chrome","Windows","5.1","","138.197.152.122","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("529","2019-12-09","https://www.mc-reunion.com","Chrome","Windows","6.4","","138.197.131.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("530","2019-12-09","http://www.mc-reunion.com","Chrome","Windows","6.3","","138.197.144.119","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("531","2019-12-09","http://www.mc-reunion.com","Chrome","Windows","6.1","","138.197.174.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("532","2019-12-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("533","2019-12-09","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.224.222","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("534","2019-12-09","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("535","2019-12-09","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","212.83.146.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("536","2019-12-09","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","84.236.87.171","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("537","2019-12-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("538","2019-12-10","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("539","2019-12-10","http://www.mc-reunion.com","Chrome","OS X","10.11.5","","54.186.229.142","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("540","2019-12-10","http://www.mc-reunion.com","Firefox","Windows","5.1","","18.236.124.76","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("541","2019-12-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","104.155.105.249","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("542","2019-12-10","http://www.mc-reunion.com","Unknown","Windows","5.1","","54.244.130.40","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("543","2019-12-10","http://mc-reunion.com/","Chrome","Windows","10.0","","185.232.21.143","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("544","2019-12-10","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("545","2019-12-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.52.114.90","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("546","2019-12-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","104.131.203.173","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("547","2019-12-10","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.185.74","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("548","2019-12-11","http://www.mc-reunion.com","Android Browser","Android","2.2","","218.241.108.76","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("549","2019-12-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("550","2019-12-11","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("551","2019-12-11","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("552","2019-12-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","157.245.196.253","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("553","2019-12-12","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("554","2019-12-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("555","2019-12-12","http://www.mc-reunion.com","Firefox","Linux","Unknown","","51.159.30.34","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("556","2019-12-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("557","2019-12-13","http://www.mc-reunion.com","Firefox","Windows","6.1","","109.88.29.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("558","2019-12-13","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","84.236.87.171","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("559","2019-12-13","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.39.253.23","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("560","2019-12-13","www.mc-reunion.com","Chrome","Windows","6.0","","139.59.29.219","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("561","2019-12-13","http://robhopping.com/","Samsung Internet","Android","8.0.0","","184.53.16.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("562","2019-12-13","www.mc-reunion.com","Chrome","Windows","6.0","","45.40.143.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("563","2019-12-13","www.mc-reunion.com","Chrome","Windows","6.0","","62.141.37.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("564","2019-12-13","www.mc-reunion.com","Chrome","Windows","6.0","","159.65.162.186","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("565","2019-12-13","www.mc-reunion.com","Chrome","Windows","6.0","","159.203.81.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("566","2019-12-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","107.158.32.108","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("567","2019-12-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("568","2019-12-13","http://www.mc-reunion.com","Firefox","Windows","6.1","","217.182.95.250","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("569","2019-12-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("570","2019-12-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("571","2019-12-14","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("572","2019-12-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","179.61.173.185","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("573","2019-12-14","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.242.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("574","2019-12-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("575","2019-12-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("576","2019-12-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("577","2019-12-15","https://www.google.com/","Chrome","Android","8.0.0","","64.233.173.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("578","2019-12-15","https://www.google.com/","Chrome","Android","8.0.0","","64.233.173.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("579","2019-12-15","https://www.google.com/","Chrome","Android","8.0.0","","183.171.103.239","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("580","2019-12-15","http://www.mc-reunion.com","Firefox","Windows","6.1","","185.206.225.234","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("581","2019-12-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("582","2019-12-16","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","84.236.87.171","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("583","2019-12-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("584","2019-12-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("585","2019-12-16","http://www.mc-reunion.com","Firefox","Linux","Unknown","","51.15.183.122","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("586","2019-12-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("587","2019-12-17","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("588","2019-12-17","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","178.128.162.119","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("589","2019-12-17","http://www.mc-reunion.com","Firefox","Windows","6.1","","167.71.146.169","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("590","2019-12-17","http://www.mc-reunion.com","Chrome","Windows","6.1","","167.71.146.169","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("591","2019-12-17","http://mc-reunion.com/","Chrome","Windows","10.0","","195.154.182.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("592","2019-12-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("593","2019-12-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("594","2019-12-18","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","188.143.1.114","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("595","2019-12-18","http://www.mc-reunion.com","Android Browser","Android","2.2","","218.241.108.76","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("596","2019-12-18","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.99.234.59","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("597","2019-12-18","http://mc-reunion.com/","Chrome","Windows","6.3","","185.136.159.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("598","2019-12-19","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.220.163","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("599","2019-12-19","http://www.mc-reunion.com","Firefox","Windows","6.1","","83.166.100.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("600","2019-12-19","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","117.99.186.152","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("601","2019-12-19","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("602","2019-12-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("603","2019-12-19","http://www.mc-reunion.com","Chrome","Windows","10.0","","5.62.155.102","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("604","2019-12-19","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("605","2019-12-20","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("606","2019-12-20","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("607","2019-12-20","https://www.mc-reunion.com","Chrome","Windows","6.0","","213.159.213.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("608","2019-12-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("609","2019-12-20","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("610","2019-12-20","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("611","2019-12-20","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","188.143.1.114","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("612","2019-12-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("613","2019-12-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.16.187","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("614","2019-12-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","66.220.149.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("615","2019-12-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","66.220.149.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("616","2019-12-21","mc-reunion.com","Chrome","Windows","6.0","","208.113.162.107","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("617","2019-12-21","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","85.58.91.49","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("618","2019-12-21","www.mc-reunion.com","Chrome","Windows","6.0","","51.255.43.81","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("619","2019-12-21","http://www.mc-reunion.com","Unknown","OS X","10.9.2","","185.39.144.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("620","2019-12-22","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","184.53.16.187","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("621","2019-12-22","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.74.238.247","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("622","2019-12-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("623","2019-12-22","https://google.com/","Chrome","Android","8.1.0","","159.203.81.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("624","2019-12-23","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.229.195","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("625","2019-12-23","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","188.143.1.114","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("626","2019-12-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("627","2019-12-23","http://www.mc-reunion.com","Unknown","Windows","5.1","","85.10.207.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("628","2019-12-23","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("629","2019-12-23","http://www.mc-reunion.com","Chrome","Windows","6.1","","73.14.169.198","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("630","2019-12-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("631","2019-12-24","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","125.161.131.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("632","2019-12-24","mc-reunion.com","Chrome","Windows","6.0","","139.196.229.151","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("633","2019-12-24","www.mc-reunion.com","Chrome","Windows","6.0","","91.121.171.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("634","2019-12-24","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("635","2019-12-24","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.206.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("636","2019-12-24","https://www.mc-reunion.com","Chrome","Linux","Unknown","","51.15.242.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("637","2019-12-24","https://www.mc-reunion.com","Chrome","Linux","Unknown","","51.15.241.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("638","2019-12-24","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("639","2019-12-24","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.176.85.115","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("640","2019-12-24","http://www.mc-reunion.com","Firefox","Windows","6.1","","46.101.154.38","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("641","2019-12-24","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","128.90.167.187","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("642","2019-12-24","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","73.14.169.198","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("643","2019-12-24","http://www.mc-reunion.com","Chrome","Windows","10.0","","190.182.126.114","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("644","2019-12-24","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.136.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("645","2019-12-24","mc-reunion.com","Chrome","Windows","6.0","","188.213.166.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("646","2019-12-24","http://www.mc-reunion.com","Firefox","Windows","5.1","","217.61.3.234","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("647","2019-12-24","www.mc-reunion.com","Chrome","Windows","6.0","","64.140.200.40","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("648","2019-12-25","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("649","2019-12-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("650","2019-12-25","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("651","2019-12-25","http://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.89.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("652","2019-12-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","34.222.154.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("653","2019-12-25","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","134.209.197.127","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("654","2019-12-26","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","14.174.1.61","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("655","2019-12-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("656","2019-12-26","http://www.mc-reunion.com","Safari","iOS","12.4","","73.14.169.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("657","2019-12-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("658","2019-12-26","http://www.mc-reunion.com","Chrome","Linux","Unknown","","51.15.215.86","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("659","2019-12-26","mc-reunion.com","Chrome","Windows","6.0","","37.187.132.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("660","2019-12-26","www.mc-reunion.com","Chrome","Windows","6.0","","37.187.198.246","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("661","2019-12-26","http://www.mc-reunion.com","Firefox","Windows","6.1","","36.79.186.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("662","2019-12-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("663","2019-12-26","www.mc-reunion.com","Chrome","Windows","6.1","","104.238.97.201","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("664","2019-12-27","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.231.165","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("665","2019-12-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","104.140.22.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("666","2019-12-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("667","2019-12-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("668","2019-12-28","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("669","2019-12-28","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("670","2019-12-28","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","125.161.137.181","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("671","2019-12-28","http://www.mc-reunion.com","Firefox","Windows","6.1","","14.8.6.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("672","2019-12-28","http://www.mc-reunion.com","Firefox","Windows","6.1","","176.240.173.22","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("673","2019-12-28","http://www.mc-reunion.com","Chrome","Windows","6.1","","45.94.235.35","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("674","2019-12-28","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.17.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("675","2019-12-29","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("676","2019-12-29","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","115.94.13.52","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("677","2019-12-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("678","2019-12-29","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.180.113","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("679","2019-12-29","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","45.32.171.70","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("680","2019-12-29","mc-reunion.com","Chrome","Windows","6.1","","165.227.189.234","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("681","2019-12-29","mc-reunion.com","Chrome","Windows","6.0","","37.187.72.67","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("682","2019-12-29","mc-reunion.com","Chrome","Windows","6.0","","159.203.81.46","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("683","2019-12-29","www.mc-reunion.com","Chrome","Windows","6.0","","104.238.95.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("684","2019-12-30","www.mc-reunion.com","Chrome","Windows","6.0","","37.75.235.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("685","2019-12-30","http://www.mc-reunion.com","Firefox","Windows","6.1","","142.44.240.148","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("686","2019-12-30","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","82.202.161.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("687","2019-12-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("688","2019-12-30","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","35.186.159.94","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("689","2019-12-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("690","2019-12-31","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("691","2019-12-31","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.154.205","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("692","2019-12-31","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.210.129.123","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("693","2019-12-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("694","2019-12-31","http://www.mc-reunion.com","Firefox","Windows","6.1","","210.140.154.38","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("695","2019-12-31","http://fourth-stage.com/","Chrome","Windows","6.1","","184.53.17.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("696","2019-12-31","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("697","2019-12-31","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","31.16.250.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("698","2020-01-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("699","2020-01-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("700","2020-01-01","http://www.mc-reunion.com/","Opera","Windows","6.1","","91.122.30.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("701","2020-01-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.16.213","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("702","2020-01-02","http://www.mc-reunion.com","Android Browser","Android","2.2","","218.241.108.76","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("703","2020-01-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("704","2020-01-02","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("705","2020-01-02","https://www.google.com/","Safari","OS X","10.15.2","","193.165.96.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("706","2020-01-02","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("707","2020-01-02","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","113.173.5.41","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("708","2020-01-02","http://mc-reunion.com/","Chrome","Windows","6.1","","89.238.167.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("709","2020-01-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("710","2020-01-03","http://mc-reunion.com/","Chrome","Windows","6.1","","185.136.159.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("711","2020-01-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("712","2020-01-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","51.159.18.103","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("713","2020-01-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","212.19.118.200","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("714","2020-01-04","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.247.101","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("715","2020-01-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("716","2020-01-04","http://www.mc-reunion.com","Firefox","OS X","10.14","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("717","2020-01-04","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("718","2020-01-04","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","14.243.148.232","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("719","2020-01-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("720","2020-01-05","http://www.mc-reunion.com","Internet Explorer","Windows","5.2","","38.100.53.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("721","2020-01-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("722","2020-01-05","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","122.53.152.40","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("723","2020-01-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","107.170.247.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("724","2020-01-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","192.241.235.210","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("725","2020-01-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","139.59.95.179","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("726","2020-01-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","188.213.166.219","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("727","2020-01-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","5.135.138.188","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("728","2020-01-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("729","2020-01-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","79.137.34.35","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("730","2020-01-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","165.227.189.234","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("731","2020-01-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","51.254.199.12","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("732","2020-01-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","188.213.166.219","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("733","2020-01-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","104.238.97.201","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("734","2020-01-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","45.127.205.209","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("735","2020-01-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("736","2020-01-06","https://www.mc-reunion.com","Firefox","Windows","10.0","","185.234.218.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("737","2020-01-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("738","2020-01-07","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","185.81.157.21","000","54","0");
INSERT INTO `wp_statistics_visitor` VALUES("739","2020-01-07","http://www.mc-reunion.com","Chrome","Windows","10.0","","41.111.226.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("740","2020-01-07","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("741","2020-01-08","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.198.200","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("742","2020-01-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("743","2020-01-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("744","2020-01-08","http://www.mc-reunion.com","Chrome","OS X","10.11.4","","218.94.117.234","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("745","2020-01-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("746","2020-01-09","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("747","2020-01-09","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","39.37.226.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("748","2020-01-09","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("749","2020-01-09","http://www.mc-reunion.com","Chrome","Linux","Unknown","","207.102.138.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("750","2020-01-10","http://www.mc-reunion.com","Firefox","Windows","6.0","","95.107.77.240","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("751","2020-01-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("752","2020-01-10","http://www.mc-reunion.com","Chrome","Linux","Unknown","","207.102.138.158","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("753","2020-01-10","http://ya.ru/?q=http%3A%2F%2Fmc-reunion.com%2F%3Fauthor%3D1","Firefox","Windows","6.1","","195.242.80.87","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("754","2020-01-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("755","2020-01-11","http://mc-reunion.com:80","Chrome","Windows","10.0","","185.122.58.214","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("756","2020-01-11","http://www.mc-reunion.com","Chrome","OS X","10.14.2","","195.154.105.105","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("757","2020-01-11","mc-reunion.com","Chrome","Windows","6.1","","132.148.80.15","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("758","2020-01-11","www.mc-reunion.com","Chrome","Windows","6.1","","164.132.44.97","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("759","2020-01-11","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.223.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("760","2020-01-11","http://www.mc-reunion.com:80","Chrome","Windows","10.0","","178.128.231.203","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("761","2020-01-11","http://www.mc-reunion.com","Firefox","Windows","6.1","","91.141.0.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("762","2020-01-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","178.136.123.116","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("763","2020-01-11","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.210.5.253","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("764","2020-01-11","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","163.172.70.242","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("765","2020-01-12","http://www.mc-reunion.com","Firefox","Windows","5.1","","54.36.164.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("766","2020-01-12","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.137.68","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("767","2020-01-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("768","2020-01-12","http://www.mc-reunion.com","Chrome","Linux","Unknown","","207.102.138.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("769","2020-01-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","5.36.65.215","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("770","2020-01-12","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("771","2020-01-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","118.70.229.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("772","2020-01-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("773","2020-01-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("774","2020-01-13","http://www.mc-reunion.com","Firefox","Linux","Unknown","","78.47.155.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("775","2020-01-13","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.223.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("776","2020-01-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","78.190.151.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("777","2020-01-13","http://mc-reunion.com/","Opera","Windows","10.0","","185.136.159.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("778","2020-01-13","http://www.mc-reunion.com","Safari","OS X","10.14.3","","172.89.89.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("779","2020-01-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","175.142.95.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("780","2020-01-13","mc-reunion.com","Chrome","Windows","6.0","","50.28.37.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("781","2020-01-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("782","2020-01-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("783","2020-01-14","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("784","2020-01-14","https://www.mc-reunion.com","Chrome","Windows","6.1","","91.241.19.38","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("785","2020-01-15","https://www.mc-reunion.com","Chrome","Windows","6.0","","213.159.213.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("786","2020-01-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("787","2020-01-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","172.245.255.184","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("788","2020-01-15","mc-reunion.com","Chrome","Windows","6.0","","5.135.143.224","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("789","2020-01-15","www.mc-reunion.com","Chrome","Windows","6.0","","166.62.39.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("790","2020-01-15","http://www.mc-reunion.com","Chrome","Windows","6.0","","46.101.9.216","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("791","2020-01-15","http://mc-reunion.com/","Opera","Windows","10.0","","84.17.47.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("792","2020-01-15","http://www.mc-reunion.com","Firefox","Windows","6.1","","93.45.81.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("793","2020-01-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","5.45.75.97","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("794","2020-01-15","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.144.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("795","2020-01-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("796","2020-01-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("797","2020-01-16","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.250.239","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("798","2020-01-16","https://www.mc-reunion.com","Firefox","Windows","6.3","","185.234.218.50","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("799","2020-01-16","http://www.mc-reunion.com","Firefox","Windows","6.1","","76.203.34.210","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("800","2020-01-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("801","2020-01-17","http://www.mc-reunion.com","Firefox","Windows","6.1","","82.102.22.111","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("802","2020-01-17","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("803","2020-01-17","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("804","2020-01-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.16.180","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("805","2020-01-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("806","2020-01-18","http://www.mc-reunion.com","Chrome","Android","9","","37.201.226.200","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("807","2020-01-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("808","2020-01-18","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("809","2020-01-18","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","92.63.111.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("810","2020-01-18","http://www.mc-reunion.com","Chrome","Android","9","","80.187.102.168","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("811","2020-01-18","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.106.101.160","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("812","2020-01-19","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("813","2020-01-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("814","2020-01-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("815","2020-01-20","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.185.74","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("816","2020-01-20","http://www.mc-reunion.com","Chrome","Windows","10.0","","23.229.112.184","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("817","2020-01-20","http://www.mc-reunion.com","Internet Explorer","Windows","6.2","","49.83.219.153","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("818","2020-01-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("819","2020-01-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("820","2020-01-21","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.193.118.58","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("821","2020-01-22","http://www.mc-reunion.com","Safari","OS X","10.14.6","","172.89.89.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("822","2020-01-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("823","2020-01-22","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("824","2020-01-22","mc-reunion.com","Chrome","Windows","6.0","","139.59.95.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("825","2020-01-22","www.mc-reunion.com","Chrome","Windows","6.0","","51.255.43.81","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("826","2020-01-22","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("827","2020-01-22","http://www.mc-reunion.com/","Chrome","Windows","10.0","","91.122.30.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("828","2020-01-22","http://www.mc-reunion.com","Firefox","Windows","6.1","","185.194.140.190","000","20","0");
INSERT INTO `wp_statistics_visitor` VALUES("829","2020-01-22","http://mc-reunion.com","Yandex Browser","Windows","6.1","","148.163.82.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("830","2020-01-22","http://www.mc-reunion.com","Firefox","Windows","6.1","","213.226.124.22","000","20","0");
INSERT INTO `wp_statistics_visitor` VALUES("831","2020-01-22","http://mc-reunion.com","K-Meleon","Windows","6.1","","148.163.78.124","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("832","2020-01-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("833","2020-01-23","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("834","2020-01-23","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("835","2020-01-23","http://www.mc-reunion.com","Firefox","Windows","6.1","","51.254.121.180","000","15","0");
INSERT INTO `wp_statistics_visitor` VALUES("836","2020-01-23","https://www.mc-reunion.com","Opera","Windows","5.0","","213.159.213.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("837","2020-01-23","http://www.mc-reunion.com","Firefox","Windows","5.1","","163.44.198.59","000","55","0");
INSERT INTO `wp_statistics_visitor` VALUES("838","2020-01-23","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","51.144.142.4","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("839","2020-01-23","http://mc-reunion.com","QQ Browser","Windows","6.1","","45.8.255.51","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("840","2020-01-24","http://www.mc-reunion.com:80","Chrome","Windows","10.0","","142.93.144.66","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("841","2020-01-24","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.57.11.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("842","2020-01-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("843","2020-01-24","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.229.48.152","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("844","2020-01-24","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("845","2020-01-24","mc-reunion.com","Chrome","Windows","6.0","","107.170.247.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("846","2020-01-24","www.mc-reunion.com","Chrome","Windows","6.0","","165.227.0.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("847","2020-01-24","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.180.234.123","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("848","2020-01-25","mc-reunion.com","Chrome","Windows","6.0","","37.187.198.246","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("849","2020-01-25","www.mc-reunion.com","Chrome","Windows","6.0","","5.135.138.188","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("850","2020-01-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("851","2020-01-25","http://www.mc-reunion.com","Chrome","Windows","6.1","","45.8.255.57","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("852","2020-01-25","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("853","2020-01-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","34.222.202.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("854","2020-01-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("855","2020-01-26","http://mc-reunion.com","Chrome","Windows","6.1","","148.163.78.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("856","2020-01-26","http://www.mc-reunion.com","Chrome","Linux","Unknown","","51.158.121.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("857","2020-01-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.16.134","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("858","2020-01-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","41.251.213.9","000","52","0");
INSERT INTO `wp_statistics_visitor` VALUES("859","2020-01-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("860","2020-01-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("861","2020-01-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("862","2020-01-27","http://mc-reunion.com/","Chrome","OS X","10.13.5","","185.136.159.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("863","2020-01-27","http://mc-reunion.com/","Chrome","Windows","10.0","","62.210.79.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("864","2020-01-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","167.71.8.22","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("865","2020-01-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("866","2020-01-28","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("867","2020-01-28","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.115.119","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("868","2020-01-28","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("869","2020-01-28","http://robhopping.com/","Samsung Internet","Android","8.0.0","","184.53.16.134","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("870","2020-01-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","95.216.114.86","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("871","2020-01-28","mc-reunion.com","Chrome","Windows","6.0","","188.213.175.168","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("872","2020-01-28","www.mc-reunion.com","Chrome","Windows","6.0","","51.254.199.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("873","2020-01-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("874","2020-01-29","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("875","2020-01-29","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","86.122.99.26","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("876","2020-01-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("877","2020-01-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("878","2020-01-30","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("879","2020-01-30","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","3.14.186.120","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("880","2020-01-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("881","2020-01-30","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","157.230.109.157","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("882","2020-01-30","http://www.mc-reunion.com","Firefox","Windows","6.1","","188.83.156.81","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("883","2020-01-30","http://www.mc-reunion.com","Firefox","Windows","6.3","","104.211.36.122","000","18","0");
INSERT INTO `wp_statistics_visitor` VALUES("884","2020-01-31","http://www.mc-reunion.com","Chrome","Windows","6.1","","149.202.146.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("885","2020-01-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("886","2020-01-31","http://www.mc-reunion.com","Safari","OS X","10.14.6","","172.89.89.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("887","2020-01-31","http://www.mc-reunion.com","Chrome","Linux","Unknown","","207.102.138.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("888","2020-02-01","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","163.172.11.150","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("889","2020-02-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("890","2020-02-01","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.185.40.17","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("891","2020-02-01","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","195.123.221.210","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("892","2020-02-01","http://www.mc-reunion.com","Chrome","Linux","Unknown","","207.102.138.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("893","2020-02-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("894","2020-02-01","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","142.93.210.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("895","2020-02-01","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","160.153.245.123","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("896","2020-02-01","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","79.106.209.221","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("897","2020-02-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","80.249.163.50","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("898","2020-02-02","http://www.mc-reunion.com","Chrome","Linux","Unknown","","207.102.138.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("899","2020-02-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("900","2020-02-02","http://www.mc-reunion.com","Chrome","Windows","10.0","","207.148.24.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("901","2020-02-03","http://mc-reunion.com","Chrome","Windows","6.1","","45.89.241.38","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("902","2020-02-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","37.187.173.62","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("903","2020-02-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("904","2020-02-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("905","2020-02-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","144.217.95.127","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("906","2020-02-03","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("907","2020-02-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","89.22.113.65","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("908","2020-02-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","177.86.54.109","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("909","2020-02-03","http://robhopping.com/","Google Search","iOS","13.3","","72.165.28.21","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("910","2020-02-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("911","2020-02-04","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.52.231.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("912","2020-02-04","http://www.mc-reunion.com","Chrome","Linux","Unknown","","52.53.232.54","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("913","2020-02-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.245.145.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("914","2020-02-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("915","2020-02-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("916","2020-02-05","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.238.97","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("917","2020-02-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","86.185.206.44","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("918","2020-02-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","144.168.162.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("919","2020-02-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("920","2020-02-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("921","2020-02-06","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.180.234.123","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("922","2020-02-06","mc-reunion.com","Chrome","Windows","6.1","","132.148.80.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("923","2020-02-06","www.mc-reunion.com","Chrome","Windows","6.1","","128.199.194.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("924","2020-02-06","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","45.55.184.168","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("925","2020-02-06","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","212.124.6.232","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("926","2020-02-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("927","2020-02-07","http://www.mc-reunion.com","Chrome","Windows","6.2","","178.35.233.230","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("928","2020-02-07","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("929","2020-02-07","https://www.mc-reunion.com","Firefox","OS X","10.5","","198.27.85.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("930","2020-02-08","mc-reunion.com","Chrome","Windows","6.1","","37.187.132.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("931","2020-02-08","www.mc-reunion.com","Chrome","Windows","6.1","","162.243.126.96","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("932","2020-02-08","https://www.google.com/","Safari","iOS","13.3","","75.176.16.206","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("933","2020-02-08","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("934","2020-02-08","http://robhopping.com/","Chrome","Windows","6.1","","184.53.16.134","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("935","2020-02-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.230.127.161","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("936","2020-02-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("937","2020-02-09","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("938","2020-02-09","http://www.mc-reunion.com","Chrome","Linux","Unknown","","207.102.138.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("939","2020-02-09","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.212.201","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("940","2020-02-09","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.138.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("941","2020-02-09","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("942","2020-02-09","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.160.138","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("943","2020-02-09","http://www.mc-reunion.com","Chrome","Windows","6.1","","78.47.48.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("944","2020-02-10","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("945","2020-02-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("946","2020-02-10","http://www.mc-reunion.com","Firefox","Windows","10.0","","167.114.226.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("947","2020-02-10","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("948","2020-02-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("949","2020-02-11","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("950","2020-02-11","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","14.142.64.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("951","2020-02-11","http://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.225.228","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("952","2020-02-11","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("953","2020-02-11","http://www.mc-reunion.com","Chrome","Linux","Unknown","","52.53.164.75","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("954","2020-02-12","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.160.138","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("955","2020-02-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("956","2020-02-12","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("957","2020-02-12","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.67.118.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("958","2020-02-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","188.166.16.17","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("959","2020-02-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("960","2020-02-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("961","2020-02-13","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.154.147","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("962","2020-02-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","103.229.73.69","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("963","2020-02-13","mc-reunion.com","Chrome","Windows","6.0","","37.187.198.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("964","2020-02-13","www.mc-reunion.com","Chrome","Windows","6.0","","166.62.39.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("965","2020-02-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","159.89.233.210","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("966","2020-02-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","172.104.103.221","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("967","2020-02-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","144.168.162.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("968","2020-02-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","92.53.91.230","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("969","2020-02-13","http://www.mc-reunion.com/","Chrome","Windows","10.0","","91.122.30.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("970","2020-02-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.138.137.114","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("971","2020-02-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("972","2020-02-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("973","2020-02-14","http://www.mc-reunion.com","Firefox","Linux","Unknown","","54.149.122.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("974","2020-02-14","http://www.mc-reunion.com","Chrome","Linux","Unknown","","18.144.154.220","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("975","2020-02-15","https://www.mc-reunion.com","Chrome","Windows","6.1","","159.203.24.107","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("976","2020-02-15","https://www.mc-reunion.com","Chrome","Windows","6.3","","138.197.162.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("977","2020-02-15","http://www.mc-reunion.com","Chrome","Windows","6.3","","138.197.128.76","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("978","2020-02-15","http://www.mc-reunion.com","Chrome","Windows","6.4","","165.227.35.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("979","2020-02-15","http://robhopping.com/","Samsung Internet","Android","8.0.0","","184.53.16.134","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("980","2020-02-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("981","2020-02-15","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.250.38","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("982","2020-02-15","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","62.171.135.115","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("983","2020-02-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("984","2020-02-16","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("985","2020-02-16","http://www.mc-reunion.com","Chrome","Windows","6.3","","46.119.119.33","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("986","2020-02-16","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","74.208.23.229","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("987","2020-02-17","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.127.42.102","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("988","2020-02-17","http://www.mc-reunion.com","Chrome","Windows","10.0","","185.166.131.146","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("989","2020-02-17","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("990","2020-02-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("991","2020-02-17","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.229.76.22","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("992","2020-02-17","http://www.mc-reunion.com","Firefox","Linux","Unknown","","188.93.56.216","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("993","2020-02-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("994","2020-02-18","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.139.53","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("995","2020-02-18","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","3.12.246.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("996","2020-02-18","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("997","2020-02-18","https://google.com/search?p=7574247471717&gags=5","Firefox","Windows","12.2","","45.114.116.102","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("998","2020-02-18","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("999","2020-02-18","http://mc-reunion.com/","Internet Explorer","Windows","5.1","","91.90.195.82","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1000","2020-02-18","http://www.mc-reunion.com","Firefox","Windows","6.1","","88.231.131.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1001","2020-02-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1002","2020-02-19","https://www.mc-reunion.com","Firefox","Windows","6.1","","82.202.161.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1003","2020-02-19","http://mc-reunion.com/","Opera","Windows","6.1","","185.210.217.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1004","2020-02-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1005","2020-02-20","http://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1006","2020-02-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1007","2020-02-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","109.70.100.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1008","2020-02-21","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.126.193","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1009","2020-02-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1010","2020-02-21","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","91.227.68.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1011","2020-02-22","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1012","2020-02-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1013","2020-02-22","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1014","2020-02-22","http://www.mc-reunion.com","Firefox","Windows","10.0","","89.187.178.186","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1015","2020-02-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1016","2020-02-23","http://www.mc-reunion.com","Chrome","Linux","Unknown","","192.99.62.49","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1017","2020-02-23","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1018","2020-02-23","http://www.mc-reunion.com","Chrome","Windows","6.1","","107.158.84.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1019","2020-02-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.245.113.214","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1020","2020-02-23","mc-reunion.com","Chrome","Windows","6.0","","45.40.143.13","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1021","2020-02-23","www.mc-reunion.com","Chrome","Windows","6.0","","139.59.29.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1022","2020-02-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1023","2020-02-24","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1024","2020-02-24","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.228.228.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1025","2020-02-24","http://www.marinetraffic.com","Firefox","Windows","6.1","","139.162.100.114","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1026","2020-02-24","http://www.facebook.net/","Firefox","Windows","10.0","","92.63.197.160","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1027","2020-02-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1028","2020-02-25","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.101.82","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1029","2020-02-25","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.195.122","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1030","2020-02-25","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","162.243.184.249","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1031","2020-02-25","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","45.77.223.206","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1032","2020-02-25","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1033","2020-02-25","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","178.128.108.128","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1034","2020-02-25","http://www.mc-reunion.com","Firefox","Windows","6.1","","54.186.31.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1035","2020-02-25","http://ya.ru/?q=http%3A%2F%2Fmc-reunion.com%2F%3Fauthor%3D1","Internet Explorer","Windows","5.1","","195.242.80.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1036","2020-02-25","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1037","2020-02-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","18.237.3.107","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1038","2020-02-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1039","2020-02-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1040","2020-02-26","http://www.mc-reunion.com","Firefox","Windows","6.1","","179.96.218.144","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1041","2020-02-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","41.231.54.59","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1042","2020-02-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","192.3.143.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1043","2020-02-26","mc-reunion.com","Chrome","Windows","6.0","","159.203.81.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1044","2020-02-26","www.mc-reunion.com","Chrome","Windows","6.0","","104.131.107.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1045","2020-02-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","34.87.104.205","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1046","2020-02-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1047","2020-02-27","http://www.marinetraffic.com","Firefox","Windows","6.1","","172.104.80.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1048","2020-02-28","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.57.28.221","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1049","2020-02-28","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1050","2020-02-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1051","2020-02-28","http://mc-reunion.com/","Chrome","Windows","10.0","","62.210.79.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1052","2020-02-28","http://www.mc-reunion.com","Firefox","Windows","5.1","","185.72.52.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1053","2020-02-28","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","104.248.18.21","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1054","2020-02-28","http://www.mc-reunion.com","Firefox","Windows","10.0","","162.251.61.154","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1055","2020-02-29","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","167.172.110.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1056","2020-02-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1057","2020-02-29","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.157.84","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1058","2020-02-29","http://www.mc-reunion.com","Chrome","Linux","Unknown","","192.99.19.38","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1059","2020-02-29","mc-reunion.com","Chrome","Windows","6.0","","45.40.143.13","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1060","2020-02-29","www.mc-reunion.com","Chrome","Windows","6.0","","178.128.151.69","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1061","2020-02-29","http://baidu.com/","UC Browser","Android","8.1.0","","42.236.10.78","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1062","2020-02-29","http://baidu.com/","UC Browser","Android","8.1.0","","42.236.10.93","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1063","2020-02-29","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.230.235.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1064","2020-03-01","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","194.67.93.10","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1065","2020-03-01","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","35.231.44.150","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1066","2020-03-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1067","2020-03-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1068","2020-03-01","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1069","2020-03-02","http://www.mc-reunion.com","Firefox","Windows","6.1","","181.171.19.247","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1070","2020-03-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1071","2020-03-02","mc-reunion.com","Chrome","Windows","6.0","","37.97.185.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1072","2020-03-02","mc-reunion.com","Chrome","Windows","6.0","","104.238.97.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1073","2020-03-02","www.mc-reunion.com","Chrome","Windows","6.0","","128.199.194.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1074","2020-03-02","http://www.mc-reunion.com","Chrome","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1075","2020-03-02","www.mc-reunion.com","Chrome","Windows","6.0","","87.236.215.19","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1076","2020-03-02","http://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1077","2020-03-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","180.248.120.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1078","2020-03-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1079","2020-03-03","http://www.mc-reunion.com","Chrome","Linux","Unknown","","51.158.113.35","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1080","2020-03-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","91.123.24.44","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1081","2020-03-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1082","2020-03-04","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","171.96.39.71","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1083","2020-03-04","http://www.facebook.net/","Firefox","Windows","10.0","","87.251.76.139","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1084","2020-03-04","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.113.244","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1085","2020-03-04","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.195.122","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1086","2020-03-04","http://www.mc-reunion.com","Internet Explorer","Windows","5.2","","38.100.53.87","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1087","2020-03-04","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","124.176.98.218","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1088","2020-03-04","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","178.218.113.44","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1089","2020-03-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1090","2020-03-05","https://www.mc-reunion.com","Firefox","OS X","10.5","","198.27.85.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1091","2020-03-05","http://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1092","2020-03-05","http://www.mc-reunion.com","Chrome","Windows","6.0","","178.62.82.141","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("1093","2020-03-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1094","2020-03-06","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.245.123.75","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1095","2020-03-06","http://www.mc-reunion.com","Firefox","Windows","6.1","","109.120.151.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1096","2020-03-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1097","2020-03-07","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1098","2020-03-07","http://www.mc-reunion.com","Firefox","Windows","6.3","","3.84.66.218","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1099","2020-03-08","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1100","2020-03-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1101","2020-03-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.245.231.122","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1102","2020-03-08","http://www.mc-reunion.com","Firefox","Windows","5.1","","176.9.71.213","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1103","2020-03-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1104","2020-03-08","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.206.136","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1105","2020-03-09","http://www.mc-reunion.com","Firefox","Windows","6.1","","109.120.151.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1106","2020-03-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1107","2020-03-09","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.255.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1108","2020-03-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1109","2020-03-10","http://www.robhopping.com/","Firefox","Windows","6.1","","184.53.16.150","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1110","2020-03-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","174.138.31.98","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1111","2020-03-10","https://www.mc-reunion.com","Firefox","Linux","Unknown","","179.43.169.182","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1112","2020-03-10","http://www.mc-reunion.com","Chrome","Linux","Unknown","","80.82.68.73","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1113","2020-03-10","http://www.mc-reunion.com","Chrome","Linux","Unknown","","138.99.216.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1114","2020-03-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1115","2020-03-11","http://www.mc-reunion.com","Chrome","Windows","6.1","","23.81.231.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1116","2020-03-11","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.255.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1117","2020-03-11","http://www.mc-reunion.com","Chrome","Linux","Unknown","","52.53.166.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1118","2020-03-11","http://www.marinetraffic.com","Firefox","Windows","6.1","","172.104.80.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1119","2020-03-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","89.188.8.221","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1120","2020-03-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","88.198.132.86","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1121","2020-03-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1122","2020-03-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","107.167.23.66","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1123","2020-03-12","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.81.99","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1124","2020-03-12","http://www.mc-reunion.com","Chrome","Windows","6.3","","5.188.210.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1125","2020-03-12","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1126","2020-03-12","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","146.185.183.107","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1127","2020-03-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1128","2020-03-13","http://www.mc-reunion.com","Safari","iOS","7.0.4","","62.210.80.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1129","2020-03-13","http://www.mc-reunion.com","Firefox","Windows","6.1","","182.187.122.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1130","2020-03-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","106.15.237.237","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1131","2020-03-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","188.68.47.96","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1132","2020-03-13","https://www.google.com/","Firefox","Windows","10.0","","178.175.148.46","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("1133","2020-03-14","mc-reunion.com","Chrome","Windows","6.0","","66.70.225.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1134","2020-03-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1135","2020-03-14","www.mc-reunion.com","Chrome","Windows","6.0","","51.255.43.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1136","2020-03-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","45.56.80.59","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1137","2020-03-14","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1138","2020-03-14","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.243.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1139","2020-03-14","https://www.mc-reunion.com","Firefox","Linux","Unknown","","179.43.169.182","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1140","2020-03-14","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.245.149.219","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1141","2020-03-14","http://www.mc-reunion.com","Chrome","Linux","Unknown","","18.144.25.86","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1142","2020-03-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1143","2020-03-15","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","95.169.15.41","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1144","2020-03-15","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1145","2020-03-15","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","46.101.104.225","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1146","2020-03-15","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","81.95.245.163","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1147","2020-03-15","http://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1148","2020-03-15","http://www.mc-reunion.com","Firefox","Windows","6.1","","93.87.221.2","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1149","2020-03-15","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1150","2020-03-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1151","2020-03-16","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.127.76","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1152","2020-03-16","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1153","2020-03-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1154","2020-03-17","http://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1155","2020-03-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1156","2020-03-18","mc-reunion.com","Chrome","Windows","6.0","","162.243.126.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1157","2020-03-18","http://www.mc-reunion.com","Firefox","Windows","6.1","","51.77.249.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1158","2020-03-18","www.mc-reunion.com","Chrome","Windows","6.0","","103.58.101.241","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1159","2020-03-18","http://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1160","2020-03-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1161","2020-03-19","http://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1162","2020-03-19","http://www.mc-reunion.com","Firefox","Windows","5.1","","45.119.81.55","000","55","0");
INSERT INTO `wp_statistics_visitor` VALUES("1163","2020-03-20","http://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1164","2020-03-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1165","2020-03-20","http://www.mc-reunion.com","Unknown","Linux","Unknown","","104.196.155.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1166","2020-03-20","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","188.143.169.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1167","2020-03-21","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1168","2020-03-21","http://www.mc-reunion.com","Chrome","Windows","6.3","","94.103.80.108","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1169","2020-03-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1170","2020-03-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","173.214.194.33","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1171","2020-03-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1172","2020-03-21","http://www.mc-reunion.com","Firefox","Windows","6.1","","176.100.190.11","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1173","2020-03-21","http://www.mc-reunion.com","Firefox","Windows","6.0","","88.135.122.150","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1174","2020-03-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1175","2020-03-21","mc-reunion.com","Chrome","Windows","6.0","","92.222.64.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1176","2020-03-21","www.mc-reunion.com","Chrome","Windows","6.0","","164.132.44.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1177","2020-03-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1178","2020-03-22","http://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1179","2020-03-22","http://www.mc-reunion.com","Chrome","Windows","6.3","","94.103.80.108","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1180","2020-03-22","http://www.mc-reunion.com","Firefox","Windows","10.0","","167.114.124.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1181","2020-03-22","http://www.mc-reunion.com","Chrome","Windows","6.2","","128.127.105.184","000","18","0");
INSERT INTO `wp_statistics_visitor` VALUES("1182","2020-03-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","183.91.11.75","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1183","2020-03-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1184","2020-03-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1185","2020-03-23","http://www.mc-reunion.com","Firefox","Windows","6.2","","62.210.80.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1186","2020-03-23","http://www.mc-reunion.com:80","Chrome","Windows","10.0","","46.29.165.28","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1187","2020-03-23","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.52.230.173","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1188","2020-03-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1189","2020-03-24","http://mc-reunion.com","QQ Browser","Windows","6.1","","104.168.182.234","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1190","2020-03-24","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1191","2020-03-24","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.231.82","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1192","2020-03-24","mc-reunion.com","Chrome","Windows","6.1","","82.117.194.229","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1193","2020-03-24","www.mc-reunion.com","Chrome","Windows","6.1","","37.187.132.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1194","2020-03-24","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","194.67.93.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1195","2020-03-25","http://mc-reunion.com/","Chrome","Windows","10.0","","109.169.211.165","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1196","2020-03-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1197","2020-03-25","http://www.mc-reunion.com","Unknown","Windows","5.1","","188.143.169.29","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1198","2020-03-25","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1199","2020-03-25","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","194.67.93.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1200","2020-03-25","http://mc-reunion.com/","Opera","Windows","6.1","","62.210.79.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1201","2020-03-25","http://www.mc-reunion.com","Chrome","Windows","6.1","","5.188.62.147","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1202","2020-03-25","http://www.mc-reunion.com","Chrome","Windows","6.3","","176.100.188.157","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1203","2020-03-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","54.244.171.187","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1204","2020-03-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1205","2020-03-26","http://www.mc-reunion.com","Chrome","OS X","10.14.6","","47.91.41.238","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1206","2020-03-26","http://www.mc-reunion.com","Chrome","OS X","10.11.6","","27.66.160.101","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1207","2020-03-26","http://www.mc-reunion.com","Firefox","Windows","10.0","","117.7.215.130","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1208","2020-03-26","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1209","2020-03-26","http://www.mc-reunion.com","Chrome","Windows","6.1","","23.108.50.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1210","2020-03-26","mc-reunion.com","Chrome","Windows","6.0","","132.148.80.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1211","2020-03-26","www.mc-reunion.com","Chrome","Windows","6.0","","176.31.244.49","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1212","2020-03-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1213","2020-03-27","http://mc-reunion.com/","Chrome","Windows","10.0","","85.206.165.24","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1214","2020-03-27","http://www.mc-reunion.com","Internet Explorer","Windows","6.1","","199.116.169.254","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1215","2020-03-27","https://www.mc-reunion.com","Firefox","Windows","10.0","","134.122.57.74","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1216","2020-03-27","https://www.google.com/","Chrome","Windows","10.0","","78.108.109.143","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1217","2020-03-27","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.151.127.83","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1218","2020-03-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1219","2020-03-28","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","18.236.69.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1220","2020-03-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","52.15.39.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1221","2020-03-28","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.132.14","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1222","2020-03-28","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.204.229","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1223","2020-03-29","http://mc-reunion.com:80","Chrome","Windows","10.0","","46.29.165.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1224","2020-03-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1225","2020-03-29","mc-reunion.com","Chrome","Windows","6.0","","54.36.246.232","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1226","2020-03-29","www.mc-reunion.com","Chrome","Windows","6.0","","37.187.132.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1227","2020-03-29","http://www.mc-reunion.com","Firefox","Windows","6.1","","187.188.33.69","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1228","2020-03-29","http://www.mc-reunion.com","Firefox","Windows","10.0","","180.210.201.57","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1229","2020-03-29","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.148.93.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1230","2020-03-30","http://www.mc-reunion.com","Chrome","Windows","10.0","","157.245.172.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1231","2020-03-30","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1232","2020-03-30","http://www.mc-reunion.com","Firefox","Linux","Unknown","","195.201.236.40","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1233","2020-03-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1234","2020-03-30","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.148.93.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1235","2020-03-30","http://www.mc-reunion.com","Unknown","Windows","5.1","","188.143.169.29","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1236","2020-03-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1237","2020-03-31","http://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1238","2020-03-31","http://finder.cox.net/main?ParticipantID=96e687opkbv4scrood8k84drs6gw5duf&FailedURI=http%3A%2F%2Fmcreunite.ca%2F&FailureMode=1&Implementation=&AddInType=4&Version=pywr1.0&ClientLocation=us","Chrome","Windows","10.0","","72.197.50.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1239","2020-03-31","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","172.105.102.15","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1240","2020-03-31","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","35.182.18.16","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1241","2020-04-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1242","2020-04-01","http://www.mc-reunion.com","Unknown","Windows","5.1","","85.10.207.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1243","2020-04-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1244","2020-04-02","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.69.187","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1245","2020-04-02","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.188.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1246","2020-04-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1247","2020-04-03","http://www.mc-reunion.com","Unknown","Windows","5.1","","188.143.169.29","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1248","2020-04-03","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.193.102.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1249","2020-04-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","188.166.16.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1250","2020-04-03","http://robhopping.com/","Chrome","Windows","6.1","","184.53.16.249","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1251","2020-04-03","http://www.mc-reunion.com","Firefox","Linux","Unknown","","51.15.78.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1252","2020-04-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1253","2020-04-04","http://www.mc-reunion.com","Firefox","Windows","6.1","","176.100.190.4","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1254","2020-04-04","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.153.55.222","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1255","2020-04-04","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","35.198.48.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1256","2020-04-04","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","146.185.163.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1257","2020-04-04","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","123.31.31.47","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1258","2020-04-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","183.236.7.192","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1259","2020-04-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","183.6.187.232","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1260","2020-04-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1261","2020-04-05","http://www.mc-reunion.com","Internet Explorer","Windows","5.2","","38.111.144.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1262","2020-04-05","http://robhopping.com/","Chrome","Windows","6.1","","184.53.16.249","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1263","2020-04-05","http://www.mc-reunion.com","Firefox","Windows","6.1","","218.145.215.150","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1264","2020-04-05","http://www.mc-reunion.com","Firefox","Windows","6.1","","184.67.99.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1265","2020-04-05","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1266","2020-04-05","google.com","Unknown","Unknown","Unknown","","45.55.151.201","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1267","2020-04-05","http://www.mc-reunion.com","Firefox","OS X","10.14","","157.230.35.150","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1268","2020-04-05","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","95.216.221.125","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1269","2020-04-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1270","2020-04-06","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","183.89.82.41","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1271","2020-04-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.177.221","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1272","2020-04-06","http://robhopping.com/","Chrome","Windows","6.1","","184.53.16.249","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1273","2020-04-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1274","2020-04-07","mc-reunion.com","Chrome","Windows","6.0","","108.160.133.137","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("1275","2020-04-07","www.mc-reunion.com","Chrome","Windows","6.0","","82.165.250.153","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1276","2020-04-07","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1277","2020-04-07","http://www.mc-reunion.com","Chrome","Windows","10.0","","84.17.46.179","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1278","2020-04-07","mc-reunion.com","Chrome","Windows","6.1","","157.230.37.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1279","2020-04-07","www.mc-reunion.com","Chrome","Windows","6.1","","216.198.245.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1280","2020-04-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1281","2020-04-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","91.132.138.62","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1282","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","120.79.154.53","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1283","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","212.48.93.181","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1284","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.93.230.126","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1285","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.98.248.65","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1286","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","158.181.48.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1287","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","153.126.158.173","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1288","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","46.183.8.148","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1289","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.106.96.255","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1290","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.105.163.109","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1291","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","39.106.70.58","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1292","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","112.175.151.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1293","2020-04-08","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1294","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.105.114.242","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1295","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","120.79.219.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1296","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.50.198.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1297","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.101.179.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1298","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","139.198.16.241","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1299","2020-04-08","http://www.mc-reunion.com","Opera","OS X","10.15.4","","45.63.95.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1300","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.52.241.4","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1301","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","47.101.207.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1302","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","77.120.163.200","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1303","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","118.31.121.129","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1304","2020-04-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","212.48.92.66","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1305","2020-04-09","http://www.mc-reunion.com","Firefox","Windows","10.0","","188.40.68.151","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1306","2020-04-09","http://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1307","2020-04-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1308","2020-04-09","https://www.google.com/","Chrome","Windows","10.0","","94.112.186.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1309","2020-04-09","http://www.mc-reunion.com","Chrome","Windows","10.0","","5.62.41.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1310","2020-04-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1311","2020-04-10","http://www.mc-reunion.com","Chrome","OS X","10.14.6","","120.55.50.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1312","2020-04-10","http://www.mc-reunion.com","Firefox","Windows","10.0","","185.154.23.30","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1313","2020-04-10","http://www.mc-reunion.com","Firefox","Windows","10.0","","149.28.104.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1314","2020-04-10","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.127.76","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1315","2020-04-10","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","39.98.123.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1316","2020-04-10","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.12.92.151","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1317","2020-04-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","93.84.114.208","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1318","2020-04-10","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","91.121.76.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1319","2020-04-10","http://www.mc-reunion.com","Firefox","Windows","6.1","","41.144.82.12","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1320","2020-04-10","http://www.mc-reunion.com","Firefox","Windows","6.1","","41.144.82.237","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1321","2020-04-10","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","167.172.97.238","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1322","2020-04-10","http://www.mc-reunion.com","Chrome","Linux","Unknown","","18.144.89.48","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1323","2020-04-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1324","2020-04-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","149.28.104.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1325","2020-04-11","http://mc-reunion.com","Chrome","Windows","6.1","","188.163.104.168","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1326","2020-04-11","http://www.mc-reunion.com","Firefox","Windows","6.1","","73.203.155.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1327","2020-04-11","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1328","2020-04-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","200.89.178.182","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1329","2020-04-11","https://www.mc-reunion.com","Opera","OS X","10.15.4","","45.63.95.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1330","2020-04-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1331","2020-04-12","http://www.facebook.net/","Firefox","Windows","10.0","","51.83.216.240","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1332","2020-04-12","http://www.mc-reunion.com","Firefox","Windows","6.1","","176.100.191.206","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1333","2020-04-12","http://www.mc-reunion.com","Firefox","Windows","6.1","","128.199.76.31","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1334","2020-04-12","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","91.121.76.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1335","2020-04-12","http://www.mc-reunion.com","Chrome","Windows","6.1","","5.105.39.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1336","2020-04-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1337","2020-04-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","157.245.172.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1338","2020-04-13","http://www.mc-reunion.com","Chrome","Linux","Unknown","","175.43.97.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1339","2020-04-13","http://www.mc-reunion.com","Firefox","Windows","6.1","","188.2.126.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1340","2020-04-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","180.210.201.57","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1341","2020-04-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1342","2020-04-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","193.95.106.249","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1343","2020-04-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","51.158.98.121","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1344","2020-04-14","mc-reunion.com","Chrome","Windows","6.0","","159.203.182.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1345","2020-04-14","http://www.mc-reunion.com","Firefox","Linux","Unknown","","195.201.236.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1346","2020-04-14","www.mc-reunion.com","Chrome","Windows","6.0","","78.111.166.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1347","2020-04-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1348","2020-04-15","http://www.mc-reunion.com","Chrome","Windows","6.3","","178.159.37.21","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1349","2020-04-15","http://www.mc-reunion.com","Chrome","Windows","10.0","","180.247.95.164","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1350","2020-04-16","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.70.25.215","000","79","0");
INSERT INTO `wp_statistics_visitor` VALUES("1353","2020-04-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1354","2020-04-16","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","134.213.49.197","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1355","2020-04-16","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1356","2020-04-16","http://www.mc-reunion.com","Firefox","Windows","10.0","","23.239.180.155","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1357","2020-04-16","http://www.mc-reunion.com","Firefox","Windows","10.0","","87.76.10.119","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1358","2020-04-16","http://www.mc-reunion.com","Chrome","Windows","10.0","","185.237.99.249","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1359","2020-04-16","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.81.157.133","000","56","0");
INSERT INTO `wp_statistics_visitor` VALUES("1360","2020-04-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1361","2020-04-17","http://www.facebook.net/","Firefox","Windows","10.0","","51.83.216.240","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1362","2020-04-17","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.81.157.133","000","56","0");
INSERT INTO `wp_statistics_visitor` VALUES("1363","2020-04-17","http://www.mc-reunion.com","Chrome","Windows","6.1","","207.180.255.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1364","2020-04-17","http://mc-reunion.com","Chrome","OS X","10.12.1","","69.160.160.58","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1365","2020-04-17","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.52.184.65","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1366","2020-04-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1367","2020-04-18","http://www.mc-reunion.com","Chrome","Windows","10.0","","37.230.128.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1368","2020-04-18","http://www.mc-reunion.com","Firefox","Windows","10.0","","185.151.245.134","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1369","2020-04-18","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.67.86.252","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1370","2020-04-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1371","2020-04-19","http://www.mc-reunion.com","Firefox","Windows","6.1","","110.44.128.200","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1372","2020-04-19","http://www.mc-reunion.com","Firefox","OS X","10.14","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1373","2020-04-19","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.165.232","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1374","2020-04-19","http://www.mc-reunion.com","Chrome","Windows","6.1","","168.81.93.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1375","2020-04-19","http://www.mc-reunion.com","Chrome","Windows","6.1","","144.168.162.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1376","2020-04-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1377","2020-04-20","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","206.189.66.165","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1378","2020-04-21","http://www.mc-reunion.com","Firefox","Windows","10.0","","158.255.211.215","000","18","0");
INSERT INTO `wp_statistics_visitor` VALUES("1379","2020-04-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1380","2020-04-21","https://www.mc-reunion.com","Firefox","Windows","10.0","","140.238.206.70","000","18","0");
INSERT INTO `wp_statistics_visitor` VALUES("1381","2020-04-21","http://www.mc-reunion.com","Firefox","Windows","10.0","","140.143.89.54","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("1382","2020-04-21","http://www.mc-reunion.com","Firefox","Windows","10.0","","51.158.107.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1383","2020-04-21","https://www.mc-reunion.com","Chrome","Windows","5.1","","138.197.131.30","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1384","2020-04-21","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.197.160.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1385","2020-04-21","http://www.mc-reunion.com","Chrome","Windows","6.4","","138.197.148.89","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1386","2020-04-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","138.197.143.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1387","2020-04-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.42.28","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1388","2020-04-21","https://www.virus-schutzmasken.de","Internet Explorer","Windows","6.1","","18.195.52.236","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1389","2020-04-21","http://www.mc-reunion.com","Firefox","Windows","10.0","","173.208.198.218","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1390","2020-04-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1391","2020-04-22","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1392","2020-04-22","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","176.111.49.48","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1393","2020-04-22","http://www.mc-reunion.com","Firefox","Windows","10.0","","180.210.201.57","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1394","2020-04-22","http://www.mc-reunion.com","Firefox","Windows","10.0","","51.158.107.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1395","2020-04-22","http://www.mc-reunion.com","Firefox","Windows","5.1","","78.85.210.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1396","2020-04-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1397","2020-04-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","149.129.75.56","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1398","2020-04-23","https://www.mc-reunion.com","Chrome","Windows","6.3","","185.129.148.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1399","2020-04-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.53.152","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1400","2020-04-24","http://www.mc-reunion.com","Firefox","Windows","10.0","","120.89.61.90","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1401","2020-04-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1402","2020-04-24","mc-reunion.com","Chrome","Windows","6.1","","132.148.80.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1403","2020-04-24","www.mc-reunion.com","Chrome","Windows","6.1","","5.135.143.224","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1404","2020-04-24","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.67.37.229","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1405","2020-04-24","http://mc-reunion.com","Chrome","Windows","6.1","","176.122.120.210","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1406","2020-04-25","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.81.157.133","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1407","2020-04-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1408","2020-04-25","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","173.249.23.152","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1409","2020-04-25","http://www.mc-reunion.com","Chrome","Windows","10.0","","51.158.107.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1410","2020-04-25","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","167.172.110.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1411","2020-04-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","54.184.238.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1412","2020-04-25","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","95.217.154.204","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1413","2020-04-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1414","2020-04-26","mc-reunion.com","Chrome","Windows","6.0","","54.36.246.232","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1415","2020-04-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.81.157.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1416","2020-04-26","www.mc-reunion.com","Chrome","Windows","6.0","","51.38.115.166","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1417","2020-04-26","http://www.mc-reunion.com","Firefox","Windows","6.1","","117.197.2.43","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1418","2020-04-26","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","81.7.14.178","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1419","2020-04-26","http://www.mc-reunion.com","Firefox","Windows","6.1","","3.223.135.199","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1420","2020-04-26","http://www.mc-reunion.com","Firefox","Linux","Unknown","","95.217.135.116","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1421","2020-04-26","http://www.mc-reunion.com","Chrome","Windows","6.0","","138.68.180.18","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("1422","2020-04-26","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","62.171.169.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1423","2020-04-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1424","2020-04-27","http://www.mc-reunion.com","Firefox","Windows","10.0","","80.246.28.19","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1425","2020-04-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","110.78.20.62","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1426","2020-04-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1427","2020-04-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1428","2020-04-29","http://weblibrary.win","Unknown","Unknown","Unknown","","18.195.20.209","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1429","2020-04-29","http://www.web-analytics.date","Unknown","Unknown","Unknown","","18.185.117.197","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1430","2020-04-29","http://www.certifywebsite.win","Unknown","Unknown","Unknown","","3.122.116.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1431","2020-04-29","http://zonefiles.bid","Unknown","Unknown","Unknown","","18.156.177.153","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1432","2020-04-29","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1433","2020-04-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","23.254.211.185","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1434","2020-04-29","http://www.mc-reunion.com","Chrome","Windows","6.1","","80.82.64.212","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1435","2020-04-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.18","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1436","2020-04-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1437","2020-04-30","http://mc-reunion.com/","Chrome","Windows","10.0","","62.210.79.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1438","2020-04-30","http://www.mc-reunion.com","Firefox","Windows","10.0","","51.158.107.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1439","2020-04-30","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","89.108.99.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1440","2020-04-30","http://www.mc-reunion.com","Chrome","Windows","10.0","","46.101.174.128","000","28","0");
INSERT INTO `wp_statistics_visitor` VALUES("1441","2020-05-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","46.101.174.128","000","186","0");
INSERT INTO `wp_statistics_visitor` VALUES("1442","2020-05-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1443","2020-05-01","http://www.mc-reunion.com","Firefox","Windows","10.0","","51.158.107.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1444","2020-05-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","51.89.201.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1445","2020-05-01","http://www.mc-reunion.com","Firefox","Windows","10.0","","163.198.6.249","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1446","2020-05-01","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","139.99.156.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1447","2020-05-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","108.62.9.62","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1448","2020-05-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.46.40.28","000","152","0");
INSERT INTO `wp_statistics_visitor` VALUES("1449","2020-05-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","185.162.127.248","000","122","0");
INSERT INTO `wp_statistics_visitor` VALUES("1450","2020-05-02","http://www.mc-reunion.com","Internet Explorer","Windows","5.2","","13.90.159.75","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1451","2020-05-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","194.31.53.125","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1452","2020-05-03","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","91.121.76.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1453","2020-05-03","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","104.248.159.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1454","2020-05-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1455","2020-05-04","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","194.67.93.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1456","2020-05-04","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","85.187.128.22","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1458","2020-05-04","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","94.21.92.239","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1459","2020-05-04","http://www.mc-reunion.com","Firefox","Windows","6.1","","37.120.203.74","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1460","2020-05-05","http://www.mc-reunion.com","Safari","OS X","10.14.6","","172.89.89.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1461","2020-05-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1462","2020-05-05","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","42.188.211.242","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1463","2020-05-05","http://www.mc-reunion.com","Opera","Windows","6.1","","192.255.126.89","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1464","2020-05-05","http://www.mc-reunion.com","Opera","Windows","6.1","","192.255.111.219","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1465","2020-05-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1466","2020-05-06","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","192.198.83.166","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1468","2020-05-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1469","2020-05-07","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","70.32.73.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1470","2020-05-07","https://www.google.com/","Chrome","Windows","6.1","","88.212.42.11","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1471","2020-05-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","185.206.225.140","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1472","2020-05-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1473","2020-05-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","68.183.237.14","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1474","2020-05-08","http://www.mc-reunion.com","Firefox","Windows","6.2","","207.180.255.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1475","2020-05-08","http://www.mc-reunion.com","Chrome","Windows","10.0","","95.216.113.229","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1476","2020-05-09","http://www.mc-reunion.com","Firefox","Windows","10.0","","92.223.89.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1477","2020-05-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1478","2020-05-09","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.183.219.244","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1479","2020-05-09","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.71.232.248","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1480","2020-05-09","http://www.mc-reunion.com","Firefox","Windows","10.0","","103.13.242.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1481","2020-05-10","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1482","2020-05-10","https://www.mc-reunion.com","Firefox","Linux","Unknown","","179.43.169.182","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1483","2020-05-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1484","2020-05-11","mc-reunion.com","Chrome","Windows","6.0","","108.160.133.137","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1485","2020-05-11","www.mc-reunion.com","Chrome","Windows","6.0","","203.129.113.142","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1486","2020-05-11","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.81.157.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1487","2020-05-11","http://www.mc-reunion.com","Firefox","Windows","10.0","","167.114.226.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1488","2020-05-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1489","2020-05-12","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","3.20.228.35","000","20","0");
INSERT INTO `wp_statistics_visitor` VALUES("1490","2020-05-12","mc-reunion.com","Chrome","Windows","6.0","","159.203.182.52","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1491","2020-05-12","www.mc-reunion.com","Chrome","Windows","6.0","","108.160.133.137","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1492","2020-05-13","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","213.136.84.211","000","42","0");
INSERT INTO `wp_statistics_visitor` VALUES("1493","2020-05-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1494","2020-05-13","http://www.mc-reunion.com","Chrome","Windows","6.3","","173.249.22.173","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1495","2020-05-13","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","45.56.76.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1496","2020-05-13","https://builtwith.com","Chrome","Windows","10.0","","18.219.204.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1497","2020-05-13","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1498","2020-05-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1499","2020-05-14","http://www.mc-reunion.com/","Firefox","Windows","10.0","","182.50.130.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1500","2020-05-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.17","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1501","2020-05-14","https://www.mc-reunion.com","Firefox","Windows","10.0","","124.205.141.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1502","2020-05-14","http://www.mc-reunion.com","Chrome","OS X","10.11.6","","185.220.100.249","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1503","2020-05-14","http://www.mc-reunion.com","Firefox","Windows","10.0","","129.146.106.168","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("1504","2020-05-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","192.171.90.82","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1505","2020-05-15","http://www.mc-reunion.com","Chrome","OS X","10.11.6","","185.220.101.211","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1506","2020-05-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1507","2020-05-15","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","3.120.131.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1508","2020-05-15","http://mc-reunion.com/","Internet Explorer","Windows","5.1","","45.76.161.33","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1509","2020-05-15","https://www.mc-reunion.com","Firefox","Windows","10.0","","150.136.149.141","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("1510","2020-05-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","112.137.138.4","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("1511","2020-05-15","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","167.172.110.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1512","2020-05-16","http://www.mc-reunion.com","Chrome","Linux","Unknown","","18.144.167.221","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1513","2020-05-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1514","2020-05-16","mc-reunion.com","Chrome","Windows","6.0","","88.198.205.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1515","2020-05-16","mc-reunion.com","Chrome","Windows","6.0","","108.160.133.137","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1516","2020-05-16","http://www.mc-reunion.com","Chrome","Windows","10.0","","54.38.38.128","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1517","2020-05-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1518","2020-05-17","www.mc-reunion.com","Chrome","Windows","6.0","","51.38.115.166","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1519","2020-05-17","www.mc-reunion.com","Chrome","Windows","6.0","","107.170.247.224","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1520","2020-05-17","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1521","2020-05-17","http://www.mc-reunion.com","Chrome","OS X","10.11.6","","158.69.172.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1522","2020-05-17","http://www.mc-reunion.com","Firefox","OS X","10.14","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1523","2020-05-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","45.56.76.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1524","2020-05-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1525","2020-05-18","http://www.mc-reunion.com","Chrome","OS X","10.11.6","","185.220.100.247","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1526","2020-05-18","http://www.mc-reunion.com","Chrome","OS X","10.11.6","","62.102.148.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1527","2020-05-18","http://www.mc-reunion.com","Internet Explorer","Windows","6.1","","54.207.33.42","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1528","2020-05-18","http://www.mc-reunion.com","Chrome","OS X","10.11.6","","62.102.148.69","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1529","2020-05-18","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","157.245.43.171","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1530","2020-05-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1531","2020-05-19","http://www.mc-reunion.com","Firefox","Windows","10.0","","144.123.42.58","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1532","2020-05-19","http://www.mc-reunion.com","Firefox","Windows","10.0","","129.213.139.225","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("1533","2020-05-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","139.59.64.189","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1534","2020-05-19","https://www.mc-reunion.com","Firefox","Windows","10.0","","130.61.17.2","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("1535","2020-05-19","http://www.mc-reunion.com","Firefox","Windows","10.0","","46.4.119.236","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("1536","2020-05-20","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","142.93.200.156","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1537","2020-05-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1538","2020-05-20","https://www.mc-reunion.com","Firefox","Windows","10.0","","39.105.75.33","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1539","2020-05-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1540","2020-05-21","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","139.59.90.116","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1541","2020-05-21","mc-reunion.com","Chrome","Windows","6.0","","54.36.246.232","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1542","2020-05-21","https://www.mc-reunion.com","Firefox","Windows","10.0","","150.136.235.29","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("1543","2020-05-21","www.mc-reunion.com","Chrome","Windows","6.0","","128.199.194.131","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1544","2020-05-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1545","2020-05-22","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","198.136.62.200","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1546","2020-05-22","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.215.134.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1547","2020-05-23","http://www.mc-reunion.com","Chrome","Windows","6.1","","158.222.8.171","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1548","2020-05-23","http://www.mc-reunion.com/","Chrome","Windows","6.1","","107.172.81.202","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1549","2020-05-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1550","2020-05-23","http://www.mc-reunion.com","Safari","OS X","10.14.4","","45.56.76.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1551","2020-05-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1552","2020-05-24","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.46.223.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1553","2020-05-24","http://mc-reunion.com","Chrome","Windows","6.3","","5.188.84.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1554","2020-05-25","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1555","2020-05-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1556","2020-05-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","34.222.177.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1557","2020-05-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1558","2020-05-26","mc-reunion.com","Chrome","Windows","6.0","","188.213.166.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1559","2020-05-26","mc-reunion.com","Chrome","Windows","6.0","","82.117.194.229","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1560","2020-05-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","206.196.116.67","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1561","2020-05-26","http://www.mc-reunion.com","Firefox","Windows","6.1","","188.165.141.114","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1562","2020-05-26","http://robhopping.com/","Chrome","Windows","6.1","","184.53.17.216","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1563","2020-05-26","http://www.mc-reunion.com","Safari","iOS","13.4.1","","174.193.130.240","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1564","2020-05-26","http://www.mc-reunion.com","Safari","iOS","12.4.6","","68.4.171.65","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1565","2020-05-26","http://www.mc-reunion.com","Chrome","Windows","10.0","","73.93.120.152","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1566","2020-05-26","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","104.248.126.19","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1567","2020-05-26","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","157.245.242.118","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1569","2020-05-26","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","157.245.242.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1570","2020-05-27","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","91.121.76.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1571","2020-05-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","43.241.73.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1573","2020-05-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1574","2020-05-27","mc-reunion.com","Chrome","Windows","6.0","","164.132.44.97","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1575","2020-05-27","mc-reunion.com","Chrome","Windows","6.0","","66.70.225.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1576","2020-05-27","http://www.mc-reunion.com/","Edge","OS X","10.44.97","","46.246.65.186","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("1577","2020-05-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","51.68.228.128","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1578","2020-05-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","160.153.154.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1579","2020-05-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","103.48.193.247","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1580","2020-05-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1581","2020-05-28","http://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1582","2020-05-29","http://www.mc-reunion.com","Chrome","Unknown","Unknown","","176.99.5.104","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1583","2020-05-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1584","2020-05-29","http://www.mc-reunion.com","Firefox","Windows","6.1","","195.181.166.152","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1585","2020-05-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.82.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1586","2020-05-29","http://robhopping.com/","Chrome","Windows","6.1","","184.53.17.216","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1587","2020-05-29","www.mc-reunion.com","Chrome","Windows","6.0","","51.255.43.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1588","2020-05-29","http://www.mc-reunion.com","Firefox","Windows","5.1","","86.127.253.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1589","2020-05-30","mc-reunion.com","Chrome","Windows","6.1","","159.65.162.186","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1590","2020-05-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1591","2020-05-30","mc-reunion.com","Chrome","Windows","6.1","","74.208.80.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1592","2020-05-30","mc-reunion.com","Chrome","Windows","6.0","","139.196.229.151","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1594","2020-05-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","95.217.160.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1595","2020-05-30","http://www.mc-reunion.com","Chrome","Windows","10.0","","52.255.160.40","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1596","2020-05-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","51.15.74.152","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1597","2020-05-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1598","2020-05-31","http://www.mc-reunion.com","Chrome","Windows","6.1","","176.40.250.214","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1599","2020-05-31","http://www.mc-reunion.com","Chrome","Windows","10.0","","139.162.227.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1600","2020-06-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1601","2020-06-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","95.217.215.210","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1602","2020-06-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1603","2020-06-02","http://www.mc-reunion.com","Chrome","Windows","6.1","","86.135.191.89","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1604","2020-06-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1605","2020-06-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","108.174.54.163","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1606","2020-06-03","http://www.mc-reunion.com/","Chrome","Windows","6.1","","192.3.144.231","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1607","2020-06-03","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","94.21.145.83","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1608","2020-06-03","http://www.mc-reunion.com","Firefox","Windows","6.1","","103.209.131.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1609","2020-06-03","mc-reunion.com","Chrome","Windows","6.0","","128.199.194.131","000","30","0");
INSERT INTO `wp_statistics_visitor` VALUES("1610","2020-06-03","mc-reunion.com","Chrome","Windows","6.0","","107.170.247.224","000","30","0");
INSERT INTO `wp_statistics_visitor` VALUES("1611","2020-06-03","mc-reunion.com","Chrome","Windows","6.0","","170.210.156.91","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("1612","2020-06-03","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1613","2020-06-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1614","2020-06-04","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.191.67.167","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1615","2020-06-04","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.25.129.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1616","2020-06-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.234.203.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1617","2020-06-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","116.202.15.112","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1618","2020-06-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1619","2020-06-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","103.56.70.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1628","2020-06-05","http://www.mc-reunion.com","Internet Explorer","Windows","5.2","","38.111.144.136","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1629","2020-06-05","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.57.223.223","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1630","2020-06-05","http://www.mc-reunion.com","Unknown","Windows","6.2","","69.165.11.32","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1631","2020-06-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1632","2020-06-06","https://www.google.com/","Safari","iOS","13.5","","78.99.59.166","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1633","2020-06-06","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1634","2020-06-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1635","2020-06-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1636","2020-06-07","mc-reunion.com","Chrome","Windows","6.0","","159.203.81.46","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1637","2020-06-07","http://robhopping.com","Chrome","Linux","Unknown","","192.162.103.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1638","2020-06-07","http://www.mc-reunion.com","Internet Explorer","Windows","6.2","","211.176.125.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1639","2020-06-07","http://www.mc-reunion.com","Chrome","Windows","10.0","","73.93.120.152","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1640","2020-06-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1641","2020-06-08","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.231.5.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1642","2020-06-08","http://www.mc-reunion.com","Chrome","Windows","6.1","","107.175.84.206","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1643","2020-06-08","http://www.mc-reunion.com/","Chrome","Windows","6.1","","66.150.70.218","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1644","2020-06-08","http://www.mc-reunion.com","Chrome","Windows","6.1","","107.172.128.218","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1645","2020-06-08","http://www.mc-reunion.com/","Chrome","Windows","6.1","","173.232.6.25","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1646","2020-06-08","http://www.mc-reunion.com","Safari","iOS","13.3","","172.58.91.74","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1647","2020-06-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.220.100.240","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1648","2020-06-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.220.101.208","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1649","2020-06-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.220.101.143","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1650","2020-06-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1651","2020-06-09","http://www.mc-reunion.com","Chrome","Windows","6.2","","5.188.62.140","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1652","2020-06-09","http://www.mc-reunion.com","Chrome","Windows","6.1","","75.75.233.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1653","2020-06-09","http://www.mc-reunion.com/","Chrome","Windows","6.1","","192.227.248.84","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1654","2020-06-09","mc-reunion.com","Chrome","Windows","6.0","","159.203.182.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1655","2020-06-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1656","2020-06-10","http://www.mc-reunion.com","Firefox","Windows","6.1","","222.124.193.113","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1657","2020-06-10","mc-reunion.com","Chrome","Windows","6.0","","164.132.44.97","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1658","2020-06-10","mc-reunion.com","Chrome","Windows","6.0","","37.187.132.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1659","2020-06-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","52.221.231.46","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1660","2020-06-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.81.157.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1661","2020-06-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1662","2020-06-11","http://www.mc-reunion.com","Chrome","Windows","6.1","","188.120.232.162","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("1663","2020-06-11","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","123.56.26.222","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1664","2020-06-11","www.mc-reunion.com","Chrome","Windows","6.0","","128.199.194.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1665","2020-06-11","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.61.137.171","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1666","2020-06-11","http://www.mc-reunion.com","Unknown","OS X","10.9.2","","95.216.159.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1667","2020-06-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","73.93.120.152","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1668","2020-06-11","http://robhopping.com/","Samsung Internet","Android","8.0.0","","184.53.16.176","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1669","2020-06-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1670","2020-06-12","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","167.172.110.221","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1671","2020-06-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.190.15.172","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1672","2020-06-12","http://m.facebook.com/","Unknown","Android","10","","73.151.121.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1673","2020-06-12","http://www.mc-reunion.com","Chrome","Windows","6.1","","47.137.11.124","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1674","2020-06-12","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.219.135.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1675","2020-06-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1676","2020-06-13","http://www.mc-reunion.com","Safari","OS X","10.15.4","","24.6.197.143","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1677","2020-06-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","104.227.246.106","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1678","2020-06-13","http://www.mc-reunion.com","Firefox","OS X","10.11","","183.136.225.46","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1679","2020-06-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1680","2020-06-14","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.184.220.242","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1681","2020-06-14","http://www.mc-reunion.com","Chrome","Linux","Unknown","","34.223.104.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1682","2020-06-14","https://www.mc-reunion.com","Chrome","Windows","6.1","","103.139.113.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1683","2020-06-14","http://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.82.198","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1684","2020-06-14","http://m.facebook.com/","Unknown","Android","10","","73.151.121.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1685","2020-06-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","80.82.68.173","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1686","2020-06-14","http://www.facebook.net/","Firefox","Windows","10.0","","51.83.216.204","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1687","2020-06-15","http://www.mc-reunion.com","Chrome","Windows","10.0","","3.249.193.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1688","2020-06-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1689","2020-06-15","android-app://com.google.android.googlequicksearchbox/","Chrome","Android","10","","88.146.202.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1690","2020-06-15","http://www.mc-reunion.com","Chrome","Windows","10.0","","173.211.76.244","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1691","2020-06-15","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","13.66.63.41","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1692","2020-06-15","mc-reunion.com","Chrome","Windows","6.1","","139.59.29.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1693","2020-06-15","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.110.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1694","2020-06-15","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1695","2020-06-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1696","2020-06-16","http://www.mc-reunion.com","Safari","OS X","10.15.4","","108.206.116.142","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1697","2020-06-16","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","188.143.1.43","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1698","2020-06-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1699","2020-06-17","http://www.mc-reunion.com","Chrome","Windows","10.0","","206.217.130.148","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1700","2020-06-17","http://robhopping.com/","Chrome","Windows","6.1","","184.53.17.19","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1701","2020-06-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.149.243.71","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1702","2020-06-17","http://www.mc-reunion.com","Firefox","Windows","6.1","","89.208.35.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1703","2020-06-17","http://www.mc-reunion.com","Firefox","Windows","6.1","","35.228.111.23","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1704","2020-06-17","http://www.mc-reunion.com","Chrome","Windows","6.1","","109.86.225.205","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("1705","2020-06-17","http://robhopping.com/","Chrome","Windows","10.0","","66.68.15.74","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1706","2020-06-17","http://www.mc-reunion.com","Chrome","Windows","6.0","","46.101.9.216","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("1707","2020-06-17","http://www.mc-reunion.com/","Chrome","Windows","6.2","","66.96.183.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1708","2020-06-17","http://www.mc-reunion.com","Firefox","OS X","10.11","","183.136.225.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1709","2020-06-18","mc-reunion.com","Chrome","Windows","6.0","","128.199.194.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1710","2020-06-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1711","2020-06-18","mc-reunion.com","Chrome","Windows","6.0","","162.243.126.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1712","2020-06-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.17.19","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1713","2020-06-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","107.152.99.41","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1714","2020-06-18","http://www.mc-reunion.com","Firefox","Windows","10.0","","159.89.159.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1715","2020-06-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1716","2020-06-19","http://www.mc-reunion.com","Firefox","Windows","10.0","","193.70.73.242","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1717","2020-06-19","http://robhopping.com/","Samsung Internet","Android","8.0.0","","184.53.17.19","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1718","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","148.72.42.181","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1719","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","69.163.152.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1720","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.70.111.1","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1721","2020-06-19","http://www.mc-reunion.com","Firefox","Windows","10.0","","142.4.123.118","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1722","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","165.227.81.105","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1723","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","116.203.125.215","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1724","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","3.21.174.217","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1725","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","3.127.88.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1726","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","193.111.73.134","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1727","2020-06-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","46.32.229.90","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1728","2020-06-19","http://www.mc-reunion.com","Chrome","Linux","Unknown","","52.41.89.79","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1729","2020-06-19","http://www.mc-reunion.com","Chrome","OS X","10.14.6","","123.56.182.178","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1730","2020-06-19","http://www.mc-reunion.com","Chrome","OS X","10.14.6","","59.110.8.96","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1731","2020-06-19","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","47.96.72.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1732","2020-06-19","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.57.184.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1733","2020-06-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1734","2020-06-20","mc-reunion.com","Chrome","Windows","6.1","","37.187.72.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1735","2020-06-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.45.135","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1736","2020-06-20","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","64.225.71.80","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1737","2020-06-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.103.128.254","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1738","2020-06-20","http://www.mc-reunion.com","Firefox","Windows","10.0","","159.89.159.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1739","2020-06-20","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.81.157.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1740","2020-06-20","www.mc-reunion.com","Chrome","Windows","6.1","","62.141.37.177","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1741","2020-06-20","http://www.mc-reunion.com","Safari","OS X","10.13.6","","91.14.224.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1742","2020-06-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1743","2020-06-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","173.82.59.44","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1744","2020-06-21","http://www.mc-reunion.com","Firefox","Windows","10.0","","195.154.112.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1745","2020-06-21","http://www.mc-reunion.com","Firefox","Windows","10.0","","207.32.218.242","000","110","0");
INSERT INTO `wp_statistics_visitor` VALUES("1746","2020-06-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","45.254.25.178","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1747","2020-06-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1748","2020-06-22","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1749","2020-06-22","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","165.22.101.100","000","24","0");
INSERT INTO `wp_statistics_visitor` VALUES("1750","2020-06-23","http://www.facebook.net/","Firefox","Windows","10.0","","51.83.216.204","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1751","2020-06-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1752","2020-06-23","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1753","2020-06-23","http://www.mc-reunion.com","Chrome","Linux","Unknown","","44.229.31.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1754","2020-06-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.88.157.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1755","2020-06-23","http://www.mc-reunion.com","Chrome","Windows","6.1","","135.181.30.160","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1756","2020-06-23","http://www.mc-reunion.com","Firefox","Windows","10.0","","35.178.180.109","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1757","2020-06-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","149.129.240.89","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1758","2020-06-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","193.86.229.230","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1759","2020-06-23","http://www.mc-reunion.com","Chrome","Android","4.4.2","","211.56.145.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1760","2020-06-23","http://www.mc-reunion.com","Firefox","Windows","6.1","","45.4.206.61","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1761","2020-06-23","http://www.mc-reunion.com","Firefox","Windows","6.1","","94.131.233.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1762","2020-06-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1763","2020-06-24","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.166.95.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1764","2020-06-24","http://www.mc-reunion.com","Firefox","Windows","6.1","","3.34.123.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1765","2020-06-24","http://www.mc-reunion.com","Firefox","Windows","6.3","","80.82.68.173","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1766","2020-06-25","http://mc-reunion.com/","Chrome","Windows","6.1","","31.171.152.110","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1767","2020-06-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1768","2020-06-25","http://www.mc-reunion.com","Chrome","Windows","10.0","","54.223.115.227","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1769","2020-06-25","http://www.mc-reunion.com","Chrome","Windows","10.0","","103.216.51.210","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1770","2020-06-25","mc-reunion.com","Chrome","Windows","6.0","","162.243.126.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1771","2020-06-25","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.110.88","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1772","2020-06-25","http://www.mc-reunion.com","Firefox","Windows","10.0","","159.89.159.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1773","2020-06-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","52.32.26.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1774","2020-06-25","www.mc-reunion.com","Chrome","Windows","6.0","","108.160.133.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1775","2020-06-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1776","2020-06-26","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.213.232.187","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1777","2020-06-26","http://www.mc-reunion.com","Unknown","webOS","Unknown","","73.14.169.198","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1778","2020-06-26","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","68.183.105.217","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1779","2020-06-26","http://www.mc-reunion.com","Chrome","Android","4.4.2","","211.56.145.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1780","2020-06-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","68.183.184.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1781","2020-06-26","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.241.214.92","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1782","2020-06-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1783","2020-06-27","http://www.mc-reunion.com","Chrome","Linux","Unknown","","80.82.68.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1784","2020-06-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1785","2020-06-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","104.227.246.106","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1786","2020-06-27","http://www.mc-reunion.com","Firefox","Windows","6.1","","34.82.184.154","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1787","2020-06-27","http://www.mc-reunion.com/","Chrome","Windows","6.2","","151.80.47.41","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1788","2020-06-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1789","2020-06-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.185.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1790","2020-06-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","191.101.85.124","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1791","2020-06-28","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.216.176.150","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1792","2020-06-28","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","13.70.199.80","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1793","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","188.97.237.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1794","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","82.23.251.82","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1795","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","91.22.238.81","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1796","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","31.211.184.193","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1797","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","94.0.74.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1798","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","86.26.29.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1799","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","109.175.98.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1800","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","77.232.109.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1801","2020-06-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.0","","179.176.216.45","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1802","2020-06-28","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","46.161.61.251","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1803","2020-06-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1804","2020-06-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","3.8.82.97","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1805","2020-06-29","http://www.mc-reunion.com","Firefox","Windows","10.0","","104.248.228.113","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1806","2020-06-29","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","91.207.102.158","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1807","2020-06-29","www.mc-reunion.com","Chrome","Windows","6.0","","51.255.43.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1808","2020-06-29","http://www.mc-reunion.com","Chrome","Linux","Unknown","","163.172.143.1","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1809","2020-06-29","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.213.197.19","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1810","2020-06-29","http://robhopping.com/","Chrome","Windows","6.1","","184.53.16.74","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1811","2020-06-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1812","2020-06-30","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1813","2020-06-30","http://www.mc-reunion.com","Chrome","Linux","Unknown","","138.99.216.171","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1814","2020-06-30","http://www.mc-reunion.com","Chrome","Windows","10.0","","159.89.159.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1815","2020-06-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","37.187.72.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1816","2020-06-30","http://www.mc-reunion.com","Unknown","Linux","Unknown","","34.75.208.149","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1817","2020-07-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1818","2020-07-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","35.246.132.157","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1819","2020-07-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.10.185.130","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1820","2020-07-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","37.187.72.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1821","2020-07-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","103.224.195.41","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1822","2020-07-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","34.70.141.51","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1823","2020-07-01","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.16.164","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1824","2020-07-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1825","2020-07-02","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.16.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1826","2020-07-02","http://www.mc-reunion.com","Chrome","Windows","6.1","","5.188.62.140","000","13","0");
INSERT INTO `wp_statistics_visitor` VALUES("1827","2020-07-02","http://www.mc-reunion.com","Chrome","Windows","10.0","","159.89.159.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1828","2020-07-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1829","2020-07-03","http://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.42.214","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1830","2020-07-03","http://www.mc-reunion.com","Firefox","Linux","Unknown","","188.93.56.216","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1831","2020-07-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","191.234.176.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1832","2020-07-03","http://www.mc-reunion.com","Firefox","Windows","10.0","","105.27.207.138","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1833","2020-07-03","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","82.146.39.47","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1834","2020-07-03","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.193.121.62","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1835","2020-07-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("1836","2020-07-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.55.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1837","2020-07-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","206.189.229.10","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1838","2020-07-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.134.10","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1839","2020-07-04","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","176.31.252.167","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1840","2020-07-05","http://www.mc-reunion.com","Safari","OS X","10.14.4","","45.9.148.194","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1841","2020-07-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1842","2020-07-05","http://www.mc-reunion.com","Chrome","Windows","6.1","","192.227.238.228","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1843","2020-07-05","http://www.mc-reunion.com/","Chrome","Windows","6.1","","107.172.67.166","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1844","2020-07-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1845","2020-07-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","66.42.54.23","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1846","2020-07-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1847","2020-07-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.39.121.106","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1848","2020-07-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.115.139","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1849","2020-07-06","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.110.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1850","2020-07-06","http://robhopping.com","Chrome","Linux","Unknown","","192.162.103.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1851","2020-07-06","mc-reunion.com","Chrome","Windows","6.1","","108.160.133.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1852","2020-07-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1853","2020-07-07","http://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.8.234","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1854","2020-07-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.171.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1855","2020-07-07","www.mc-reunion.com","Chrome","Windows","6.1","","193.70.2.138","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1856","2020-07-07","http://www.mc-reunion.com","Firefox","Windows","10.0","","157.245.221.254","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1857","2020-07-07","http://www.mc-reunion.com","Firefox","Windows","10.0","","35.247.96.150","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1858","2020-07-07","http://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1859","2020-07-07","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","172.58.59.108","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1860","2020-07-07","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","184.53.16.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1861","2020-07-07","http://www.mc-reunion.com","Android Browser","Android","8.0.0","","184.53.16.141","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1862","2020-07-08","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1863","2020-07-08","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1864","2020-07-08","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1865","2020-07-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1866","2020-07-08","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.139","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1867","2020-07-08","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.140","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1868","2020-07-08","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","94.21.92.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1869","2020-07-08","http://www.mc-reunion.com","Firefox","Windows","6.1","","95.179.244.102","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1870","2020-07-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1871","2020-07-09","http://www.mc-reunion.com","Chrome","Windows","10.0","","163.172.67.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1872","2020-07-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1873","2020-07-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.230.202.167","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1874","2020-07-10","http://www.mc-reunion.com","Unknown","Windows","5.1","","85.10.207.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1875","2020-07-10","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","68.183.105.217","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1876","2020-07-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","159.203.163.107","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1877","2020-07-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1878","2020-07-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.10.246.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1879","2020-07-11","mc-reunion.com","Chrome","Windows","6.1","","78.111.166.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1880","2020-07-11","http://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1881","2020-07-11","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.52.76.0","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1882","2020-07-11","http://robhopping.com","Chrome","Linux","Unknown","","192.162.101.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1883","2020-07-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1884","2020-07-12","http://www.mc-reunion.com","Opera","Windows","6.0","","40.121.142.94","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1885","2020-07-12","http://www.mc-reunion.com","Chrome","Linux","Unknown","","34.215.11.43","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1886","2020-07-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.191.24.143","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1887","2020-07-12","www.mc-reunion.com","Chrome","Windows","6.1","","54.36.246.232","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1888","2020-07-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","80.82.68.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1889","2020-07-12","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","196.41.122.94","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1890","2020-07-12","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1891","2020-07-12","http://www.mc-reunion.com","Chrome","Windows","6.1","","144.168.162.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1892","2020-07-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1893","2020-07-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.229.11.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1894","2020-07-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","23.108.86.161","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1895","2020-07-13","http://www.mc-reunion.com/","Chrome","Windows","6.1","","107.172.67.232","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1896","2020-07-13","mc-reunion.com","Chrome","Windows","6.1","","31.170.123.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1897","2020-07-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.81.157.215","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1898","2020-07-13","www.mc-reunion.com","Chrome","Windows","6.1","","188.213.166.219","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1899","2020-07-13","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.220.185.236","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1900","2020-07-13","https://www.mc-reunion.com","Chrome","OS X","10.11.6","","103.139.113.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1901","2020-07-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","38.18.51.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1902","2020-07-13","mc-reunion.com","Chrome","Windows","6.1","","139.59.29.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1903","2020-07-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1904","2020-07-14","www.mc-reunion.com","Chrome","Windows","6.1","","88.198.205.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1905","2020-07-14","http://www.mc-reunion.com","Chrome","Windows","6.1","","184.53.17.80","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1906","2020-07-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1907","2020-07-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.209.217.135","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1908","2020-07-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","5.135.143.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1909","2020-07-15","https://www.google.com/","Chrome","Windows","6.1","","184.53.16.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1910","2020-07-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","78.111.166.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1911","2020-07-15","http://www.mc-reunion.com","Chrome","Windows","10.0","","80.82.68.173","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1912","2020-07-15","http://robhopping.com","Chrome","Linux","Unknown","","192.162.103.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1913","2020-07-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","135.181.27.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1914","2020-07-15","http://www.mc-reunion.com","Firefox","Windows","6.1","","134.249.161.145","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1915","2020-07-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1916","2020-07-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","107.173.4.234","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1917","2020-07-16","http://www.mc-reunion.com/","Chrome","Windows","6.1","","107.174.239.209","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1918","2020-07-16","http://www.mc-reunion.com","Firefox","Windows","6.1","","35.202.200.38","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1919","2020-07-16","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.157.222.47","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1920","2020-07-16","https://www.mc-reunion.com","Chrome","Windows","6.3","","138.197.141.201","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1921","2020-07-16","https://www.mc-reunion.com","Chrome","Windows","5.1","","138.197.147.71","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1922","2020-07-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","138.197.162.93","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1923","2020-07-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1924","2020-07-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.149.111","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1925","2020-07-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.189.124.196","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1926","2020-07-17","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1927","2020-07-17","mc-reunion.com","Chrome","Windows","6.0","","157.230.37.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1928","2020-07-17","http://www.mc-reunion.com","Firefox","Windows","5.1","","81.88.49.30","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1929","2020-07-17","www.mc-reunion.com","Chrome","Windows","6.0","","5.135.138.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1930","2020-07-17","mc-reunion.com","Chrome","Windows","6.0","","192.241.235.210","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("1931","2020-07-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1932","2020-07-18","mc-reunion.com","Chrome","Windows","6.1","","85.214.137.130","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1933","2020-07-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.213.43.177","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1934","2020-07-18","http://www.mc-reunion.com","Chrome","Linux","Unknown","","34.208.178.98","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1935","2020-07-18","http://www.mc-reunion.com","Firefox","OS X","10.11","","183.136.225.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1936","2020-07-18","http://www.google.com/","Chrome","Windows","6.1","","157.52.227.202","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("1937","2020-07-19","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.129.202.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1938","2020-07-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1939","2020-07-19","www.mc-reunion.com","Chrome","Windows","6.1","","139.196.229.151","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1940","2020-07-19","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.110.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1941","2020-07-19","http://www.mc-reunion.com","Chrome","Linux","Unknown","","178.208.90.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1942","2020-07-19","http://www.google.com/","Chrome","Windows","6.1","","157.52.227.202","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("1943","2020-07-19","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","217.160.255.91","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1944","2020-07-20","http://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1945","2020-07-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1946","2020-07-20","http://www.mc-reunion.com","Chrome","Linux","Unknown","","34.223.113.90","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1947","2020-07-20","http://www.google.com/","Chrome","Windows","6.1","","157.52.227.202","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("1948","2020-07-20","http://robhopping.com","Chrome","Linux","Unknown","","192.162.103.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1949","2020-07-20","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.218.47.183","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1950","2020-07-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.203.210.96","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1951","2020-07-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.141","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1952","2020-07-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.139","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1953","2020-07-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1954","2020-07-21","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","134.122.123.144","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1955","2020-07-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.223.42.52","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1956","2020-07-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.160.124.80","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1957","2020-07-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","94.131.166.38","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1958","2020-07-21","http://www.mc-reunion.com","Chrome","Windows","6.1","","94.131.176.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1959","2020-07-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","31.42.189.222","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1960","2020-07-21","http://mc-reunion.com/wp-content/plugins/invit0r/lib/php-ofc-library/ofc_upload_image.php","Chrome","Windows","6.1","","134.73.154.234","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1961","2020-07-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.129.202.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1962","2020-07-21","http://www.google.com/","Chrome","Android","10","","84.245.121.249","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1963","2020-07-21","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.110.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1964","2020-07-21","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","206.189.140.227","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1965","2020-07-21","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","139.59.85.41","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1966","2020-07-22","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.110.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1967","2020-07-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1968","2020-07-22","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.19","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1969","2020-07-22","http://www.mc-reunion.com","Chrome","Windows","6.1","","104.131.107.89","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1970","2020-07-22","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","94.21.145.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1971","2020-07-22","http://www.mc-reunion.com","Firefox","Windows","10.0","","207.148.81.216","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1972","2020-07-22","http://mc-reunion.com/wp-content/plugins/spamtask/chart/php-ofc-library/ofc_upload_image.php","Chrome","Windows","6.1","","134.73.154.234","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1973","2020-07-22","http://www.mc-reunion.com","Chrome","Windows","6.1","","79.137.34.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1974","2020-07-22","https://www.google.com/","Chrome","iOS","13.6","","85.207.122.7","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1975","2020-07-22","http://www.mc-reunion.com","Firefox","Windows","6.1","","191.102.120.159","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1976","2020-07-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1977","2020-07-23","http://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.110.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1978","2020-07-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.201.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1979","2020-07-23","http://www.mc-reunion.com","Chrome","OS X","10.14.6","","149.129.180.185","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1980","2020-07-23","http://www.mc-reunion.com","Chrome","OS X","10.14.6","","39.108.3.117","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1981","2020-07-23","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","47.74.84.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1982","2020-07-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.213.211.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1983","2020-07-23","http://mc-reunion.com/wp-content/plugins/open-flash-chart-core-wordpress-plugin/open-flash-chart-2/php-ofc-library/ofc_upload_image.php","Chrome","Windows","6.1","","134.73.154.234","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1984","2020-07-23","www.mc-reunion.com","Chrome","Windows","6.1","","5.135.143.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1985","2020-07-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1986","2020-07-24","http://www.facebook.net/","Firefox","Windows","10.0","","51.83.216.204","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1987","2020-07-24","https://www.google.com/","Chrome","Windows","10.0","","89.103.61.93","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1988","2020-07-24","http://www.mc-reunion.com","Firefox","Windows","10.0","","51.77.42.125","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1989","2020-07-24","http://www.mc-reunion.com","Chrome","Linux","Unknown","","138.99.216.147","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1990","2020-07-25","http://www.mc-reunion.com","Firefox","OS X","10.14","","187.190.221.34","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1991","2020-07-25","http://www.mc-reunion.com","Chrome","Linux","Unknown","","18.144.25.172","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1992","2020-07-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1993","2020-07-25","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","18.218.255.190","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("1994","2020-07-25","http://www.mc-reunion.com","Chrome","Linux","Unknown","","138.99.216.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1995","2020-07-25","http://www.mc-reunion.com","Chrome","Windows","10.0","","195.54.166.210","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1996","2020-07-25","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","54.244.39.238","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("1997","2020-07-25","http://robhopping.com","Chrome","Linux","Unknown","","192.162.103.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("1998","2020-07-26","www.mc-reunion.com","Chrome","Windows","6.0","","37.97.185.158","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("1999","2020-07-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2000","2020-07-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","68.183.112.182","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2001","2020-07-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","213.202.230.234","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2002","2020-07-26","http://www.mc-reunion.com","Chrome","OS X","10.14.6","","47.245.33.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2003","2020-07-26","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","8.209.81.240","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2004","2020-07-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.251.217.73","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("2005","2020-07-26","http://www.google.com/","Chrome","Windows","6.1","","157.52.227.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2006","2020-07-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2007","2020-07-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","114.246.34.9","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2008","2020-07-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","3.34.156.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2009","2020-07-27","http://www.mc-reunion.com","Safari","iOS","13.5.1","","73.14.169.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2010","2020-07-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2011","2020-07-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2012","2020-07-28","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.151.89.80","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2013","2020-07-28","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","118.31.35.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2014","2020-07-28","http://www.mc-reunion.com","Chrome","OS X","10.14.6","","47.88.9.145","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2015","2020-07-28","http://www.mc-reunion.com","Firefox","Windows","10.0","","181.119.69.14","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2016","2020-07-28","http://www.mc-reunion.com","Firefox","Windows","6.1","","73.14.169.198","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2017","2020-07-28","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","119.29.228.167","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2018","2020-07-28","http://www.mc-reunion.com","Chrome","Windows","6.3","","193.19.75.186","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2019","2020-07-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2020","2020-07-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2021","2020-07-29","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.188.246.115","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2022","2020-07-29","http://www.mc-reunion.com","Firefox","iOS","12.1","","51.15.231.66","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2023","2020-07-29","http://www.mc-reunion.com","Firefox","Windows","6.1","","176.58.109.97","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2024","2020-07-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.140","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2025","2020-07-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.141","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2026","2020-07-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.143","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2027","2020-07-30","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.143","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2028","2020-07-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2029","2020-07-30","http://www.mc-reunion.com","Chrome","Windows","6.1","","23.81.95.79","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2030","2020-07-30","http://www.mc-reunion.com","Chrome","OS X","10.11.5","","51.89.131.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2031","2020-07-30","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2032","2020-07-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2033","2020-07-31","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","18.236.141.237","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2034","2020-07-31","http://www.mc-reunion.com","Firefox","Windows","6.1","","46.98.212.239","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2035","2020-07-31","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.153.46.19","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2036","2020-08-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","51.158.102.212","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2037","2020-08-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","163.172.137.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2038","2020-08-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2039","2020-08-01","http://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.72.110","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2040","2020-08-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2041","2020-08-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2042","2020-08-01","http://mc-reunion.com","Chrome","Linux","Unknown","","5.157.29.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2043","2020-08-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2044","2020-08-02","http://mc-reunion.com","MIUI Browser","Android","Unknown","","181.214.208.223","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2045","2020-08-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2046","2020-08-03","http://www.mc-reunion.com","Firefox","Windows","6.1","","184.53.16.48","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2047","2020-08-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","51.15.247.217","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2048","2020-08-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","195.154.55.102","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2049","2020-08-03","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2050","2020-08-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","69.4.234.41","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2051","2020-08-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.71.42","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2052","2020-08-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2053","2020-08-04","http://www.google.com/","Chrome","Windows","6.1","","192.200.215.91","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2058","2020-08-04","http://www.mc-reunion.com","Firefox","Windows","10.0","","54.36.112.227","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2059","2020-08-04","http://www.facebook.net/","Firefox","Windows","10.0","","51.83.216.204","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2060","2020-08-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.69.241","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2061","2020-08-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.60.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2062","2020-08-04","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2063","2020-08-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2064","2020-08-05","http://www.google.com/","Chrome","Windows","6.1","","192.200.215.91","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2069","2020-08-05","http://www.mc-reunion.com","Firefox","Windows","6.0","","217.66.157.66","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2070","2020-08-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.60.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2071","2020-08-05","http://www.mc-reunion.com","Firefox","Windows","6.0","","185.199.10.204","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2072","2020-08-05","https://www.google.com/","Chrome","Windows","10.0","","46.13.78.58","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2073","2020-08-05","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2074","2020-08-05","http://www.mc-reunion.com","Firefox","Windows","6.1","","64.71.145.122","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2075","2020-08-05","mc-reunion.com","Chrome","Windows","6.1","","164.132.44.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2076","2020-08-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2077","2020-08-06","http://www.mc-reunion.com","Chrome","OS X","10.15.3","","50.116.16.218","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2078","2020-08-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","198.98.59.87","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2079","2020-08-06","http://www.google.com/","Chrome","Windows","6.1","","192.200.215.91","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2082","2020-08-06","www.mc-reunion.com","Chrome","Windows","6.1","","159.65.162.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2083","2020-08-06","http://mc-reunion.com/","Chrome","Windows","10.0","","51.158.117.105","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2084","2020-08-06","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","37.187.54.143","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2085","2020-08-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.60.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2087","2020-08-06","http://www.mc-reunion.com","Firefox","OS X","10.14","","159.89.159.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2088","2020-08-06","http://www.mc-reunion.com","Chrome","Windows","10.0","","195.154.162.122","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2089","2020-08-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2090","2020-08-07","http://mc-reunion.com","Chromium","Ubuntu","Unknown","","179.61.145.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2091","2020-08-07","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.203.211","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2092","2020-08-07","http://www.mc-reunion.com","Firefox","Windows","6.1","","176.100.189.4","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2093","2020-08-07","http://www.google.com/","Chrome","Windows","6.1","","192.200.215.91","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2094","2020-08-07","http://www.mc-reunion.com","Chrome","Linux","Unknown","","185.176.27.114","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2095","2020-08-07","http://www.mc-reunion.com","Chrome","Linux","Unknown","","80.82.68.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2096","2020-08-07","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.182.135.52","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2097","2020-08-07","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2098","2020-08-07","mc-reunion.com","Chrome","Windows","6.0","","162.243.126.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2099","2020-08-08","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.52.102.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2100","2020-08-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2101","2020-08-08","http://www.mc-reunion.com","Chrome","Windows","10.0","","103.216.51.210","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2102","2020-08-08","http://www.mc-reunion.com/","Opera","Windows","6.2","","213.231.29.84","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2103","2020-08-08","http://www.google.com/","Chrome","Windows","6.1","","192.200.215.91","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2104","2020-08-08","www.mc-reunion.com","Chrome","Windows","6.1","","159.65.162.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2105","2020-08-08","www.mc-reunion.com","Chrome","Windows","6.0","","5.135.138.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2106","2020-08-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2107","2020-08-09","http://www.mc-reunion.com","Firefox","OS X","10.14","","178.128.228.158","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2108","2020-08-09","http://www.mc-reunion.com","Firefox","Windows","10.0","","104.244.77.254","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2109","2020-08-09","http://www.mc-reunion.com","Chrome","Windows","6.0","","46.101.9.216","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("2110","2020-08-09","http://www.google.com/","Chrome","Windows","6.1","","192.200.215.91","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2111","2020-08-09","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2112","2020-08-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2113","2020-08-10","http://www.mc-reunion.com","Chrome","Windows","10.0","","201.157.44.108","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2114","2020-08-10","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","18.197.188.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2115","2020-08-10","http://www.mc-reunion.com","Firefox","Windows","10.0","","151.80.148.71","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2116","2020-08-10","http://www.mc-reunion.com","Chrome","Windows","10.0","","41.254.47.54","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2117","2020-08-10","http://www.mc-reunion.com","Firefox","Windows","10.0","","188.165.197.116","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2118","2020-08-10","http://www.mc-reunion.com","Chrome","Windows","10.0","","202.29.220.182","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2119","2020-08-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","141.85.216.231","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2120","2020-08-10","http://www.mc-reunion.com","Firefox","Windows","10.0","","178.128.228.158","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2121","2020-08-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","92.222.92.237","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2122","2020-08-10","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","188.68.37.192","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2123","2020-08-10","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.185.161.47","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2124","2020-08-10","http://www.mc-reunion.com","Chrome","Windows","10.0","","207.180.215.74","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2125","2020-08-10","http://www.mc-reunion.com","Firefox","OS X","10.14","","219.135.168.136","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2126","2020-08-10","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","95.181.172.168","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2127","2020-08-11","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","92.249.158.238","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2128","2020-08-11","http://www.mc-reunion.com","Firefox","Windows","10.0","","61.19.35.14","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2129","2020-08-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","136.243.32.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2130","2020-08-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2131","2020-08-11","http://www.mc-reunion.com","Firefox","OS X","10.14","","151.80.148.71","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2132","2020-08-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.11.102.107","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2133","2020-08-11","http://www.mc-reunion.com","Firefox","Windows","10.0","","186.74.38.242","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2134","2020-08-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","201.157.44.108","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2135","2020-08-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","198.98.59.87","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2136","2020-08-11","http://www.mc-reunion.com","Firefox","Windows","10.0","","167.114.226.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2137","2020-08-11","https://www.mc-reunion.com","Chrome","OS X","10.12.1","","103.139.113.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2138","2020-08-11","http://www.mc-reunion.com","Firefox","OS X","10.14","","179.189.125.222","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2139","2020-08-11","http://www.mc-reunion.com","Firefox","Windows","10.0","","202.29.220.182","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2140","2020-08-11","http://www.mc-reunion.com","Chrome","Windows","10.0","","152.231.27.18","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2141","2020-08-12","http://www.mc-reunion.com","Firefox","OS X","10.14","","201.157.44.108","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2142","2020-08-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2143","2020-08-12","http://www.mc-reunion.com","Firefox","Windows","10.0","","186.74.38.242","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2144","2020-08-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","151.80.148.71","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2145","2020-08-12","mc-reunion.com","Chrome","Windows","6.1","","69.55.62.22","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2146","2020-08-12","http://mc-reunion.com","Opera","Windows","6.1","","51.178.66.51","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2147","2020-08-12","http://www.mc-reunion.com","Firefox","Windows","10.0","","191.235.98.23","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2148","2020-08-12","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","95.181.152.129","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2149","2020-08-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","103.216.51.210","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2150","2020-08-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","18.220.169.221","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2151","2020-08-12","www.mc-reunion.com","Chrome","Windows","6.1","","159.203.182.52","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2152","2020-08-12","http://www.mc-reunion.com","Firefox","Windows","10.0","","183.89.164.106","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2153","2020-08-12","http://www.mc-reunion.com","Chrome","Linux","Unknown","","157.230.86.215","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2154","2020-08-12","http://www.mc-reunion.com","Firefox","Windows","6.1","","208.86.120.136","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2155","2020-08-12","http://www.mc-reunion.com","Firefox","Windows","10.0","","178.215.175.34","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2156","2020-08-13","http://www.mc-reunion.com","Chrome","OS X","10.15.3","","45.33.15.94","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2157","2020-08-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","94.23.45.144","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2158","2020-08-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2159","2020-08-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.189.37.188","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2160","2020-08-13","http://www.mc-reunion.com","Firefox","Windows","10.0","","151.80.148.71","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2161","2020-08-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","219.135.168.136","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2162","2020-08-13","http://www.mc-reunion.com","Firefox","Windows","10.0","","49.231.159.165","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2163","2020-08-13","http://www.mc-reunion.com","Safari","OS X","10.14.4","","104.131.8.207","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2164","2020-08-13","http://www.mc-reunion.com","Chrome","Windows","6.1","","23.82.29.166","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2165","2020-08-13","http://www.mc-reunion.com/","Chrome","Windows","6.1","","23.95.219.211","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2166","2020-08-13","http://www.mc-reunion.com","Firefox","Windows","10.0","","188.165.197.116","000","14","0");
INSERT INTO `wp_statistics_visitor` VALUES("2167","2020-08-13","http://www.mc-reunion.com","Firefox","Windows","10.0","","213.197.148.230","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2168","2020-08-13","http://www.mc-reunion.com","Firefox","Windows","10.0","","202.152.27.75","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2169","2020-08-13","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.96.253","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2170","2020-08-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","18.139.66.150","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2171","2020-08-14","http://www.mc-reunion.com","Firefox","Windows","10.0","","5.188.55.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2172","2020-08-14","http://www.mc-reunion.com","Firefox","Windows","10.0","","201.157.44.108","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2173","2020-08-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2174","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","198.98.59.87","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2175","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","52.34.29.64","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2176","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","69.50.249.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2177","2020-08-14","http://www.mc-reunion.com","Firefox","Windows","10.0","","177.220.188.213","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2178","2020-08-14","http://www.mc-reunion.com","Firefox","OS X","10.14","","46.4.129.54","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2179","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","151.80.148.71","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2180","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","202.29.220.182","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2181","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","186.248.180.178","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2182","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","116.203.205.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2183","2020-08-14","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.183.56.171","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2184","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","41.65.244.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2185","2020-08-14","http://www.mc-reunion.com","Firefox","Windows","10.0","","213.108.5.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2186","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","202.169.56.10","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2187","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","89.204.214.142","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2188","2020-08-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","173.82.74.62","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2189","2020-08-15","http://www.mc-reunion.com","Chrome","Windows","10.0","","89.237.29.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2190","2020-08-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","151.80.148.71","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2191","2020-08-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","207.183.143.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2192","2020-08-15","http://www.mc-reunion.com","Chrome","Windows","6.1","","207.183.143.155","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2193","2020-08-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2194","2020-08-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","196.52.65.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2195","2020-08-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","109.62.220.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2196","2020-08-15","http://www.mc-reunion.com","Firefox","OS X","10.14","","41.65.244.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2197","2020-08-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","201.157.44.108","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2198","2020-08-15","http://www.mc-reunion.com","Firefox","OS X","10.14","","151.106.55.187","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2199","2020-08-15","http://www.mc-reunion.com","Firefox","OS X","10.14","","103.28.149.107","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2200","2020-08-15","http://www.mc-reunion.com","Firefox","OS X","10.14","","46.4.129.54","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2201","2020-08-15","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.245.144.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2202","2020-08-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","51.159.52.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2203","2020-08-15","http://www.mc-reunion.com","Chrome","Windows","10.0","","103.216.51.210","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2204","2020-08-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","136.243.32.248","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2205","2020-08-15","http://www.mc-reunion.com","Chrome","OS X","10.10.0","","198.245.69.149","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2206","2020-08-15","http://www.mc-reunion.com","Chrome","Windows","10.0","","71.91.230.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2207","2020-08-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","172.104.55.246","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2208","2020-08-15","http://www.mc-reunion.com","Firefox","Windows","10.0","","213.197.148.230","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2209","2020-08-16","http://www.mc-reunion.com","Chrome","Windows","10.0","","213.108.5.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2210","2020-08-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","144.168.162.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2211","2020-08-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2212","2020-08-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","192.227.182.144","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2213","2020-08-16","http://www.mc-reunion.com/","Chrome","Windows","6.1","","23.95.81.123","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2214","2020-08-16","http://www.mc-reunion.com","Firefox","Windows","10.0","","8.208.88.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2215","2020-08-16","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","95.181.152.135","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2216","2020-08-16","http://www.mc-reunion.com","Chrome","Windows","10.0","","149.129.86.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2217","2020-08-16","http://www.mc-reunion.com","Safari","OS X","10.14.4","","134.122.127.196","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2218","2020-08-16","http://www.mc-reunion.com","Firefox","Windows","10.0","","151.80.148.71","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2219","2020-08-16","http://www.mc-reunion.com","Chrome","Windows","10.0","","89.221.54.114","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2220","2020-08-16","http://www.mc-reunion.com","Firefox","Windows","10.0","","103.140.78.44","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2221","2020-08-16","http://www.mc-reunion.com","Firefox","OS X","10.14","","51.159.52.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2222","2020-08-16","http://www.mc-reunion.com","Firefox","Windows","10.0","","41.65.244.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2223","2020-08-17","http://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.66.189","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2224","2020-08-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2225","2020-08-17","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","178.62.95.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2226","2020-08-17","http://www.mc-reunion.com","Chrome","Windows","10.0","","201.157.44.108","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2227","2020-08-17","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","160.153.245.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2228","2020-08-17","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","178.164.146.90","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2229","2020-08-18","http://www.mc-reunion.com","Chrome","Linux","Unknown","","20.49.56.59","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2230","2020-08-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2231","2020-08-18","http://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.64.225","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2232","2020-08-18","https://www.mc-reunion.com","Safari","Windows","6.1","","3.81.245.94","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2233","2020-08-18","http://www.mc-reunion.com","Chrome","OS X","10.15.2","","157.245.90.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2234","2020-08-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2235","2020-08-19","http://www.mc-reunion.com","Safari","OS X","10.14.4","","198.199.122.153","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2236","2020-08-19","http://www.mc-reunion.com","Firefox","Linux","Unknown","","188.93.56.216","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2237","2020-08-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2238","2020-08-20","http://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.70.233","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2239","2020-08-20","http://www.mc-reunion.com","Chrome","Windows","10.0","","160.202.82.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2240","2020-08-20","http://www.mc-reunion.com","Chrome","Windows","10.0","","109.228.48.167","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2241","2020-08-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2242","2020-08-21","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.214.102.212","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2243","2020-08-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.171.135.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2244","2020-08-21","http://mc-reunion.com/","Opera","Windows","6.1","","217.171.147.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2245","2020-08-21","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","167.172.97.238","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2246","2020-08-21","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.67.97.77","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2247","2020-08-21","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2248","2020-08-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2249","2020-08-22","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2250","2020-08-22","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.173.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2251","2020-08-22","http://www.mc-reunion.com","Unknown","Windows","6.2","","69.165.11.66","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2252","2020-08-22","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2253","2020-08-22","http://www.mc-reunion.com","Chrome","Windows","10.0","","185.85.206.11","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2254","2020-08-22","http://www.mc-reunion.com","Firefox","Windows","6.1","","35.225.119.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2255","2020-08-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2256","2020-08-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2257","2020-08-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2258","2020-08-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2259","2020-08-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","94.130.215.235","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2260","2020-08-23","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","197.90.173.144","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2261","2020-08-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","3.224.135.141","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2262","2020-08-23","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","149.202.95.86","000","20","0");
INSERT INTO `wp_statistics_visitor` VALUES("2263","2020-08-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2264","2020-08-24","http://www.mc-reunion.com","Firefox","Windows","5.1","","109.234.164.157","000","55","0");
INSERT INTO `wp_statistics_visitor` VALUES("2265","2020-08-24","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.218.232.200","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2266","2020-08-24","mc-reunion.com","Chrome","Windows","6.1","","196.47.64.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2267","2020-08-24","www.mc-reunion.com","Chrome","Windows","6.1","","137.74.193.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2268","2020-08-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","46.173.197.86","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2269","2020-08-24","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","35.220.177.35","000","29","0");
INSERT INTO `wp_statistics_visitor` VALUES("2270","2020-08-25","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.10.142.25","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2271","2020-08-25","http://www.mc-reunion.com","Chrome","Linux","Unknown","","129.146.202.236","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2272","2020-08-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2273","2020-08-25","http://www.mc-reunion.com","Firefox","Windows","6.1","","46.52.170.87","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2274","2020-08-25","http://www.mc-reunion.com","Chrome","Windows","6.3","","81.171.18.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2275","2020-08-25","http://www.mc-reunion.com","Chrome","Windows","6.1","","144.168.162.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2276","2020-08-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2277","2020-08-26","http://www.mc-reunion.com","Chrome","Linux","Unknown","","129.213.126.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2278","2020-08-26","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.193.47.116","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2279","2020-08-26","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.62.110","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2280","2020-08-26","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.66","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2281","2020-08-26","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.183.220.127","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2282","2020-08-26","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","212.19.99.12","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2283","2020-08-26","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","44.234.122.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2284","2020-08-26","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2285","2020-08-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2286","2020-08-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","175.5.53.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2287","2020-08-27","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.151.37.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2288","2020-08-27","http://www.mc-reunion.com","Safari","OS X","10.14.4","","134.122.127.196","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2289","2020-08-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","213.217.0.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2290","2020-08-27","http://www.mc-reunion.com","Chrome","iOS","12.1","","51.15.78.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2291","2020-08-27","www.google.com","Unknown","Android","7.0","","212.227.164.225","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2292","2020-08-27","http://www.mc-reunion.com","Chrome","Windows","6.1","","173.203.70.234","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2293","2020-08-27","mc-reunion.com","Chrome","Windows","6.0","","54.36.246.232","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2294","2020-08-27","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","68.183.87.187","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2295","2020-08-27","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","147.135.192.113","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2296","2020-08-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2297","2020-08-28","http://www.mc-reunion.com","Firefox","OS X","10.14","","62.171.177.125","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2298","2020-08-28","www.mc-reunion.com","Chrome","Windows","6.0","","212.83.181.24","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2299","2020-08-28","http://www.mc-reunion.com","Chrome","Windows","6.1","","128.199.194.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2300","2020-08-28","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","93.148.36.25","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2301","2020-08-28","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","102.136.129.247","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2302","2020-08-28","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","184.75.211.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2303","2020-08-28","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","41.66.202.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2304","2020-08-29","http://www.mc-reunion.com","Chrome","Linux","Unknown","","52.53.209.242","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2305","2020-08-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2306","2020-08-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2307","2020-08-29","http://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.253.163","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2308","2020-08-29","http://www.mc-reunion.com","Chrome","Windows","6.1","","27.147.243.163","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2309","2020-08-29","www.google.com","Unknown","Android","7.0","","157.230.24.228","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2310","2020-08-30","http://www.mc-reunion.com","Firefox","Windows","10.0","","195.154.162.122","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2311","2020-08-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2312","2020-08-30","http://www.mc-reunion.com","Safari","OS X","10.14.4","","104.131.3.169","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2313","2020-08-30","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.173.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2314","2020-08-30","http://www.mc-reunion.com","Chrome","Windows","10.0","","213.217.0.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2315","2020-08-31","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.19","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2316","2020-08-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2317","2020-08-31","http://www.mc-reunion.com","Firefox","Windows","10.0","","213.166.73.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2318","2020-08-31","http://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2319","2020-08-31","http://www.mc-reunion.com","Firefox","Windows","10.0","","196.52.58.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2320","2020-08-31","http://www.mc-reunion.com","Firefox","Windows","6.1","","184.53.16.227","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2321","2020-08-31","http://www.mc-reunion.com","Safari","iOS","13.6.1","","172.89.89.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2322","2020-08-31","http://www.mc-reunion.com","Safari","iOS","12.4.8","","68.96.73.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2323","2020-08-31","http://www.mc-reunion.com","Chrome","Windows","10.0","","46.105.123.181","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2324","2020-08-31","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.129.202.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2325","2020-08-31","http://m.facebook.com/","Facebook","Android","10","","80.234.229.88","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2326","2020-09-01","http://m.facebook.com/","Facebook","Android","9","","69.111.244.190","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2327","2020-09-01","http://www.mc-reunion.com","Safari","iOS","13.6","","173.252.87.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2328","2020-09-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2329","2020-09-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2330","2020-09-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2331","2020-09-01","http://www.mc-reunion.com","Safari","iOS","13.6.1","","69.171.251.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2332","2020-09-01","http://robhopping.com/","Firefox","Windows","6.1","","184.53.16.227","000","18","0");
INSERT INTO `wp_statistics_visitor` VALUES("2333","2020-09-01","http://mc-reunion.com/feed/","Chrome","Windows","10.0","","163.172.6.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2334","2020-09-01","http://www.mc-reunion.com","Firefox","Windows","6.1","","68.183.121.227","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2335","2020-09-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2336","2020-09-01","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","206.189.141.73","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2337","2020-09-01","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2338","2020-09-01","https://www.google.com/","Safari","iOS","13.6.1","","174.195.141.129","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2339","2020-09-01","http://www.mc-reunion.com","Safari","iOS","13.6.1","","68.96.73.17","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("2340","2020-09-01","http://mc-reunion.com/feed/","Chrome","Windows","10.0","","51.15.174.150","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2341","2020-09-01","http://www.mc-reunion.com","Safari","iOS","13.6.1","","174.222.141.36","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2342","2020-09-01","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.129.202.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2343","2020-09-01","http://www.mc-reunion.com","Firefox","Windows","10.0","","182.253.170.174","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2344","2020-09-02","http://www.mc-reunion.com","Chrome","Windows","6.1","","94.140.116.118","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2345","2020-09-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("2346","2020-09-02","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","184.53.16.227","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("2347","2020-09-02","http://m.facebook.com","Facebook","iOS","13.6.1","","76.219.206.248","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("2348","2020-09-02","http://www.mc-reunion.com","Chrome","Windows","10.0","","51.158.153.222","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2349","2020-09-02","https://m.facebook.com/","Safari","iOS","13.6.1","","172.89.89.250","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2350","2020-09-02","https://www.mc-reunion.com","Safari","iOS","13.6.1","","107.77.229.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2351","2020-09-02","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2352","2020-09-02","http://www.mc-reunion.com","Safari","iOS","13.6.1","","68.96.73.17","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2353","2020-09-02","http://www.mc-reunion.com","Safari","iOS","13.6.1","","68.5.198.194","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2354","2020-09-03","mc-reunion.com","Chrome","Windows","6.1","","196.47.64.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2355","2020-09-03","https://www.facebook.com/","Safari","iOS","13.5.1","","107.202.54.212","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2356","2020-09-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2357","2020-09-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","72.194.64.104","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2358","2020-09-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","45.225.189.29","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2359","2020-09-03","http://www.mc-reunion.com","Safari","iOS","13.6","","173.252.95.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2360","2020-09-03","http://www.mc-reunion.com/?fbclid=IwAR2p3ZQrjUwlPDfnFOvm1N7Ku61NWQe1rRQ3tox9mt_Y9jkDeWeuJpdCYOI","Safari","iOS","13.6","","173.252.95.21","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2361","2020-09-03","www.mc-reunion.com","Chrome","Windows","6.1","","159.65.162.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2362","2020-09-03","http://www.mc-reunion.com","Safari","iOS","13.6.1","","173.252.127.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2363","2020-09-03","http://www.mc-reunion.com/?fbclid=IwAR3whmdsscpgRZPCABs6O1sOOu-h7wq1rw7pMzZ4vPXI-fm0MDQmEH6B2AU","Safari","iOS","13.6.1","","173.252.127.120","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2364","2020-09-03","http://www.mc-reunion.com","Safari","iOS","13.3","","31.13.115.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2365","2020-09-03","http://www.mc-reunion.com/?fbclid=IwAR39FI1LbAQg8uaoj5JW23iqgimKk4GkTtesI7ZVjnf7L_sXR1-LZA1wcgU","Safari","iOS","13.3","","31.13.115.23","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2366","2020-09-03","http://www.mc-reunion.com","Safari","OS X","10.14.4","","198.199.122.153","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2367","2020-09-03","http://www.mc-reunion.com","Safari","iOS","13.5.1","","31.13.115.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2368","2020-09-03","http://www.mc-reunion.com/?fbclid=IwAR1Y-VTgC7pOFMyasHzHEf5BmCMyOUMqHrVVEqaMBygzt6yTDd4W4oWRaH0","Safari","iOS","13.5.1","","31.13.115.119","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2369","2020-09-03","http://mc-reunion.com/","Chrome","Windows","6.3","","196.52.84.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2370","2020-09-03","http://www.mc-reunion.com","Firefox","OS X","10.6","","188.165.53.125","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2371","2020-09-03","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","213.209.109.84","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2372","2020-09-03","www.google.com","Unknown","Android","7.0","","67.205.145.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2373","2020-09-03","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","46.101.135.189","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2374","2020-09-03","http://www.robhopping.com/","Firefox","Windows","6.1","","73.14.169.198","000","22","0");
INSERT INTO `wp_statistics_visitor` VALUES("2375","2020-09-03","http://m.facebook.com","Facebook","iOS","12.1.2","","172.56.22.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2376","2020-09-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","45.119.85.54","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2377","2020-09-03","www.google.com","Unknown","Android","7.0","","52.173.87.193","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2378","2020-09-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","64.137.120.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2379","2020-09-03","http://www.mc-reunion.com/","Chrome","Windows","6.1","","155.94.171.123","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2380","2020-09-03","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.63.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2381","2020-09-03","www.google.com","Unknown","Android","7.0","","52.175.239.154","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("2382","2020-09-04","http://www.mc-reunion.com","Opera","OS X","10.6.8","","39.104.120.142","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2383","2020-09-04","http://www.mc-reunion.com","Maxthon","Windows","5.1","","39.104.120.142","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2384","2020-09-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2385","2020-09-04","mc-reunion.com","Chrome","Windows","6.1","","203.129.113.142","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2386","2020-09-04","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","95.217.207.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2387","2020-09-04","www.mc-reunion.com","Chrome","Windows","6.1","","74.208.80.213","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2388","2020-09-04","http://mc-reunion.com/","Chrome","Windows","6.1","","217.171.147.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2389","2020-09-04","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2390","2020-09-04","http://www.mc-reunion.com","Safari","OS X","10.15.4","","68.5.198.194","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2391","2020-09-04","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.153.55.0","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2392","2020-09-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","74.208.218.239","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("2393","2020-09-04","http://www.mc-reunion.com","Chrome","Windows","6.1","","64.137.120.148","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2394","2020-09-04","http://www.mc-reunion.com/","Chrome","Windows","6.1","","172.245.195.156","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2395","2020-09-04","www.google.com","Unknown","Android","7.0","","104.214.24.124","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2396","2020-09-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","103.52.220.114","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2397","2020-09-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2398","2020-09-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.218.119.229","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2399","2020-09-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.161.201.167","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2400","2020-09-05","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","95.217.207.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2401","2020-09-05","www.mc-reunion.com","Chrome","Windows","6.1","","208.113.162.107","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2402","2020-09-05","http://mc-reunion.com/wp-content/plugins/wp-file-manager/lib/files/feoidasf4e0_index.php","Internet Explorer","Windows","5.1","","113.161.59.255","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2403","2020-09-05","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","185.30.32.57","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2404","2020-09-05","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","35.185.141.72","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2405","2020-09-05","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2406","2020-09-05","http://www.mc-reunion.com","Safari","iOS","13.1.3","","99.203.77.21","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2407","2020-09-05","http://www.mc-reunion.com","Safari","iOS","13.1.3","","166.137.126.57","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2408","2020-09-05","http://m.facebook.com","Facebook","iOS","13.6.1","","47.153.167.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2409","2020-09-06","http://www.mc-reunion.com","Chrome","Windows","6.1","","159.203.81.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2410","2020-09-06","https://m.facebook.com/","Safari","iOS","13.6.1","","68.96.73.17","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2411","2020-09-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2412","2020-09-06","http://www.mc-reunion.com","Chrome","Windows","5.1","","49.15.84.155","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2413","2020-09-06","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.71.124.33","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2414","2020-09-06","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2415","2020-09-06","http://www.mc-reunion.com","Firefox","OS X","10.14","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2416","2020-09-06","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","34.66.105.51","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2417","2020-09-06","www.google.com","Unknown","Android","7.0","","52.173.87.193","000","22","0");
INSERT INTO `wp_statistics_visitor` VALUES("2418","2020-09-06","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","192.254.165.228","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2419","2020-09-06","mc-reunion.com","Chrome","Windows","6.1","","196.47.64.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2420","2020-09-06","http://www.mc-reunion.com","Safari","Windows","6.1","","3.81.245.94","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2421","2020-09-06","http://www.mc-reunion.com","Chrome","Linux","Unknown","","173.252.95.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2422","2020-09-06","http://www.mc-reunion.com","Chrome","Linux","Unknown","","173.252.95.118","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2423","2020-09-07","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","134.209.148.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2424","2020-09-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.167.91.142","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2425","2020-09-07","www.mc-reunion.com","Chrome","Windows","6.1","","104.131.107.89","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2426","2020-09-07","http://www.mc-reunion.com/","Safari","iOS","13.6.1","","68.5.198.194","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2427","2020-09-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2428","2020-09-07","http://mc-reunion.com/wp-content/plugins/wp-file-manager/lib/files/feoidasf4e0_index.php","Firefox","Windows","6.1","","138.197.170.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2429","2020-09-07","http://mc-reunion.com/wp-content/plugins/wp-file-manager/lib/files/feoidasf4e0_index.php","Internet Explorer","Windows","5.1","","83.96.47.178","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2430","2020-09-07","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","142.4.211.222","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2431","2020-09-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.217.109.45","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2432","2020-09-07","http://www.mc-reunion.com","Firefox","Windows","10.0","","18.219.198.14","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2433","2020-09-07","mc-reunion.com","Chrome","Windows","6.0","","37.187.72.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2434","2020-09-07","http://www.mc-reunion.com","Chrome","Linux","Unknown","","31.13.115.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2435","2020-09-07","http://www.mc-reunion.com","Chrome","Linux","Unknown","","31.13.115.14","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2436","2020-09-07","http://www.mc-reunion.com/?fbclid=IwAR1m8kE9z6iI3ELEQ5tCD_bK7yLlHD9v3q2m1KizGIHe1tOdU_JhVCLuupY","Chrome","Linux","Unknown","","31.13.115.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2437","2020-09-07","http://mc-reunion.com/","Opera","Windows","6.1","","89.187.168.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2438","2020-09-07","http://www.mc-reunion.com","Firefox","Windows","10.0","","5.200.35.4","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2439","2020-09-08","www.mc-reunion.com","Chrome","Windows","6.0","","159.65.162.186","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2440","2020-09-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2441","2020-09-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.122.154.251","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2442","2020-09-08","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2443","2020-09-08","http://www.mc-reunion.com","Safari","iOS","13.6.1","","174.195.213.202","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2444","2020-09-08","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.4.14.206","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2445","2020-09-08","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","163.172.70.242","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2446","2020-09-08","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","195.154.63.222","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2447","2020-09-08","https://www.facebook.com/","Safari","iOS","13.6.1","","99.40.197.79","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2448","2020-09-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2449","2020-09-09","http://www.mc-reunion.com","Firefox","Windows","6.1","","45.71.150.48","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2450","2020-09-09","http://www.mc-reunion.com","Chrome","OS X","10.10.1","","106.208.185.207","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2451","2020-09-09","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","192.99.11.223","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2452","2020-09-09","http://mc-reunion.com/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php","Firefox","OS X","10.15","","113.162.114.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2453","2020-09-09","http://mc-reunion.com/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php","Firefox","OS X","10.15","","113.186.206.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2454","2020-09-09","http://www.mc-reunion.com","Chrome","Windows","10.0","","185.89.36.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2455","2020-09-09","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2456","2020-09-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2457","2020-09-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","103.139.113.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2458","2020-09-10","http://mc-reunion.com","Chrome","OS X","10.12.1","","69.160.160.54","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2459","2020-09-10","http://www.mc-reunion.com","Chrome","Windows","10.0","","185.81.114.111","000","24","0");
INSERT INTO `wp_statistics_visitor` VALUES("2460","2020-09-10","http://www.mc-reunion.com","Chrome","Linux","Unknown","","185.222.57.183","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2461","2020-09-10","http://www.mc-reunion.com","Chrome","Windows","10.0","","13.229.143.214","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2462","2020-09-10","http://www.mc-reunion.com","Chrome","Windows","10.0","","23.19.80.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2463","2020-09-10","http://www.mc-reunion.com","Chrome","OS X","10.10.1","","188.166.208.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2464","2020-09-11","http://www.mc-reunion.com","Chrome","Windows","5.1","","197.215.103.2","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2465","2020-09-11","http://www.mc-reunion.com","Chrome","Windows","6.3","","51.178.66.51","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2466","2020-09-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2467","2020-09-11","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2468","2020-09-11","http://www.mc-reunion.com","Chrome","Linux","Unknown","","185.222.57.183","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2469","2020-09-11","http://robhopping.com","Chrome","Linux","Unknown","","194.63.141.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2470","2020-09-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.89.43.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2471","2020-09-11","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.52.213.165","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2472","2020-09-11","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2473","2020-09-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","176.102.61.81","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2474","2020-09-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2475","2020-09-12","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.17","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2476","2020-09-12","https://www.mc-reunion.com","Chrome","OS X","10.10.1","","128.199.137.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2477","2020-09-12","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2478","2020-09-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2479","2020-09-13","http://www.mc-reunion.com","Chrome","OS X","10.12.5","","188.165.223.214","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2480","2020-09-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","37.252.14.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2481","2020-09-13","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.158.111.191","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2482","2020-09-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2483","2020-09-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2484","2020-09-13","http://blog.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2485","2020-09-13","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2486","2020-09-13","http://www.mc-reunion.com","Unknown","Windows","6.1","","107.150.169.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2487","2020-09-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2488","2020-09-14","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","35.224.19.187","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2489","2020-09-14","http://www.mc-reunion.com","Firefox","OS X","10.15","","185.81.157.102","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2490","2020-09-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.135","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2491","2020-09-14","http://blog.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2492","2020-09-14","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2493","2020-09-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.19","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2494","2020-09-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.18","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2495","2020-09-14","http://robhopping.com/","Samsung Internet","Android","8.0.0","","184.53.16.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2496","2020-09-14","http://www.mc-reunion.com","Safari","iOS","13.6.1","","68.96.73.17","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2497","2020-09-14","http://www.mc-reunion.com","Chrome","Windows","10.0","","45.119.85.54","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2498","2020-09-15","http://www.mc-reunion.com","Firefox","OS X","10.14","","58.52.112.183","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2499","2020-09-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2500","2020-09-15","http://www.mc-reunion.com","Safari","Windows","6.1","","3.81.245.94","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2501","2020-09-15","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2502","2020-09-15","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","191.234.176.158","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2503","2020-09-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2504","2020-09-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.175.90","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2505","2020-09-16","http://www.mc-reunion.com","Firefox","Windows","10.0","","103.7.248.214","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2506","2020-09-16","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2507","2020-09-16","http://www.mc-reunion.com","Firefox","Windows","5.1","","185.72.52.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2508","2020-09-16","http://www.mc-reunion.com","Firefox","Windows","6.1","","69.197.181.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2509","2020-09-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","176.119.30.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2510","2020-09-16","http://www.mc-reunion.com","Chrome","Windows","6.1","","51.15.82.176","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2511","2020-09-16","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.139","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2512","2020-09-16","https://www.mc-reunion.com","Firefox","OS X","10.5","","198.27.85.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2513","2020-09-16","66.96.147.115","Firefox","Windows","6.1","","138.197.170.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2514","2020-09-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2515","2020-09-17","http://www.mc-reunion.com","Firefox","Windows","10.0","","103.36.11.14","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2516","2020-09-17","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2517","2020-09-17","http://www.mc-reunion.com","Safari","OS X","10.14.4","","104.131.54.149","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2518","2020-09-17","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.24","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2519","2020-09-17","http://www.mc-reunion.com","Chrome","Windows","10.0","","111.7.100.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2520","2020-09-18","http://www.mc-reunion.com","Chrome","Windows","6.1","","122.13.163.173","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2521","2020-09-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2522","2020-09-18","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","213.168.249.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2523","2020-09-18","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.251.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2524","2020-09-18","http://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.43.3","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2525","2020-09-18","http://www.mc-reunion.com","Unknown","OS X","10.12.6","","52.12.127.241","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2526","2020-09-18","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2527","2020-09-18","http://www.mc-reunion.com","Chrome","Windows","10.0","","36.99.136.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2528","2020-09-18","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.183.235.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2529","2020-09-18","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.129.202.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2530","2020-09-18","https://www.google.com/","Opera","Windows","10.0","","5.104.23.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2531","2020-09-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2532","2020-09-19","www.google.com","Unknown","Android","7.0","","54.38.138.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2533","2020-09-19","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","37.1.217.38","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2534","2020-09-19","www.google.com","Unknown","Android","7.0","","52.149.32.73","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2535","2020-09-19","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.251.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2536","2020-09-19","http://www.mc-reunion.com","Chrome","Windows","10.0","","107.152.239.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2537","2020-09-20","http://www.mc-reunion.com","Chrome","Windows","10.0","","157.245.64.126","000","13","0");
INSERT INTO `wp_statistics_visitor` VALUES("2538","2020-09-20","http://www.mc-reunion.com","Chrome","Linux","Unknown","","3.237.26.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2539","2020-09-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2540","2020-09-20","http://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2541","2020-09-20","www.google.com","Unknown","Android","7.0","","52.149.210.1","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2542","2020-09-20","www.google.com","Unknown","Android","7.0","","52.183.123.1","000","23","0");
INSERT INTO `wp_statistics_visitor` VALUES("2543","2020-09-20","http://www.mc-reunion.com","Chrome","Windows","10.0","","107.152.239.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2544","2020-09-20","http://www.mc-reunion.com","Safari","OS X","10.14.6","","172.89.89.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2545","2020-09-20","http://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2546","2020-09-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2547","2020-09-21","http://www.mc-reunion.com","Chrome","OS X","10.15.2","","104.248.236.204","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2548","2020-09-21","http://www.robhopping.com/","Firefox","Windows","6.1","","184.53.17.50","000","46","0");
INSERT INTO `wp_statistics_visitor` VALUES("2549","2020-09-21","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","104.248.17.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2550","2020-09-21","http://www.mc-reunion.com","Internet Explorer","Windows","5.1","","37.1.217.38","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2551","2020-09-21","http://www.mc-reunion.com","Chrome","Windows","10.0","","38.18.49.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2552","2020-09-22","mc-reunion.com","Chrome","Windows","6.1","","139.196.229.151","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2553","2020-09-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2554","2020-09-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.189.93","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2555","2020-09-22","http://www.mc-reunion.com","Opera","Windows","6.1","","39.104.14.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2556","2020-09-22","http://www.mc-reunion.com","Firefox","Windows","6.1","","39.104.14.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2557","2020-09-22","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2558","2020-09-22","www.mc-reunion.com","Chrome","Windows","6.1","","159.203.182.52","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2559","2020-09-22","http://robhopping.com/","Samsung Internet","Android","8.0.0","","184.53.17.50","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2560","2020-09-22","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.129.202.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2561","2020-09-22","http://www.mc-reunion.com","Chrome","Windows","10.0","","144.217.171.230","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2562","2020-09-22","http://www.mc-reunion.com","Chrome","Windows","10.0","","78.47.238.168","000","16","0");
INSERT INTO `wp_statistics_visitor` VALUES("2563","2020-09-23","http://www.mc-reunion.com","Chrome","Windows","10.0","","184.75.223.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2564","2020-09-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2565","2020-09-23","www.mc-reunion.com","Chrome","Windows","6.1","","137.74.193.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2566","2020-09-23","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.222.57.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2567","2020-09-23","http://www.mc-reunion.com","Firefox","Windows","6.1","","171.112.94.140","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2568","2020-09-23","mc-reunion.com","Chrome","Windows","6.1","","157.230.37.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2569","2020-09-23","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2570","2020-09-24","https://www.google.com/","Chrome","Windows","10.0","","178.79.170.151","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2571","2020-09-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2572","2020-09-24","www.mc-reunion.com","Chrome","Windows","6.1","","196.47.64.42","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2573","2020-09-24","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","40.73.77.193","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2574","2020-09-24","mc-reunion.com","Chrome","Windows","6.0","","107.170.247.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2575","2020-09-24","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","184.53.17.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2576","2020-09-25","http://www.mc-reunion.com","Firefox","Windows","6.1","","184.53.17.50","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2577","2020-09-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2578","2020-09-25","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","184.53.16.23","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2579","2020-09-25","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","20.52.44.74","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2580","2020-09-26","http://www.mc-reunion.com","Chrome","Linux","Unknown","","50.18.233.79","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2581","2020-09-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2582","2020-09-26","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","213.168.249.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2583","2020-09-26","http://www.mc-reunion.com","Chrome","Windows","10.0","","85.140.69.127","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2584","2020-09-26","http://www.mc-reunion.com","Chrome","OS X","10.8.3","","54.218.183.1","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2585","2020-09-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2586","2020-09-27","http://www.mc-reunion.com","Chrome","Windows","10.0","","18.216.55.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2587","2020-09-27","mc-reunion.com","Chrome","Windows","6.0","","159.203.81.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2588","2020-09-27","mc-reunion.com","Chrome","Windows","6.0","","128.199.194.131","000","26","0");
INSERT INTO `wp_statistics_visitor` VALUES("2589","2020-09-27","http://www.mc-reunion.com","Safari","OS X","10.12.6","","51.158.166.126","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2590","2020-09-27","http://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.83.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2591","2020-09-27","http://robhopping.com","Chrome","Linux","Unknown","","188.166.79.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2592","2020-09-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2593","2020-09-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.43.216.150","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2594","2020-09-28","http://www.mc-reunion.com","Chrome","Windows","10.0","","46.119.82.152","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2595","2020-09-28","http://www.mc-reunion.com","Unknown","Unknown","Unknown","","18.236.100.184","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2596","2020-09-28","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2597","2020-09-28","http://www.robhopping.com/","Firefox","Windows","6.1","","73.14.169.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2598","2020-09-28","http://mc-reunion.com/","Chrome","Windows","6.2","","89.187.168.165","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2599","2020-09-29","http://www.mc-reunion.com","Chrome","Windows","10.0","","46.119.82.152","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2600","2020-09-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2601","2020-09-29","http://www.mc-reunion.com","Safari","Windows","6.1","","3.81.245.94","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2602","2020-09-29","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2603","2020-09-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2604","2020-09-30","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.71.176.173","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2605","2020-09-30","http://www.mc-reunion.com","Chrome","Windows","10.0","","73.59.103.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2606","2020-10-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2607","2020-10-01","http://www.mc-reunion.com","Chrome","Linux","Unknown","","13.66.156.59","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2608","2020-10-01","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2609","2020-10-01","http://www.mc-reunion.com","Chrome","Linux","Unknown","","45.227.255.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2610","2020-10-01","mc-reunion.com","Chrome","Windows","6.1","","37.187.132.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2611","2020-10-01","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2612","2020-10-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2613","2020-10-02","http://www.mc-reunion.com","Chrome","Linux","Unknown","","3.237.29.166","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2614","2020-10-02","http://www.mc-reunion.com","Chrome","Linux","Unknown","","34.236.36.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2615","2020-10-02","http://www.mc-reunion.com","Chrome","Linux","Unknown","","3.227.252.61","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2616","2020-10-02","http://www.mc-reunion.com","Chrome","Linux","Unknown","","51.159.18.103","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2617","2020-10-02","http://www.mc-reunion.com","Chrome","Windows","6.3","","46.17.106.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2618","2020-10-02","http://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.59.155","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2619","2020-10-02","http://www.mc-reunion.com","Chrome","Linux","Unknown","","54.183.201.2","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2620","2020-10-02","http://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2621","2020-10-02","http://www.mc-reunion.com","Chrome","Windows","10.0","","51.91.226.69","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2622","2020-10-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2623","2020-10-03","http://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.54.253","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2624","2020-10-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","54.36.246.232","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2625","2020-10-03","mc-reunion.com","Chrome","Windows","6.1","","69.164.207.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2626","2020-10-03","http://www.mc-reunion.com","Chrome","Windows","6.1","","59.51.109.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2627","2020-10-03","http://www.mc-reunion.com","Chrome","Windows","6.0","","138.68.180.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2628","2020-10-03","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2629","2020-10-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","91.245.72.19","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2630","2020-10-04","http://www.mc-reunion.com","Firefox","Windows","6.1","","184.53.16.253","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2631","2020-10-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2632","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","6.1","","139.196.229.151","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2633","2020-10-04","www.mc-reunion.com","Chrome","Windows","6.1","","159.65.86.130","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2634","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","107.172.148.135","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2635","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","198.12.108.79","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2636","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","192.227.180.76","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2637","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","23.229.58.161","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2638","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","23.229.13.194","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2639","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.227.124.210","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2640","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.144.112.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2641","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","107.152.255.187","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2642","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","23.254.17.76","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2643","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","104.227.77.172","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2644","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","24.140.3.4","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2645","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","205.169.39.55","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2646","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","6.1","","207.66.94.222","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2647","2020-10-04","http://www.mc-reunion.com","Chrome","Windows","10.0","","205.169.39.48","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2648","2020-10-04","http://www.robhopping.com/","Firefox","Windows","6.1","","184.53.16.131","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2649","2020-10-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2650","2020-10-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","40.77.190.0","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2651","2020-10-05","http://www.mc-reunion.com","Chrome","Windows","10.0","","40.77.189.103","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2652","2020-10-05","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.4.14.206","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2653","2020-10-05","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.4.14.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2654","2020-10-05","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.210.10.77","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2655","2020-10-05","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","195.154.63.222","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2656","2020-10-05","http://robhopping.com/","Samsung Internet","Android","8.0.0","","184.53.16.131","000","23","0");
INSERT INTO `wp_statistics_visitor` VALUES("2657","2020-10-05","http://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","188.68.47.241","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2658","2020-10-05","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","217.197.186.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2659","2020-10-05","https://www.robhopping.com/","Firefox","Windows","6.1","","184.53.16.172","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2660","2020-10-05","https://www.mc-reunion.com","Firefox","OS X","10.11","","34.78.67.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2661","2020-10-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","31.7.33.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2662","2020-10-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2663","2020-10-06","https://www.robhopping.com/","Firefox","Windows","6.1","","184.53.16.172","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("2664","2020-10-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","104.129.202.72","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2665","2020-10-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","40.94.103.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2666","2020-10-06","https://www.mc-reunion.com/","Chrome","Windows","10.0","","40.94.103.10","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2667","2020-10-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","80.82.68.73","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2668","2020-10-06","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","173.212.196.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2669","2020-10-06","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","104.47.9.254","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2670","2020-10-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","73.202.199.241","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2671","2020-10-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","40.94.90.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2672","2020-10-06","https://www.mc-reunion.com/","Chrome","Windows","10.0","","40.94.90.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2673","2020-10-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.194.105.203","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2674","2020-10-07","https://www.mc-reunion.com","Firefox","OS X","10.11","","34.77.171.224","000","17","0");
INSERT INTO `wp_statistics_visitor` VALUES("2677","2020-10-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2678","2020-10-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.208.240","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2679","2020-10-07","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2680","2020-10-07","http://mc-reunion.com","Chrome","Windows","6.1","","178.165.70.181","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("2681","2020-10-07","mc-reunion.com","Safari","Windows","6.1","","46.21.192.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2682","2020-10-08","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.226.249.209","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2683","2020-10-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.196.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2684","2020-10-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2685","2020-10-08","www.mc-reunion.com","Chrome","Windows","6.1","","190.152.73.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2686","2020-10-08","www.mc-reunion.com","Safari","Windows","6.1","","217.182.206.203","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2687","2020-10-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.196.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2688","2020-10-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2689","2020-10-09","https://www.mc-reunion.com","Safari","iOS","14.0.1","","172.89.89.250","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2690","2020-10-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","171.13.14.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2691","2020-10-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","104.192.108.10","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2692","2020-10-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","104.192.108.9","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2693","2020-10-09","https://www.mc-reunion.com","Firefox","Windows","6.1","","35.238.252.69","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2694","2020-10-09","www.mc-reunion.com","Safari","Windows","6.1","","37.120.165.124","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2695","2020-10-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","95.211.134.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2696","2020-10-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.152.140.4","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2697","2020-10-09","www.google.com","Unknown","Android","7.0","","51.89.226.155","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2698","2020-10-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.193.251.0","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2699","2020-10-09","mc-reunion.com","Safari","Windows","6.1","","108.169.181.185","000","22","0");
INSERT INTO `wp_statistics_visitor` VALUES("2700","2020-10-09","mc-reunion.com","Chrome","Windows","6.0","","79.137.34.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2701","2020-10-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","205.169.39.52","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2702","2020-10-10","https://www.mc-reunion.com","UC Browser","Android","8.1.0","","180.163.220.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2703","2020-10-10","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2704","2020-10-10","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2705","2020-10-10","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2706","2020-10-10","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2707","2020-10-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","31.7.33.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2708","2020-10-10","https://www.mc-reunion.com","Safari","OS X","10.15.4","","99.40.197.79","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2710","2020-10-10","www.mc-reunion.com","Safari","Windows","6.1","","142.93.253.196","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("2711","2020-10-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2712","2020-10-10","www.mc-reunion.com","Chrome","Windows","6.0","","52.60.148.141","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2713","2020-10-10","http://www.mc-reunion.com/wp-content/themes/sketch/404.php","Chrome","Linux","Unknown","","176.109.228.173","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2714","2020-10-10","https://www.mc-reunion.com","Firefox","Windows","5.1","","173.255.246.21","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2715","2020-10-10","https://www.mc-reunion.com","Firefox","Windows","6.1","","184.53.16.147","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2716","2020-10-10","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2717","2020-10-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2718","2020-10-11","https://www.mc-reunion.com","Chrome","Windows","6.1","","81.132.43.216","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2719","2020-10-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.196.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2720","2020-10-11","https://www.mc-reunion.com","Chrome","Windows","6.1","","172.255.81.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2721","2020-10-11","https://www.mc-reunion.com/","Chrome","Windows","6.1","","206.41.178.54","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2722","2020-10-11","https://www.mc-reunion.com","Chrome","Windows","6.1","","110.52.83.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2723","2020-10-11","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2724","2020-10-11","https://www.mc-reunion.com","UC Browser","Android","8.1.0","","180.163.220.68","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2725","2020-10-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","40.74.228.155","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2726","2020-10-11","https://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","184.53.16.210","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2727","2020-10-12","https://www.mc-reunion.com","Safari","OS X","10.12.1","","103.139.113.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2728","2020-10-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2729","2020-10-12","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","151.80.212.71","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2730","2020-10-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.27.243.69","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2731","2020-10-12","mc-reunion.com","Safari","Windows","6.1","","202.74.236.22","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2732","2020-10-12","www.mc-reunion.com","Safari","Windows","6.1","","139.59.138.40","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2733","2020-10-12","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","50.112.22.211","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2734","2020-10-12","https://www.mc-reunion.com","Firefox","Windows","5.1","","54.38.214.76","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2735","2020-10-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","69.50.248.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2736","2020-10-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2737","2020-10-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.196.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2738","2020-10-13","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","176.31.182.59","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2739","2020-10-13","mc-reunion.com","Chrome","Windows","5.1","","37.46.82.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2740","2020-10-13","https://robhopping.com/?email_address=dirk%40dirkwedgewood.com&comments=baba+baba","Firefox","Windows","6.1","","184.53.16.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2741","2020-10-13","http://mc-reunion.com/","Opera","Windows","6.1","","46.17.106.109","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2742","2020-10-13","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2743","2020-10-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2744","2020-10-14","https://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2745","2020-10-14","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2746","2020-10-14","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.66","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2747","2020-10-14","http://www.mc-reunion.com/wp-content/wp-admin.php","Internet Explorer","Windows","5.1","","46.161.15.88","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2748","2020-10-14","mc-reunion.com","Safari","Windows","6.1","","43.229.63.244","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2749","2020-10-14","mc-reunion.com","Chrome","Windows","6.0","","173.236.8.194","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2750","2020-10-14","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","163.172.151.61","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2751","2020-10-14","www.mc-reunion.com","Safari","Windows","6.1","","173.249.13.105","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2752","2020-10-14","www.mc-reunion.com","Chrome","Windows","6.0","","134.213.27.96","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2753","2020-10-15","https://www.mc-reunion.com","Unknown","Windows","5.1","","46.105.81.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2754","2020-10-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2755","2020-10-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.168.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2756","2020-10-15","https://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","184.53.16.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2757","2020-10-15","https://www.mc-reunion.com","Chrome","Windows","6.1","","209.127.38.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2758","2020-10-15","https://www.mc-reunion.com/","Chrome","Windows","6.1","","168.91.36.127","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2759","2020-10-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","65.151.152.27","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2760","2020-10-15","mc-reunion.com","Safari","Windows","6.1","","52.1.60.202","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("2761","2020-10-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","139.59.239.193","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2762","2020-10-15","www.mc-reunion.com","Safari","Windows","6.1","","158.69.83.144","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2763","2020-10-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2764","2020-10-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.168.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2765","2020-10-16","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2766","2020-10-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.67.87.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2767","2020-10-16","https://www.mc-reunion.com","Chrome","Windows","6.1","","168.81.92.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2768","2020-10-16","https://www.mc-reunion.com/","Chrome","Windows","6.1","","141.164.88.232","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2769","2020-10-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2770","2020-10-17","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","155.138.155.218","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2771","2020-10-17","https://www.mc-reunion.com","UC Browser","Android","8.1.0","","180.163.220.4","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2772","2020-10-17","https://www.mc-reunion.com","UC Browser","Android","8.1.0","","27.115.124.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2773","2020-10-17","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2774","2020-10-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.57.148","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2775","2020-10-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.168.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2776","2020-10-17","https://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2777","2020-10-17","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.53.66.238","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2778","2020-10-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2779","2020-10-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.57.148","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2780","2020-10-18","www.google.com","Unknown","Android","7.0","","13.85.84.182","000","46","0");
INSERT INTO `wp_statistics_visitor` VALUES("2781","2020-10-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","141.98.102.243","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("2782","2020-10-18","https://www.mc-reunion.com","Unknown","Windows","5.1","","85.10.207.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2783","2020-10-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.246.200","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2784","2020-10-19","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","92.249.158.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2785","2020-10-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","104.129.202.72","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2786","2020-10-19","https://l.facebook.com/","Chrome","OS X","10.13.6","","67.168.6.14","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2787","2020-10-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2788","2020-10-19","https://www.mc-reunion.com","Safari","iOS","13.7","","107.220.214.173","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2789","2020-10-19","mc-reunion.com","Chrome","Windows","6.0","","51.75.162.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2790","2020-10-19","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.38.225.57","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2791","2020-10-19","mc-reunion.com","Safari","Windows","6.1","","133.130.108.194","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2792","2020-10-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","80.82.68.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2793","2020-10-19","www.mc-reunion.com","Safari","Windows","6.1","","203.135.154.116","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2794","2020-10-19","mc-reunion.com","Chrome","Windows","6.0","","198.211.122.238","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2795","2020-10-19","https://www.mc-reunion.com","Firefox","Windows","6.1","","73.14.169.198","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2796","2020-10-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","199.241.138.131","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2797","2020-10-19","www.mc-reunion.com","Chrome","Windows","6.0","","178.20.156.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2798","2020-10-19","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","24.227.171.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2799","2020-10-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2800","2020-10-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","51.38.83.92","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2801","2020-10-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2802","2020-10-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.206.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2803","2020-10-20","https://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.100","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2804","2020-10-20","https://www.mc-reunion.com","Chrome","OS X","10.10.2","","52.206.255.249","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2805","2020-10-20","https://www.robhopping.com/","Chrome","Chrome OS","Unknown","","73.14.169.198","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("2806","2020-10-20","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2807","2020-10-20","mc-reunion.com","Safari","Windows","6.1","","40.68.127.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2808","2020-10-20","mc-reunion.com","Chrome","Windows","6.1","","218.147.92.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2809","2020-10-20","mc-reunion.com","Chrome","Windows","6.0","","124.158.12.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2810","2020-10-20","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","64.227.39.77","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2811","2020-10-20","www.mc-reunion.com","Safari","Windows","6.1","","188.165.211.187","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2812","2020-10-20","www.mc-reunion.com","Chrome","Windows","6.1","","173.236.244.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2813","2020-10-20","www.mc-reunion.com","Chrome","Windows","6.0","","144.76.84.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2814","2020-10-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.173.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2815","2020-10-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2816","2020-10-21","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.89.203.194","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2817","2020-10-21","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","149.202.96.207","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2818","2020-10-21","mc-reunion.com","Chrome","Windows","6.0","","123.30.50.74","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2819","2020-10-21","www.mc-reunion.com","Chrome","Windows","6.0","","173.236.8.194","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2820","2020-10-21","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2821","2020-10-21","http://mc-reunion.com/","Internet Explorer","Windows","5.1","","193.202.81.168","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2822","2020-10-21","https://www.mc-reunion.com","Chrome","Windows","6.1","","113.247.54.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2823","2020-10-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2824","2020-10-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.209.97.209","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2825","2020-10-22","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2826","2020-10-22","http://www.mc-reunion.com/alfa.php","Firefox","Windows","5.1","","176.109.244.210","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2827","2020-10-22","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2828","2020-10-22","https://brandnewblogs.com/?domain=mc-reunion.com","Firefox","Windows","10.0","","94.21.92.65","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2829","2020-10-22","mc-reunion.com","Chrome","Windows","5.1","","82.221.105.125","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2830","2020-10-22","https://www.mc-reunion.com","Firefox","Windows","6.1","","73.14.169.198","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2831","2020-10-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","80.82.68.173","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2832","2020-10-23","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","25","0");
INSERT INTO `wp_statistics_visitor` VALUES("2833","2020-10-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2834","2020-10-23","https://www.google.com/","Chrome","Windows","10.0","","178.143.35.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2835","2020-10-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2836","2020-10-23","https://www.google.com/","Chrome","Windows","10.0","","104.129.202.72","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2837","2020-10-23","https://www.mc-reunion.com","Safari","iOS","14.0.1","","47.144.24.177","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2838","2020-10-23","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","13.90.156.169","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2839","2020-10-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.101.139.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2840","2020-10-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","188.165.211.23","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2841","2020-10-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.100","000","23","0");
INSERT INTO `wp_statistics_visitor` VALUES("2842","2020-10-24","mc-reunion.com","Safari","Windows","6.1","","123.30.50.74","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2843","2020-10-24","http://m.facebook.com","Facebook","iOS","14.1","","68.96.73.17","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2844","2020-10-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2845","2020-10-24","www.mc-reunion.com","Chrome","Windows","6.0","","178.20.156.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2846","2020-10-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.100","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("2847","2020-10-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2848","2020-10-25","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","139.59.180.212","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2849","2020-10-25","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2850","2020-10-25","https://www.mc-reunion.com","Chrome","OS X","10.8.3","","100.20.64.45","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2851","2020-10-26","https://www.mc-reunion.com","Chrome","Windows","6.1","","51.158.166.126","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2852","2020-10-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2853","2020-10-26","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.214.252.197","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2854","2020-10-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2855","2020-10-26","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","52.252.97.130","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2856","2020-10-26","https://www.google.com/","Chrome","Windows","10.0","","46.151.56.85","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2857","2020-10-26","https://www.mc-reunion.com","Firefox","Windows","6.1","","184.53.17.65","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2858","2020-10-26","https://www.mc-reunion.com","Chrome","OS X","10.11.6","","73.96.38.116","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2859","2020-10-26","https://www.youtube.com/","Chrome","Windows","10.0","","66.102.6.177","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2860","2020-10-26","https://www.youtube.com/","Chrome","Windows","10.0","","66.102.6.182","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2861","2020-10-26","https://www.mc-reunion.com/?fbclid=IwAR2zlSjQb4FzkiGEcYWakXtpdzmmrJ1KnioTPCKlzEDkwGcqbtJdWUtdxXQ","Chrome","Windows","10.0","","66.102.6.180","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2862","2020-10-26","https://www.google.com/","Chrome","Windows","10.0","","178.143.33.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2863","2020-10-26","https://www.youtube.com/","Internet Explorer","Windows","10.0","","66.249.88.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2864","2020-10-26","https://www.youtube.com/","Internet Explorer","Windows","10.0","","66.249.88.90","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2865","2020-10-26","https://www.mc-reunion.com/?fbclid=IwAR2zlSjQb4FzkiGEcYWakXtpdzmmrJ1KnioTPCKlzEDkwGcqbtJdWUtdxXQ","Internet Explorer","Windows","10.0","","66.249.88.92","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2866","2020-10-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2867","2020-10-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.125.36","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2868","2020-10-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.178.121","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2869","2020-10-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.27.229.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2870","2020-10-27","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","188.165.141.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2871","2020-10-28","https://www.mc-reunion.com","Chrome","OS X","10.15.2","","104.248.236.204","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2872","2020-10-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2873","2020-10-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.119.161","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2874","2020-10-28","https://www.mc-reunion.com","Firefox","Windows","10.0","","167.114.226.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2875","2020-10-28","https://www.mc-reunion.com","Chrome","Windows","6.1","","142.93.147.255","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2876","2020-10-28","https://www.mc-reunion.com","Chrome","Windows","5.1","","165.22.225.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2877","2020-10-28","https://www.mc-reunion.com","Chrome","Windows","6.4","","138.197.175.205","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2878","2020-10-28","https://www.mc-reunion.com","Chrome","Windows","6.3","","138.197.129.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2879","2020-10-28","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","207.180.250.193","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2880","2020-10-28","https://www.google.com/","Safari","iOS","14.1","","68.96.73.17","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2881","2020-10-28","http://m.facebook.com","Facebook","iOS","13.7","","47.45.116.132","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2882","2020-10-28","http://m.facebook.com/","Facebook","Android","10","","172.58.21.150","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2883","2020-10-28","https://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2884","2020-10-28","https://www.mc-reunion.com","Chrome","Windows","6.1","","23.80.138.84","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2885","2020-10-28","https://www.mc-reunion.com/","Chrome","Windows","6.1","","142.91.118.47","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2886","2020-10-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2887","2020-10-29","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.17.9","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2888","2020-10-29","shop.mc-reunion.com","Chrome","Windows","5.1","","82.221.105.125","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2889","2020-10-29","https://www.mc-reunion.com","Internet Explorer","Windows","6.2","","211.176.125.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2890","2020-10-29","https://www.mc-reunion.com","Chrome","Linux","Unknown","","51.116.190.185","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2891","2020-10-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2892","2020-10-30","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2893","2020-10-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.144.161.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2894","2020-10-30","https://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2895","2020-10-30","http://www.mc-reunion.com/wso.php","Chrome","Windows","6.3","","176.109.236.207","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2896","2020-10-31","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2897","2020-10-31","https://www.mc-reunion.com","Safari","OS X","10.15.7","","73.222.56.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2898","2020-10-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2899","2020-10-31","https://www.mc-reunion.com","Edge","Windows","10.0","","2.57.122.171","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2900","2020-10-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","51.159.34.92","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2901","2020-10-31","mc-reunion.com","Safari","Windows","6.1","","69.27.14.138","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2902","2020-10-31","mc-reunion.com","Chrome","Windows","6.1","","51.38.32.239","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2903","2020-10-31","mc-reunion.com","Chrome","Windows","6.0","","207.180.196.166","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2904","2020-10-31","mc-reunion.com","Chrome","Windows","6.0","","79.137.39.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2905","2020-10-31","https://www.mc-reunion.com","Chrome","Windows","6.1","","69.171.251.21","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2906","2020-10-31","https://www.mc-reunion.com","Chrome","Windows","6.1","","69.171.251.23","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2907","2020-10-31","shop.mc-reunion.com","Chrome","Windows","5.1","","193.107.29.181","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2908","2020-10-31","shop.mc-reunion.com","Chrome","Windows","5.1","","79.98.129.170","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2909","2020-10-31","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2910","2020-10-31","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2911","2020-11-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("2912","2020-11-01","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","116.202.129.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2913","2020-11-01","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2914","2020-11-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","206.189.27.86","000","30","0");
INSERT INTO `wp_statistics_visitor` VALUES("2915","2020-11-01","https://www.mc-reunion.com","Firefox","Windows","6.1","","67.220.182.195","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2916","2020-11-01","www.google.com","Unknown","Android","7.0","","52.148.134.53","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("2917","2020-11-01","www.mc-reunion.com","Safari","Windows","6.1","","122.201.97.17","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2918","2020-11-01","www.mc-reunion.com","Chrome","Windows","6.0","","142.4.30.19","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2919","2020-11-01","www.mc-reunion.com","Chrome","Windows","6.1","","104.131.113.93","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2920","2020-11-01","www.mc-reunion.com","Chrome","Windows","6.0","","185.31.208.71","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2921","2020-11-02","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.4.14.198","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2922","2020-11-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2923","2020-11-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","157.245.45.1","000","23","0");
INSERT INTO `wp_statistics_visitor` VALUES("2924","2020-11-02","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2925","2020-11-02","mc-reunion.com","Safari","Windows","6.1","","165.227.222.220","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2926","2020-11-02","mc-reunion.com","Safari","Windows","6.1","","54.38.33.203","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2927","2020-11-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2928","2020-11-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.221.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2929","2020-11-03","www.mc-reunion.com","Safari","Windows","6.1","","159.65.86.130","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2930","2020-11-03","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","176.31.252.167","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2931","2020-11-03","www.mc-reunion.com","Safari","Windows","6.1","","123.30.50.74","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2932","2020-11-03","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2933","2020-11-03","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","46.105.127.209","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2934","2020-11-03","https://www.mc-reunion.com","Chrome","Windows","6.1","","218.76.160.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2935","2020-11-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2936","2020-11-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2937","2020-11-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.212.83.211","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2938","2020-11-05","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2939","2020-11-05","https://duckduckgo.com/","Chrome","Windows","10.0","","89.203.248.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2940","2020-11-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","38.18.56.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2941","2020-11-05","https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwi0trTvwOzsAhUZVH0KHax_AHUQFjAGegQIARAC&url=https%3A%2F%2Fwww.mc-reunion.com%2F&usg=AOvVaw1wpF786xI_NkpL-Z6L0ua-","Internet Explorer","Windows","10.0","","180.189.164.182","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2942","2020-11-06","https://www.mc-reunion.com","Chrome","Windows","6.3","","5.182.36.240","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2943","2020-11-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2944","2020-11-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.202.211.75","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2945","2020-11-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.24.255.135","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2946","2020-11-06","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2947","2020-11-06","https://www.mc-reunion.com","Chrome","Windows","6.2","","91.144.130.24","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2948","2020-11-06","http://www.mc-reunion.com/","Opera","Windows","6.1","","178.214.245.131","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2949","2020-11-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","149.28.171.211","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("2950","2020-11-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","205.169.39.15","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2951","2020-11-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","205.169.39.30","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2952","2020-11-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.241.156.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2953","2020-11-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.90.255.162","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2954","2020-11-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.59.118","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2955","2020-11-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2956","2020-11-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.211.210.158","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2957","2020-11-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.237.241.151","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2958","2020-11-07","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.4.14.198","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2959","2020-11-07","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","163.172.70.242","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2960","2020-11-07","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2961","2020-11-07","https://www.mc-reunion.com","Chrome","Windows","6.0","","5.188.62.214","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2962","2020-11-07","http://m.facebook.com/","Facebook","Android","10","","174.195.146.115","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2963","2020-11-07","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","95.217.207.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2964","2020-11-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","85.140.87.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2965","2020-11-08","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.178.146.199","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2966","2020-11-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","138.68.103.181","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2967","2020-11-08","http://www.mc-reunion.com/shell.php","Opera","Windows","10.0","","176.109.236.207","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2968","2020-11-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2969","2020-11-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.251.63","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2970","2020-11-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.185.128.112","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2971","2020-11-08","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2972","2020-11-09","https://www.mc-reunion.com","Unknown","Windows","6.1","","58.30.141.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2973","2020-11-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2974","2020-11-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","85.140.87.28","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2975","2020-11-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.42.4.129","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2976","2020-11-09","https://www.mc-reunion.com","Chrome","Windows","6.1","","222.243.207.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2977","2020-11-09","mc-reunion.com","Safari","Windows","6.1","","196.47.64.42","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2978","2020-11-09","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.189.131.100","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2979","2020-11-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.113.5.150","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2980","2020-11-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","51.158.154.88","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2981","2020-11-09","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2982","2020-11-09","www.mc-reunion.com","Safari","Windows","6.1","","61.129.72.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2983","2020-11-09","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.16.130.215","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2984","2020-11-09","https://www.mc-reunion.com","Chrome","Windows","6.3","","45.159.249.169","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2985","2020-11-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.95.47.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2986","2020-11-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2987","2020-11-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.188.131.126","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2988","2020-11-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.218.186.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2989","2020-11-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.40.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2990","2020-11-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.125.170.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("2991","2020-11-10","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2992","2020-11-10","https://www.mc-reunion.com","Chrome","Windows","6.1","","196.247.5.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2993","2020-11-10","https://www.mc-reunion.com/","Chrome","Windows","6.1","","154.16.47.2","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("2994","2020-11-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","15.185.60.35","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("2995","2020-11-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("2996","2020-11-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.92.134","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2997","2020-11-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.191.24.138","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("2998","2020-11-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.79.221","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("2999","2020-11-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","46.21.198.186","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("3000","2020-11-11","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3001","2020-11-11","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3002","2020-11-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3003","2020-11-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.236.198.43","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3004","2020-11-12","mc-reunion.com","Chrome","Windows","6.0","","88.198.91.76","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3005","2020-11-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","13.250.107.189","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3006","2020-11-12","www.mc-reunion.com","Chrome","Windows","6.0","","94.23.53.58","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3007","2020-11-12","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3008","2020-11-12","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","139.9.93.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3009","2020-11-12","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","121.36.3.129","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3010","2020-11-12","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","47.74.19.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3011","2020-11-12","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","47.108.71.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3012","2020-11-12","https://www.mc-reunion.com","UC Browser","Android","8.1.0","","27.115.124.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3014","2020-11-12","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3015","2020-11-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","50.116.0.237","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3016","2020-11-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3017","2020-11-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.189.21.16","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3018","2020-11-13","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3019","2020-11-13","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","206.189.43.143","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3020","2020-11-13","https://www.mc-reunion.com","Chrome","Windows","6.1","","220.168.67.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3021","2020-11-13","https://www.mc-reunion.com","Internet Explorer","Windows","6.2","","121.28.85.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3022","2020-11-13","https://www.mc-reunion.com","Internet Explorer","Windows","6.2","","121.29.188.247","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3023","2020-11-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.53.242.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3024","2020-11-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3025","2020-11-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.149.12.183","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3026","2020-11-14","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3027","2020-11-14","https://robhopping.com/","Safari","OS X","10.14.6","","172.89.89.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3029","2020-11-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3030","2020-11-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.163.105.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3031","2020-11-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.41.6.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3032","2020-11-15","https://www.mc-reunion.com","Chrome","Windows","6.1","","192.241.87.227","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3033","2020-11-15","https://www.mc-reunion.com/","Chrome","Windows","6.1","","138.229.103.220","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("3034","2020-11-15","https://www.mc-reunion.com","Safari","iOS","14.1","","172.89.89.250","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3035","2020-11-15","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","5.44.174.37","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3036","2020-11-15","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","67.205.38.108","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3037","2020-11-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3038","2020-11-15","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3039","2020-11-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3040","2020-11-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.210.58.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3041","2020-11-16","http://www.mc-reunion.com/wp-content/themes/sketch/wp-ajax24.php","Opera","Windows","10.0","","176.109.252.115","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3042","2020-11-16","https://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","184.53.16.222","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3043","2020-11-16","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","37.97.182.136","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3044","2020-11-17","https://www.mc-reunion.com","Safari","iOS","14.1","","76.9.76.200","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3045","2020-11-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3046","2020-11-17","https://www.mc-reunion.com","Chrome","Windows","6.0","","18.184.195.200","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3047","2020-11-17","https://www.mc-reunion.com","Chrome","Windows","6.1","","222.242.128.131","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3048","2020-11-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.228.128.32","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3049","2020-11-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.203.44.32","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3050","2020-11-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","178.128.55.94","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("3051","2020-11-17","https://www.mc-reunion.com","Chrome","Windows","6.1","","184.75.209.110","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3052","2020-11-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","183.179.246.128","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3053","2020-11-18","https://www.mc-reunion.com","Chrome","Windows","6.1","","168.91.14.235","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3054","2020-11-18","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","142.93.241.34","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3055","2020-11-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3056","2020-11-18","https://www.mc-reunion.com","Firefox","Windows","5.1","","185.189.12.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3057","2020-11-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.212.230.246","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3058","2020-11-18","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","93.189.30.194","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3059","2020-11-18","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3060","2020-11-18","https://www.mc-reunion.com","Chrome","Windows","6.1","","159.69.187.191","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3061","2020-11-18","https://www.mc-reunion.com","Firefox","Windows","6.1","","35.232.205.107","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3062","2020-11-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3063","2020-11-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.208.59.68","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3064","2020-11-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.215.142.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3065","2020-11-19","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3066","2020-11-19","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","5.44.174.37","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3067","2020-11-19","mc-reunion.com","Safari","Windows","6.1","","162.243.159.4","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3068","2020-11-19","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3069","2020-11-20","www.mc-reunion.com","Safari","Windows","6.1","","75.148.44.172","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3070","2020-11-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3071","2020-11-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.244.84","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3072","2020-11-20","https://www.mc-reunion.com","Chrome","Windows","6.3","","185.253.218.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3073","2020-11-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.183.98.196","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3074","2020-11-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.56.194","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3075","2020-11-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3076","2020-11-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.35.55","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3077","2020-11-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","40.74.143.31","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3078","2020-11-21","https://www.mc-reunion.com","Chrome","Windows","6.1","","104.129.40.136","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3079","2020-11-21","https://www.mc-reunion.com/","Chrome","Windows","6.1","","207.244.117.154","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3080","2020-11-21","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3081","2020-11-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","103.139.113.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3082","2020-11-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.37.233","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3083","2020-11-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","172.105.220.99","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3084","2020-11-22","https://www.mc-reunion.com","Chrome","Windows","6.3","","198.54.131.37","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3085","2020-11-22","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3086","2020-11-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3087","2020-11-22","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.158.98.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3088","2020-11-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.214.103.65","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3089","2020-11-22","https://www.mc-reunion.com","Unknown","webOS","Unknown","","176.226.208.137","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3090","2020-11-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","185.10.68.205","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3091","2020-11-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","185.220.101.216","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3092","2020-11-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","80.241.216.138","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3093","2020-11-22","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3094","2020-11-22","https://www.mc-reunion.com","Firefox","Windows","6.1","","34.122.210.216","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3095","2020-11-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.37.233","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3096","2020-11-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3097","2020-11-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.209.72.244","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3098","2020-11-23","https://www.mc-reunion.com","Chrome","Android","5.1.1","","34.122.210.216","000","30","0");
INSERT INTO `wp_statistics_visitor` VALUES("3099","2020-11-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","18.236.181.0","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3100","2020-11-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.68.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3101","2020-11-23","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3102","2020-11-23","https://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.59.188","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3103","2020-11-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.158.66.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3104","2020-11-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3105","2020-11-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3106","2020-11-23","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","140.82.26.13","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3107","2020-11-24","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.246.253.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3108","2020-11-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3109","2020-11-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.148.119.126","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3110","2020-11-24","mc-reunion.com","Safari","Windows","6.1","","188.227.227.197","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3111","2020-11-24","https://www.mc-reunion.com","Chrome","Windows","6.1","","173.44.223.66","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3112","2020-11-24","https://www.mc-reunion.com/","Chrome","Windows","6.1","","191.102.151.225","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3113","2020-11-24","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3114","2020-11-24","https://www.mc-reunion.com","Firefox","Windows","10.0","","37.9.13.155","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3115","2020-11-24","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3116","2020-11-24","www.mc-reunion.com","Safari","Windows","6.1","","164.132.44.97","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3117","2020-11-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3118","2020-11-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.215.217.81","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3119","2020-11-25","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3120","2020-11-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.52.123","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3121","2020-11-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","138.99.216.147","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3125","2020-11-25","https://www.mc-reunion.com","Chrome","Windows","6.0","","178.62.82.141","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3126","2020-11-25","http://mc-reunion.com","Chrome","OS X","10.12.1","","69.160.160.54","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3127","2020-11-25","https://www.mc-reunion.com","Chrome","OS X","10.8.3","","54.190.60.117","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3128","2020-11-25","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","185.161.209.159","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3129","2020-11-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.196.228","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3130","2020-11-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","138.99.216.112","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3134","2020-11-26","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","81.169.203.188","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3135","2020-11-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3136","2020-11-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.233.222.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3137","2020-11-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.142.54","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3138","2020-11-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","77.243.191.42","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3139","2020-11-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","69.10.173.37","000","32","0");
INSERT INTO `wp_statistics_visitor` VALUES("3140","2020-11-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","80.82.68.173","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3141","2020-11-26","https://www.mc-reunion.com","Firefox","Windows","10.0","","37.9.13.155","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3142","2020-11-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3143","2020-11-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.167.49.212","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3144","2020-11-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","13.232.26.66","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3145","2020-11-27","https://www.mc-reunion.com","Firefox","Linux","Unknown","","116.202.100.112","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3146","2020-11-27","mc-reunion.com","Chrome","Windows","6.0","","142.4.30.19","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3147","2020-11-27","https://www.mc-reunion.com","Firefox","Windows","6.1","","37.9.13.68","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3148","2020-11-27","www.mc-reunion.com","Chrome","Windows","6.0","","163.172.81.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3149","2020-11-27","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3150","2020-11-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.183.183.53","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3151","2020-11-28","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.71.104.1","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3152","2020-11-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3153","2020-11-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.186.58.222","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3154","2020-11-28","https://www.mc-reunion.com","Firefox","OS X","10.5","","158.69.228.209","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3155","2020-11-28","https://www.mc-reunion.com","Chrome","Windows","6.1","","220.168.115.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3156","2020-11-28","http://www.mc-reunion.com/wp-content/plugins/hello.php","Chrome","Windows","10.0","","176.109.236.214","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3157","2020-11-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3158","2020-11-29","https://www.google.com/","Chrome","OS X","10.15.7","","24.150.114.164","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3159","2020-11-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.237.37.197","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3160","2020-11-29","https://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","172.58.60.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3161","2020-11-29","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","159.89.170.1","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3162","2020-11-29","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","128.199.181.95","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3163","2020-11-29","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","128.199.183.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3164","2020-11-29","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","129.213.213.245","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3165","2020-11-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3166","2020-11-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.148.181.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3167","2020-11-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.190.116.87","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3168","2020-11-30","https://www.google.com/","Chrome","Android","10","","154.118.39.62","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3169","2020-11-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.165.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3170","2020-11-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","41.190.30.196","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3171","2020-12-01","http://mc-reunion.com/","Chrome","Windows","6.3","","51.75.146.127","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3172","2020-12-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("3173","2020-12-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.203.17.99","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3174","2020-12-01","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","164.132.224.68","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3175","2020-12-01","mc-reunion.com","Safari","Windows","6.1","","185.106.129.123","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3176","2020-12-01","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","216.127.161.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3177","2020-12-01","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.90.228.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3178","2020-12-01","www.mc-reunion.com","Safari","Windows","6.1","","51.255.164.109","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3179","2020-12-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3180","2020-12-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3181","2020-12-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","92.39.208.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3182","2020-12-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.38.110.128","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3183","2020-12-02","https://www.mc-reunion.com","Chrome","Windows","6.1","","192.227.144.114","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3184","2020-12-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.218.66.198","000","13","0");
INSERT INTO `wp_statistics_visitor` VALUES("3185","2020-12-02","mc-reunion.com","Safari","Windows","6.1","","188.227.227.197","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3186","2020-12-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.47.144.52","000","13","0");
INSERT INTO `wp_statistics_visitor` VALUES("3187","2020-12-02","www.mc-reunion.com","Safari","Windows","6.1","","163.172.70.51","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3188","2020-12-03","https://www.mc-reunion.com","Firefox","Linux","Unknown","","168.119.244.77","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3189","2020-12-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3190","2020-12-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.185.77.215","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3191","2020-12-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","145.239.7.148","000","12","0");
INSERT INTO `wp_statistics_visitor` VALUES("3192","2020-12-03","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3193","2020-12-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3194","2020-12-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.88.6.206","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3195","2020-12-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.219.138.170","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3196","2020-12-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3197","2020-12-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.12.30.123","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3198","2020-12-05","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3199","2020-12-05","google.com","Unknown","Android","7.0","","212.227.174.234","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3200","2020-12-06","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3201","2020-12-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3202","2020-12-06","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","198.211.23.219","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3203","2020-12-06","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","107.179.13.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3204","2020-12-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.222.31.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3205","2020-12-06","https://www.mc-reunion.com","Unknown","Android","7.0","","20.62.40.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3206","2020-12-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","3.221.150.230","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3207","2020-12-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3208","2020-12-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.186.251.103","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3209","2020-12-07","https://www.mc-reunion.com","Unknown","Android","7.0","","20.62.40.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3210","2020-12-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.35.92.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3211","2020-12-07","mc-reunion.com","Chrome","Windows","6.0","","148.251.123.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3212","2020-12-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.55.190","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3213","2020-12-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","111.172.6.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3214","2020-12-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3215","2020-12-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.253.218.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3216","2020-12-07","www.mc-reunion.com","Chrome","Windows","6.0","","46.101.209.166","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3217","2020-12-07","mc-reunion.com","Safari","Windows","6.1","","158.69.83.144","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3218","2020-12-07","mc-reunion.com","Safari","Windows","6.1","","198.211.122.238","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3219","2020-12-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3220","2020-12-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","188.166.105.7","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3221","2020-12-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.184.152.234","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3222","2020-12-08","www.mc-reunion.com","Safari","Windows","6.1","","158.69.83.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3223","2020-12-08","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3224","2020-12-08","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3225","2020-12-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","73.93.120.152","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3226","2020-12-08","https://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3227","2020-12-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3228","2020-12-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.238.117","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3229","2020-12-09","google.com","Unknown","Android","7.0","","212.227.174.234","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3230","2020-12-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.210.21.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3231","2020-12-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","51.159.34.92","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3232","2020-12-09","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3233","2020-12-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.69.88","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3234","2020-12-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","38.18.54.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3235","2020-12-09","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","178.62.77.224","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3236","2020-12-09","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3237","2020-12-09","https://www.mc-reunion.com/","UC Browser","Android","8.1.0","","180.163.220.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3238","2020-12-09","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3239","2020-12-09","https://www.mc-reunion.com","Unknown","webOS","Unknown","","46.147.173.213","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3240","2020-12-10","https://www.mc-reunion.com","Firefox","Linux","Unknown","","116.202.100.112","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3241","2020-12-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3242","2020-12-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.71.180.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3243","2020-12-10","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","128.199.173.234","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3244","2020-12-10","https://www.mc-reunion.com","Yandex Browser","Windows","10.0","","159.224.255.154","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3245","2020-12-10","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3246","2020-12-10","mc-reunion.com","Safari","Windows","6.1","","75.148.44.172","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3247","2020-12-10","http://google.com","Chrome","Windows","5.1","","89.46.91.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3248","2020-12-10","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3249","2020-12-11","http://google.com","Chrome","Windows","5.1","","98.142.107.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3250","2020-12-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3251","2020-12-11","http://google.com","Chrome","Windows","5.1","","213.190.6.86","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3252","2020-12-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.244.207.178","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3253","2020-12-11","www.mc-reunion.com","Safari","Windows","6.1","","144.217.253.110","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3254","2020-12-11","http://google.com","Chrome","Windows","5.1","","62.221.208.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3255","2020-12-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","155.138.219.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3256","2020-12-11","https://www.mc-reunion.com","Opera","Windows","10.0","","185.232.21.147","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3257","2020-12-11","http://google.com","Chrome","Windows","5.1","","207.180.199.193","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3258","2020-12-11","http://google.com","Chrome","Windows","5.1","","54.148.70.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3259","2020-12-11","https://www.mc-reunion.com","Opera","Windows","10.0","","185.94.192.86","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3260","2020-12-11","https://www.mc-reunion.com","Firefox","Windows","10.0","","91.121.67.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3261","2020-12-11","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3262","2020-12-11","http://google.com","Chrome","Windows","5.1","","157.7.106.153","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3263","2020-12-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.234.246.219","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3264","2020-12-11","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3265","2020-12-11","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3266","2020-12-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","130.185.72.142","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3267","2020-12-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.211.251.77","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3268","2020-12-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3269","2020-12-12","http://google.com","Chrome","Windows","5.1","","192.240.178.212","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3270","2020-12-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.217.129.38","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3271","2020-12-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.218.64.143","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3272","2020-12-12","http://google.com","Chrome","Windows","5.1","","103.117.136.106","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3273","2020-12-12","http://google.com","Chrome","Windows","5.1","","149.129.105.68","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3274","2020-12-12","http://google.com","Chrome","Windows","5.1","","208.109.43.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3275","2020-12-12","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","95.217.207.28","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3276","2020-12-12","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3277","2020-12-12","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","206.72.196.30","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3278","2020-12-13","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3279","2020-12-13","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","95.217.207.28","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3280","2020-12-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3281","2020-12-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.219.253.220","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3282","2020-12-13","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","34.71.250.100","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3283","2020-12-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3284","2020-12-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.220.110.84","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3285","2020-12-14","https://www.mc-reunion.com","Safari","iOS","13.6","","99.40.197.79","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3286","2020-12-14","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.67.121.129","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3287","2020-12-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.139.17","000","26","0");
INSERT INTO `wp_statistics_visitor` VALUES("3288","2020-12-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3289","2020-12-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.183.231","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3290","2020-12-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.213.185.192","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3291","2020-12-15","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3292","2020-12-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","218.77.121.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3293","2020-12-15","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3294","2020-12-15","mc-reunion.com","Chrome","Windows","6.1","","51.255.95.82","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3295","2020-12-15","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3296","2020-12-15","https://www.mc-reunion.com","Chrome","Windows","6.1","","113.241.140.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3297","2020-12-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","116.202.174.216","000","22","0");
INSERT INTO `wp_statistics_visitor` VALUES("3298","2020-12-15","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","35.175.243.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3299","2020-12-15","www.mc-reunion.com","Chrome","Windows","6.1","","188.213.175.168","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3300","2020-12-15","https://www.mc-reunion.com","Firefox","Linux","Unknown","","168.119.244.77","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3301","2020-12-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3302","2020-12-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","172.245.228.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3303","2020-12-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.185.53.16","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3304","2020-12-16","http://www.mc-reunion.com/","Chrome","Windows","10.0","","5.188.48.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3305","2020-12-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3306","2020-12-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.218.62.129","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3307","2020-12-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","188.165.211.23","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3308","2020-12-17","https://www.mc-reunion.com","Firefox","Windows","5.1","","185.72.52.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3309","2020-12-17","https://www.mc-reunion.com","Firefox","Linux","Unknown","","116.202.100.112","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3310","2020-12-17","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","45.79.213.196","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3311","2020-12-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.157.82.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3312","2020-12-17","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","92.119.161.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3313","2020-12-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3314","2020-12-18","https://www.mc-reunion.com","Safari","OS X","10.15.6","","24.7.184.76","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3315","2020-12-18","https://www.mc-reunion.com","Chrome","Windows","6.1","","162.212.175.109","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3316","2020-12-18","https://www.mc-reunion.com/","Chrome","Windows","6.1","","107.175.58.199","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3317","2020-12-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","217.112.181.131","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3318","2020-12-18","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3319","2020-12-18","https://www.mc-reunion.com","Safari","iOS","13.6.1","","99.40.197.79","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3320","2020-12-18","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3321","2020-12-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.138.179.170","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3322","2020-12-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","85.235.66.97","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3323","2020-12-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.151.9.170","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3324","2020-12-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3325","2020-12-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.213.139.25","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3326","2020-12-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","150.109.49.161","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3327","2020-12-19","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3328","2020-12-19","https://www.mc-reunion.com","Chrome","OS X","10.15.2","","161.35.124.51","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3329","2020-12-19","http://google.com","Chrome","Windows","5.1","","35.188.172.154","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3331","2020-12-19","http://google.com","Chrome","Windows","5.1","","178.208.83.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3332","2020-12-19","http://site.ru","Chrome","Windows","5.1","","128.65.195.181","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3333","2020-12-19","http://google.com","Chrome","Windows","5.1","","194.67.34.90","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3334","2020-12-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","182.50.130.153","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3335","2020-12-19","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","88.198.242.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3336","2020-12-19","https://www.mc-reunion.com","Firefox","Windows","5.1","","51.15.22.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3337","2020-12-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3338","2020-12-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.203.0.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3339","2020-12-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.219.84.98","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3340","2020-12-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","202.102.144.121","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3341","2020-12-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.209.85.40","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3342","2020-12-20","https://www.mc-reunion.com","Firefox","Windows","5.1","","51.15.22.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3343","2020-12-20","https://www.mc-reunion.com","Unknown","Android","7.0","","137.116.116.251","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3344","2020-12-20","https://www.mc-reunion.com","Firefox","Windows","6.1","","185.206.224.206","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3345","2020-12-20","https://www.mc-reunion.com","Unknown","Linux","Unknown","","35.237.255.242","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3346","2020-12-20","https://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.55.18","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3347","2020-12-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","67.207.206.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3348","2020-12-20","https://www.mc-reunion.com","Chrome","Windows","6.1","","59.51.86.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3349","2020-12-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3350","2020-12-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3351","2020-12-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.51.215","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3352","2020-12-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.211.189.196","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3353","2020-12-21","https://www.mc-reunion.com","Chrome","Windows","6.1","","138.201.220.92","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3354","2020-12-21","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","18.236.145.79","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3355","2020-12-21","https://www.mc-reunion.com","Firefox","Linux","Unknown","","51.15.183.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3356","2020-12-21","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3357","2020-12-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","50.63.197.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3359","2020-12-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3360","2020-12-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","159.203.86.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3361","2020-12-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","167.99.32.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3362","2020-12-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","205.196.220.163","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3363","2020-12-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.44.49","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3364","2020-12-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.201.148.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3365","2020-12-22","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","46.161.15.88","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3366","2020-12-22","www.mc-reunion.com","Safari","Windows","6.1","","51.15.201.113","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3367","2020-12-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3368","2020-12-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.237.17.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3369","2020-12-23","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3370","2020-12-23","mc-reunion.com","Safari","Windows","6.1","","198.211.122.238","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3371","2020-12-23","www.mc-reunion.com","Safari","Windows","6.1","","212.168.31.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3372","2020-12-23","https://www.mc-reunion.com","Firefox","OS X","10.5","","158.69.228.209","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3373","2020-12-23","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","82.223.98.112","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3374","2020-12-23","https://www.mc-reunion.com","Chrome","Windows","5.1","","144.91.95.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3375","2020-12-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3376","2020-12-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.202.59.170","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3377","2020-12-24","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3378","2020-12-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","50.63.194.59","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3379","2020-12-24","https://www.mc-reunion.com","Chrome","Linux","Unknown","","45.148.10.87","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3380","2020-12-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3381","2020-12-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.160.133.227","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3382","2020-12-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","51.103.137.198","000","26","0");
INSERT INTO `wp_statistics_visitor` VALUES("3383","2020-12-25","http://google.com","Chrome","Windows","5.1","","185.182.56.216","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3384","2020-12-25","http://google.com","Chrome","Windows","5.1","","129.226.117.162","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3385","2020-12-25","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","202.102.144.121","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3386","2020-12-25","http://google.com","Chrome","Windows","5.1","","37.187.152.179","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3387","2020-12-25","https://www.mc-reunion.com","Chrome","OS X","10.8.3","","34.222.71.112","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3388","2020-12-26","http://google.com","Chrome","Windows","5.1","","91.212.213.93","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3390","2020-12-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3391","2020-12-26","https://www.mc-reunion.com","Internet Explorer","Windows","6.2","","51.15.22.13","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("3392","2020-12-26","https://www.mc-reunion.com","Chrome","Windows","6.1","","218.76.74.120","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3393","2020-12-26","http://mc-reunion.com","Chrome","Windows","6.1","","58.44.135.118","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3394","2020-12-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.186.111.243","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3395","2020-12-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.200.128.247","000","25","0");
INSERT INTO `wp_statistics_visitor` VALUES("3396","2020-12-26","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","34.194.13.248","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3397","2020-12-26","https://www.google.com/","Chrome","Android","10","","157.46.86.168","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3398","2020-12-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.232.38.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3399","2020-12-27","https://www.mc-reunion.com","Safari","iOS","13.7","","173.252.87.119","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3400","2020-12-27","https://www.mc-reunion.com","Safari","iOS","13.7","","173.252.87.117","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3401","2020-12-27","https://www.mc-reunion.com/?fbclid=IwAR2inFfpGLFQo3-gfyG84ivjaSP2R4CWhD0ngh3NE2_2tHj9TjDxtt5RQhs","Safari","iOS","13.7","","173.252.87.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3402","2020-12-27","https://www.mc-reunion.com","Safari","iOS","14.2","","31.13.115.24","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3403","2020-12-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3404","2020-12-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.212.117.186","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3405","2020-12-27","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.149.172.141","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3406","2020-12-27","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","54.38.177.109","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3407","2020-12-27","https://l.facebook.com/","Safari","OS X","10.15.7","","76.103.42.72","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3408","2020-12-27","https://www.mc-reunion.com","Chrome","OS X","10.8.7","","51.15.22.13","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3409","2020-12-27","https://www.mc-reunion.com","Firefox","Linux","Unknown","","51.15.184.112","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3410","2020-12-27","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","104.248.33.132","000","14","0");
INSERT INTO `wp_statistics_visitor` VALUES("3411","2020-12-27","https://www.mc-reunion.com","Firefox","Windows","10.0","","176.31.252.52","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3412","2020-12-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3413","2020-12-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","37.187.28.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3414","2020-12-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.214.242.240","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3415","2020-12-28","https://www.mc-reunion.com","Firefox","Linux","Unknown","","51.15.184.112","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3416","2020-12-28","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3417","2020-12-28","https://www.mc-reunion.com","Chrome","iOS","12.1","","157.90.17.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3418","2020-12-28","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3419","2020-12-28","https://www.mc-reunion.com","Chrome","Windows","6.1","","168.91.42.149","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3420","2020-12-28","https://www.mc-reunion.com/","Chrome","Windows","6.1","","23.250.118.32","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3421","2020-12-28","https://www.mc-reunion.com","Firefox","Windows","5.1","","94.242.26.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3422","2020-12-29","https://www.mc-reunion.com","Chrome","OS X","10.12.1","","103.139.113.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3423","2020-12-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3424","2020-12-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.253.218.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3425","2020-12-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.212.107.78","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3426","2020-12-29","https://www.google.com/","Chrome","Android","6.0.1","","49.230.20.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3427","2020-12-29","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3428","2020-12-30","https://www.mc-reunion.com","Firefox","Linux","Unknown","","51.15.184.151","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3429","2020-12-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3430","2020-12-30","https://www.mc-reunion.com","Chrome","Windows","6.1","","107.150.64.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3431","2020-12-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.245.48.131","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3432","2020-12-30","https://www.mc-reunion.com/","Chrome","Windows","6.1","","107.174.5.147","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3433","2020-12-30","https://www.mc-reunion.com","Firefox","Linux","Unknown","","51.15.184.112","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3434","2020-12-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","184.168.46.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3435","2020-12-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","192.176.249.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3436","2020-12-30","www.google.com","Unknown","Android","7.0","","137.116.116.251","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3437","2020-12-30","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3438","2020-12-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","192.121.136.49","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3439","2020-12-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.75","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3440","2020-12-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("3441","2020-12-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.213.5.183","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3442","2020-12-31","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.222.57.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3443","2020-12-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","130.255.162.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3444","2020-12-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.29","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3445","2020-12-31","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","45.89.206.95","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3446","2020-12-31","https://www.mc-reunion.com","Firefox","OS X","10.11","","185.137.233.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3447","2021-01-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","130.255.162.174","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3448","2021-01-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3449","2021-01-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.213.136.167","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3450","2021-01-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","192.165.45.204","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3451","2021-01-01","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3452","2021-01-01","https://www.google.com/","Chrome","Android","9","","105.112.69.244","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3453","2021-01-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3454","2021-01-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.236.237.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3455","2021-01-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3456","2021-01-02","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3457","2021-01-02","http://google.com","Chrome","Windows","5.1","","198.71.240.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3458","2021-01-02","https://www.mc-reunion.com","Firefox","OS X","10.11","","185.137.233.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3459","2021-01-02","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","165.227.119.214","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3460","2021-01-02","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3461","2021-01-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.31","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3462","2021-01-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3463","2021-01-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.238.100.212","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3464","2021-01-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.108.122","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3465","2021-01-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.166.115.108","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3466","2021-01-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3467","2021-01-03","https://www.mc-reunion.com","Firefox","Windows","6.1","","39.104.120.142","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3468","2021-01-03","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","159.65.223.153","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3469","2021-01-03","https://www.mc-reunion.com","Firefox","Windows","5.1","","95.31.249.45","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3470","2021-01-03","https://www.mc-reunion.com","Firefox","Windows","6.1","","104.222.195.151","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3471","2021-01-03","https://www.mc-reunion.com","Chrome","Windows","6.1","","216.10.28.120","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3472","2021-01-03","https://www.mc-reunion.com","Chrome","Windows","6.1","","192.255.71.39","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3473","2021-01-04","https://www.mc-reunion.com/","Firefox","Windows","6.1","","178.159.37.125","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3474","2021-01-04","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","129.146.190.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3475","2021-01-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3476","2021-01-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.12.150.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3477","2021-01-04","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.219.118.241","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3478","2021-01-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","13.52.216.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3479","2021-01-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","130.255.162.174","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3480","2021-01-04","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3481","2021-01-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","105.71.23.61","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3482","2021-01-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","192.36.241.95","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3483","2021-01-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","192.36.119.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3484","2021-01-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3485","2021-01-05","https://www.mc-reunion.com","Safari","iOS","13.6.1","","73.202.21.185","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3486","2021-01-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.222.63.62","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3487","2021-01-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.66.205","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3488","2021-01-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3489","2021-01-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3490","2021-01-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.106","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3491","2021-01-05","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3492","2021-01-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.32","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3493","2021-01-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","20.83.152.83","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3494","2021-01-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("3495","2021-01-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","88.80.54.197","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3496","2021-01-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","130.255.162.253","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3497","2021-01-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.244.111.84","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3498","2021-01-06","https://www.mc-reunion.com","Chrome","Windows","6.3","","46.17.106.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3499","2021-01-06","https://www.mc-reunion.com","Chrome","OS X","10.14.4","","45.88.3.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3500","2021-01-06","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3501","2021-01-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","192.36.166.120","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3502","2021-01-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.26.117.27","000","25","0");
INSERT INTO `wp_statistics_visitor` VALUES("3503","2021-01-06","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","192.210.192.138","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3504","2021-01-06","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3505","2021-01-06","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.62.103.21","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3506","2021-01-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3507","2021-01-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.153.197.37","000","24","0");
INSERT INTO `wp_statistics_visitor` VALUES("3508","2021-01-07","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","82.223.27.204","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3509","2021-01-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","148.72.232.107","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3510","2021-01-07","https://www.mc-reunion.com","Unknown","Linux","Unknown","","35.190.150.11","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3511","2021-01-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3512","2021-01-08","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","202.102.144.121","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3513","2021-01-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.158.90.119","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3514","2021-01-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","46.101.21.135","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3515","2021-01-08","https://www.mc-reunion.com","Chrome","OS X","Unknown","","192.46.219.114","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3516","2021-01-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","172.241.153.196","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3517","2021-01-08","https://www.mc-reunion.com/","Safari","iOS","13.6.1","","66.7.241.218","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3518","2021-01-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.53.213.192","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3519","2021-01-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3520","2021-01-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.162.221.252","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3521","2021-01-09","https://www.mc-reunion.com","Chrome","Windows","6.1","","107.175.58.113","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3522","2021-01-09","https://www.mc-reunion.com/","Chrome","Windows","6.1","","107.175.58.115","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3523","2021-01-09","https://www.mc-reunion.com/","Chrome","Windows","6.1","","107.174.150.9","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3524","2021-01-09","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","24.130.65.74","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3525","2021-01-09","https://www.mc-reunion.com","Firefox","Windows","10.0","","167.114.226.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3526","2021-01-09","http://simplesite.com","Chrome","Windows","5.1","","37.59.38.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3527","2021-01-09","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","163.172.180.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3528","2021-01-09","www.mc-reunion.com","Chrome","Windows","6.1","","158.69.83.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3529","2021-01-09","http://simplesite.com","Chrome","Windows","5.1","","5.63.8.182","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3530","2021-01-09","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3531","2021-01-09","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.222.57.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3532","2021-01-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3533","2021-01-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.215.17.156","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3534","2021-01-10","http://mc-reunion.com/","Chrome","Windows","10.0","","195.181.175.118","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3535","2021-01-10","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.15.195.246","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3536","2021-01-10","https://www.mc-reunion.com","Chrome","Windows","6.1","","51.255.95.82","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3537","2021-01-10","https://www.mc-reunion.com","Chrome","Windows","6.1","","163.172.70.51","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3538","2021-01-10","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.106.129.123","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3539","2021-01-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","138.197.197.172","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3540","2021-01-11","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","24.130.65.74","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3541","2021-01-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3542","2021-01-11","https://www.mc-reunion.com","Chrome","Windows","6.1","","144.217.253.110","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3543","2021-01-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.222.171.27","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3544","2021-01-11","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","62.210.152.248","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3545","2021-01-11","http://simplesite.com","Chrome","Windows","5.1","","154.16.114.224","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3546","2021-01-11","http://simplesite.com","Chrome","Windows","5.1","","68.171.208.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3547","2021-01-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.121.67.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3548","2021-01-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","85.140.81.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3549","2021-01-11","www.google.com","Unknown","Android","7.0","","52.175.223.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3550","2021-01-11","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3551","2021-01-12","https://www.mc-reunion.com","Chrome","Windows","6.1","","139.59.138.40","000","16","0");
INSERT INTO `wp_statistics_visitor` VALUES("3552","2021-01-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","5.9.242.178","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3553","2021-01-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3554","2021-01-12","https://www.mc-reunion.com","Unknown","Linux","Unknown","","159.242.227.124","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("3555","2021-01-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.209.192.1","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3556","2021-01-12","mc-reunion.com","Safari","Windows","6.1","","217.182.175.112","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3557","2021-01-12","https://www.mc-reunion.com","Chrome","Windows","6.1","","222.240.31.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3558","2021-01-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","149.202.136.235","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3559","2021-01-12","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3560","2021-01-13","www.mc-reunion.com","Safari","Windows","6.1","","164.132.44.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3561","2021-01-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3562","2021-01-13","www.google.com","Unknown","Android","7.0","","52.175.223.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3563","2021-01-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.218.173.243","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3564","2021-01-13","https://www.mc-reunion.com","Vivaldi","Windows","10.0","","135.181.145.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3565","2021-01-13","https://www.mc-reunion.com","Firefox","Windows","10.0","","206.81.29.174","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3566","2021-01-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.185.68.229","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3567","2021-01-13","https://www.mc-reunion.com","Chrome","Windows","6.1","","159.65.162.186","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3568","2021-01-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3569","2021-01-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.212.238.203","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3570","2021-01-14","https://www.mc-reunion.com","Chrome","Windows","6.1","","37.187.132.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3571","2021-01-14","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","54.189.230.128","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3572","2021-01-14","https://www.mc-reunion.com","Chrome","Windows","6.1","","20.80.170.253","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3573","2021-01-14","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","212.47.251.118","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3574","2021-01-14","mc-reunion.com","Safari","Windows","6.1","","139.59.138.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3575","2021-01-14","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.158.109.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3576","2021-01-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3577","2021-01-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.218.51.168","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3578","2021-01-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","38.18.46.116","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3579","2021-01-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","198.71.239.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3580","2021-01-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","205.169.39.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3581","2021-01-15","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3582","2021-01-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.53.162.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3583","2021-01-15","www.mc-reunion.com","Chrome","Windows","6.1","","37.187.132.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3584","2021-01-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","158.51.121.234","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3585","2021-01-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3586","2021-01-16","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3587","2021-01-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.212.171.110","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3588","2021-01-16","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.4.14.206","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3589","2021-01-16","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.210.5.253","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3590","2021-01-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.32.81.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3591","2021-01-16","https://m.facebook.com/","Chrome","Android","10","","174.238.141.161","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3592","2021-01-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.200.238.223","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3593","2021-01-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3594","2021-01-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.41.200","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3595","2021-01-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.214.6.22","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3596","2021-01-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","184.168.27.206","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3597","2021-01-17","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3598","2021-01-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.224.134","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3599","2021-01-17","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.121.91.75","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3600","2021-01-18","www.google.com","Unknown","Android","7.0","","82.165.57.59","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3601","2021-01-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3602","2021-01-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.214.87.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3603","2021-01-18","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.213.135.199","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3604","2021-01-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.200.238.223","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3605","2021-01-18","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3606","2021-01-18","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","64.111.106.217","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3607","2021-01-18","https://www.mc-reunion.com","Chrome","Windows","6.3","","35.247.47.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3608","2021-01-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.199.158.3","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3609","2021-01-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.233.254.218","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3610","2021-01-18","https://www.mc-reunion.com","Chrome","Windows","6.3","","34.82.97.200","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3611","2021-01-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.41.200","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3612","2021-01-18","www.mc-reunion.com","Safari","Windows","6.1","","158.69.83.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3613","2021-01-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3614","2021-01-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.100.120","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3615","2021-01-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.200.238.223","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3616","2021-01-19","https://www.mc-reunion.com","Opera","Windows","10.0","","104.46.207.210","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3617","2021-01-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","45.40.166.172","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3618","2021-01-19","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","35.246.24.66","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3619","2021-01-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","3.236.99.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3620","2021-01-19","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3621","2021-01-19","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3622","2021-01-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","143.244.52.58","000","20","0");
INSERT INTO `wp_statistics_visitor` VALUES("3623","2021-01-20","https://www.mc-reunion.com","Chrome","Windows","6.1","","23.95.81.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3624","2021-01-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3625","2021-01-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.209.64.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3626","2021-01-20","https://www.mc-reunion.com","Chrome","OS X","10.15.2","","165.22.12.127","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3627","2021-01-20","https://www.mc-reunion.com","Chrome","Windows","6.1","","45.152.182.135","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3628","2021-01-20","https://www.mc-reunion.com","Chrome","Windows","6.1","","168.91.36.167","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3629","2021-01-20","https://www.mc-reunion.com/","Chrome","Windows","6.1","","209.127.17.41","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3630","2021-01-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3631","2021-01-20","https://www.mc-reunion.com","Chrome","Windows","6.1","","144.76.25.174","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3632","2021-01-20","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","167.114.244.150","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3633","2021-01-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.211.71","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3634","2021-01-20","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3635","2021-01-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3636","2021-01-21","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","24.130.65.74","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3637","2021-01-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.24.136.119","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3638","2021-01-21","https://www.mc-reunion.com","Safari","iOS","14.3","","73.158.239.244","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3639","2021-01-21","https://www.mc-reunion.com","Safari","iOS","14.3","","24.4.65.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3640","2021-01-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.217.29.228","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3641","2021-01-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.160.25.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3642","2021-01-21","https://www.google.com","Firefox","Ubuntu","Unknown","","192.99.18.122","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3643","2021-01-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.191.202.142","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3644","2021-01-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","150.109.193.172","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3646","2021-01-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","104.239.240.79","000","25","0");
INSERT INTO `wp_statistics_visitor` VALUES("3647","2021-01-21","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3648","2021-01-21","https://www.mc-reunion.com","Unknown","webOS","Unknown","","37.204.254.39","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3649","2021-01-21","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3650","2021-01-21","https://www.mc-reunion.com","Chrome","Windows","6.0","","159.65.24.22","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3651","2021-01-22","https://www.mc-reunion.com","Opera","Windows","10.0","","104.46.207.210","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3652","2021-01-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","173.254.201.209","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3653","2021-01-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3654","2021-01-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.37.30.165","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3655","2021-01-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.25.212.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3656","2021-01-22","https://www.mc-reunion.com","Chrome","Windows","6.1","","154.30.33.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3657","2021-01-22","https://www.mc-reunion.com/","Chrome","Windows","6.1","","144.168.219.80","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3658","2021-01-22","https://www.mc-reunion.com/","Safari","iOS","14.3","","24.4.65.180","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3659","2021-01-22","https://www.mc-reunion.com","Opera","Windows","6.1","","149.200.188.135","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3660","2021-01-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","192.81.209.250","000","24","0");
INSERT INTO `wp_statistics_visitor` VALUES("3661","2021-01-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3662","2021-01-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","85.140.83.223","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3663","2021-01-22","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3664","2021-01-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.144.126.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3665","2021-01-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3666","2021-01-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.213.124.169","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3667","2021-01-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","23.102.70.47","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3668","2021-01-23","https://www.mc-reunion.com","Chrome","OS X","10.13.6","","192.36.226.212","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3669","2021-01-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","116.203.205.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3670","2021-01-23","www.google.com","Unknown","Android","7.0","","135.125.10.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3671","2021-01-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3672","2021-01-24","https://www.mc-reunion.com","Chrome","Linux","Unknown","","116.203.205.103","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3673","2021-01-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.201.148.22","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3674","2021-01-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","188.166.110.18","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3675","2021-01-25","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","39.113.136.178","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3676","2021-01-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3677","2021-01-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.186.109.231","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3678","2021-01-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.244.133.98","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3679","2021-01-25","https://www.mc-reunion.com","Chrome","Windows","6.3","","46.17.106.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3680","2021-01-25","https://www.mc-reunion.com","Internet Explorer","Windows","6.2","","211.176.125.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3682","2021-01-25","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","122.117.87.209","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3683","2021-01-25","mc-reunion.com","Safari","Windows","6.1","","64.119.213.61","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3684","2021-01-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","104.248.175.39","000","18","0");
INSERT INTO `wp_statistics_visitor` VALUES("3685","2021-01-25","https://www.mc-reunion.com","Firefox","Windows","6.0","","195.154.232.125","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3686","2021-01-26","https://www.mc-reunion.com","Chrome","OS X","10.8.3","","52.27.79.148","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3687","2021-01-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3688","2021-01-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.217.101.43","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3689","2021-01-26","www.mc-reunion.com","Safari","Windows","6.1","","159.203.39.94","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3690","2021-01-26","www.google.com","Unknown","Android","7.0","","146.59.250.180","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3691","2021-01-26","https://www.mc-reunion.com","Unknown","Windows","5.1","","85.10.207.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3692","2021-01-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","128.199.111.243","000","17","0");
INSERT INTO `wp_statistics_visitor` VALUES("3693","2021-01-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","67.205.39.172","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3694","2021-01-26","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","195.191.76.210","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3695","2021-01-26","https://www.mc-reunion.com","Chrome","Android","7.0","","73.93.120.152","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3696","2021-01-26","https://www.mc-reunion.com","Safari","iOS","14.3","","50.0.60.239","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3697","2021-01-26","http://simplesite.com","Chrome","Windows","5.1","","94.130.52.124","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3698","2021-01-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3699","2021-01-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.237.52.102","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3700","2021-01-27","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","3.22.77.158","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3701","2021-01-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","163.172.67.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3702","2021-01-27","https://www.mc-reunion.com","Chrome","OS X","10.15.2","","67.205.137.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3703","2021-01-27","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","185.78.221.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3704","2021-01-27","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3705","2021-01-27","https://www.mc-reunion.com","Chrome","Windows","6.3","","5.16.114.125","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3706","2021-01-28","https://www.mc-reunion.com","Chrome","Windows","6.1","","107.174.149.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3707","2021-01-28","https://www.mc-reunion.com/","Chrome","Windows","6.1","","107.172.246.111","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3708","2021-01-28","https://www.mc-reunion.com","Firefox","Windows","6.3","","188.214.30.149","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3709","2021-01-28","https://www.mc-reunion.com","Chrome","Windows","6.1","","222.240.16.136","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3710","2021-01-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3711","2021-01-28","http://mc-reunion.com/","Opera","Windows","6.1","","37.120.217.59","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3712","2021-01-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.186.194.211","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3713","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","92.63.103.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3714","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","31.193.227.53","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3715","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3716","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","158.58.187.212","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3717","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","154.56.135.135","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3718","2021-01-28","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3719","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","67.205.154.85","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3720","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","106.14.137.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3721","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","35.188.172.154","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3722","2021-01-28","mc-reunion.com","Chrome","Windows","6.1","","51.15.201.113","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3723","2021-01-28","mc-reunion.com","Chrome","Windows","6.0","","132.148.80.37","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3724","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3725","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","89.46.104.176","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3726","2021-01-28","http://simplesite.com","Chrome","Windows","5.1","","192.240.170.91","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3727","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","154.86.202.22","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3728","2021-01-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3729","2021-01-29","mc-reunion.com","Chrome","Windows","6.0","","37.97.185.158","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3730","2021-01-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.165.136.254","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3731","2021-01-29","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.245.209.44","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3732","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","2.134.103.220","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3733","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","68.171.208.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3734","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","67.205.154.85","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3735","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","173.236.224.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3736","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3737","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","101.132.114.109","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3738","2021-01-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","198.71.238.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3739","2021-01-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","81.88.49.50","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3740","2021-01-29","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3741","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","208.113.170.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3742","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","103.8.25.46","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("3743","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.211","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3744","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","37.61.201.218","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3746","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","221.139.49.85","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3747","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","185.143.145.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3748","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","158.58.187.212","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3749","2021-01-29","www.mc-reunion.com","Chrome","Windows","6.1","","217.195.199.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3750","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","205.196.221.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3751","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","91.228.197.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3752","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","103.234.184.243","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3753","2021-01-29","www.mc-reunion.com","Chrome","Windows","6.0","","159.203.182.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3754","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","47.90.42.101","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3755","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","103.7.8.235","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3756","2021-01-29","http://simplesite.com","Chrome","Windows","5.1","","193.111.153.69","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3757","2021-01-29","www.mc-reunion.com","Chrome","Windows","6.0","","206.189.24.121","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3758","2021-01-29","https://www.mc-reunion.com","Firefox","Windows","10.0","","176.113.234.112","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3759","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","91.228.197.202","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3760","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","89.46.105.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3761","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","45.77.106.99","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3762","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","68.171.208.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3763","2021-01-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3764","2021-01-30","https://www.mc-reunion.com","Chrome","Windows","6.1","","103.139.113.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3765","2021-01-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.222.123.117","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3766","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","198.71.235.75","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3767","2021-01-30","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","168.119.250.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3768","2021-01-30","https://www.mc-reunion.com","Firefox","Windows","6.1","","129.213.31.250","000","32","0");
INSERT INTO `wp_statistics_visitor` VALUES("3769","2021-01-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","195.154.232.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3770","2021-01-30","www.google.com","Unknown","Android","7.0","","135.125.10.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3771","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","107.180.112.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3772","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","178.33.10.186","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3773","2021-01-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","116.203.194.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3774","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","5.56.132.156","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3775","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","129.226.117.162","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3776","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","37.9.169.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3777","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","77.245.149.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3778","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.14","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3779","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","186.202.153.166","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3780","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","103.234.184.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3781","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","89.46.105.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3782","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","194.5.188.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3783","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","103.30.145.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3784","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","208.113.170.111","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3785","2021-01-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.153.1.17","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3786","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","194.110.77.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3787","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","89.46.106.158","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3788","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","91.121.68.60","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3789","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","35.188.172.154","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3790","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","192.240.170.91","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3791","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","47.52.30.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3792","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","37.59.38.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3793","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","149.202.196.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3794","2021-01-30","http://simplesite.com","Chrome","Windows","5.1","","47.75.16.189","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3795","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","91.238.160.176","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3796","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","136.243.82.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3797","2021-01-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3798","2021-01-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.209.228.111","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3799","2021-01-31","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.30.159","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3800","2021-01-31","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3801","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","207.32.178.151","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3802","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","185.17.231.248","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3803","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","103.199.103.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3804","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","185.182.56.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3805","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","89.163.210.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3806","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","46.105.107.181","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3807","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","36.92.154.100","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("3808","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","208.97.177.90","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3810","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.42","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3812","2021-01-31","https://www.mc-reunion.com","Firefox","Windows","6.3","","209.182.232.102","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3813","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","192.240.170.91","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3814","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","106.14.137.64","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3815","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","47.91.165.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3816","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","89.46.104.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3817","2021-01-31","http://simplesite.com","Chrome","Windows","5.1","","192.240.185.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3818","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","101.132.114.109","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3819","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","221.139.49.85","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3821","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","144.217.5.119","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3822","2021-02-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3823","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","103.27.239.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3824","2021-02-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.186.242.45","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3825","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","103.8.25.46","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3826","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","185.17.231.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3827","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","103.30.145.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3828","2021-02-01","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.190.28.226","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3829","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","37.133.65.239","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3830","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","185.143.145.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3831","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","205.196.221.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3832","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","160.153.203.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3833","2021-02-01","http://simplesite.com","Chrome","Windows","5.1","","91.228.197.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3834","2021-02-01","mc-reunion.com","Chrome","Windows","6.0","","159.203.39.94","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3835","2021-02-01","www.mc-reunion.com","Chrome","Windows","6.0","","37.187.132.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3836","2021-02-01","https://www.mc-reunion.com","Chrome","Windows","6.1","","46.243.236.19","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("3837","2021-02-02","www.google.com","Unknown","Android","7.0","","135.125.10.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3838","2021-02-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3839","2021-02-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.138.228","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3840","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3841","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3842","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","194.5.188.20","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3843","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","2.134.103.220","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3844","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3845","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","185.182.56.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3846","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","162.254.150.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3847","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","38.145.210.205","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3848","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","173.236.224.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3849","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","158.174.191.210","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3850","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","45.77.106.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3851","2021-02-02","http://simplesite.com","Chrome","Windows","5.1","","208.97.177.90","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3852","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","62.109.151.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3853","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","149.202.196.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3854","2021-02-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3855","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.211","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3856","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","80.90.199.120","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3857","2021-02-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.212.211.162","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3858","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","103.138.96.242","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3859","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","72.29.66.216","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3860","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","91.226.116.69","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3861","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","198.71.224.74","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3862","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","103.199.103.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3863","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","192.240.185.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3864","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","31.28.162.169","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3865","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","185.17.231.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3866","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","185.154.54.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3867","2021-02-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","101.4.130.235","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3868","2021-02-03","mc-reunion.com","Safari","Windows","6.1","","192.241.235.210","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3869","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","37.9.169.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3870","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","205.196.221.70","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3871","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","144.217.5.119","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3872","2021-02-03","http://simplesite.com","Chrome","Windows","5.1","","47.240.81.77","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3873","2021-02-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3874","2021-02-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.216.140.144","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3875","2021-02-04","www.mc-reunion.com","Safari","Windows","6.1","","51.254.204.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3876","2021-02-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","68.183.113.40","000","19","0");
INSERT INTO `wp_statistics_visitor` VALUES("3877","2021-02-04","http://simplesite.com","Chrome","Windows","5.1","","185.3.235.227","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3878","2021-02-04","https://google.com/","Chrome","Windows","10.0","","157.90.1.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3879","2021-02-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("3880","2021-02-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.209.40.127","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3881","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","77.221.130.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3882","2021-02-05","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3883","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","178.251.26.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3884","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","43.229.84.224","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3885","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","192.99.38.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3886","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","72.29.66.216","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3887","2021-02-05","mc-reunion.com","Safari","Windows","6.1","","51.254.204.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3888","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","41.242.54.2","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3889","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","101.78.168.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3890","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3891","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","132.148.39.139","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3892","2021-02-05","https://www.mc-reunion.com","Chrome","Windows","6.2","","5.45.64.104","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3893","2021-02-05","www.mc-reunion.com","Safari","Windows","6.1","","185.106.129.123","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3894","2021-02-05","http://simplesite.com","Chrome","Windows","5.1","","50.62.177.160","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3895","2021-02-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","13.52.213.176","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3896","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3897","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","91.215.216.118","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3898","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","45.93.101.79","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3899","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","82.146.51.122","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3900","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","95.217.215.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3901","2021-02-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","198.20.67.200","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3902","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","198.71.235.75","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3903","2021-02-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.209.90.233","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3904","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","173.247.246.3","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("3905","2021-02-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.215.185.45","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3906","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","144.34.180.109","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3907","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","62.109.151.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3908","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","92.204.66.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3909","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","185.208.164.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3910","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","185.207.152.24","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3911","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","37.133.157.85","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3912","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","212.16.184.224","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3913","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","185.15.208.21","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3914","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","94.130.52.124","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3915","2021-02-06","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3916","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","208.113.153.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3917","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","160.153.147.17","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3918","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","209.126.30.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3919","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","46.188.0.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3920","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3921","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","148.66.147.33","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3922","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","31.28.162.169","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3923","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","87.236.20.43","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3924","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","149.202.56.171","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3925","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","173.231.197.187","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3926","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","43.240.31.31","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3927","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","208.117.45.29","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3928","2021-02-06","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3929","2021-02-06","http://simplesite.com","Chrome","Windows","5.1","","185.92.244.58","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3930","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","78.85.17.64","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3931","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","62.210.246.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3932","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","132.148.179.231","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3933","2021-02-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3934","2021-02-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.200.187.95","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3935","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","198.46.81.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3936","2021-02-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","68.183.205.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3937","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","198.12.243.230","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3938","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","116.62.4.252","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3939","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","89.163.210.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3940","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","37.140.192.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3941","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","94.130.52.124","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3942","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","185.182.57.108","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3943","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","89.46.108.102","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3944","2021-02-07","www.google.com","Unknown","Android","7.0","","51.210.124.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3945","2021-02-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","202.102.144.121","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3946","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","72.55.186.18","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3947","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","162.212.131.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3948","2021-02-07","http://simplesite.com","Chrome","Windows","5.1","","176.56.61.124","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3949","2021-02-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","104.248.175.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3950","2021-02-08","https://www.mc-reunion.com","Chrome","OS X","10.10.1","","206.189.87.142","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3951","2021-02-08","http://simplesite.com","Chrome","Windows","5.1","","91.121.68.60","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3952","2021-02-08","http://simplesite.com","Chrome","Windows","5.1","","47.254.84.83","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3953","2021-02-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3954","2021-02-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.222.32.153","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3955","2021-02-08","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3956","2021-02-08","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","43.241.58.180","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3957","2021-02-09","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3958","2021-02-09","mc-reunion.com","Safari","Windows","6.1","","139.59.138.40","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3959","2021-02-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3960","2021-02-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.188.40.159","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3961","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","148.66.145.34","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3962","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","185.86.81.235","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3963","2021-02-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.119.81.111","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3964","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","149.202.196.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3965","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","198.46.81.18","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3966","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","142.11.252.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3967","2021-02-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","93.89.225.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3968","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","208.113.170.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3969","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","87.236.20.200","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3970","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","47.91.165.248","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3971","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","132.148.179.231","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3972","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.211","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3973","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","171.22.26.127","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3974","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","157.7.105.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3975","2021-02-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","13.56.223.194","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3976","2021-02-09","https://www.mc-reunion.com","Chrome","Android","7.0","","73.170.235.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3977","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","185.207.152.24","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3978","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","62.129.216.158","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("3979","2021-02-09","www.mc-reunion.com","Safari","Windows","6.1","","51.254.204.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3980","2021-02-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","161.97.116.178","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3981","2021-02-09","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3982","2021-02-09","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.70","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3983","2021-02-09","https://www.mc-reunion.com/","UC Browser","Android","8.1.0","","27.115.124.101","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3984","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3985","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","103.237.108.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3987","2021-02-09","https://www.mc-reunion.com","Chrome","OS X","10.10.1","","206.189.94.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3988","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","46.209.20.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3989","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","47.89.31.26","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3990","2021-02-09","http://simplesite.com","Chrome","Windows","5.1","","37.72.166.110","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3991","2021-02-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","40.124.183.192","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3992","2021-02-10","http://simplesite.com","Chrome","Windows","5.1","","193.70.81.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3993","2021-02-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.34.92.71","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3994","2021-02-10","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("3995","2021-02-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","40.124.183.192","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3996","2021-02-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","182.76.148.126","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3997","2021-02-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("3998","2021-02-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","207.244.235.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("3999","2021-02-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.191.150.201","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4000","2021-02-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.100.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4001","2021-02-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4002","2021-02-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.211.17.237","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4003","2021-02-12","http://mc-reunion.com","Chrome","Windows","10.0","","216.41.235.234","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4004","2021-02-12","www.google.com","Unknown","Android","7.0","","185.239.242.142","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4005","2021-02-12","mc-reunion.com","Chrome","Windows","6.0","","198.211.122.238","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4006","2021-02-12","http://www.mc-reunion.com/","Chrome","Windows","10.0","","163.172.22.87","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4007","2021-02-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.53.171.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4008","2021-02-12","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4009","2021-02-12","https://www.mc-reunion.com/","UC Browser","Android","8.1.0","","180.163.220.66","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4010","2021-02-13","https://www.mc-reunion.com","Firefox","OS X","10.9.3","","123.20.109.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4011","2021-02-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","82.165.249.34","000","41","0");
INSERT INTO `wp_statistics_visitor` VALUES("4012","2021-02-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4013","2021-02-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.165.84.188","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4014","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.193.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4015","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.24.195","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4016","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.162.75.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4017","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.165.75.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4018","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.244.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4019","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.201.101.221","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4020","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.216.75.211","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4021","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.178.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4022","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.26.14","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4023","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.217.135.51","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4024","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.244.77.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4025","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.37.191.210","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4026","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.10.123.118","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4027","2021-02-13","https://www.mc-reunion.com","Unknown","Linux","Unknown","","35.243.165.147","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4028","2021-02-13","https://www.mc-reunion.com/","Chrome","Android","7.0","","172.58.92.180","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4029","2021-02-13","mc-reunion.com","Safari","Windows","6.1","","81.208.42.32","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4030","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","161.97.116.178","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4031","2021-02-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","185.86.6.34","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4032","2021-02-14","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4033","2021-02-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4034","2021-02-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.202.171.229","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4035","2021-02-14","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.23","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4036","2021-02-14","http://www.mc-reunion.com/feed/","Chrome","Windows","10.0","","51.15.12.217","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4037","2021-02-14","www.mc-reunion.com","Chrome","Windows","6.0","","95.85.31.92","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4038","2021-02-14","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4039","2021-02-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","90.154.136.139","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4040","2021-02-14","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.58","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4041","2021-02-14","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.65","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4042","2021-02-14","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.191","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4043","2021-02-15","https://www.mc-reunion.com","Chrome","Windows","6.1","","23.94.230.218","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4044","2021-02-15","https://www.mc-reunion.com/","Chrome","Windows","6.1","","104.129.40.71","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4045","2021-02-15","https://www.mc-reunion.com","Chrome","Windows","6.1","","107.172.227.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4046","2021-02-15","https://www.mc-reunion.com/","Chrome","Windows","6.1","","107.172.49.180","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4047","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","136.243.82.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4048","2021-02-15","https://www.mc-reunion.com","Firefox","Linux","Unknown","","207.244.235.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4049","2021-02-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","198.20.67.200","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4050","2021-02-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.1","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4051","2021-02-15","https://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","73.14.169.198","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4052","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","91.228.197.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4053","2021-02-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.202.171.229","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4054","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.67.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4055","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.233.87","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4056","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.162.75.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4057","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.244.77.88","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4058","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.186.54.200","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4059","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.88.115.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4060","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.190.87.104","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4061","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.249.105","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4062","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.217.87.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4063","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","136.243.54.204","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4064","2021-02-15","www.mc-reunion.com","Safari","Windows","6.1","","159.203.182.52","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4065","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.216.75.211","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4066","2021-02-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.69.192","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4067","2021-02-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.206","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4068","2021-02-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","136.232.190.90","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4069","2021-02-15","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4070","2021-02-15","https://www.mc-reunion.com","Firefox","Windows","6.0","","62.210.139.59","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4071","2021-02-15","http://mc-reunion.com","Chrome","Windows","5.1","","162.212.131.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4072","2021-02-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.129","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4073","2021-02-15","http://mc-reunion.com","Chrome","Windows","5.1","","51.68.11.211","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("4074","2021-02-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.74","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4075","2021-02-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.11.222.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4076","2021-02-15","www.mc-reunion.com","Safari","Windows","6.1","","163.172.70.51","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4077","2021-02-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","38.18.42.104","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4078","2021-02-15","https://www.mc-reunion.com","Firefox","Windows","6.3","","80.82.68.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4079","2021-02-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.9","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4080","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","46.30.247.99","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4081","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","185.208.164.110","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4082","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","150.95.81.183","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4083","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","142.11.252.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4084","2021-02-15","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4085","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","185.17.231.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4086","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","91.215.216.118","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4087","2021-02-15","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4088","2021-02-16","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.7","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4089","2021-02-16","http://www.mc-reunion.com/feed/","Chrome","Windows","10.0","","51.159.37.33","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4090","2021-02-16","http://simplesite.com","Chrome","Windows","5.1","","213.32.93.79","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4091","2021-02-16","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4092","2021-02-16","https://www.mc-reunion.com/","UC Browser","Android","8.1.0","","27.115.124.38","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4093","2021-02-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","198.20.67.200","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4094","2021-02-16","https://robhopping.com/","Samsung Internet","Android","8.0.0","","73.14.169.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4095","2021-02-16","http://simplesite.com","Chrome","Windows","5.1","","185.182.56.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4096","2021-02-16","http://simplesite.com","Chrome","Windows","5.1","","87.236.20.239","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4097","2021-02-16","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4098","2021-02-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","161.97.128.124","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4099","2021-02-16","http://simplesite.com","Chrome","Windows","5.1","","68.171.208.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4100","2021-02-16","www.google.com","Unknown","Android","7.0","","51.210.124.177","000","43","0");
INSERT INTO `wp_statistics_visitor` VALUES("4101","2021-02-16","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","118.103.238.121","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4102","2021-02-16","https://www.google.com","Firefox","Ubuntu","Unknown","","192.99.18.136","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4103","2021-02-16","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4104","2021-02-16","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4105","2021-02-16","https://www.mc-reunion.com","Chrome","Windows","6.1","","183.214.186.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4106","2021-02-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4107","2021-02-17","http://mc-reunion.com","Chrome","Windows","5.1","","149.202.56.171","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4108","2021-02-17","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","194.116.228.66","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4109","2021-02-17","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4110","2021-02-17","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","119.3.173.22","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4111","2021-02-17","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","149.129.181.102","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4112","2021-02-17","https://www.mc-reunion.com","Chrome","OS X","10.14.6","","8.208.15.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4113","2021-02-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.119.81.111","000","16","0");
INSERT INTO `wp_statistics_visitor` VALUES("4114","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","81.88.49.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4115","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","120.136.10.65","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4116","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","148.251.54.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4117","2021-02-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4118","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","178.90.194.201","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4119","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","144.172.126.20","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4120","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","95.168.171.150","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4121","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","176.56.61.124","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4122","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","50.62.146.134","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4123","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","95.217.215.188","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4124","2021-02-18","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","107.189.3.3","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4125","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","142.11.252.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4126","2021-02-18","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4127","2021-02-18","http://simplesite.com","Chrome","Windows","5.1","","91.228.197.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4128","2021-02-19","http://simplesite.com","Chrome","Windows","5.1","","178.208.83.11","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4129","2021-02-19","http://simplesite.com","Chrome","Windows","5.1","","31.28.162.169","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4130","2021-02-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4131","2021-02-19","http://simplesite.com","Chrome","Windows","5.1","","192.64.52.78","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4132","2021-02-19","https://www.mc-reunion.com","Firefox","Windows","6.3","","5.45.67.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4133","2021-02-19","http://www.mc-reunion.com","Iridium","Windows","10.0","","192.227.133.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4134","2021-02-19","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4135","2021-02-19","https://www.mc-reunion.com","Firefox","Windows","6.3","","36.67.101.26","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4136","2021-02-19","http://simplesite.com","Chrome","Windows","5.1","","51.68.11.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4137","2021-02-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.228.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4138","2021-02-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.37.117.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4139","2021-02-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.27.171.66","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4140","2021-02-19","https://www.mc-reunion.com","Unknown","Android","7.0","","192.145.125.90","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4141","2021-02-19","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","46.161.15.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4142","2021-02-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","198.20.67.200","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4143","2021-02-20","https://www.mc-reunion.com","Firefox","Windows","6.3","","80.82.68.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4144","2021-02-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","107.180.111.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4145","2021-02-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","207.244.235.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4146","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.162.45","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4147","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.161.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4148","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.189.166.21","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4149","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.203.10.77","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4150","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.186.31.129","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4151","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.250.144","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4152","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.214.229.129","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4153","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.95.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4154","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.217.122.4","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4155","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.99.177","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4156","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.136.105","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4157","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.129.99","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4158","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.252.77","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4159","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.89.40.74","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4160","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.39.138.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4161","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.69.43","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4162","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.112.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4163","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.20.57","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4164","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.163.123.139","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4165","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.201.232.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4166","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.142.37","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4167","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.76.107","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4168","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.160.179.108","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4169","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.166.62.238","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4170","2021-02-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.122.254","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4171","2021-02-20","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4172","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.20.57","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4173","2021-02-21","http://simplesite.com","Chrome","Windows","5.1","","103.30.145.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4174","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.39.138.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4175","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.129.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4176","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.189.166.21","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4177","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.191.38.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4178","2021-02-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4179","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.136.105","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4180","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.95.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4181","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.203.10.77","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4182","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.166.62.238","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4183","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.162.25.53","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4184","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.248.189","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4185","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.201.232.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4186","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.205.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4187","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.216.48","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4188","2021-02-21","https://www.mc-reunion.com","Chrome","OS X","10.14.4","","45.88.3.179","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4189","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.162.45","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4190","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.163.123.139","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4191","2021-02-21","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4192","2021-02-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.193.126.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4193","2021-02-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.166.62.238","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4194","2021-02-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.69.43","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4195","2021-02-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","198.71.239.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4196","2021-02-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.136.105","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4197","2021-02-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","198.20.67.200","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4198","2021-02-22","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","45.159.22.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4199","2021-02-22","https://www.mc-reunion.com","Firefox","Windows","6.1","","185.220.102.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4200","2021-02-22","http://www.mc-reunion.com/wso.php","Chrome","OS X","10.12.4","","176.113.251.128","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4201","2021-02-22","www.google.com","Unknown","Android","7.0","","82.165.126.203","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4202","2021-02-22","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4203","2021-02-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.136.229","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4204","2021-02-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.90.174","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4205","2021-02-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.223.60.49","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4206","2021-02-23","www.google.com","Unknown","Android","7.0","","82.165.126.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4207","2021-02-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.64.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4208","2021-02-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.215.255.204","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4209","2021-02-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4210","2021-02-23","https://www.mc-reunion.com","Firefox","Windows","6.3","","5.45.67.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4211","2021-02-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","104.239.240.79","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4212","2021-02-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.51.76","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4213","2021-02-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.210.110.205","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4214","2021-02-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.188.239.229","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4215","2021-02-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.209.129.233","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4216","2021-02-23","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.70","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4217","2021-02-23","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4218","2021-02-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.184.252.247","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4219","2021-02-24","https://www.mc-reunion.com","Unknown","Android","10","","104.248.148.127","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4220","2021-02-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4221","2021-02-24","http://simplesite.com","Chrome","Windows","5.1","","5.181.218.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4222","2021-02-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.36.59.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4223","2021-02-24","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.12.217.209","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4224","2021-02-24","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4225","2021-02-24","http://simplesite.com","Chrome","Windows","5.1","","80.211.73.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4226","2021-02-24","http://simplesite.com","Chrome","Windows","5.1","","162.254.150.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4227","2021-02-24","http://simplesite.com","Chrome","Windows","5.1","","78.110.50.124","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4228","2021-02-24","http://simplesite.com","Chrome","Windows","5.1","","89.46.91.117","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4229","2021-02-24","http://simplesite.com","Chrome","Windows","5.1","","148.66.145.34","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4230","2021-02-24","http://simplesite.com","Chrome","Windows","5.1","","77.221.130.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4231","2021-02-24","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4232","2021-02-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","159.65.91.38","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4233","2021-02-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","198.20.67.200","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4234","2021-02-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.24.149.220","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4235","2021-02-25","https://www.mc-reunion.com","Chrome","Windows","6.3","","62.210.146.197","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4236","2021-02-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.150.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4237","2021-02-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.218.108.235","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4238","2021-02-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.34.198.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4239","2021-02-25","mc-reunion.com","Safari","Windows","6.1","","159.65.162.186","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4240","2021-02-25","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4241","2021-02-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","195.20.144.219","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4242","2021-02-25","www.mc-reunion.com","Safari","Windows","6.1","","162.241.39.144","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4243","2021-02-25","https://www.mc-reunion.com","Chrome","OS X","10.15.2","","64.227.7.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4244","2021-02-25","https://www.mc-reunion.com","Firefox","OS X","Unknown","","93.158.90.103","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4245","2021-02-25","https://www.mc-reunion.com","Chrome","OS X","10.8.3","","34.219.228.71","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4246","2021-02-26","https://www.mc-reunion.com","Chrome","Windows","6.3","","62.210.146.197","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4247","2021-02-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","198.20.67.200","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4248","2021-02-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.147.187","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4249","2021-02-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.50.82","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4250","2021-02-26","https://www.mc-reunion.com","Chrome","Windows","6.3","","5.3.182.181","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4251","2021-02-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.210.69.84","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4252","2021-02-26","http://www.mc-reunion.com","Firefox","Windows","10.0","","194.147.142.160","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4253","2021-02-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","171.234.216.112","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4254","2021-02-26","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4255","2021-02-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","142.44.179.150","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4257","2021-02-26","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","176.31.163.244","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4258","2021-02-26","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4259","2021-02-26","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4260","2021-02-27","https://www.mc-reunion.com","Firefox","Windows","10.0","","88.198.241.113","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4261","2021-02-27","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","69.64.67.108","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4262","2021-02-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4263","2021-02-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.88.84.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4264","2021-02-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.237.171.234","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4265","2021-02-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.201.244.106","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4266","2021-02-27","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4267","2021-02-27","mc-reunion.com","Safari","Windows","6.1","","51.254.113.145","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4268","2021-02-27","mc-reunion.com","Chrome","Windows","6.0","","207.194.216.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4269","2021-02-27","https://www.mc-reunion.com","Safari","OS X","10.6.8","","23.96.90.107","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4270","2021-02-27","mc-reunion.com","Chrome","Windows","6.1","","72.52.171.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4271","2021-02-27","mc-reunion.com","Chrome","Windows","6.1","","162.243.126.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4272","2021-02-28","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.15.251.143","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4273","2021-02-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4274","2021-02-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.213.134.40","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4275","2021-02-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.33.114.78","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4276","2021-02-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.186.179.224","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4277","2021-02-28","http://mc-reunion.com","Chrome","Windows","5.1","","176.56.61.124","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4278","2021-02-28","https://www.mc-reunion.com","Chrome","Windows","6.3","","62.210.146.197","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4279","2021-02-28","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4280","2021-02-28","https://www.mc-reunion.com","Firefox","Windows","6.1","","150.136.107.224","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4281","2021-02-28","https://www.mc-reunion.com","Chrome","Windows","6.1","","218.76.82.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4282","2021-02-28","https://www.mc-reunion.com","Firefox","Windows","6.3","","79.133.175.236","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4283","2021-02-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","212.60.20.220","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4284","2021-02-28","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","212.47.251.118","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4285","2021-03-01","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","103.60.126.44","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4286","2021-03-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4287","2021-03-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.161.27.1","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4288","2021-03-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.212.158.251","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4289","2021-03-01","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4290","2021-03-01","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.184.120.141","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4291","2021-03-01","https://www.mc-reunion.com","Samsung Internet","Android","8.0.0","","148.170.35.150","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4292","2021-03-01","https://www.mc-reunion.com","Firefox","Windows","6.0","","62.210.139.59","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4293","2021-03-01","www.mc-reunion.com","Safari","Windows","6.1","","5.39.84.56","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4294","2021-03-01","www.mc-reunion.com","Chrome","Windows","6.1","","158.69.246.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4295","2021-03-02","https://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4296","2021-03-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4297","2021-03-02","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.148.252.171","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4298","2021-03-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.163.35.131","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4299","2021-03-02","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.32","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4300","2021-03-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","51.254.123.194","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4301","2021-03-02","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4302","2021-03-02","mc-reunion.com","Chrome","Windows","6.1","","81.30.228.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4303","2021-03-02","mc-reunion.com","Chrome","Windows","6.1","","159.203.81.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4304","2021-03-02","www.mc-reunion.com","Chrome","Windows","6.1","","51.255.164.109","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4305","2021-03-02","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","202.102.144.121","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4306","2021-03-02","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","62.210.141.4","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4307","2021-03-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","178.128.176.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4308","2021-03-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4309","2021-03-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.38.74","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4310","2021-03-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.200.219.83","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4311","2021-03-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.209.229.174","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4312","2021-03-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.161.160.183","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4313","2021-03-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.190.12.73","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4314","2021-03-03","https://www.mc-reunion.com","Safari","OS X","10.8.3","","51.81.87.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4315","2021-03-03","https://www.mc-reunion.com","Safari","OS X","10.8.3","","185.185.170.27","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4316","2021-03-03","https://www.mc-reunion.com","Safari","OS X","10.8.3","","193.239.232.102","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4317","2021-03-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","193.169.255.188","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4318","2021-03-03","mc-reunion.com","Chrome","Windows","6.1","","212.159.124.196","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4319","2021-03-04","https://www.mc-reunion.com","Chrome","OS X","10.14.4","","45.88.3.179","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4320","2021-03-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4321","2021-03-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.126.142","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4322","2021-03-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.163.172.170","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4323","2021-03-04","www.mc-reunion.com","Chrome","Windows","6.1","","45.79.228.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4324","2021-03-04","http://bksf.kulekan.net/","Safari","iOS","10.2.1","","175.44.42.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4325","2021-03-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.80.48.160","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4326","2021-03-05","https://www.mc-reunion.com","Android Browser","Android","4.1.2","","45.153.160.129","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("4327","2021-03-05","https://www.mc-reunion.com","Chrome","Windows","6.1","","170.83.177.49","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4328","2021-03-05","https://www.mc-reunion.com/","Chrome","Windows","6.1","","103.197.169.26","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4329","2021-03-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4330","2021-03-05","www.google.com","Unknown","Android","7.0","","45.85.90.189","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4331","2021-03-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.189.4.90","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4332","2021-03-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.89.161","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4333","2021-03-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","79.184.158.87","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4334","2021-03-05","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4335","2021-03-05","www.mc-reunion.com","Chrome","Windows","6.1","","148.72.232.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4336","2021-03-05","https://www.mc-reunion.com","Firefox","Windows","6.0","","62.210.139.59","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4337","2021-03-05","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","222.103.57.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4338","2021-03-05","https://www.mc-reunion.com","Firefox","Windows","6.3","","148.66.129.72","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4339","2021-03-05","http://simplesite.com","Chrome","Windows","5.1","","148.251.54.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4340","2021-03-05","http://simplesite.com","Chrome","Windows","5.1","","148.70.125.137","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4341","2021-03-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.183.211.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4342","2021-03-06","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","119.201.221.231","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4343","2021-03-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4344","2021-03-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.187.234.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4345","2021-03-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.208.246.40","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4346","2021-03-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.201.1.55","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4347","2021-03-06","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","93.76.247.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4348","2021-03-06","https://www.mc-reunion.com","Firefox","Windows","6.1","","45.158.15.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4349","2021-03-06","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4350","2021-03-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.211.74.80","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4351","2021-03-06","https://www.mc-reunion.com","Firefox","Windows","6.3","","34.101.193.134","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4352","2021-03-06","www.mc-reunion.com","Chrome","Windows","6.1","","132.148.155.205","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4353","2021-03-06","mc-reunion.com","Chrome","Windows","6.1","","205.196.209.224","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4354","2021-03-06","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","60.120.171.27","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4355","2021-03-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.101.134.44","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4356","2021-03-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("4357","2021-03-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.196.138","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4358","2021-03-07","http://kdpw.kulekan.net/","Safari","iOS","11.0","","175.44.42.200","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4359","2021-03-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.164.120.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4360","2021-03-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.149.157.188","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4361","2021-03-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4362","2021-03-07","https://www.mc-reunion.com","Chrome","Windows","6.1","","193.43.118.72","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4363","2021-03-07","https://www.mc-reunion.com/","Chrome","Windows","6.1","","196.196.253.96","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4364","2021-03-07","www.mc-reunion.com","Chrome","Windows","6.1","","67.205.37.138","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4365","2021-03-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4366","2021-03-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.134.220","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4367","2021-03-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.186.31.219","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4368","2021-03-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.35.127.157","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4369","2021-03-08","https://www.mc-reunion.com","Chrome","Windows","6.1","","42.83.147.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4370","2021-03-08","https://www.mc-reunion.com","Firefox","Windows","6.3","","79.137.32.149","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4371","2021-03-08","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4372","2021-03-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","194.44.61.241","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4373","2021-03-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4374","2021-03-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.209.172.175","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4375","2021-03-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.164.139","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4376","2021-03-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.237.182","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4377","2021-03-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.171.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4378","2021-03-09","www.mc-reunion.com","Chrome","Windows","6.1","","148.72.232.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4379","2021-03-09","mc-reunion.com","Chrome","Windows","6.1","","52.60.148.141","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4380","2021-03-09","https://www.mc-reunion.com","Firefox","Windows","10.0","","194.246.92.180","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4381","2021-03-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","79.137.66.94","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4382","2021-03-09","www.mc-reunion.com","Chrome","Windows","6.0","","34.211.180.47","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4383","2021-03-09","mc-reunion.com","Chrome","Windows","6.0","","195.242.103.111","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4384","2021-03-09","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","82.73.23.134","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4385","2021-03-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4386","2021-03-10","https://www.mc-reunion.com","Chrome","Windows","6.2","","45.153.160.136","000","20","0");
INSERT INTO `wp_statistics_visitor` VALUES("4387","2021-03-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.177.140","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4388","2021-03-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.80.11.162","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4389","2021-03-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.237.160.131","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4390","2021-03-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.34.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4391","2021-03-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.68.36.48","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4392","2021-03-10","https://www.mc-reunion.com","Chrome","Windows","6.1","","196.247.40.170","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4393","2021-03-10","https://www.mc-reunion.com/","Chrome","Windows","6.1","","193.228.58.36","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4394","2021-03-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","80.80.228.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4395","2021-03-10","www.google.com","Unknown","Android","7.0","","104.131.163.71","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4396","2021-03-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","109.70.100.55","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4397","2021-03-10","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4398","2021-03-10","www.mc-reunion.com","Chrome","Windows","6.0","","165.22.185.182","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("4399","2021-03-10","mc-reunion.com","Chrome","Windows","6.0","","54.36.54.1","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("4400","2021-03-10","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","54.153.223.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4401","2021-03-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","168.62.57.14","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4402","2021-03-11","https://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4403","2021-03-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4404","2021-03-11","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","62.106.122.90","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4405","2021-03-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.212.243.49","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4406","2021-03-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.119.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4407","2021-03-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.211.42.113","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4408","2021-03-11","https://www.mc-reunion.com","Chrome","OS X","10.12.5","","176.31.182.58","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4409","2021-03-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.68.22.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4410","2021-03-11","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4411","2021-03-11","mc-reunion.com","Chrome","Windows","6.0","","66.45.234.42","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4412","2021-03-11","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4413","2021-03-11","https://www.mc-reunion.com","Chrome","Windows","6.3","","62.210.146.197","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4414","2021-03-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","198.20.67.200","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4415","2021-03-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.187.41","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4416","2021-03-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.77.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4417","2021-03-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.33.180.87","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4418","2021-03-12","www.mc-reunion.com","Chrome","Windows","6.0","","165.227.71.244","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4419","2021-03-12","mc-reunion.com","Chrome","Windows","6.0","","88.198.91.76","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4420","2021-03-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","138.246.253.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4421","2021-03-12","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4422","2021-03-12","www.mc-reunion.com","Chrome","Windows","6.1","","103.123.112.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4423","2021-03-12","mc-reunion.com","Chrome","Windows","6.1","","79.137.20.174","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4424","2021-03-12","https://www.mc-reunion.com","Chrome","OS X","10.14.4","","45.88.3.179","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4425","2021-03-12","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4426","2021-03-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4427","2021-03-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.185.17.184","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4428","2021-03-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.37.159.165","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4429","2021-03-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.191.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4430","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","69.164.205.123","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4431","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","79.137.20.174","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4432","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","104.236.43.133","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4433","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","95.216.0.98","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4434","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","37.187.132.112","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4435","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","51.254.204.117","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4436","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","104.131.41.153","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4437","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","159.89.195.6","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4438","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","145.239.75.187","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4439","2021-03-13","mc-reunion.com","Chrome","Windows","6.1","","188.166.179.135","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4440","2021-03-13","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4441","2021-03-13","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.30","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4442","2021-03-13","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","212.90.39.68","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4443","2021-03-13","http://www.mc-reunion.com/wp-content/themes/sketch/wp-ajax24.php","Opera","Windows","6.1","","176.113.251.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4444","2021-03-13","https://www.mc-reunion.com","Chrome","Windows","6.1","","5.45.67.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4445","2021-03-14","https://www.mc-reunion.com","Chrome","Windows","6.1","","89.248.165.177","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4446","2021-03-14","https://www.mc-reunion.com","Chrome","Linux","Unknown","","62.210.139.59","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4447","2021-03-14","https://www.mc-reunion.com","Chrome","Windows","6.1","","5.45.67.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4448","2021-03-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.245.179.212","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4449","2021-03-14","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.222.205.230","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4450","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","185.183.208.12","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4451","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","104.236.43.133","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4452","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","206.189.156.51","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4453","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","178.33.111.210","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4454","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","37.97.167.183","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4455","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","150.95.108.227","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4456","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","69.163.235.151","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4457","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","163.172.70.51","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4458","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","162.144.141.152","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4459","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","198.211.122.238","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4460","2021-03-14","www.mc-reunion.com","Chrome","Windows","6.1","","103.123.112.6","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4461","2021-03-14","https://www.mc-reunion.com","Chrome","Windows","6.1","","196.196.47.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4462","2021-03-14","https://www.mc-reunion.com/","Chrome","Windows","6.1","","104.140.83.141","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4463","2021-03-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","14.162.145.182","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4465","2021-03-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","5.181.252.115","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("4466","2021-03-15","https://www.mc-reunion.com","Chrome","Windows","6.1","","104.140.83.141","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4467","2021-03-15","https://www.mc-reunion.com/","Chrome","Windows","6.1","","64.94.210.98","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4468","2021-03-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.200.184","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4469","2021-03-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.219.159.145","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4470","2021-03-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.149.41.228","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4471","2021-03-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","195.154.232.125","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4472","2021-03-15","https://www.mc-reunion.com","Firefox","Windows","10.0","","45.158.15.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4473","2021-03-15","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4474","2021-03-15","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4475","2021-03-15","www.mc-reunion.com","Chrome","Windows","6.1","","79.137.20.174","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4476","2021-03-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","52.41.159.102","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4477","2021-03-15","mc-reunion.com","Chrome","Windows","6.1","","139.59.94.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4478","2021-03-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.144.133.233","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4479","2021-03-15","http://baidu.com/","UC Browser","Android","8.1.0","","42.236.10.106","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4480","2021-03-15","https://www.mc-reunion.com/","UC Browser","Android","8.1.0","","42.236.10.117","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4481","2021-03-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4482","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","10.0","","45.158.15.147","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4483","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","10.0","","45.158.15.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4484","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","10.0","","213.238.167.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4485","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","10.0","","213.238.167.91","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4486","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","10.0","","45.158.15.146","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4487","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","10.0","","45.158.15.145","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4488","2021-03-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.36.233.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4489","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","6.3","","91.121.79.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4490","2021-03-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","220.200.39.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4491","2021-03-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","40.87.48.21","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4492","2021-03-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","165.225.243.116","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4493","2021-03-16","www.google.com","Unknown","Android","7.0","","45.144.225.69","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4494","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","3.1","","104.244.72.115","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4495","2021-03-16","https://www.mc-reunion.com","Firefox","Windows","3.1","","199.249.230.180","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4496","2021-03-16","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4497","2021-03-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.128.57","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4498","2021-03-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.185.173.129","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4499","2021-03-17","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4500","2021-03-17","https://www.mc-reunion.com","Firefox","Windows","6.0","","62.210.139.59","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4501","2021-03-17","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4502","2021-03-18","https://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4503","2021-03-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.235.20.144","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4504","2021-03-18","http://mc-reunion.com","Chrome","OS X","10.12.1","","69.160.160.53","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4505","2021-03-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4506","2021-03-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","67.209.127.211","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("4507","2021-03-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.187.183","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4508","2021-03-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","209.97.175.77","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4509","2021-03-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","188.239.119.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4510","2021-03-19","https://www.mc-reunion.com","Firefox","Windows","6.1","","5.45.64.104","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4511","2021-03-19","http://www.mc-reunion.com/wp-content/uploads/wcuf/error.php","Firefox","Windows","10.0","","194.147.142.160","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4512","2021-03-19","https://www.mc-reunion.com","Firefox","Windows","10.0","","104.222.43.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4513","2021-03-19","https://www.mc-reunion.com","Firefox","Windows","10.0","","23.94.145.41","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4514","2021-03-19","https://www.mc-reunion.com","Firefox","Windows","10.0","","104.222.33.62","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4515","2021-03-19","https://www.mc-reunion.com","Firefox","Windows","10.0","","104.222.43.33","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4516","2021-03-19","https://www.mc-reunion.com","Firefox","Windows","10.0","","104.222.33.164","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4517","2021-03-19","https://www.mc-reunion.com","Firefox","Windows","10.0","","23.94.145.166","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4518","2021-03-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4519","2021-03-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.211.58.114","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4520","2021-03-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.85.135","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4521","2021-03-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.70.139.112","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4522","2021-03-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.38.58","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4523","2021-03-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","197.53.255.225","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4524","2021-03-19","https://google.com/search?p=6475856193748&gags=15","Firefox","Windows","22.2","","195.24.67.44","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4525","2021-03-19","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4526","2021-03-19","mc-reunion.com","Chrome","Windows","6.1","","119.195.102.159","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4527","2021-03-19","www.mc-reunion.com","Chrome","Windows","6.1","","139.59.94.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4528","2021-03-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","13.57.40.182","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4529","2021-03-19","www.mc-reunion.com","Chrome","Windows","6.0","","193.70.85.86","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4530","2021-03-19","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","192.36.70.176","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4531","2021-03-19","http://mc-reunion.com/","Firefox","Ubuntu","Unknown","","192.71.42.108","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4532","2021-03-19","mc-reunion.com","Chrome","Windows","6.0","","67.207.82.252","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4533","2021-03-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4534","2021-03-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.236.192.102","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4535","2021-03-20","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","45.153.160.140","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4536","2021-03-20","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.6.217.114","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4537","2021-03-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","184.168.193.159","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4538","2021-03-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.16","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4539","2021-03-20","https://www.mc-reunion.com","Chrome","OS X","10.15.3","","45.33.11.236","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4540","2021-03-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4541","2021-03-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.245.22.189","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4542","2021-03-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.211.206","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4543","2021-03-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.149.254.88","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4544","2021-03-21","https://www.mc-reunion.com","Firefox","Windows","10.0","","54.36.115.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4545","2021-03-21","https://www.mc-reunion.com","Unknown","Linux","Unknown","","35.196.123.89","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4546","2021-03-21","https://www.mc-reunion.com","Firefox","Windows","10.0","","79.173.90.153","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4547","2021-03-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","95.220.52.223","000","27","0");
INSERT INTO `wp_statistics_visitor` VALUES("4548","2021-03-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","138.197.184.71","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4549","2021-03-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.80.14.131","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4550","2021-03-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.40.89","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4551","2021-03-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.184.28.238","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4552","2021-03-22","www.google.com","Unknown","Android","7.0","","104.131.173.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4553","2021-03-22","https://www.mc-reunion.com","Chrome","Android","6.0.1","","125.161.130.103","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4554","2021-03-22","www.mc-reunion.com","Chrome","Windows","6.1","","47.88.104.193","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4555","2021-03-22","mc-reunion.com","Chrome","Windows","6.1","","45.79.228.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4556","2021-03-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","160.153.147.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4557","2021-03-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","172.241.82.98","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4558","2021-03-22","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","202.102.144.121","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4559","2021-03-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","202.181.239.56","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4560","2021-03-22","https://www.mc-reunion.com","Chrome","Windows","6.1","","196.196.197.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4561","2021-03-22","https://www.mc-reunion.com/","Chrome","Windows","6.1","","45.120.49.208","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4562","2021-03-22","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.57","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4563","2021-03-22","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4564","2021-03-22","www.mc-reunion.com","Chrome","Windows","6.1","","212.83.147.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4565","2021-03-22","https://www.mc-reunion.com","Firefox","Linux","Unknown","","89.248.165.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4566","2021-03-22","mc-reunion.com","Chrome","Windows","6.1","","192.241.252.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4567","2021-03-22","http://baidu.com/","UC Browser","Android","8.1.0","","42.236.10.75","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4568","2021-03-22","https://www.mc-reunion.com/","UC Browser","Android","8.1.0","","42.236.10.84","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4569","2021-03-22","www.google.com","Unknown","Android","7.0","","13.92.179.62","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4570","2021-03-23","https://www.mc-reunion.com","Firefox","Windows","6.1","","185.100.87.243","000","28","0");
INSERT INTO `wp_statistics_visitor` VALUES("4571","2021-03-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4572","2021-03-23","https://www.mc-reunion.com","Firefox","Linux","Unknown","","89.248.165.177","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4573","2021-03-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.202.22.79","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4574","2021-03-23","https://www.mc-reunion.com","Chrome","OS X","10.15.3","","45.79.30.86","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4575","2021-03-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.38.189","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4576","2021-03-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.213.48.148","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4577","2021-03-23","https://www.mc-reunion.com","Firefox","Linux","Unknown","","15.206.235.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4578","2021-03-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","51.210.219.11","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4579","2021-03-23","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4580","2021-03-23","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","54.203.73.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4581","2021-03-23","https://www.mc-reunion.com","Firefox","Linux","Unknown","","78.46.210.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4582","2021-03-23","www.google.com","Unknown","Android","7.0","","40.121.193.99","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4583","2021-03-24","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4584","2021-03-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.42.225.28","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4585","2021-03-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","143.198.79.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4586","2021-03-24","www.mc-reunion.com","Chrome","Windows","6.0","","162.144.108.186","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4587","2021-03-24","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4588","2021-03-24","mc-reunion.com","Chrome","Windows","6.0","","81.30.228.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4589","2021-03-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","111.93.186.222","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4590","2021-03-24","https://www.mc-reunion.com","Firefox","Linux","Unknown","","78.46.210.120","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4591","2021-03-24","https://www.mc-reunion.com","Chrome","Windows","6.0","","5.188.62.214","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4592","2021-03-24","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","213.87.75.163","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4593","2021-03-25","https://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4594","2021-03-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4595","2021-03-25","https://www.mc-reunion.com","Firefox","OS X","10.12","","3.239.181.102","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4596","2021-03-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","79.137.76.190","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4597","2021-03-25","https://www.mc-reunion.com","Firefox","Linux","Unknown","","137.226.113.44","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4598","2021-03-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.242.156.159","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4599","2021-03-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.220.20","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4600","2021-03-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.219.13.49","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4601","2021-03-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.214.143.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4602","2021-03-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","132.148.156.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4603","2021-03-25","mc-reunion.com","Chrome","Windows","6.1","","45.79.82.119","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4604","2021-03-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","148.72.160.138","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4605","2021-03-25","www.mc-reunion.com","Chrome","Windows","6.1","","160.16.79.253","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4606","2021-03-25","mc-reunion.com","Chrome","Windows","6.1","","192.227.156.26","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4607","2021-03-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.204.46.106","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4608","2021-03-25","https://www.mc-reunion.com","Firefox","Windows","5.1","","185.255.133.240","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4609","2021-03-25","www.google.com","Unknown","Android","7.0","","13.92.179.62","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4610","2021-03-25","https://www.mc-reunion.com","Chrome","OS X","10.8.3","","54.71.162.194","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4611","2021-03-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","95.177.182.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4612","2021-03-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4613","2021-03-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.203.240.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4614","2021-03-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.153.155","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4615","2021-03-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","13.84.186.129","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4616","2021-03-26","https://www.mc-reunion.com","Firefox","Windows","10.0","","116.203.84.136","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4617","2021-03-26","www.google.com","Unknown","Android","7.0","","40.121.193.99","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4618","2021-03-26","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4619","2021-03-26","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4620","2021-03-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.101.42.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4621","2021-03-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.166.177.215","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4622","2021-03-26","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4623","2021-03-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","51.255.209.50","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4624","2021-03-26","www.mc-reunion.com","Chrome","Windows","6.1","","94.23.250.140","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4625","2021-03-26","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4626","2021-03-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","143.198.79.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4627","2021-03-27","mc-reunion.com","Chrome","Windows","6.1","","5.189.140.79","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4628","2021-03-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4629","2021-03-27","https://www.mc-reunion.com","Safari","iOS","12.0","","192.36.52.37","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4630","2021-03-27","http://mc-reunion.com/","Safari","iOS","12.0","","192.71.142.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4631","2021-03-27","https://www.mc-reunion.com","Unknown","Linux","Unknown","","35.227.33.167","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4632","2021-03-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4633","2021-03-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.210.234.91","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4634","2021-03-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.190.181.14","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4635","2021-03-27","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.29","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4636","2021-03-27","www.google.com","Unknown","Android","7.0","","13.92.179.62","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4637","2021-03-27","https://www.mc-reunion.com","Chrome","Windows","6.1","","86.106.121.65","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("4638","2021-03-27","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.66","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4639","2021-03-27","https://www.mc-reunion.com","Chrome","Windows","6.1","","23.95.224.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4640","2021-03-27","https://www.mc-reunion.com/","Chrome","Windows","6.1","","185.164.59.158","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4641","2021-03-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4642","2021-03-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.191.7.38","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4643","2021-03-28","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","51.15.191.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4644","2021-03-28","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.4.14.198","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4645","2021-03-28","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","62.210.5.253","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4646","2021-03-28","https://www.mc-reunion.com","Firefox","Linux","Unknown","","95.217.185.189","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4647","2021-03-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4648","2021-03-29","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","185.191.32.207","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4649","2021-03-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","194.147.142.160","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4650","2021-03-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.214.224.7","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4651","2021-03-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.235.32.220","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4652","2021-03-29","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.41","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4653","2021-03-29","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.245.162.223","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4654","2021-03-29","https://www.mc-reunion.com","Safari","OS X","10.8.3","","104.244.73.13","000","32","0");
INSERT INTO `wp_statistics_visitor` VALUES("4655","2021-03-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","217.138.206.216","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4656","2021-03-29","www.mc-reunion.com","Chrome","Windows","6.0","","45.79.228.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4657","2021-03-29","www.mc-reunion.com","Chrome","Windows","6.1","","212.83.147.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4658","2021-03-29","www.mc-reunion.com","Chrome","Windows","6.1","","62.210.116.32","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4659","2021-03-29","www.mc-reunion.com","Chrome","Windows","6.0","","128.199.200.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4660","2021-03-29","https://www.mc-reunion.com","Chrome","Windows","6.3","","34.83.148.145","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4661","2021-03-29","https://www.mc-reunion.com","Chrome","Windows","6.3","","35.203.162.205","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4662","2021-03-29","https://www.mc-reunion.com","Chrome","Windows","5.1","","34.82.172.252","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4663","2021-03-29","https://www.mc-reunion.com","Chrome","Windows","6.1","","34.82.240.162","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4664","2021-03-29","mc-reunion.com","Chrome","Windows","6.0","","167.71.218.201","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4665","2021-03-29","mc-reunion.com","Chrome","Windows","6.1","","142.93.244.197","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4666","2021-03-29","mc-reunion.com","Chrome","Windows","6.1","","178.33.111.210","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4667","2021-03-29","mc-reunion.com","Chrome","Windows","6.0","","216.137.177.227","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4668","2021-03-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4669","2021-03-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.161.144.115","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4670","2021-03-30","https://www.mc-reunion.com","Safari","OS X","10.6.8","","18.156.165.172","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4671","2021-03-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.204.56.152","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4672","2021-03-30","https://www.mc-reunion.com","Chrome","Windows","6.3","","92.204.170.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4673","2021-03-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","217.138.206.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4674","2021-03-30","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4675","2021-03-30","https://www.mc-reunion.com","Chrome","OS X","10.14.4","","45.88.3.179","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4676","2021-03-30","https://www.mc-reunion.com","Firefox","Windows","6.1","","35.223.197.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4677","2021-03-30","https://www.mc-reunion.com","Firefox","Windows","6.1","","178.239.161.92","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4678","2021-03-30","https://www.mc-reunion.com","Safari","OS X","10.15.6","","73.71.172.106","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4679","2021-03-30","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4680","2021-03-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","195.2.239.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4681","2021-03-30","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4682","2021-03-31","https://www.mc-reunion.com","Firefox","Windows","5.1","","185.72.54.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4683","2021-03-31","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4684","2021-03-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.149.96.47","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4685","2021-03-31","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.153.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4686","2021-03-31","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.184.248.254","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4687","2021-03-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","184.168.193.172","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4689","2021-03-31","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4690","2021-03-31","https://www.mc-reunion.com","Chrome","Windows","10.0","","158.69.124.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4691","2021-03-31","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","2.57.122.31","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4692","2021-03-31","https://www.mc-reunion.com","Chrome","OS X","10.9.3","","199.244.88.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4693","2021-03-31","https://www.mc-reunion.com","Firefox","OS X","10.15","","34.253.186.149","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4694","2021-03-31","https://www.mc-reunion.com","Firefox","OS X","10.15","","63.35.188.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4695","2021-04-01","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4696","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.184.34.248","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4697","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.212.246.167","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4698","2021-04-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.203.1","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4699","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.223.223.232","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4700","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.13.116.156","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4701","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.209.65.82","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4702","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.165.13.134","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4703","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.191.144.73","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4704","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.233.172","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4705","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.10.175.45","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4706","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.246.195","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4707","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.38.31.88","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4708","2021-04-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.213.162.94","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4709","2021-04-01","https://www.mc-reunion.com","Firefox","Linux","Unknown","","137.226.113.44","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4710","2021-04-01","https://www.mc-reunion.com","Chrome","Windows","6.3","","188.143.235.92","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("4711","2021-04-01","https://www.mc-reunion.com","Chrome","Windows","6.3","","45.8.17.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4712","2021-04-01","https://www.mc-reunion.com","Chrome","OS X","10.15.6","","54.229.170.191","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4713","2021-04-01","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","100.21.218.158","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4714","2021-04-01","https://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4715","2021-04-01","https://www.mc-reunion.com","Firefox","OS X","10.15","","54.72.130.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4716","2021-04-01","https://www.mc-reunion.com","Firefox","OS X","10.15","","52.208.50.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4717","2021-04-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4718","2021-04-02","https://www.mc-reunion.com","Chrome","Windows","6.3","","92.204.170.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4719","2021-04-02","http://mc-reunion.com","UC Browser","Windows","10.0","","159.224.255.154","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4720","2021-04-02","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.210.156.98","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4721","2021-04-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.189.90.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4722","2021-04-02","https://www.mc-reunion.com","Firefox","Windows","5.1","","213.168.249.115","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4723","2021-04-02","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4724","2021-04-02","www.mc-reunion.com","Chrome","Windows","6.1","","67.205.0.164","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("4725","2021-04-02","mc-reunion.com","Chrome","Windows","6.1","","159.203.189.81","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("4726","2021-04-02","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.29","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4727","2021-04-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.209.67.116","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4728","2021-04-02","www.mc-reunion.com","Chrome","Windows","6.1","","159.65.86.130","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4729","2021-04-02","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.153.124.183","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4730","2021-04-02","http://baidu.com/","UC Browser","Android","8.1.0","","180.163.220.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4731","2021-04-02","https://www.mc-reunion.com/","UC Browser","Android","8.1.0","","180.163.220.67","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4732","2021-04-02","http://baidu.com/","UC Browser","Android","8.1.0","","42.236.10.114","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4733","2021-04-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4734","2021-04-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","198.71.238.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4735","2021-04-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.32.92","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4736","2021-04-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.78.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4737","2021-04-03","http://www.google.com.hk","Chrome","Windows","6.1","","63.141.251.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4738","2021-04-03","www.google.com","Unknown","Android","7.0","","167.99.235.103","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4739","2021-04-03","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4740","2021-04-03","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4741","2021-04-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.166.243.206","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4742","2021-04-03","https://www.mc-reunion.com","Firefox","OS X","10.14","","62.210.172.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4743","2021-04-03","https://www.mc-reunion.com","Chrome","Windows","6.3","","188.143.235.92","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4744","2021-04-03","https://www.mc-reunion.com","Firefox","Windows","10.0","","66.175.233.119","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4745","2021-04-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.214.218.202","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4746","2021-04-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4747","2021-04-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.186.206.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4748","2021-04-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.24.214.147","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4749","2021-04-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","209.97.174.13","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4750","2021-04-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.155.111","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4751","2021-04-04","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4752","2021-04-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","50.62.176.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4753","2021-04-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","89.248.165.154","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4754","2021-04-04","https://robhopping.com/","Samsung Internet","Android","8.0.0","","73.14.169.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4755","2021-04-04","https://www.mc-reunion.com","Chrome","Windows","6.3","","45.8.17.164","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4756","2021-04-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","1.179.217.102","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4757","2021-04-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.255.223.19","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4758","2021-04-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4759","2021-04-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.242.200.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4760","2021-04-05","http://mc-reunion.com","Chrome","Windows","10.0","","209.127.143.61","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4761","2021-04-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.93.67","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4762","2021-04-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","50.112.48.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4763","2021-04-05","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.45","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4764","2021-04-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","103.126.219.38","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4765","2021-04-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","51.132.231.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4766","2021-04-05","http://www.google.com.hk","Chrome","Windows","6.1","","107.150.60.35","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4767","2021-04-05","https://www.mc-reunion.com","Chrome","OS X","10.8.0","","13.236.114.230","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4768","2021-04-05","www.mc-reunion.com","Chrome","Windows","6.0","","139.59.94.226","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4769","2021-04-05","www.mc-reunion.com","Chrome","Windows","6.1","","217.182.175.112","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4770","2021-04-05","mc-reunion.com","Chrome","Windows","6.1","","51.254.204.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4771","2021-04-05","mc-reunion.com","Chrome","Windows","6.0","","185.183.208.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4772","2021-04-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("4773","2021-04-06","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","54.189.230.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4774","2021-04-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.157.87","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4775","2021-04-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.184.120","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4776","2021-04-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.201.158.27","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4777","2021-04-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.157.176","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4778","2021-04-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.25.153.113","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4779","2021-04-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","107.173.171.225","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4780","2021-04-06","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","93.158.91.232","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4781","2021-04-06","http://mc-reunion.com/","Firefox","Ubuntu","Unknown","","93.158.91.204","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4782","2021-04-06","www.mc-reunion.com","Chrome","Windows","6.1","","157.230.239.3","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4783","2021-04-06","mc-reunion.com","Chrome","Windows","6.1","","51.254.204.117","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4784","2021-04-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4785","2021-04-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.217.3.210","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4786","2021-04-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.155.190.65","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4787","2021-04-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.113.143","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4788","2021-04-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.163.216.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4789","2021-04-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.216.106.188","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4790","2021-04-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.167.89.138","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4791","2021-04-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.191.66.178","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4792","2021-04-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.28","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4793","2021-04-07","www.mc-reunion.com","Chrome","Windows","6.1","","128.199.200.213","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4794","2021-04-07","https://www.mc-reunion.com","Chrome","OS X","10.10.3","","178.32.217.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4795","2021-04-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.23","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4796","2021-04-07","https://www.mc-reunion.com","Safari","iOS","6.1.2","","185.130.44.124","000","22","0");
INSERT INTO `wp_statistics_visitor` VALUES("4797","2021-04-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.180.74","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4798","2021-04-08","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4799","2021-04-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4800","2021-04-08","https://www.mc-reunion.com/","Firefox","Windows","10.0","","18.192.103.90","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4801","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.164.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4802","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.229.34.217","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4803","2021-04-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.13.110.149","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4804","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.60.198","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4805","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.215.233.235","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4806","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.168.95","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4807","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.51.178","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4808","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.200.48.147","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4809","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.217.48.123","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4810","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.165.238.248","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4811","2021-04-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.167.6.142","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4812","2021-04-08","www.mc-reunion.com","Chrome","Windows","6.1","","46.101.127.133","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4813","2021-04-08","mc-reunion.com","Chrome","Windows","6.1","","162.144.108.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4814","2021-04-08","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.31","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4815","2021-04-08","http://mc-reunion.com/","Chrome","Windows","10.0","","62.109.13.37","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4816","2021-04-08","https://www.mc-reunion.com","Firefox","Linux","Unknown","","137.226.113.44","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4817","2021-04-08","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.24","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4818","2021-04-08","https://www.mc-reunion.com","Firefox","OpenBSD","","","23.129.64.251","000","11","0");
INSERT INTO `wp_statistics_visitor` VALUES("4819","2021-04-08","https://www.mc-reunion.com","Firefox","OpenBSD","","","179.43.160.234","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4820","2021-04-08","https://www.mc-reunion.com","Firefox","OpenBSD","","","185.220.101.136","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4821","2021-04-08","https://www.mc-reunion.com","Firefox","OpenBSD","","","209.141.49.232","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4822","2021-04-08","https://www.mc-reunion.com","Firefox","OpenBSD","","","45.93.80.231","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4823","2021-04-08","https://www.mc-reunion.com","Firefox","OpenBSD","","","199.249.230.109","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4824","2021-04-09","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4825","2021-04-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","13.125.233.38","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4826","2021-04-09","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4827","2021-04-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.219.84.183","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4828","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.167.194.154","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4829","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.80.10.199","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4830","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.212.113.44","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4831","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.89.104.58","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4832","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.162.61.246","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4833","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.216.28.150","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4834","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.133.222","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4835","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.41.80.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4836","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.12.119.84","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4837","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.36.250","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4838","2021-04-09","https://www.mc-reunion.com","Firefox","Linux","Unknown","","95.217.221.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4839","2021-04-09","https://www.mc-reunion.com","Chrome","Windows","10.0","","89.248.165.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4840","2021-04-09","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.33","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4841","2021-04-09","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4842","2021-04-09","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","143.244.52.11","000","196","0");
INSERT INTO `wp_statistics_visitor` VALUES("4843","2021-04-09","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.177.58.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4844","2021-04-09","http://www.google.com.hk","Chrome","Windows","6.1","","173.208.246.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4845","2021-04-09","www.google.com","Unknown","Android","7.0","","45.85.90.66","000","18","0");
INSERT INTO `wp_statistics_visitor` VALUES("4846","2021-04-10","www.google.com","Unknown","Android","7.0","","45.85.90.66","000","163","0");
INSERT INTO `wp_statistics_visitor` VALUES("4847","2021-04-10","http://www.google.com.hk","Chrome","Windows","6.1","","173.208.246.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4848","2021-04-10","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4849","2021-04-10","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.219.194.218","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4850","2021-04-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.12.22.81","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4851","2021-04-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.39.162.101","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4852","2021-04-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.240.188","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4853","2021-04-10","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.213.62.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4854","2021-04-10","https://www.mc-reunion.com","Firefox","Windows","10.0","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4855","2021-04-10","https://www.mc-reunion.com","Firefox","Windows","6.1","","192.34.82.252","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4856","2021-04-10","http://www.google.com.hk","Chrome","Windows","6.1","","107.150.52.196","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4857","2021-04-10","https://www.google.com","Firefox","Ubuntu","Unknown","","192.99.18.122","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4858","2021-04-10","https://www.mc-reunion.com","Chrome","OS X","10.11.0","","52.56.39.231","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("4859","2021-04-10","https://www.mc-reunion.com","Chrome","Windows","6.1","","45.125.245.148","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4860","2021-04-10","https://www.mc-reunion.com/","Chrome","Windows","6.1","","170.83.179.144","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4861","2021-04-11","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4862","2021-04-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","89.248.165.154","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4863","2021-04-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.212.65.124","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4864","2021-04-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.216.220.151","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4865","2021-04-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.164.162.113","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4866","2021-04-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.43.220.202","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4867","2021-04-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.191.225.36","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4868","2021-04-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.175.76","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4869","2021-04-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.212.217.108","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4870","2021-04-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.223.93.98","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4871","2021-04-11","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.214.180.107","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4872","2021-04-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","157.230.230.140","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4873","2021-04-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","92.39.208.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4874","2021-04-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.100","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4875","2021-04-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","172.245.168.183","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4876","2021-04-11","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","95.217.207.28","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4877","2021-04-11","http://www.google.com.hk","Chrome","Windows","6.1","","192.151.156.188","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4878","2021-04-11","https://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.172.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4879","2021-04-11","https://www.mc-reunion.com","Chrome","Windows","10.0","","206.189.145.156","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4880","2021-04-11","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","14.166.179.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4881","2021-04-12","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4882","2021-04-12","http://www.google.com.hk","Chrome","Windows","6.1","","107.150.59.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4883","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.208.106.12","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4884","2021-04-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.191.199.17","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4885","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.149.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4886","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.233.249.208","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4887","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.167.61.179","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4888","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.167.90.193","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4889","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.120.244","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4890","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.164.146.121","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4891","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.210.80.239","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4892","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.41.129.163","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4893","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.60.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4894","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.212.95.53","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4895","2021-04-12","www.mc-reunion.com","Chrome","Windows","6.1","","163.172.72.231","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4896","2021-04-12","https://www.mc-reunion.com","Chrome","Windows","10.0","","134.209.24.58","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4897","2021-04-12","mc-reunion.com","Chrome","Windows","6.1","","157.230.239.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4898","2021-04-12","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.131.123","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4899","2021-04-12","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","54.68.131.206","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4900","2021-04-12","http://www.google.com.hk","Chrome","Windows","6.1","","198.204.240.242","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4901","2021-04-12","https://www.mc-reunion.com","Firefox","Windows","10.0","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4902","2021-04-12","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.28","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4903","2021-04-13","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4904","2021-04-13","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.12","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4905","2021-04-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","92.39.208.208","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4906","2021-04-13","https://www.mc-reunion.com","Firefox","Windows","6.1","","195.206.165.135","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4907","2021-04-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.218.38.169","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4908","2021-04-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.36.147.75","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4909","2021-04-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.191.141.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4910","2021-04-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.208.60","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4911","2021-04-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.80.21.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4912","2021-04-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.238.100.232","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4913","2021-04-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.36.83","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4914","2021-04-13","https://www.mc-reunion.com","Firefox","Windows","10.0","","193.106.30.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4915","2021-04-13","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.108.162","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4916","2021-04-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.229.93","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4917","2021-04-13","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.12","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4918","2021-04-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","20.80.1.21","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4919","2021-04-13","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","54.189.230.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4920","2021-04-13","https://www.mc-reunion.com","Firefox","Windows","10.0","","176.59.193.202","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4921","2021-04-13","http://www.google.com.hk","Chrome","Windows","6.1","","208.110.85.68","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4922","2021-04-13","https://www.mc-reunion.com","Chrome","Windows","10.0","","118.174.232.60","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4923","2021-04-13","http://www.google.com.hk","Chrome","Windows","6.1","","173.208.246.46","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4924","2021-04-14","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.37","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4925","2021-04-14","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4926","2021-04-14","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.211.16.217","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4927","2021-04-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.211.197.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4928","2021-04-14","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.218.68","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4929","2021-04-14","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.70.61.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4930","2021-04-14","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.216.153.126","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4931","2021-04-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","92.39.208.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4932","2021-04-14","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.229.93","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4933","2021-04-15","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4934","2021-04-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","92.39.208.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4935","2021-04-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","78.85.229.93","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4936","2021-04-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.188.158.82","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4937","2021-04-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.215.76.180","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4938","2021-04-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.38.197.203","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4939","2021-04-15","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.167.182.117","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4940","2021-04-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","3.228.225.157","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4941","2021-04-15","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4942","2021-04-15","https://www.mc-reunion.com","Firefox","Windows","6.1","","146.148.48.207","000","31","0");
INSERT INTO `wp_statistics_visitor` VALUES("4943","2021-04-15","www.mc-reunion.com","Chrome","Windows","6.0","","162.243.126.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4944","2021-04-15","www.google.com","Unknown","Android","7.0","","167.99.235.103","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4945","2021-04-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4946","2021-04-15","mc-reunion.com","Chrome","Windows","6.0","","217.195.199.68","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4947","2021-04-15","https://www.mc-reunion.com","Firefox","Windows","6.1","","192.255.120.141","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4948","2021-04-15","https://www.mc-reunion.com","Firefox","Windows","6.1","","168.91.107.33","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4949","2021-04-15","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.14","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4950","2021-04-15","https://www.mc-reunion.com","Chrome","Windows","10.0","","206.189.69.204","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4951","2021-04-16","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4952","2021-04-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.82.144","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4953","2021-04-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.1.64","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4954","2021-04-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.214.132.179","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4955","2021-04-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.13.40.243","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4956","2021-04-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.164.31.85","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4957","2021-04-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.182.208","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4958","2021-04-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.69.112.65","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4959","2021-04-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.18.44","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4960","2021-04-16","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.12","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4961","2021-04-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","23.19.75.76","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4962","2021-04-16","http://mc-reunion.com","Chrome","Windows","5.1","","213.145.129.29","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4964","2021-04-16","https://www.mc-reunion.com","Firefox","Windows","10.0","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4965","2021-04-16","www.mc-reunion.com","Chrome","Windows","6.0","","5.189.140.79","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4966","2021-04-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","199.247.20.193","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4967","2021-04-16","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","93.170.123.204","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4968","2021-04-16","http://www.google.com.hk","Chrome","Windows","6.1","","192.151.156.190","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4969","2021-04-16","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.101.43.5","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4970","2021-04-16","https://www.mc-reunion.com","Chrome","OS X","10.15.2","","167.172.132.13","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4971","2021-04-16","https://www.mc-reunion.com","Firefox","Windows","6.1","","195.206.165.135","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4972","2021-04-16","http://www.google.com.hk","Chrome","Windows","6.1","","107.150.63.173","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4973","2021-04-16","https://www.mc-reunion.com","Chrome","Windows","10.0","","176.123.9.232","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("4974","2021-04-17","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("4975","2021-04-17","http://www.mc-reunion.com/","Chrome","Windows","10.0","","5.188.48.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4976","2021-04-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.40.197.184","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4977","2021-04-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.12.103.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4978","2021-04-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.200.167.243","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4979","2021-04-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.245.37.184","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4980","2021-04-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.208.142.204","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4981","2021-04-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.187.219.142","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4982","2021-04-17","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.161.82.97","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4983","2021-04-17","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4984","2021-04-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","84.17.46.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4985","2021-04-17","https://www.mc-reunion.com","Chrome","OS X","10.14.4","","45.88.3.179","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4986","2021-04-17","https://www.mc-reunion.com","Chrome","Windows","6.3","","80.95.44.63","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4987","2021-04-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","148.170.35.150","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4988","2021-04-17","https://www.google.com","Chrome","Windows","10.0","","167.114.211.151","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("4989","2021-04-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","89.248.165.177","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4990","2021-04-17","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4991","2021-04-18","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4992","2021-04-18","http://www.google.com.hk","Chrome","Windows","6.1","","198.204.240.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4993","2021-04-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.36.140.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4994","2021-04-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.214.186.187","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4995","2021-04-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.216.191.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4996","2021-04-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.214.222.170","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("4997","2021-04-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.33.170.230","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4998","2021-04-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.248.52","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("4999","2021-04-18","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.113.86","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5000","2021-04-18","https://www.mc-reunion.com","Chrome","Windows","10.0","","198.71.238.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5001","2021-04-18","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5002","2021-04-18","https://www.mc-reunion.com","Firefox","Windows","6.1","","195.206.165.135","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5003","2021-04-19","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5004","2021-04-19","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5005","2021-04-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.81.81.169","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5006","2021-04-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.217.21.152","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5007","2021-04-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.217.94.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5008","2021-04-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.208.6.118","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5009","2021-04-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.234.187.214","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5010","2021-04-19","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.203.64.185","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5011","2021-04-19","https://www.mc-reunion.com","Chrome","Windows","10.0","","62.210.172.16","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5012","2021-04-19","www.mc-reunion.com","Chrome","Windows","6.1","","45.79.228.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5013","2021-04-19","mc-reunion.com","Chrome","Windows","6.1","","64.91.250.23","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5014","2021-04-19","http://mc-reunion.com/","Chrome","Windows","10.0","","84.17.60.218","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5015","2021-04-19","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.8","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5016","2021-04-20","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5017","2021-04-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.184.190.93","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5018","2021-04-20","https://www.mc-reunion.com","Safari","iOS","14.4.2","","76.79.100.121","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("5019","2021-04-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.161.119.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5020","2021-04-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.188.201.235","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5021","2021-04-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.189.156.199","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5022","2021-04-20","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.200.74","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5023","2021-04-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","184.168.46.122","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5024","2021-04-20","https://www.mc-reunion.com","Chrome","Windows","6.1","","89.245.167.73","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("5025","2021-04-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5026","2021-04-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5027","2021-04-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","139.162.30.31","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("5028","2021-04-20","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5029","2021-04-20","https://www.mc-reunion.com","Chrome","Windows","10.0","","31.181.112.39","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5030","2021-04-21","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.15.195.246","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5031","2021-04-21","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.21","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5032","2021-04-21","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5033","2021-04-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.213.223.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5034","2021-04-21","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.202.229.251","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5035","2021-04-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.137.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5036","2021-04-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.213.67.108","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5037","2021-04-21","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5038","2021-04-21","http://www.google.com.hk","Chrome","Windows","6.1","","107.150.52.196","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5039","2021-04-21","www.mc-reunion.com","Chrome","Windows","6.1","","94.23.250.140","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5040","2021-04-21","www.mc-reunion.com","Chrome","Windows","6.0","","162.144.108.186","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5041","2021-04-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","173.252.95.31","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5042","2021-04-21","https://www.mc-reunion.com","Chrome","Linux","Unknown","","173.252.95.11","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5043","2021-04-21","https://www.mc-reunion.com/?fbclid=IwAR26g96w8bqRAXk5HQm4NKf_DYCFk8nNqHr-yb-ldcUwnBtyD76CVApVdtA","Chrome","Linux","Unknown","","173.252.95.112","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5044","2021-04-21","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.15.251.143","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5045","2021-04-22","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5046","2021-04-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.40.247","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5047","2021-04-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","100.20.59.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5048","2021-04-22","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.217.95.148","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5049","2021-04-22","https://www.mc-reunion.com","Chrome","Windows","6.1","","20.52.156.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5050","2021-04-22","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.167.72.243","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5051","2021-04-22","mc-reunion.com","Chrome","Windows","6.1","","160.16.79.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5052","2021-04-22","mc-reunion.com","Chrome","Windows","6.0","","185.183.208.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5053","2021-04-22","https://www.mc-reunion.com","Firefox","Windows","10.0","","176.59.212.192","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5054","2021-04-22","https://www.mc-reunion.com","Chrome","OS X","10.14.4","","35.177.171.56","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5055","2021-04-22","http://mc-reunion.com/","Chrome","Windows","10.0","","94.23.16.74","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5056","2021-04-22","http://www.google.com.hk","Chrome","Windows","6.1","","208.110.85.68","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5057","2021-04-22","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","109.74.201.130","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5058","2021-04-22","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","139.162.221.220","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5059","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","199.249.230.144","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5060","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.220.101.134","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5061","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","79.172.193.32","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5062","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.220.101.208","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5063","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.220.101.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5064","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.100.87.240","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5065","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.220.101.138","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5066","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.220.100.255","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5067","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.220.101.195","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5068","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","199.195.254.81","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5069","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","6.1","","185.220.101.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5070","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","190.212.140.11","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("5071","2021-04-23","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5072","2021-04-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.165.34.109","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5073","2021-04-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.149.133.45","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5074","2021-04-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.43.216.9","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5075","2021-04-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.223.3.80","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5076","2021-04-23","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.221.74.17","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5077","2021-04-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.213.212.162","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5078","2021-04-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","68.183.176.140","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5079","2021-04-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.11","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5080","2021-04-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.30","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5081","2021-04-23","www.mc-reunion.com","Chrome","Windows","6.0","","163.172.72.231","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5082","2021-04-23","mc-reunion.com","Chrome","Windows","6.0","","203.211.143.85","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5083","2021-04-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.29","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5084","2021-04-23","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5085","2021-04-23","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.193.53.204","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5086","2021-04-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.71.10.161","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5087","2021-04-24","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5088","2021-04-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","204.13.154.47","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5089","2021-04-24","https://www.mc-reunion.com","Chrome","Windows","10.0","","198.46.148.155","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5090","2021-04-25","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5091","2021-04-25","https://www.mc-reunion.com","Firefox","Linux","Unknown","","95.217.221.237","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5092","2021-04-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.81.166.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5093","2021-04-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.116.145","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5094","2021-04-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.186.239.186","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5095","2021-04-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.25.14","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5096","2021-04-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.42.218.23","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5097","2021-04-25","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.184.192.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5098","2021-04-25","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5099","2021-04-25","https://www.mc-reunion.com","Chrome","Windows","10.0","","157.230.3.153","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5100","2021-04-25","https://www.google.com/","Chrome","Windows","10.0","","151.236.221.174","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5101","2021-04-25","https://www.mc-reunion.com","Chrome","Windows","6.1","","78.47.119.7","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("5102","2021-04-25","https://www.mc-reunion.com","Firefox","Windows","10.0","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5103","2021-04-25","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.61","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5104","2021-04-25","https://www.mc-reunion.com","Chrome","OS X","10.8.3","","35.81.82.171","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5105","2021-04-26","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5106","2021-04-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.220.93.169","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5107","2021-04-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.82.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5108","2021-04-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.245.184.207","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5109","2021-04-26","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.81.170.1","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5110","2021-04-26","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5111","2021-04-26","https://www.mc-reunion.com","Chrome","Windows","10.0","","92.204.55.93","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("5112","2021-04-26","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.222.43.169","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5113","2021-04-26","https://www.mc-reunion.com","Chrome","Windows","6.1","","45.141.235.15","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5114","2021-04-26","https://www.mc-reunion.com/","Chrome","Windows","6.1","","192.210.177.175","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5115","2021-04-26","https://www.mc-reunion.com","Firefox","Windows","10.0","","45.158.15.146","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5116","2021-04-26","www.mc-reunion.com","Chrome","Windows","6.0","","5.189.140.79","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5117","2021-04-26","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","5.44.169.3","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5118","2021-04-26","https://www.mc-reunion.com","Chrome","Windows","6.1","","54.215.32.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5119","2021-04-26","https://www.mc-reunion.com","Chrome","Android","4.1.1","","104.244.73.85","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5120","2021-04-26","https://www.mc-reunion.com","Chrome","Android","4.1.1","","81.6.43.167","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5121","2021-04-26","https://www.mc-reunion.com","Chrome","Android","4.1.1","","104.244.74.211","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5122","2021-04-26","https://www.mc-reunion.com","Chrome","Android","4.1.1","","51.15.250.93","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5123","2021-04-26","https://www.mc-reunion.com","Chrome","Android","4.1.1","","107.189.30.22","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("5124","2021-04-26","https://www.mc-reunion.com","Chrome","Android","4.1.1","","185.100.87.243","000","7","0");
INSERT INTO `wp_statistics_visitor` VALUES("5125","2021-04-26","https://www.mc-reunion.com","Chrome","Android","4.1.1","","51.195.103.74","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5126","2021-04-26","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.13","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5127","2021-04-27","https://www.mc-reunion.com","Firefox","Linux","Unknown","","123.18.128.94","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5128","2021-04-27","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","107.189.30.86","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5129","2021-04-27","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","109.70.100.32","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5130","2021-04-27","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","178.17.171.39","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5131","2021-04-27","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","51.158.171.35","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5132","2021-04-27","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5133","2021-04-27","mc-reunion.com","Chrome","Windows","6.0","","178.33.111.210","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5134","2021-04-27","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.4","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5135","2021-04-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.218.186.214","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5136","2021-04-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.231.34","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5137","2021-04-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.11.127.30","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5138","2021-04-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.184.23.53","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5139","2021-04-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.185.95.242","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5140","2021-04-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.41.124.138","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5141","2021-04-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.190.129.72","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5142","2021-04-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.213.155.74","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5143","2021-04-27","https://www.mc-reunion.com","Firefox","Ubuntu","Unknown","","54.189.230.128","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5144","2021-04-27","https://www.mc-reunion.com","Chrome","Windows","6.1","","172.245.251.184","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5145","2021-04-27","https://www.mc-reunion.com/","Chrome","Windows","6.1","","198.23.169.34","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5146","2021-04-27","https://www.mc-reunion.com","Chrome","Windows","10.0","","194.147.142.160","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5147","2021-04-27","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.9","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5148","2021-04-27","http://m.facebook.com/","Facebook","Android","11","","72.199.133.176","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5149","2021-04-27","www.mc-reunion.com","Chrome","Windows","6.0","","45.55.41.53","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5150","2021-04-27","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5151","2021-04-27","https://www.mc-reunion.com","Chrome","Linux","Unknown","","3.230.154.236","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5152","2021-04-27","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5153","2021-04-27","mc-reunion.com","Chrome","Windows","6.0","","188.166.37.137","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5154","2021-04-27","https://www.mc-reunion.com","Chrome","OS X","Unknown","","157.45.147.23","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5155","2021-04-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","80.92.206.251","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5156","2021-04-28","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5157","2021-04-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","74.208.102.54","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5158","2021-04-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","192.81.133.63","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5159","2021-04-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","168.119.6.137","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5160","2021-04-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.190.159.133","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5161","2021-04-28","http://www.google.com.hk","Chrome","Windows","6.1","","173.208.246.46","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5162","2021-04-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.200.111.37","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5163","2021-04-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.245.163.242","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5164","2021-04-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.8.206","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5165","2021-04-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.164.151","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5166","2021-04-28","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.216.64.161","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5167","2021-04-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","31.31.196.63","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5168","2021-04-28","www.mc-reunion.com","Chrome","Windows","6.1","","162.144.141.152","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5169","2021-04-28","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5170","2021-04-28","https://www.mc-reunion.com","Internet Explorer","Windows","5.1","","135.181.21.126","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5171","2021-04-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","18.217.173.173","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("5172","2021-04-28","mc-reunion.com","Chrome","Windows","6.1","","159.203.83.245","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5173","2021-04-28","https://www.mc-reunion.com","Chrome","Windows","10.0","","46.41.140.40","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5174","2021-04-29","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5175","2021-04-29","https://www.mc-reunion.com","Firefox","OS X","10.13","","162.55.55.160","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5176","2021-04-29","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.219.254.201","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5177","2021-04-29","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.32.194.213","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5178","2021-04-29","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.124.168","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5179","2021-04-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","52.40.99.51","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5180","2021-04-29","https://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5181","2021-04-29","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5182","2021-04-29","https://www.mc-reunion.com","Firefox","Windows","6.1","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5183","2021-04-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","44.192.72.119","000","10","0");
INSERT INTO `wp_statistics_visitor` VALUES("5184","2021-04-29","https://www.mc-reunion.com","Chrome","Windows","10.0","","66.42.71.215","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5185","2021-04-30","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.7","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5186","2021-04-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","185.30.32.195","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5187","2021-04-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.89.7.34","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5188","2021-04-30","https://www.mc-reunion.com","Chrome","Windows","10.0","","35.166.147.10","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5189","2021-04-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.187.223.68","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5190","2021-04-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.189.189.9","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5191","2021-04-30","https://www.google.com/","Chrome","Windows","10.0","","67.205.188.37","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5192","2021-04-30","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.22","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5193","2021-04-30","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5194","2021-04-30","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5195","2021-04-30","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.18","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5196","2021-04-30","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.67.68.24","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5197","2021-04-30","http://mc-reunion.com/","Firefox","Windows","6.0","","193.200.151.103","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5198","2021-04-30","http://www.google.com.hk","Chrome","Windows","6.1","","173.208.246.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5199","2021-04-30","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5200","2021-05-01","http://www.google.com.hk","Chrome","Windows","6.1","","198.204.240.243","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5201","2021-05-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.216.195.39","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5202","2021-05-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.217.207.161","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5203","2021-05-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.25.37.105","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5204","2021-05-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.203.213.62","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5205","2021-05-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.125.102","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5206","2021-05-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.59.65","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5207","2021-05-01","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("5208","2021-05-01","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.187.216","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5209","2021-05-01","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.244.234.70","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5210","2021-05-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","47.40.200.38","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5211","2021-05-01","https://www.mc-reunion.com","Firefox","Windows","10.0","","194.147.142.160","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5212","2021-05-01","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5213","2021-05-01","https://www.mc-reunion.com","Chrome","Windows","10.0","","80.92.206.251","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5214","2021-05-02","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.244.234.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5215","2021-05-02","http://www.google.com.hk","Chrome","Windows","6.1","","173.208.246.46","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5216","2021-05-02","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.149.146.42","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5217","2021-05-02","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5218","2021-05-02","https://www.mc-reunion.com","Firefox","Windows","10.0","","198.71.48.81","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5219","2021-05-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.200.101.100","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5220","2021-05-02","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.33.73.113","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5221","2021-05-02","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.233.199.116","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5222","2021-05-02","https://www.mc-reunion.com","Chrome","Linux","Unknown","","44.233.150.194","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5223","2021-05-02","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.190.9.119","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5224","2021-05-02","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5225","2021-05-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","147.135.112.126","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5226","2021-05-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","97.74.24.205","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5228","2021-05-02","https://www.mc-reunion.com","Safari","iOS","4.2.1","","89.163.252.30","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5229","2021-05-02","https://www.mc-reunion.com","Safari","iOS","4.2.1","","51.15.99.182","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5230","2021-05-02","https://www.mc-reunion.com","Safari","iOS","4.2.1","","185.220.101.140","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5231","2021-05-02","https://www.mc-reunion.com","Safari","iOS","4.2.1","","185.220.102.250","000","8","0");
INSERT INTO `wp_statistics_visitor` VALUES("5232","2021-05-02","https://www.mc-reunion.com","Safari","iOS","4.2.1","","23.154.177.68","000","6","0");
INSERT INTO `wp_statistics_visitor` VALUES("5233","2021-05-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","45.141.84.35","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5234","2021-05-02","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.106.30.100","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5235","2021-05-02","http://www.mc-reunion.com","Chrome","Windows","10.0","","207.180.255.81","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5236","2021-05-03","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5237","2021-05-03","https://www.mc-reunion.com","Firefox","Windows","10.0","","198.251.78.135","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5238","2021-05-03","https://www.mc-reunion.com","Firefox","Windows","10.0","","199.187.126.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5239","2021-05-03","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.121.205","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5240","2021-05-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.222.24.51","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5241","2021-05-03","https://www.mc-reunion.com","Chrome","Windows","6.1","","172.245.113.198","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5242","2021-05-03","https://www.mc-reunion.com/","Chrome","Windows","6.1","","103.221.232.66","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5243","2021-05-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","65.2.126.21","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5244","2021-05-03","http://www.google.com/","Chrome","Windows","6.1","","23.228.109.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5245","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","51.210.80.127","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5246","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.101.194","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5247","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.101.201","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5248","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","217.170.204.126","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5249","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","109.70.100.43","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5250","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.101.145","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5251","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.101.147","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5252","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.102.247","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5253","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","198.98.48.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5254","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.102.241","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5255","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.101.215","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5256","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","45.154.255.66","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5257","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.101.218","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5258","2021-05-03","https://www.mc-reunion.com","Internet Explorer","Windows","6.1","","185.220.101.141","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5259","2021-05-03","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.244.234.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5260","2021-05-03","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.20","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5261","2021-05-03","https://www.mc-reunion.com","Chrome","Windows","10.0","","91.121.84.136","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5262","2021-05-03","http://www.google.com.hk","Chrome","Windows","6.1","","173.208.246.46","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5263","2021-05-03","https://www.mc-reunion.com","Firefox","Windows","10.0","","45.158.15.146","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5264","2021-05-03","http://baidu.com/","UC Browser","Android","8.1.0","","27.115.124.101","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5265","2021-05-04","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","207.244.234.70","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5266","2021-05-04","http://baidu.com/","UC Browser","Android","8.1.0","","42.236.10.106","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5267","2021-05-04","http://baidu.com/","UC Browser","Android","8.1.0","","42.236.10.125","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5268","2021-05-04","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.9","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5269","2021-05-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","3.64.179.132","000","5","0");
INSERT INTO `wp_statistics_visitor` VALUES("5270","2021-05-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.37.109.179","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5271","2021-05-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.160.226","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5272","2021-05-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.217.135.81","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5273","2021-05-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.211.182.166","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5274","2021-05-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.42.84.139","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5275","2021-05-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.35.173.103","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5276","2021-05-04","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.77.162.28","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5277","2021-05-04","https://www.mc-reunion.com","Chrome","Linux","Unknown","","51.132.231.7","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5278","2021-05-04","https://www.mc-reunion.com","Firefox","OS X","10.15","","34.247.105.136","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5279","2021-05-04","www.mc-reunion.com","Chrome","Windows","6.0","","50.31.138.167","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5280","2021-05-04","www.mc-reunion.com","Chrome","Windows","6.1","","211.233.33.230","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5281","2021-05-04","https://www.mc-reunion.com","Firefox","Windows","10.0","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5282","2021-05-04","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.15","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5283","2021-05-04","https://www.mc-reunion.com","Firefox","OS X","10.15","","54.74.184.39","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5284","2021-05-04","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.111.60.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5285","2021-05-05","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.6","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5286","2021-05-05","http://www.mc-reunion.com/","Chrome","Windows","10.0","","5.188.48.12","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5287","2021-05-05","mc-reunion.com","Chrome","Windows","6.0","","45.173.1.56","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5288","2021-05-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.220.4.88","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5289","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.12.214.98","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5290","2021-05-05","mc-reunion.com","Chrome","Windows","6.1","","162.144.108.186","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5291","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.34.250.50","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5292","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.215.44.194","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5293","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.201.142.255","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5294","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.32.63.35","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5295","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.237.182.124","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5296","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.188.99.56","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5297","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","35.162.208.196","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5298","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.89.139.250","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5299","2021-05-05","https://www.mc-reunion.com","Firefox","Windows","6.1","","111.200.39.2","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5300","2021-05-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","186.226.7.23","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5301","2021-05-05","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5302","2021-05-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","193.111.60.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5303","2021-05-05","http://www.google.com.hk","Chrome","Windows","6.1","","192.151.156.189","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5304","2021-05-05","https://www.mc-reunion.com","Chrome","Linux","Unknown","","176.31.182.56","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5305","2021-05-05","https://www.mc-reunion.com","Firefox","OS X","10.15","","52.213.149.79","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5306","2021-05-05","https://www.mc-reunion.com","Chrome","Windows","10.0","","148.170.35.150","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5307","2021-05-05","https://www.mc-reunion.com","Chrome","Windows","6.1","","5.45.67.25","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5308","2021-05-06","https://www.mc-reunion.com","Firefox","OS X","10.14","","193.106.30.100","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5309","2021-05-06","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","9","0");
INSERT INTO `wp_statistics_visitor` VALUES("5310","2021-05-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.220.52.141","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5311","2021-05-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.202.114.230","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5312","2021-05-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","52.37.192.112","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5313","2021-05-06","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.221.40.245","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5314","2021-05-06","https://www.mc-reunion.com","Chrome","Windows","6.1","","5.45.67.25","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5315","2021-05-06","https://www.mc-reunion.com","Unknown","Windows","5.1","","85.10.207.246","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5316","2021-05-06","https://www.mc-reunion.com","Chrome","Windows","10.0","","49.51.49.254","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5317","2021-05-06","https://www.mc-reunion.com","Firefox","OS X","10.15","","3.250.45.125","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5318","2021-05-07","https://www.mc-reunion.com","Firefox","Windows","6.3","","89.248.165.177","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5319","2021-05-07","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.8","000","4","0");
INSERT INTO `wp_statistics_visitor` VALUES("5320","2021-05-07","https://www.mc-reunion.com","Chrome","Windows","10.0","","54.214.123.76","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5321","2021-05-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.149.20.79","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5322","2021-05-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.222.113.132","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5323","2021-05-07","https://www.mc-reunion.com","Firefox","Windows","10.0","","66.70.204.253","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5324","2021-05-07","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.241.139.157","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5325","2021-05-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","51.38.83.105","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5326","2021-05-07","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.96.130.17","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5327","2021-05-07","https://www.mc-reunion.com","Firefox","OS X","10.15","","54.74.67.225","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5328","2021-05-07","https://www.mc-reunion.com","Firefox","OS X","10.15","","34.244.227.79","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5329","2021-05-08","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.5","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5330","2021-05-08","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","92.118.160.37","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5331","2021-05-08","http://www.google.com/url?url=www.mc-reunion.com&yahoo.com","Internet Explorer","Windows","6.1","","184.154.139.5","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5332","2021-05-08","https://www.mc-reunion.com","Safari","iOS","14.4.2","","174.198.131.145","000","3","0");
INSERT INTO `wp_statistics_visitor` VALUES("5333","2021-05-08","https://www.mc-reunion.com","Unknown","Unknown","Unknown","","34.86.35.19","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5334","2021-05-08","https://www.mc-reunion.com","Chrome","Windows","10.0","","34.217.131.146","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5335","2021-05-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.220.244.197","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5336","2021-05-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","34.209.211.194","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5337","2021-05-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.214.84.96","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5338","2021-05-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","18.236.245.206","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5339","2021-05-08","https://www.mc-reunion.com","Chrome","Linux","Unknown","","54.212.82.54","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5340","2021-05-08","https://www.mc-reunion.com","Firefox","Windows","6.1","","111.200.39.118","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5341","2021-05-08","https://www.mc-reunion.com","Chrome","Windows","6.1","","51.178.86.137","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5342","2021-05-08","https://www.mc-reunion.com","Chrome","Windows","6.1","","199.249.230.141","000","1","0");
INSERT INTO `wp_statistics_visitor` VALUES("5343","2021-05-08","https://www.mc-reunion.com","Firefox","Windows","10.0","","62.210.92.175","000","2","0");
INSERT INTO `wp_statistics_visitor` VALUES("5344","2021-05-08","https://www.mc-reunion.com","Firefox","Windows","10.0","","193.111.60.5","000","3","0");



DROP TABLE IF EXISTS `wp_term_relationships`;

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_term_relationships` VALUES("1","1","0");



DROP TABLE IF EXISTS `wp_term_taxonomy`;

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_term_taxonomy` VALUES("1","1","category","","0","0");



DROP TABLE IF EXISTS `wp_termmeta`;

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_termmeta` VALUES("1","1","eael_transient_elements","a:0:{}");



DROP TABLE IF EXISTS `wp_terms`;

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_terms` VALUES("1","Uncategorized","uncategorized","0");



DROP TABLE IF EXISTS `wp_usermeta`;

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_usermeta` VALUES("1","1","nickname","robo");
INSERT INTO `wp_usermeta` VALUES("2","1","first_name","");
INSERT INTO `wp_usermeta` VALUES("3","1","last_name","");
INSERT INTO `wp_usermeta` VALUES("4","1","description","");
INSERT INTO `wp_usermeta` VALUES("5","1","rich_editing","true");
INSERT INTO `wp_usermeta` VALUES("6","1","syntax_highlighting","true");
INSERT INTO `wp_usermeta` VALUES("7","1","comment_shortcuts","false");
INSERT INTO `wp_usermeta` VALUES("8","1","admin_color","fresh");
INSERT INTO `wp_usermeta` VALUES("9","1","use_ssl","0");
INSERT INTO `wp_usermeta` VALUES("10","1","show_admin_bar_front","true");
INSERT INTO `wp_usermeta` VALUES("11","1","locale","");
INSERT INTO `wp_usermeta` VALUES("12","1","wp_capabilities","a:1:{s:13:\"administrator\";b:1;}");
INSERT INTO `wp_usermeta` VALUES("13","1","wp_user_level","10");
INSERT INTO `wp_usermeta` VALUES("14","1","dismissed_wp_pointers","");
INSERT INTO `wp_usermeta` VALUES("15","1","show_welcome_panel","1");
INSERT INTO `wp_usermeta` VALUES("17","1","wp_dashboard_quick_press_last_post_id","231");
INSERT INTO `wp_usermeta` VALUES("18","1","community-events-location","a:1:{s:2:\"ip\";s:11:\"66.96.183.0\";}");
INSERT INTO `wp_usermeta` VALUES("19","1","wp_user-settings","libraryContent=browse&editor=tinymce");
INSERT INTO `wp_usermeta` VALUES("20","1","wp_user-settings-time","1568507637");
INSERT INTO `wp_usermeta` VALUES("21","1","closedpostboxes_dashboard","a:0:{}");
INSERT INTO `wp_usermeta` VALUES("22","1","metaboxhidden_dashboard","a:10:{i:0;s:28:\"wp-statistics-summary-widget\";i:1;s:29:\"wp-statistics-browsers-widget\";i:2;s:25:\"wp-statistics-hits-widget\";i:3;s:26:\"wp-statistics-pages-widget\";i:4;s:30:\"wp-statistics-referring-widget\";i:5;s:27:\"wp-statistics-search-widget\";i:6;s:26:\"wp-statistics-words-widget\";i:7;s:33:\"wp-statistics-top-visitors-widget\";i:8;s:27:\"wp-statistics-recent-widget\";i:9;s:28:\"wp-statistics-hitsmap-widget\";}");
INSERT INTO `wp_usermeta` VALUES("23","1","wpdeveloper_notices_seen","a:1:{s:24:\"wpdeveloper_notice_3_2_1\";a:1:{s:25:\"essential_adons_elementor\";a:1:{i:0;s:6:\"opt_in\";}}}");
INSERT INTO `wp_usermeta` VALUES("24","1","closedpostboxes_album","a:0:{}");
INSERT INTO `wp_usermeta` VALUES("25","1","metaboxhidden_album","a:1:{i:0;s:7:\"slugdiv\";}");
INSERT INTO `wp_usermeta` VALUES("27","1","wp_statistics","a:2:{s:13:\"dashboard_set\";s:7:\"12.6.13\";s:10:\"editor_set\";s:6:\"12.6.9\";}");
INSERT INTO `wp_usermeta` VALUES("32","1","metaboxhidden_post","a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}");
INSERT INTO `wp_usermeta` VALUES("33","1","metaboxhidden_page","a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}");
INSERT INTO `wp_usermeta` VALUES("50","1","meta-box-order_dashboard","a:4:{s:6:\"normal\";s:459:\"dashboard_php_nag,e-dashboard-overview,dashboard_site_health,dashboard_right_now,dashboard_activity,ssp_castos_dashboard,wp-statistics-quickstats-widget,wp-statistics-summary-widget,wp-statistics-browsers-widget,wp-statistics-hits-widget,wp-statistics-pages-widget,wp-statistics-referring-widget,wp-statistics-search-widget,wp-statistics-words-widget,wp-statistics-top-visitors-widget,wp-statistics-recent-widget,wp-statistics-hitsmap-widget,wpdev_feed_widget\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}");
INSERT INTO `wp_usermeta` VALUES("52","1","meta-box-order_ai_playlist","a:3:{s:4:\"side\";s:30:\"submitdiv,ai-meta-box-settings\";s:6:\"normal\";s:48:\"slugdiv,ai-meta-box-shortcode,ai-meta-box-tracks\";s:8:\"advanced\";s:0:\"\";}");
INSERT INTO `wp_usermeta` VALUES("53","1","screen_layout_ai_playlist","2");
INSERT INTO `wp_usermeta` VALUES("54","1","closedpostboxes_ai_playlist","a:0:{}");
INSERT INTO `wp_usermeta` VALUES("55","1","metaboxhidden_ai_playlist","a:1:{i:0;s:7:\"slugdiv\";}");
INSERT INTO `wp_usermeta` VALUES("58","1","session_tokens","a:2:{s:64:\"340a6835c29ff7e81a0a3a12020358e993fc5ccaf8551df41bfd7d53f31912d7\";a:4:{s:10:\"expiration\";i:1602081880;s:2:\"ip\";s:13:\"184.53.16.131\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1601909080;}s:64:\"e23dd9ba064223f20692bba67b04f5ff37a4ef0765b430052e5d07ff0e8fb4ab\";a:4:{s:10:\"expiration\";i:1602083983;s:2:\"ip\";s:13:\"184.53.16.131\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1601911183;}}");



DROP TABLE IF EXISTS `wp_users`;

CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `wp_users` VALUES("1","robo","$P$BDzkcjTuG3cZ64u.ABbC4IAe650qa70","robo","rob@robhopping.com","","2019-09-11 22:09:50","","0","robo");
